author | Raphaël Gomès <rgomes@octobus.net> |
Wed, 09 Nov 2022 23:28:01 -0500 | |
branch | stable |
changeset 49564 | 04f1dba53c96 |
parent 49524 | eb02decdf0ab |
child 49659 | 812a9fbf4380 |
child 49754 | a5447a4a8c5d |
permissions | -rw-r--r-- |
42497
cc4db4478467
rust: update Cargo.lock to include @generated comment
Yuya Nishihara <yuya@tcha.org>
parents:
42349
diff
changeset
|
1 |
# This file is automatically @generated by Cargo. |
cc4db4478467
rust: update Cargo.lock to include @generated comment
Yuya Nishihara <yuya@tcha.org>
parents:
42349
diff
changeset
|
2 |
# It is not intended for manual editing. |
48582
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
3 |
version = 3 |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
4 |
|
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
5 |
[[package]] |
48825
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
6 |
name = "Inflector" |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
7 |
version = "0.11.4" |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
8 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
9 |
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
10 |
|
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
11 |
[[package]] |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
12 |
name = "adler" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
13 |
version = "0.2.3" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
14 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
15 |
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
16 |
|
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
17 |
[[package]] |
49041
11c0411bf4e2
dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents:
48930
diff
changeset
|
18 |
name = "ahash" |
11c0411bf4e2
dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents:
48930
diff
changeset
|
19 |
version = "0.4.7" |
11c0411bf4e2
dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents:
48930
diff
changeset
|
20 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
11c0411bf4e2
dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents:
48930
diff
changeset
|
21 |
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e" |
11c0411bf4e2
dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents:
48930
diff
changeset
|
22 |
|
11c0411bf4e2
dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents:
48930
diff
changeset
|
23 |
[[package]] |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
24 |
name = "aho-corasick" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
25 |
version = "0.7.18" |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
26 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
27 |
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
28 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
29 |
"memchr", |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
30 |
] |
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
31 |
|
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
32 |
[[package]] |
48825
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
33 |
name = "aliasable" |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
34 |
version = "0.1.3" |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
35 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
36 |
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
37 |
|
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
38 |
[[package]] |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
39 |
name = "ansi_term" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
40 |
version = "0.12.1" |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
41 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
42 |
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
43 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
44 |
"winapi", |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
45 |
] |
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
46 |
|
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
47 |
[[package]] |
44417
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
48 |
name = "atty" |
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
49 |
version = "0.2.14" |
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
50 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
51 |
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
44417
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
52 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
53 |
"hermit-abi", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
54 |
"libc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
55 |
"winapi", |
44417
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
56 |
] |
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
57 |
|
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
58 |
[[package]] |
41703
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
59 |
name = "autocfg" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
60 |
version = "1.0.1" |
44292 | 61 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
62 |
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" |
44292 | 63 |
|
64 |
[[package]] |
|
41703
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
65 |
name = "bitflags" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
66 |
version = "1.3.2" |
41703
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
67 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
68 |
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
41703
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
69 |
|
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
70 |
[[package]] |
45978
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
71 |
name = "bitmaps" |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
72 |
version = "2.1.0" |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
73 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
74 |
checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2" |
45978
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
75 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
76 |
"typenum", |
45978
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
77 |
] |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
78 |
|
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
79 |
[[package]] |
47386
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
80 |
name = "block-buffer" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
81 |
version = "0.9.0" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
82 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
83 |
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
84 |
dependencies = [ |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
85 |
"generic-array", |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
86 |
] |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
87 |
|
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
88 |
[[package]] |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
89 |
name = "block-buffer" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
90 |
version = "0.10.2" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
91 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
92 |
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
93 |
dependencies = [ |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
94 |
"generic-array", |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
95 |
] |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
96 |
|
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
97 |
[[package]] |
42330
e240bec26626
rust-dirstate: add rust-cpython bindings to the new parse/pack functions
Raphaël Gomès <rgomes@octobus.net>
parents:
41703
diff
changeset
|
98 |
name = "byteorder" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
99 |
version = "1.4.3" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
100 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
101 |
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
102 |
|
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
103 |
[[package]] |
46462
0800aa42bb4c
rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents:
46181
diff
changeset
|
104 |
name = "bytes-cast" |
47116
d6c94ca40863
dirstate-tree: Serialize to disk
Simon Sapin <simon.sapin@octobus.net>
parents:
46861
diff
changeset
|
105 |
version = "0.2.0" |
46462
0800aa42bb4c
rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents:
46181
diff
changeset
|
106 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
47116
d6c94ca40863
dirstate-tree: Serialize to disk
Simon Sapin <simon.sapin@octobus.net>
parents:
46861
diff
changeset
|
107 |
checksum = "0d434f9a4ecbe987e7ccfda7274b6f82ea52c9b63742565a65cb5e8ba0f2c452" |
46462
0800aa42bb4c
rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents:
46181
diff
changeset
|
108 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
109 |
"bytes-cast-derive", |
46462
0800aa42bb4c
rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents:
46181
diff
changeset
|
110 |
] |
0800aa42bb4c
rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents:
46181
diff
changeset
|
111 |
|
0800aa42bb4c
rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents:
46181
diff
changeset
|
112 |
[[package]] |
0800aa42bb4c
rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents:
46181
diff
changeset
|
113 |
name = "bytes-cast-derive" |
0800aa42bb4c
rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents:
46181
diff
changeset
|
114 |
version = "0.1.0" |
0800aa42bb4c
rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents:
46181
diff
changeset
|
115 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
116 |
checksum = "cb936af9de38476664d6b58e529aff30d482e4ce1c5e150293d00730b0d81fdb" |
46462
0800aa42bb4c
rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents:
46181
diff
changeset
|
117 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
118 |
"proc-macro2", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
119 |
"quote", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
120 |
"syn", |
46462
0800aa42bb4c
rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents:
46181
diff
changeset
|
121 |
] |
0800aa42bb4c
rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents:
46181
diff
changeset
|
122 |
|
0800aa42bb4c
rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents:
46181
diff
changeset
|
123 |
[[package]] |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
124 |
name = "cc" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
125 |
version = "1.0.66" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
126 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
127 |
checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
128 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
129 |
"jobserver", |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
130 |
] |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
131 |
|
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
132 |
[[package]] |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
133 |
name = "cfg-if" |
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
134 |
version = "0.1.10" |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
135 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
136 |
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
137 |
|
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
138 |
[[package]] |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
139 |
name = "cfg-if" |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
140 |
version = "1.0.0" |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
141 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
142 |
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
143 |
|
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
144 |
[[package]] |
46640
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46633
diff
changeset
|
145 |
name = "chrono" |
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46633
diff
changeset
|
146 |
version = "0.4.19" |
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46633
diff
changeset
|
147 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
148 |
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" |
46640
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46633
diff
changeset
|
149 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
150 |
"libc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
151 |
"num-integer", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
152 |
"num-traits", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
153 |
"time", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
154 |
"winapi", |
46640
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46633
diff
changeset
|
155 |
] |
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46633
diff
changeset
|
156 |
|
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46633
diff
changeset
|
157 |
[[package]] |
44417
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
158 |
name = "clap" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
159 |
version = "2.34.0" |
44417
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
160 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
161 |
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" |
44417
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
162 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
163 |
"ansi_term", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
164 |
"atty", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
165 |
"bitflags", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
166 |
"strsim", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
167 |
"textwrap", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
168 |
"unicode-width", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
169 |
"vec_map", |
44417
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
170 |
] |
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
171 |
|
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
172 |
[[package]] |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
173 |
name = "const_fn" |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
174 |
version = "0.4.4" |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
175 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
176 |
checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
177 |
|
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
178 |
[[package]] |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
179 |
name = "convert_case" |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
180 |
version = "0.4.0" |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
181 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
182 |
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
183 |
|
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
184 |
[[package]] |
47386
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
185 |
name = "cpufeatures" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
186 |
version = "0.1.4" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
187 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
188 |
checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
189 |
dependencies = [ |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
190 |
"libc", |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
191 |
] |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
192 |
|
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
193 |
[[package]] |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
194 |
name = "cpufeatures" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
195 |
version = "0.2.1" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
196 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
197 |
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
198 |
dependencies = [ |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
199 |
"libc", |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
200 |
] |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
201 |
|
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
202 |
[[package]] |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
203 |
name = "cpython" |
48209
63e86fc9bfec
rust: update the rust-cpython crate to 0.7.0
Simon Sapin <simon.sapin@octobus.net>
parents:
48207
diff
changeset
|
204 |
version = "0.7.0" |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
205 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
48209
63e86fc9bfec
rust: update the rust-cpython crate to 0.7.0
Simon Sapin <simon.sapin@octobus.net>
parents:
48207
diff
changeset
|
206 |
checksum = "b7d46ba8ace7f3a1d204ac5060a706d0a68de6b42eafb6a586cc08bebcffe664" |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
207 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
208 |
"libc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
209 |
"num-traits", |
46861
c7c6c11fe1e4
rust: bump rust-cpython version to 0.5.2
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
46748
diff
changeset
|
210 |
"paste", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
211 |
"python3-sys", |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
212 |
] |
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
213 |
|
35569
964212780daf
rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff
changeset
|
214 |
[[package]] |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
215 |
name = "crc32fast" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
216 |
version = "1.2.1" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
217 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
218 |
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
219 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
220 |
"cfg-if 1.0.0", |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
221 |
] |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
222 |
|
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
223 |
[[package]] |
44549
fe7d2cf0b429
rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents:
44484
diff
changeset
|
224 |
name = "crossbeam-channel" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
225 |
version = "0.5.2" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
226 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
227 |
checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
228 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
229 |
"cfg-if 1.0.0", |
49398
1bad05cfc818
rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0
Mads Kiilerich <mads@kiilerich.com>
parents:
49201
diff
changeset
|
230 |
"crossbeam-utils", |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
231 |
] |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
232 |
|
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
233 |
[[package]] |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
234 |
name = "crossbeam-deque" |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
235 |
version = "0.8.0" |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
236 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
237 |
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
238 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
239 |
"cfg-if 1.0.0", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
240 |
"crossbeam-epoch", |
49398
1bad05cfc818
rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0
Mads Kiilerich <mads@kiilerich.com>
parents:
49201
diff
changeset
|
241 |
"crossbeam-utils", |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
242 |
] |
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
243 |
|
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
244 |
[[package]] |
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
245 |
name = "crossbeam-epoch" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
246 |
version = "0.9.1" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
247 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
248 |
checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
249 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
250 |
"cfg-if 1.0.0", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
251 |
"const_fn", |
49398
1bad05cfc818
rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0
Mads Kiilerich <mads@kiilerich.com>
parents:
49201
diff
changeset
|
252 |
"crossbeam-utils", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
253 |
"lazy_static", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
254 |
"memoffset", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
255 |
"scopeguard", |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
256 |
] |
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
257 |
|
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
258 |
[[package]] |
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
259 |
name = "crossbeam-utils" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
260 |
version = "0.8.1" |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
261 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
262 |
checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
263 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
264 |
"autocfg", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
265 |
"cfg-if 1.0.0", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
266 |
"lazy_static", |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
267 |
] |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
268 |
|
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
269 |
[[package]] |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
270 |
name = "crypto-common" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
271 |
version = "0.1.2" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
272 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
273 |
checksum = "a4600d695eb3f6ce1cd44e6e291adceb2cc3ab12f20a33777ecd0bf6eba34e06" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
274 |
dependencies = [ |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
275 |
"generic-array", |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
276 |
] |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
277 |
|
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
278 |
[[package]] |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
279 |
name = "ctor" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
280 |
version = "0.1.16" |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
281 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
282 |
checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484" |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
283 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
284 |
"quote", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
285 |
"syn", |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
286 |
] |
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
287 |
|
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
288 |
[[package]] |
46503
2e2033081274
rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
Simon Sapin <simon.sapin@octobus.net>
parents:
46499
diff
changeset
|
289 |
name = "derive_more" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
290 |
version = "0.99.17" |
46503
2e2033081274
rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
Simon Sapin <simon.sapin@octobus.net>
parents:
46499
diff
changeset
|
291 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
292 |
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" |
46503
2e2033081274
rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
Simon Sapin <simon.sapin@octobus.net>
parents:
46499
diff
changeset
|
293 |
dependencies = [ |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
294 |
"convert_case", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
295 |
"proc-macro2", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
296 |
"quote", |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
297 |
"rustc_version", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
298 |
"syn", |
46503
2e2033081274
rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
Simon Sapin <simon.sapin@octobus.net>
parents:
46499
diff
changeset
|
299 |
] |
2e2033081274
rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
Simon Sapin <simon.sapin@octobus.net>
parents:
46499
diff
changeset
|
300 |
|
2e2033081274
rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
Simon Sapin <simon.sapin@octobus.net>
parents:
46499
diff
changeset
|
301 |
[[package]] |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
302 |
name = "diff" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
303 |
version = "0.1.12" |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
304 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
305 |
checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
306 |
|
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
307 |
[[package]] |
47386
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
308 |
name = "digest" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
309 |
version = "0.9.0" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
310 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
311 |
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
312 |
dependencies = [ |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
313 |
"generic-array", |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
314 |
] |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
315 |
|
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
316 |
[[package]] |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
317 |
name = "digest" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
318 |
version = "0.10.2" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
319 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
320 |
checksum = "8cb780dce4f9a8f5c087362b3a4595936b2019e7c8b30f2c3e9a7e94e6ae9837" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
321 |
dependencies = [ |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
322 |
"block-buffer 0.10.2", |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
323 |
"crypto-common", |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
324 |
] |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
325 |
|
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
326 |
[[package]] |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
327 |
name = "either" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
328 |
version = "1.6.1" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
329 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
330 |
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
331 |
|
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
332 |
[[package]] |
45525
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45051
diff
changeset
|
333 |
name = "env_logger" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
334 |
version = "0.9.0" |
45525
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45051
diff
changeset
|
335 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
336 |
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" |
45525
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45051
diff
changeset
|
337 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
338 |
"atty", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
339 |
"humantime", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
340 |
"log", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
341 |
"regex", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
342 |
"termcolor", |
45525
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45051
diff
changeset
|
343 |
] |
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45051
diff
changeset
|
344 |
|
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45051
diff
changeset
|
345 |
[[package]] |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
346 |
name = "fastrand" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
347 |
version = "1.7.0" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
348 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
349 |
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
350 |
dependencies = [ |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
351 |
"instant", |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
352 |
] |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
353 |
|
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
354 |
[[package]] |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
355 |
name = "flate2" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
356 |
version = "1.0.22" |
44292 | 357 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
358 |
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f" |
44292 | 359 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
360 |
"cfg-if 1.0.0", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
361 |
"crc32fast", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
362 |
"libc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
363 |
"libz-sys", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
364 |
"miniz_oxide", |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
365 |
] |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
366 |
|
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
367 |
[[package]] |
45999
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45978
diff
changeset
|
368 |
name = "format-bytes" |
48531
d3ec82016104
rust: Upgrade to format-bytes 0.3
Simon Sapin <simon.sapin@octobus.net>
parents:
48256
diff
changeset
|
369 |
version = "0.3.0" |
45999
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45978
diff
changeset
|
370 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
48531
d3ec82016104
rust: Upgrade to format-bytes 0.3
Simon Sapin <simon.sapin@octobus.net>
parents:
48256
diff
changeset
|
371 |
checksum = "48942366ef93975da38e175ac9e10068c6fc08ca9e85930d4f098f4d5b14c2fd" |
45999
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45978
diff
changeset
|
372 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
373 |
"format-bytes-macros", |
45999
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45978
diff
changeset
|
374 |
] |
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45978
diff
changeset
|
375 |
|
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45978
diff
changeset
|
376 |
[[package]] |
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45978
diff
changeset
|
377 |
name = "format-bytes-macros" |
48531
d3ec82016104
rust: Upgrade to format-bytes 0.3
Simon Sapin <simon.sapin@octobus.net>
parents:
48256
diff
changeset
|
378 |
version = "0.4.0" |
45999
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45978
diff
changeset
|
379 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
48531
d3ec82016104
rust: Upgrade to format-bytes 0.3
Simon Sapin <simon.sapin@octobus.net>
parents:
48256
diff
changeset
|
380 |
checksum = "203aadebefcc73d12038296c228eabf830f99cba991b0032adf20e9fa6ce7e4f" |
45999
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45978
diff
changeset
|
381 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
382 |
"proc-macro2", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
383 |
"quote", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
384 |
"syn", |
45999
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45978
diff
changeset
|
385 |
] |
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45978
diff
changeset
|
386 |
|
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45978
diff
changeset
|
387 |
[[package]] |
47386
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
388 |
name = "generic-array" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
389 |
version = "0.14.4" |
45537
b0d6309ff50c
hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45536
diff
changeset
|
390 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
47386
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
391 |
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
392 |
dependencies = [ |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
393 |
"typenum", |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
394 |
"version_check", |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
395 |
] |
45537
b0d6309ff50c
hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45536
diff
changeset
|
396 |
|
b0d6309ff50c
hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45536
diff
changeset
|
397 |
[[package]] |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
398 |
name = "getrandom" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
399 |
version = "0.1.15" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
400 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
401 |
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
402 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
403 |
"cfg-if 0.1.10", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
404 |
"libc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
405 |
"wasi 0.9.0+wasi-snapshot-preview1", |
44292 | 406 |
] |
407 |
||
408 |
[[package]] |
|
48582
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
409 |
name = "getrandom" |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
410 |
version = "0.2.4" |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
411 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
412 |
checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c" |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
413 |
dependencies = [ |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
414 |
"cfg-if 1.0.0", |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
415 |
"libc", |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
416 |
"wasi 0.10.0+wasi-snapshot-preview1", |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
417 |
] |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
418 |
|
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
419 |
[[package]] |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
420 |
name = "glob" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
421 |
version = "0.3.0" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
422 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
423 |
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
424 |
|
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
425 |
[[package]] |
49041
11c0411bf4e2
dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents:
48930
diff
changeset
|
426 |
name = "hashbrown" |
11c0411bf4e2
dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents:
48930
diff
changeset
|
427 |
version = "0.9.1" |
11c0411bf4e2
dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents:
48930
diff
changeset
|
428 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
11c0411bf4e2
dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents:
48930
diff
changeset
|
429 |
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" |
11c0411bf4e2
dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents:
48930
diff
changeset
|
430 |
dependencies = [ |
11c0411bf4e2
dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents:
48930
diff
changeset
|
431 |
"ahash", |
11c0411bf4e2
dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents:
48930
diff
changeset
|
432 |
"rayon", |
11c0411bf4e2
dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents:
48930
diff
changeset
|
433 |
] |
11c0411bf4e2
dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents:
48930
diff
changeset
|
434 |
|
11c0411bf4e2
dirstate-tree: optimize HashMap lookups with raw_entry_mut
Simon Sapin <simon.sapin@octobus.net>
parents:
48930
diff
changeset
|
435 |
[[package]] |
44292 | 436 |
name = "hermit-abi" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
437 |
version = "0.1.17" |
44292 | 438 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
439 |
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8" |
44292 | 440 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
441 |
"libc", |
44292 | 442 |
] |
443 |
||
444 |
[[package]] |
|
48554
99a0b5422cf5
rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents:
48531
diff
changeset
|
445 |
name = "hex" |
99a0b5422cf5
rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents:
48531
diff
changeset
|
446 |
version = "0.4.3" |
99a0b5422cf5
rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents:
48531
diff
changeset
|
447 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
99a0b5422cf5
rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents:
48531
diff
changeset
|
448 |
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
99a0b5422cf5
rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents:
48531
diff
changeset
|
449 |
|
99a0b5422cf5
rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents:
48531
diff
changeset
|
450 |
[[package]] |
40271
dbc28c91f7ff
rust: pure Rust lazyancestors iterator
Georges Racinet <gracinet@anybox.fr>
parents:
35601
diff
changeset
|
451 |
name = "hg-core" |
dbc28c91f7ff
rust: pure Rust lazyancestors iterator
Georges Racinet <gracinet@anybox.fr>
parents:
35601
diff
changeset
|
452 |
version = "0.1.0" |
41703
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
453 |
dependencies = [ |
48057
008959fcbfb2
rust: Align DirstateEntry internals with Python/C DirstateItem
Simon Sapin <simon.sapin@octobus.net>
parents:
48005
diff
changeset
|
454 |
"bitflags", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
455 |
"byteorder", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
456 |
"bytes-cast", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
457 |
"clap", |
49398
1bad05cfc818
rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0
Mads Kiilerich <mads@kiilerich.com>
parents:
49201
diff
changeset
|
458 |
"crossbeam-channel", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
459 |
"derive_more", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
460 |
"flate2", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
461 |
"format-bytes", |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
462 |
"hashbrown", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
463 |
"home", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
464 |
"im-rc", |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
465 |
"itertools 0.10.3", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
466 |
"lazy_static", |
48207
4d5a13253d34
dirstate-v2: Replace the 32-bit `mode` field with two bits
Simon Sapin <simon.sapin@octobus.net>
parents:
48057
diff
changeset
|
467 |
"libc", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
468 |
"log", |
47983
e834b79def74
rust: Switch to the memmap2-rs crate
Simon Sapin <simon.sapin@octobus.net>
parents:
47982
diff
changeset
|
469 |
"memmap2", |
49398
1bad05cfc818
rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0
Mads Kiilerich <mads@kiilerich.com>
parents:
49201
diff
changeset
|
470 |
"micro-timer", |
49524
eb02decdf0ab
dirstate-v2: skip evaluation of hgignore regex on cached directories
Arseniy Alekseyev <aalekseyev@janestreet.com>
parents:
49522
diff
changeset
|
471 |
"once_cell", |
48825
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
472 |
"ouroboros", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
473 |
"pretty_assertions", |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
474 |
"rand 0.8.5", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
475 |
"rand_distr", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
476 |
"rand_pcg", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
477 |
"rayon", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
478 |
"regex", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
479 |
"same-file", |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
480 |
"sha-1 0.10.0", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
481 |
"tempfile", |
49564
04f1dba53c96
rust: create wrapper struct to reduce `regex` contention issues
Raphaël Gomès <rgomes@octobus.net>
parents:
49524
diff
changeset
|
482 |
"thread_local", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
483 |
"twox-hash", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
484 |
"zstd", |
41703
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
485 |
] |
40271
dbc28c91f7ff
rust: pure Rust lazyancestors iterator
Georges Racinet <gracinet@anybox.fr>
parents:
35601
diff
changeset
|
486 |
|
dbc28c91f7ff
rust: pure Rust lazyancestors iterator
Georges Racinet <gracinet@anybox.fr>
parents:
35601
diff
changeset
|
487 |
[[package]] |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
488 |
name = "hg-cpython" |
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
489 |
version = "0.1.0" |
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
490 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
491 |
"cpython", |
49398
1bad05cfc818
rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0
Mads Kiilerich <mads@kiilerich.com>
parents:
49201
diff
changeset
|
492 |
"crossbeam-channel", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
493 |
"env_logger", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
494 |
"hg-core", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
495 |
"libc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
496 |
"log", |
47982
4afd6cc447b9
rust: Make OwningDirstateMap generic and move it into hg-core
Simon Sapin <simon.sapin@octobus.net>
parents:
47520
diff
changeset
|
497 |
"stable_deref_trait", |
48554
99a0b5422cf5
rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents:
48531
diff
changeset
|
498 |
"vcsgraph", |
45525
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45051
diff
changeset
|
499 |
] |
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45051
diff
changeset
|
500 |
|
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45051
diff
changeset
|
501 |
[[package]] |
46542
2845892dd489
rust: Parse system and user configuration
Simon Sapin <simon.sapin@octobus.net>
parents:
46503
diff
changeset
|
502 |
name = "home" |
2845892dd489
rust: Parse system and user configuration
Simon Sapin <simon.sapin@octobus.net>
parents:
46503
diff
changeset
|
503 |
version = "0.5.3" |
2845892dd489
rust: Parse system and user configuration
Simon Sapin <simon.sapin@octobus.net>
parents:
46503
diff
changeset
|
504 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
505 |
checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654" |
46542
2845892dd489
rust: Parse system and user configuration
Simon Sapin <simon.sapin@octobus.net>
parents:
46503
diff
changeset
|
506 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
507 |
"winapi", |
46542
2845892dd489
rust: Parse system and user configuration
Simon Sapin <simon.sapin@octobus.net>
parents:
46503
diff
changeset
|
508 |
] |
2845892dd489
rust: Parse system and user configuration
Simon Sapin <simon.sapin@octobus.net>
parents:
46503
diff
changeset
|
509 |
|
2845892dd489
rust: Parse system and user configuration
Simon Sapin <simon.sapin@octobus.net>
parents:
46503
diff
changeset
|
510 |
[[package]] |
45525
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45051
diff
changeset
|
511 |
name = "humantime" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
512 |
version = "2.1.0" |
45525
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45051
diff
changeset
|
513 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
514 |
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
515 |
|
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
516 |
[[package]] |
45978
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
517 |
name = "im-rc" |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
518 |
version = "15.0.0" |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
519 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
520 |
checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f" |
45978
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
521 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
522 |
"bitmaps", |
48582
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
523 |
"rand_core 0.5.1", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
524 |
"rand_xoshiro", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
525 |
"sized-chunks", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
526 |
"typenum", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
527 |
"version_check", |
45978
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
528 |
] |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
529 |
|
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
530 |
[[package]] |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
531 |
name = "instant" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
532 |
version = "0.1.12" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
533 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
534 |
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
535 |
dependencies = [ |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
536 |
"cfg-if 1.0.0", |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
537 |
] |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
538 |
|
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
539 |
[[package]] |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
540 |
name = "itertools" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
541 |
version = "0.9.0" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
542 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
543 |
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
544 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
545 |
"either", |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
546 |
] |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
547 |
|
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
548 |
[[package]] |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
549 |
name = "itertools" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
550 |
version = "0.10.3" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
551 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
552 |
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
553 |
dependencies = [ |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
554 |
"either", |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
555 |
] |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
556 |
|
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
557 |
[[package]] |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
558 |
name = "jobserver" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
559 |
version = "0.1.21" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
560 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
561 |
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
562 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
563 |
"libc", |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
564 |
] |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
565 |
|
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
566 |
[[package]] |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
567 |
name = "lazy_static" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
568 |
version = "1.4.0" |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
569 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
570 |
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
571 |
|
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
572 |
[[package]] |
35569
964212780daf
rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff
changeset
|
573 |
name = "libc" |
48846
006688e36e12
rhg: use `Command::exec` instead of `Command::status`
Raphaël Gomès <rgomes@octobus.net>
parents:
48825
diff
changeset
|
574 |
version = "0.2.124" |
35569
964212780daf
rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff
changeset
|
575 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
48846
006688e36e12
rhg: use `Command::exec` instead of `Command::status`
Raphaël Gomès <rgomes@octobus.net>
parents:
48825
diff
changeset
|
576 |
checksum = "21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50" |
35569
964212780daf
rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff
changeset
|
577 |
|
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
578 |
[[package]] |
48582
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
579 |
name = "libm" |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
580 |
version = "0.2.1" |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
581 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
582 |
checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
583 |
|
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
584 |
[[package]] |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
585 |
name = "libz-sys" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
586 |
version = "1.1.2" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
587 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
588 |
checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
589 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
590 |
"cc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
591 |
"pkg-config", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
592 |
"vcpkg", |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
593 |
] |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
594 |
|
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
595 |
[[package]] |
44550
82f51ab7a2dd
rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents:
44549
diff
changeset
|
596 |
name = "log" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
597 |
version = "0.4.14" |
44550
82f51ab7a2dd
rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents:
44549
diff
changeset
|
598 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
599 |
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" |
44550
82f51ab7a2dd
rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents:
44549
diff
changeset
|
600 |
dependencies = [ |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
601 |
"cfg-if 1.0.0", |
44550
82f51ab7a2dd
rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents:
44549
diff
changeset
|
602 |
] |
82f51ab7a2dd
rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents:
44549
diff
changeset
|
603 |
|
82f51ab7a2dd
rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents:
44549
diff
changeset
|
604 |
[[package]] |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
605 |
name = "memchr" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
606 |
version = "2.4.1" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
607 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
608 |
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
609 |
|
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
610 |
[[package]] |
47983
e834b79def74
rust: Switch to the memmap2-rs crate
Simon Sapin <simon.sapin@octobus.net>
parents:
47982
diff
changeset
|
611 |
name = "memmap2" |
49398
1bad05cfc818
rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0
Mads Kiilerich <mads@kiilerich.com>
parents:
49201
diff
changeset
|
612 |
version = "0.5.7" |
44417
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
613 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49398
1bad05cfc818
rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0
Mads Kiilerich <mads@kiilerich.com>
parents:
49201
diff
changeset
|
614 |
checksum = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498" |
44417
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
615 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
616 |
"libc", |
48005
d1d9510f73f0
rust: Update the memmap2 crate to version 0.4.0
Simon Sapin <simon.sapin@octobus.net>
parents:
48002
diff
changeset
|
617 |
"stable_deref_trait", |
44417
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
618 |
] |
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
619 |
|
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
620 |
[[package]] |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
621 |
name = "memoffset" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
622 |
version = "0.6.1" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
623 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
624 |
checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
625 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
626 |
"autocfg", |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
627 |
] |
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
628 |
|
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
629 |
[[package]] |
44551
d880805d5442
hg-core: add function timing information
Raphaël Gomès <rgomes@octobus.net>
parents:
44550
diff
changeset
|
630 |
name = "micro-timer" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
631 |
version = "0.4.0" |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
632 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
633 |
checksum = "5de32cb59a062672560d6f0842c4aa7714727457b9fe2daf8987d995a176a405" |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
634 |
dependencies = [ |
49398
1bad05cfc818
rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0
Mads Kiilerich <mads@kiilerich.com>
parents:
49201
diff
changeset
|
635 |
"micro-timer-macros", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
636 |
"scopeguard", |
44605
f451a347d21a
rust: update micro-timer dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
44581
diff
changeset
|
637 |
] |
f451a347d21a
rust: update micro-timer dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
44581
diff
changeset
|
638 |
|
f451a347d21a
rust: update micro-timer dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
44581
diff
changeset
|
639 |
[[package]] |
f451a347d21a
rust: update micro-timer dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
44581
diff
changeset
|
640 |
name = "micro-timer-macros" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
641 |
version = "0.4.0" |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
642 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
643 |
checksum = "cee948b94700125b52dfb68dd17c19f6326696c1df57f92c05ee857463c93ba1" |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
644 |
dependencies = [ |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
645 |
"proc-macro2", |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
646 |
"quote", |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
647 |
"scopeguard", |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
648 |
"syn", |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
649 |
] |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
650 |
|
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
651 |
[[package]] |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
652 |
name = "miniz_oxide" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
653 |
version = "0.4.3" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
654 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
655 |
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
656 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
657 |
"adler", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
658 |
"autocfg", |
44551
d880805d5442
hg-core: add function timing information
Raphaël Gomès <rgomes@octobus.net>
parents:
44550
diff
changeset
|
659 |
] |
d880805d5442
hg-core: add function timing information
Raphaël Gomès <rgomes@octobus.net>
parents:
44550
diff
changeset
|
660 |
|
d880805d5442
hg-core: add function timing information
Raphaël Gomès <rgomes@octobus.net>
parents:
44550
diff
changeset
|
661 |
[[package]] |
46640
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46633
diff
changeset
|
662 |
name = "num-integer" |
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46633
diff
changeset
|
663 |
version = "0.1.44" |
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46633
diff
changeset
|
664 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
665 |
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" |
46640
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46633
diff
changeset
|
666 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
667 |
"autocfg", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
668 |
"num-traits", |
46640
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46633
diff
changeset
|
669 |
] |
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46633
diff
changeset
|
670 |
|
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46633
diff
changeset
|
671 |
[[package]] |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
672 |
name = "num-traits" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
673 |
version = "0.2.14" |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
674 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
675 |
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
676 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
677 |
"autocfg", |
48582
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
678 |
"libm", |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
679 |
] |
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
680 |
|
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
681 |
[[package]] |
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
682 |
name = "num_cpus" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
683 |
version = "1.13.0" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
684 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
685 |
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
686 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
687 |
"hermit-abi", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
688 |
"libc", |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
689 |
] |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
690 |
|
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
691 |
[[package]] |
49524
eb02decdf0ab
dirstate-v2: skip evaluation of hgignore regex on cached directories
Arseniy Alekseyev <aalekseyev@janestreet.com>
parents:
49522
diff
changeset
|
692 |
name = "once_cell" |
eb02decdf0ab
dirstate-v2: skip evaluation of hgignore regex on cached directories
Arseniy Alekseyev <aalekseyev@janestreet.com>
parents:
49522
diff
changeset
|
693 |
version = "1.14.0" |
eb02decdf0ab
dirstate-v2: skip evaluation of hgignore regex on cached directories
Arseniy Alekseyev <aalekseyev@janestreet.com>
parents:
49522
diff
changeset
|
694 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
eb02decdf0ab
dirstate-v2: skip evaluation of hgignore regex on cached directories
Arseniy Alekseyev <aalekseyev@janestreet.com>
parents:
49522
diff
changeset
|
695 |
checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0" |
eb02decdf0ab
dirstate-v2: skip evaluation of hgignore regex on cached directories
Arseniy Alekseyev <aalekseyev@janestreet.com>
parents:
49522
diff
changeset
|
696 |
|
eb02decdf0ab
dirstate-v2: skip evaluation of hgignore regex on cached directories
Arseniy Alekseyev <aalekseyev@janestreet.com>
parents:
49522
diff
changeset
|
697 |
[[package]] |
47386
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
698 |
name = "opaque-debug" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
699 |
version = "0.3.0" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
700 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
701 |
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
702 |
|
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
703 |
[[package]] |
48825
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
704 |
name = "ouroboros" |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
705 |
version = "0.15.0" |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
706 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
707 |
checksum = "9f31a3b678685b150cba82b702dcdc5e155893f63610cf388d30cd988d4ca2bf" |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
708 |
dependencies = [ |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
709 |
"aliasable", |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
710 |
"ouroboros_macro", |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
711 |
"stable_deref_trait", |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
712 |
] |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
713 |
|
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
714 |
[[package]] |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
715 |
name = "ouroboros_macro" |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
716 |
version = "0.15.0" |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
717 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
718 |
checksum = "084fd65d5dd8b3772edccb5ffd1e4b7eba43897ecd0f9401e330e8c542959408" |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
719 |
dependencies = [ |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
720 |
"Inflector", |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
721 |
"proc-macro-error", |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
722 |
"proc-macro2", |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
723 |
"quote", |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
724 |
"syn", |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
725 |
] |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
726 |
|
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
727 |
[[package]] |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
728 |
name = "output_vt100" |
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
729 |
version = "0.1.2" |
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
730 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
731 |
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9" |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
732 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
733 |
"winapi", |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
734 |
] |
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
735 |
|
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
736 |
[[package]] |
46861
c7c6c11fe1e4
rust: bump rust-cpython version to 0.5.2
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
46748
diff
changeset
|
737 |
name = "paste" |
47520
5decb7a49bb6
rust: bump rust-cpython version for 0.6.0
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
47410
diff
changeset
|
738 |
version = "1.0.5" |
46861
c7c6c11fe1e4
rust: bump rust-cpython version to 0.5.2
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
46748
diff
changeset
|
739 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
47520
5decb7a49bb6
rust: bump rust-cpython version for 0.6.0
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
47410
diff
changeset
|
740 |
checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58" |
46861
c7c6c11fe1e4
rust: bump rust-cpython version to 0.5.2
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
46748
diff
changeset
|
741 |
|
c7c6c11fe1e4
rust: bump rust-cpython version to 0.5.2
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
46748
diff
changeset
|
742 |
[[package]] |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
743 |
name = "pkg-config" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
744 |
version = "0.3.19" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
745 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
746 |
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
747 |
|
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
748 |
[[package]] |
44292 | 749 |
name = "ppv-lite86" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
750 |
version = "0.2.10" |
44292 | 751 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
752 |
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" |
44292 | 753 |
|
754 |
[[package]] |
|
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
755 |
name = "pretty_assertions" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
756 |
version = "1.1.0" |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
757 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
758 |
checksum = "76d5b548b725018ab5496482b45cb8bef21e9fed1858a6d674e3a8a0f0bb5d50" |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
759 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
760 |
"ansi_term", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
761 |
"ctor", |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
762 |
"diff", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
763 |
"output_vt100", |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
764 |
] |
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
765 |
|
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
766 |
[[package]] |
48825
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
767 |
name = "proc-macro-error" |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
768 |
version = "1.0.4" |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
769 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
770 |
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
771 |
dependencies = [ |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
772 |
"proc-macro-error-attr", |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
773 |
"proc-macro2", |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
774 |
"quote", |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
775 |
"syn", |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
776 |
"version_check", |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
777 |
] |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
778 |
|
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
779 |
[[package]] |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
780 |
name = "proc-macro-error-attr" |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
781 |
version = "1.0.4" |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
782 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
783 |
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
784 |
dependencies = [ |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
785 |
"proc-macro2", |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
786 |
"quote", |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
787 |
"version_check", |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
788 |
] |
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
789 |
|
dd6b67d5c256
rust: fix unsound `OwningDirstateMap`
Raphaël Gomès <rgomes@octobus.net>
parents:
48743
diff
changeset
|
790 |
[[package]] |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
791 |
name = "proc-macro2" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
792 |
version = "1.0.24" |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
793 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
794 |
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
795 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
796 |
"unicode-xid", |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
797 |
] |
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
798 |
|
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
799 |
[[package]] |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
800 |
name = "python3-sys" |
48209
63e86fc9bfec
rust: update the rust-cpython crate to 0.7.0
Simon Sapin <simon.sapin@octobus.net>
parents:
48207
diff
changeset
|
801 |
version = "0.7.0" |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
802 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
48209
63e86fc9bfec
rust: update the rust-cpython crate to 0.7.0
Simon Sapin <simon.sapin@octobus.net>
parents:
48207
diff
changeset
|
803 |
checksum = "b18b32e64c103d5045f44644d7ddddd65336f7a0521f6fde673240a9ecceb77e" |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
804 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
805 |
"libc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
806 |
"regex", |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
807 |
] |
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
808 |
|
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
809 |
[[package]] |
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
810 |
name = "quote" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
811 |
version = "1.0.7" |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
812 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
813 |
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
814 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
815 |
"proc-macro2", |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
816 |
] |
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
817 |
|
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
818 |
[[package]] |
41703
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
819 |
name = "rand" |
44292 | 820 |
version = "0.7.3" |
821 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
822 |
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
44292 | 823 |
dependencies = [ |
48582
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
824 |
"getrandom 0.1.15", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
825 |
"libc", |
48582
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
826 |
"rand_chacha 0.2.2", |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
827 |
"rand_core 0.5.1", |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
828 |
"rand_hc", |
48582
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
829 |
] |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
830 |
|
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
831 |
[[package]] |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
832 |
name = "rand" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
833 |
version = "0.8.5" |
48582
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
834 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
835 |
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
48582
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
836 |
dependencies = [ |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
837 |
"libc", |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
838 |
"rand_chacha 0.3.1", |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
839 |
"rand_core 0.6.3", |
44292 | 840 |
] |
841 |
||
842 |
[[package]] |
|
41703
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
843 |
name = "rand_chacha" |
44550
82f51ab7a2dd
rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents:
44549
diff
changeset
|
844 |
version = "0.2.2" |
44292 | 845 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
846 |
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
44292 | 847 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
848 |
"ppv-lite86", |
48582
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
849 |
"rand_core 0.5.1", |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
850 |
] |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
851 |
|
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
852 |
[[package]] |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
853 |
name = "rand_chacha" |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
854 |
version = "0.3.1" |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
855 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
856 |
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
857 |
dependencies = [ |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
858 |
"ppv-lite86", |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
859 |
"rand_core 0.6.3", |
44292 | 860 |
] |
861 |
||
862 |
[[package]] |
|
41703
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
863 |
name = "rand_core" |
44292 | 864 |
version = "0.5.1" |
865 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
866 |
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
44292 | 867 |
dependencies = [ |
48582
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
868 |
"getrandom 0.1.15", |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
869 |
] |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
870 |
|
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
871 |
[[package]] |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
872 |
name = "rand_core" |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
873 |
version = "0.6.3" |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
874 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
875 |
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
876 |
dependencies = [ |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
877 |
"getrandom 0.2.4", |
44292 | 878 |
] |
879 |
||
880 |
[[package]] |
|
44606
d31d1c0685be
rust: update all dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
44605
diff
changeset
|
881 |
name = "rand_distr" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
882 |
version = "0.4.3" |
41703
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
883 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
884 |
checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" |
41703
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
885 |
dependencies = [ |
48582
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
886 |
"num-traits", |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
887 |
"rand 0.8.5", |
41703
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
888 |
] |
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
889 |
|
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
890 |
[[package]] |
44292 | 891 |
name = "rand_hc" |
892 |
version = "0.2.0" |
|
893 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
894 |
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
44292 | 895 |
dependencies = [ |
48582
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
896 |
"rand_core 0.5.1", |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
897 |
] |
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
898 |
|
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
899 |
[[package]] |
44606
d31d1c0685be
rust: update all dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
44605
diff
changeset
|
900 |
name = "rand_pcg" |
48582
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
901 |
version = "0.3.1" |
41703
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
902 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
48582
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
903 |
checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" |
41703
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
904 |
dependencies = [ |
48582
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
905 |
"rand_core 0.6.3", |
41703
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
906 |
] |
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
907 |
|
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
908 |
[[package]] |
45978
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
909 |
name = "rand_xoshiro" |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
910 |
version = "0.4.0" |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
911 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
912 |
checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004" |
45978
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
913 |
dependencies = [ |
48582
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
914 |
"rand_core 0.5.1", |
45978
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
915 |
] |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
916 |
|
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
917 |
[[package]] |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
918 |
name = "rayon" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
919 |
version = "1.5.1" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
920 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
921 |
checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
922 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
923 |
"autocfg", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
924 |
"crossbeam-deque", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
925 |
"either", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
926 |
"rayon-core", |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
927 |
] |
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
928 |
|
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
929 |
[[package]] |
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
930 |
name = "rayon-core" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
931 |
version = "1.9.1" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
932 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
933 |
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
934 |
dependencies = [ |
49398
1bad05cfc818
rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0
Mads Kiilerich <mads@kiilerich.com>
parents:
49201
diff
changeset
|
935 |
"crossbeam-channel", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
936 |
"crossbeam-deque", |
49398
1bad05cfc818
rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0
Mads Kiilerich <mads@kiilerich.com>
parents:
49201
diff
changeset
|
937 |
"crossbeam-utils", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
938 |
"lazy_static", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
939 |
"num_cpus", |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
940 |
] |
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
941 |
|
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
942 |
[[package]] |
44312
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44293
diff
changeset
|
943 |
name = "redox_syscall" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
944 |
version = "0.2.11" |
44312
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44293
diff
changeset
|
945 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
946 |
checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
947 |
dependencies = [ |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
948 |
"bitflags", |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
949 |
] |
44312
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44293
diff
changeset
|
950 |
|
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44293
diff
changeset
|
951 |
[[package]] |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
952 |
name = "regex" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
953 |
version = "1.5.5" |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
954 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
955 |
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286" |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
956 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
957 |
"aho-corasick", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
958 |
"memchr", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
959 |
"regex-syntax", |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
960 |
] |
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
961 |
|
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
962 |
[[package]] |
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
963 |
name = "regex-syntax" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
964 |
version = "0.6.25" |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
965 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
966 |
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" |
40978
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
967 |
|
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40977
diff
changeset
|
968 |
[[package]] |
44312
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44293
diff
changeset
|
969 |
name = "remove_dir_all" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
970 |
version = "0.5.3" |
44312
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44293
diff
changeset
|
971 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
972 |
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" |
44312
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44293
diff
changeset
|
973 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
974 |
"winapi", |
44312
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44293
diff
changeset
|
975 |
] |
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44293
diff
changeset
|
976 |
|
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44293
diff
changeset
|
977 |
[[package]] |
45001
cf04f62d1579
rhg: add rhg crate
Antoine Cezar <antoine.cezar@octobus.net>
parents:
44995
diff
changeset
|
978 |
name = "rhg" |
cf04f62d1579
rhg: add rhg crate
Antoine Cezar <antoine.cezar@octobus.net>
parents:
44995
diff
changeset
|
979 |
version = "0.1.0" |
45050
513b3ef277a3
rhg: add RootCommand using hg-core FindRoot operation to prepare `hg root`
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45001
diff
changeset
|
980 |
dependencies = [ |
48743
39c447e03dbc
rhg: Add support for colored output
Simon Sapin <simon.sapin@octobus.net>
parents:
48582
diff
changeset
|
981 |
"atty", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
982 |
"chrono", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
983 |
"clap", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
984 |
"derive_more", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
985 |
"env_logger", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
986 |
"format-bytes", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
987 |
"hg-core", |
47410
ebdef6283798
rhg: read [paths] for `--repository` value
Pulkit Goyal <7895pulkit@gmail.com>
parents:
47386
diff
changeset
|
988 |
"home", |
46742
6cd9f53aaed8
rhg: Fall back to Python on --repository with an URL
Simon Sapin <simon.sapin@octobus.net>
parents:
46703
diff
changeset
|
989 |
"lazy_static", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
990 |
"log", |
49398
1bad05cfc818
rust: bump to memmap2 0.5.3, micro-timer 0.4.0, and crossbeam-channel 0.5.0
Mads Kiilerich <mads@kiilerich.com>
parents:
49201
diff
changeset
|
991 |
"micro-timer", |
49522
52464a20add0
rhg: parallellize computation of [unsure_is_modified]
Arseniy Alekseyev <aalekseyev@janestreet.com>
parents:
49398
diff
changeset
|
992 |
"rayon", |
46742
6cd9f53aaed8
rhg: Fall back to Python on --repository with an URL
Simon Sapin <simon.sapin@octobus.net>
parents:
46703
diff
changeset
|
993 |
"regex", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
994 |
"users", |
48846
006688e36e12
rhg: use `Command::exec` instead of `Command::status`
Raphaël Gomès <rgomes@octobus.net>
parents:
48825
diff
changeset
|
995 |
"which", |
45050
513b3ef277a3
rhg: add RootCommand using hg-core FindRoot operation to prepare `hg root`
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45001
diff
changeset
|
996 |
] |
45001
cf04f62d1579
rhg: add rhg crate
Antoine Cezar <antoine.cezar@octobus.net>
parents:
44995
diff
changeset
|
997 |
|
cf04f62d1579
rhg: add rhg crate
Antoine Cezar <antoine.cezar@octobus.net>
parents:
44995
diff
changeset
|
998 |
[[package]] |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
999 |
name = "rustc_version" |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
1000 |
version = "0.4.0" |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
1001 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
1002 |
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
1003 |
dependencies = [ |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
1004 |
"semver", |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
1005 |
] |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
1006 |
|
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
1007 |
[[package]] |
44345
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44313
diff
changeset
|
1008 |
name = "same-file" |
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44313
diff
changeset
|
1009 |
version = "1.0.6" |
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44313
diff
changeset
|
1010 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1011 |
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
44345
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44313
diff
changeset
|
1012 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1013 |
"winapi-util", |
44345
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44313
diff
changeset
|
1014 |
] |
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44313
diff
changeset
|
1015 |
|
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44313
diff
changeset
|
1016 |
[[package]] |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
1017 |
name = "scopeguard" |
44550
82f51ab7a2dd
rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents:
44549
diff
changeset
|
1018 |
version = "1.1.0" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
1019 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1020 |
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
1021 |
|
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
1022 |
[[package]] |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
1023 |
name = "semver" |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
1024 |
version = "1.0.6" |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
1025 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
1026 |
checksum = "a4a3381e03edd24287172047536f20cabde766e2cd3e65e6b00fb3af51c4f38d" |
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
1027 |
|
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
1028 |
[[package]] |
47386
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
1029 |
name = "sha-1" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
1030 |
version = "0.9.6" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
1031 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
1032 |
checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
1033 |
dependencies = [ |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1034 |
"block-buffer 0.9.0", |
47386
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
1035 |
"cfg-if 1.0.0", |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1036 |
"cpufeatures 0.1.4", |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1037 |
"digest 0.9.0", |
47386
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
1038 |
"opaque-debug", |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
1039 |
] |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
1040 |
|
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47127
diff
changeset
|
1041 |
[[package]] |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1042 |
name = "sha-1" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1043 |
version = "0.10.0" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1044 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1045 |
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f" |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1046 |
dependencies = [ |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1047 |
"cfg-if 1.0.0", |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1048 |
"cpufeatures 0.2.1", |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1049 |
"digest 0.10.2", |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1050 |
] |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1051 |
|
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1052 |
[[package]] |
45978
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
1053 |
name = "sized-chunks" |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
1054 |
version = "0.6.2" |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
1055 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1056 |
checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f" |
45978
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
1057 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1058 |
"bitmaps", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1059 |
"typenum", |
45978
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
1060 |
] |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
1061 |
|
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
1062 |
[[package]] |
47982
4afd6cc447b9
rust: Make OwningDirstateMap generic and move it into hg-core
Simon Sapin <simon.sapin@octobus.net>
parents:
47520
diff
changeset
|
1063 |
name = "stable_deref_trait" |
4afd6cc447b9
rust: Make OwningDirstateMap generic and move it into hg-core
Simon Sapin <simon.sapin@octobus.net>
parents:
47520
diff
changeset
|
1064 |
version = "1.2.0" |
4afd6cc447b9
rust: Make OwningDirstateMap generic and move it into hg-core
Simon Sapin <simon.sapin@octobus.net>
parents:
47520
diff
changeset
|
1065 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
4afd6cc447b9
rust: Make OwningDirstateMap generic and move it into hg-core
Simon Sapin <simon.sapin@octobus.net>
parents:
47520
diff
changeset
|
1066 |
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
4afd6cc447b9
rust: Make OwningDirstateMap generic and move it into hg-core
Simon Sapin <simon.sapin@octobus.net>
parents:
47520
diff
changeset
|
1067 |
|
4afd6cc447b9
rust: Make OwningDirstateMap generic and move it into hg-core
Simon Sapin <simon.sapin@octobus.net>
parents:
47520
diff
changeset
|
1068 |
[[package]] |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
1069 |
name = "static_assertions" |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
1070 |
version = "1.1.0" |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
1071 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1072 |
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
1073 |
|
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
1074 |
[[package]] |
44417
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
1075 |
name = "strsim" |
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
1076 |
version = "0.8.0" |
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
1077 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1078 |
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
44417
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
1079 |
|
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
1080 |
[[package]] |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
1081 |
name = "syn" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
1082 |
version = "1.0.54" |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
1083 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1084 |
checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44" |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
1085 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1086 |
"proc-macro2", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1087 |
"quote", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1088 |
"unicode-xid", |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
1089 |
] |
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
1090 |
|
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
1091 |
[[package]] |
44312
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44293
diff
changeset
|
1092 |
name = "tempfile" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1093 |
version = "3.3.0" |
44312
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44293
diff
changeset
|
1094 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1095 |
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" |
44312
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44293
diff
changeset
|
1096 |
dependencies = [ |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1097 |
"cfg-if 1.0.0", |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1098 |
"fastrand", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1099 |
"libc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1100 |
"redox_syscall", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1101 |
"remove_dir_all", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1102 |
"winapi", |
44312
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44293
diff
changeset
|
1103 |
] |
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44293
diff
changeset
|
1104 |
|
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44293
diff
changeset
|
1105 |
[[package]] |
45525
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45051
diff
changeset
|
1106 |
name = "termcolor" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
1107 |
version = "1.1.2" |
45525
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45051
diff
changeset
|
1108 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1109 |
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" |
45525
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45051
diff
changeset
|
1110 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1111 |
"winapi-util", |
45525
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45051
diff
changeset
|
1112 |
] |
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45051
diff
changeset
|
1113 |
|
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45051
diff
changeset
|
1114 |
[[package]] |
44417
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
1115 |
name = "textwrap" |
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
1116 |
version = "0.11.0" |
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
1117 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1118 |
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
44417
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
1119 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1120 |
"unicode-width", |
44417
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
1121 |
] |
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
1122 |
|
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
1123 |
[[package]] |
49564
04f1dba53c96
rust: create wrapper struct to reduce `regex` contention issues
Raphaël Gomès <rgomes@octobus.net>
parents:
49524
diff
changeset
|
1124 |
name = "thread_local" |
04f1dba53c96
rust: create wrapper struct to reduce `regex` contention issues
Raphaël Gomès <rgomes@octobus.net>
parents:
49524
diff
changeset
|
1125 |
version = "1.1.4" |
04f1dba53c96
rust: create wrapper struct to reduce `regex` contention issues
Raphaël Gomès <rgomes@octobus.net>
parents:
49524
diff
changeset
|
1126 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
04f1dba53c96
rust: create wrapper struct to reduce `regex` contention issues
Raphaël Gomès <rgomes@octobus.net>
parents:
49524
diff
changeset
|
1127 |
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180" |
04f1dba53c96
rust: create wrapper struct to reduce `regex` contention issues
Raphaël Gomès <rgomes@octobus.net>
parents:
49524
diff
changeset
|
1128 |
dependencies = [ |
04f1dba53c96
rust: create wrapper struct to reduce `regex` contention issues
Raphaël Gomès <rgomes@octobus.net>
parents:
49524
diff
changeset
|
1129 |
"once_cell", |
04f1dba53c96
rust: create wrapper struct to reduce `regex` contention issues
Raphaël Gomès <rgomes@octobus.net>
parents:
49524
diff
changeset
|
1130 |
] |
04f1dba53c96
rust: create wrapper struct to reduce `regex` contention issues
Raphaël Gomès <rgomes@octobus.net>
parents:
49524
diff
changeset
|
1131 |
|
04f1dba53c96
rust: create wrapper struct to reduce `regex` contention issues
Raphaël Gomès <rgomes@octobus.net>
parents:
49524
diff
changeset
|
1132 |
[[package]] |
45560
abad925af2ef
rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents:
45537
diff
changeset
|
1133 |
name = "time" |
abad925af2ef
rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents:
45537
diff
changeset
|
1134 |
version = "0.1.44" |
abad925af2ef
rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents:
45537
diff
changeset
|
1135 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1136 |
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" |
45560
abad925af2ef
rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents:
45537
diff
changeset
|
1137 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1138 |
"libc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1139 |
"wasi 0.10.0+wasi-snapshot-preview1", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1140 |
"winapi", |
45560
abad925af2ef
rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents:
45537
diff
changeset
|
1141 |
] |
abad925af2ef
rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents:
45537
diff
changeset
|
1142 |
|
abad925af2ef
rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents:
45537
diff
changeset
|
1143 |
[[package]] |
43844
5ac243a92e37
rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents:
43271
diff
changeset
|
1144 |
name = "twox-hash" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1145 |
version = "1.6.2" |
43844
5ac243a92e37
rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents:
43271
diff
changeset
|
1146 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1147 |
checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0" |
43844
5ac243a92e37
rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents:
43271
diff
changeset
|
1148 |
dependencies = [ |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1149 |
"cfg-if 1.0.0", |
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1150 |
"rand 0.8.5", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1151 |
"static_assertions", |
43844
5ac243a92e37
rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents:
43271
diff
changeset
|
1152 |
] |
5ac243a92e37
rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents:
43271
diff
changeset
|
1153 |
|
5ac243a92e37
rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents:
43271
diff
changeset
|
1154 |
[[package]] |
45978
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
1155 |
name = "typenum" |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
1156 |
version = "1.12.0" |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
1157 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1158 |
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" |
45978
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
1159 |
|
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
1160 |
[[package]] |
44417
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
1161 |
name = "unicode-width" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
1162 |
version = "0.1.9" |
44417
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
1163 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49043
8848c3453661
rhg: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49041
diff
changeset
|
1164 |
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" |
44417
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
1165 |
|
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
1166 |
[[package]] |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
1167 |
name = "unicode-xid" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
1168 |
version = "0.2.1" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
1169 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1170 |
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
1171 |
|
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
1172 |
[[package]] |
46640
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46633
diff
changeset
|
1173 |
name = "users" |
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46633
diff
changeset
|
1174 |
version = "0.11.0" |
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46633
diff
changeset
|
1175 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1176 |
checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032" |
46640
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46633
diff
changeset
|
1177 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1178 |
"libc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1179 |
"log", |
46640
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46633
diff
changeset
|
1180 |
] |
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46633
diff
changeset
|
1181 |
|
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46633
diff
changeset
|
1182 |
[[package]] |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
1183 |
name = "vcpkg" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
1184 |
version = "0.2.11" |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
1185 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1186 |
checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb" |
44313
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
1187 |
|
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44312
diff
changeset
|
1188 |
[[package]] |
48554
99a0b5422cf5
rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents:
48531
diff
changeset
|
1189 |
name = "vcsgraph" |
99a0b5422cf5
rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents:
48531
diff
changeset
|
1190 |
version = "0.2.0" |
99a0b5422cf5
rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents:
48531
diff
changeset
|
1191 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
99a0b5422cf5
rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents:
48531
diff
changeset
|
1192 |
checksum = "4cb68c231e2575f7503a7c19213875f9d4ec2e84e963a56ce3de4b6bee351ef7" |
99a0b5422cf5
rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents:
48531
diff
changeset
|
1193 |
dependencies = [ |
99a0b5422cf5
rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents:
48531
diff
changeset
|
1194 |
"hex", |
48582
0dc698c91ca0
rust: upgrade `rand*` crates
Martin von Zweigbergk <martinvonz@google.com>
parents:
48554
diff
changeset
|
1195 |
"rand 0.7.3", |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1196 |
"sha-1 0.9.6", |
48554
99a0b5422cf5
rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents:
48531
diff
changeset
|
1197 |
] |
99a0b5422cf5
rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents:
48531
diff
changeset
|
1198 |
|
99a0b5422cf5
rust: add vcsgraph crate as dependency
pacien <pacien.trangirard@pacien.net>
parents:
48531
diff
changeset
|
1199 |
[[package]] |
44417
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
1200 |
name = "vec_map" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
1201 |
version = "0.8.2" |
44417
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
1202 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1203 |
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
44417
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
1204 |
|
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44348
diff
changeset
|
1205 |
[[package]] |
45978
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
1206 |
name = "version_check" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46058
diff
changeset
|
1207 |
version = "0.9.2" |
45978
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
1208 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1209 |
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" |
45978
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
1210 |
|
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45560
diff
changeset
|
1211 |
[[package]] |
44292 | 1212 |
name = "wasi" |
1213 |
version = "0.9.0+wasi-snapshot-preview1" |
|
1214 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1215 |
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
44292 | 1216 |
|
1217 |
[[package]] |
|
45560
abad925af2ef
rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents:
45537
diff
changeset
|
1218 |
name = "wasi" |
abad925af2ef
rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents:
45537
diff
changeset
|
1219 |
version = "0.10.0+wasi-snapshot-preview1" |
abad925af2ef
rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents:
45537
diff
changeset
|
1220 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1221 |
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" |
45560
abad925af2ef
rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents:
45537
diff
changeset
|
1222 |
|
abad925af2ef
rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents:
45537
diff
changeset
|
1223 |
[[package]] |
48846
006688e36e12
rhg: use `Command::exec` instead of `Command::status`
Raphaël Gomès <rgomes@octobus.net>
parents:
48825
diff
changeset
|
1224 |
name = "which" |
006688e36e12
rhg: use `Command::exec` instead of `Command::status`
Raphaël Gomès <rgomes@octobus.net>
parents:
48825
diff
changeset
|
1225 |
version = "4.2.5" |
006688e36e12
rhg: use `Command::exec` instead of `Command::status`
Raphaël Gomès <rgomes@octobus.net>
parents:
48825
diff
changeset
|
1226 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
006688e36e12
rhg: use `Command::exec` instead of `Command::status`
Raphaël Gomès <rgomes@octobus.net>
parents:
48825
diff
changeset
|
1227 |
checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae" |
006688e36e12
rhg: use `Command::exec` instead of `Command::status`
Raphaël Gomès <rgomes@octobus.net>
parents:
48825
diff
changeset
|
1228 |
dependencies = [ |
006688e36e12
rhg: use `Command::exec` instead of `Command::status`
Raphaël Gomès <rgomes@octobus.net>
parents:
48825
diff
changeset
|
1229 |
"either", |
006688e36e12
rhg: use `Command::exec` instead of `Command::status`
Raphaël Gomès <rgomes@octobus.net>
parents:
48825
diff
changeset
|
1230 |
"lazy_static", |
006688e36e12
rhg: use `Command::exec` instead of `Command::status`
Raphaël Gomès <rgomes@octobus.net>
parents:
48825
diff
changeset
|
1231 |
"libc", |
006688e36e12
rhg: use `Command::exec` instead of `Command::status`
Raphaël Gomès <rgomes@octobus.net>
parents:
48825
diff
changeset
|
1232 |
] |
006688e36e12
rhg: use `Command::exec` instead of `Command::status`
Raphaël Gomès <rgomes@octobus.net>
parents:
48825
diff
changeset
|
1233 |
|
006688e36e12
rhg: use `Command::exec` instead of `Command::status`
Raphaël Gomès <rgomes@octobus.net>
parents:
48825
diff
changeset
|
1234 |
[[package]] |
41703
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
1235 |
name = "winapi" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
1236 |
version = "0.3.9" |
41703
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
1237 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1238 |
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
41703
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
1239 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1240 |
"winapi-i686-pc-windows-gnu", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1241 |
"winapi-x86_64-pc-windows-gnu", |
41703
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
1242 |
] |
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
1243 |
|
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
1244 |
[[package]] |
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
1245 |
name = "winapi-i686-pc-windows-gnu" |
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
1246 |
version = "0.4.0" |
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
1247 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1248 |
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
41703
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
1249 |
|
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
1250 |
[[package]] |
44345
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44313
diff
changeset
|
1251 |
name = "winapi-util" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
1252 |
version = "0.1.5" |
44345
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44313
diff
changeset
|
1253 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1254 |
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
44345
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44313
diff
changeset
|
1255 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1256 |
"winapi", |
44345
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44313
diff
changeset
|
1257 |
] |
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44313
diff
changeset
|
1258 |
|
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44313
diff
changeset
|
1259 |
[[package]] |
41703
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
1260 |
name = "winapi-x86_64-pc-windows-gnu" |
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
1261 |
version = "0.4.0" |
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
1262 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1263 |
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
41703
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40998
diff
changeset
|
1264 |
|
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
1265 |
[[package]] |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
1266 |
name = "zstd" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1267 |
version = "0.5.4+zstd.1.4.7" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
1268 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1269 |
checksum = "69996ebdb1ba8b1517f61387a883857818a66c8a295f487b1ffd8fd9d2c82910" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
1270 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1271 |
"zstd-safe", |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
1272 |
] |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
1273 |
|
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
1274 |
[[package]] |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
1275 |
name = "zstd-safe" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1276 |
version = "2.0.6+zstd.1.4.7" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
1277 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1278 |
checksum = "98aa931fb69ecee256d44589d19754e61851ae4769bf963b385119b1cc37a49e" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
1279 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1280 |
"libc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1281 |
"zstd-sys", |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
1282 |
] |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
1283 |
|
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
1284 |
[[package]] |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
1285 |
name = "zstd-sys" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1286 |
version = "1.4.18+zstd.1.4.7" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
1287 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1288 |
checksum = "a1e6e8778706838f43f771d80d37787cb2fe06dafe89dd3aebaf6721b9eaec81" |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
1289 |
dependencies = [ |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1290 |
"cc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1291 |
"glob", |
49044
ec8d9b5a5e7c
rust-hg-core: upgrade dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
49043
diff
changeset
|
1292 |
"itertools 0.9.0", |
46703
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46640
diff
changeset
|
1293 |
"libc", |
45532
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45525
diff
changeset
|
1294 |
] |