author | Mathias De Mare <mathias.de_mare@nokia.com> |
Wed, 17 Nov 2021 13:28:22 +0100 | |
branch | stable |
changeset 48331 | 4713bcf78037 |
parent 48244 | b56858d85a7b |
child 48492 | d3ec82016104 |
permissions | -rw-r--r-- |
42482
cc4db4478467
rust: update Cargo.lock to include @generated comment
Yuya Nishihara <yuya@tcha.org>
parents:
42327
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:
42327
diff
changeset
|
2 |
# It is not intended for manual editing. |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
3 |
[[package]] |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
4 |
name = "adler" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
5 |
version = "0.2.3" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
6 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
7 |
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
8 |
|
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
9 |
[[package]] |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
10 |
name = "aho-corasick" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
11 |
version = "0.7.15" |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
12 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
13 |
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5" |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
14 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
15 |
"memchr", |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
16 |
] |
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
17 |
|
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
18 |
[[package]] |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
19 |
name = "ansi_term" |
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
20 |
version = "0.11.0" |
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
21 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
22 |
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
23 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
24 |
"winapi", |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
25 |
] |
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
26 |
|
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
27 |
[[package]] |
44386
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
28 |
name = "atty" |
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
29 |
version = "0.2.14" |
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
30 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
31 |
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
44386
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
32 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
33 |
"hermit-abi", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
34 |
"libc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
35 |
"winapi", |
44386
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
36 |
] |
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
37 |
|
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
38 |
[[package]] |
41692
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
39 |
name = "autocfg" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
40 |
version = "1.0.1" |
44230 | 41 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
42 |
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" |
44230 | 43 |
|
44 |
[[package]] |
|
41692
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
45 |
name = "bitflags" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
46 |
version = "1.2.1" |
41692
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
47 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
48 |
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
41692
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
49 |
|
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
50 |
[[package]] |
45963
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
51 |
name = "bitmaps" |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
52 |
version = "2.1.0" |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
53 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
54 |
checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2" |
45963
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
55 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
56 |
"typenum", |
45963
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
57 |
] |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
58 |
|
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
59 |
[[package]] |
47380
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
60 |
name = "block-buffer" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
61 |
version = "0.9.0" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
62 |
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:
47113
diff
changeset
|
63 |
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
64 |
dependencies = [ |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
65 |
"generic-array", |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
66 |
] |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
67 |
|
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
68 |
[[package]] |
42303
e240bec26626
rust-dirstate: add rust-cpython bindings to the new parse/pack functions
Raphaël Gomès <rgomes@octobus.net>
parents:
41692
diff
changeset
|
69 |
name = "byteorder" |
44540
82f51ab7a2dd
rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents:
44539
diff
changeset
|
70 |
version = "1.3.4" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
71 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
72 |
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
73 |
|
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
74 |
[[package]] |
46390
0800aa42bb4c
rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents:
46181
diff
changeset
|
75 |
name = "bytes-cast" |
47102
d6c94ca40863
dirstate-tree: Serialize to disk
Simon Sapin <simon.sapin@octobus.net>
parents:
46861
diff
changeset
|
76 |
version = "0.2.0" |
46390
0800aa42bb4c
rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents:
46181
diff
changeset
|
77 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
47102
d6c94ca40863
dirstate-tree: Serialize to disk
Simon Sapin <simon.sapin@octobus.net>
parents:
46861
diff
changeset
|
78 |
checksum = "0d434f9a4ecbe987e7ccfda7274b6f82ea52c9b63742565a65cb5e8ba0f2c452" |
46390
0800aa42bb4c
rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents:
46181
diff
changeset
|
79 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
80 |
"bytes-cast-derive", |
46390
0800aa42bb4c
rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents:
46181
diff
changeset
|
81 |
] |
0800aa42bb4c
rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents:
46181
diff
changeset
|
82 |
|
0800aa42bb4c
rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents:
46181
diff
changeset
|
83 |
[[package]] |
0800aa42bb4c
rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents:
46181
diff
changeset
|
84 |
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
|
85 |
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
|
86 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
87 |
checksum = "cb936af9de38476664d6b58e529aff30d482e4ce1c5e150293d00730b0d81fdb" |
46390
0800aa42bb4c
rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents:
46181
diff
changeset
|
88 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
89 |
"proc-macro2", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
90 |
"quote", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
91 |
"syn", |
46390
0800aa42bb4c
rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents:
46181
diff
changeset
|
92 |
] |
0800aa42bb4c
rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents:
46181
diff
changeset
|
93 |
|
0800aa42bb4c
rust: use the bytes-cast crate to parse persistent nodemaps
Simon Sapin <simon.sapin@octobus.net>
parents:
46181
diff
changeset
|
94 |
[[package]] |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
95 |
name = "cc" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
96 |
version = "1.0.66" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
97 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
98 |
checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
99 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
100 |
"jobserver", |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
101 |
] |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
102 |
|
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
103 |
[[package]] |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
104 |
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
|
105 |
version = "0.1.10" |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
106 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
107 |
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
108 |
|
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
109 |
[[package]] |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
110 |
name = "cfg-if" |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
111 |
version = "1.0.0" |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
112 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
113 |
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
114 |
|
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
115 |
[[package]] |
46601
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46594
diff
changeset
|
116 |
name = "chrono" |
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46594
diff
changeset
|
117 |
version = "0.4.19" |
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46594
diff
changeset
|
118 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
119 |
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" |
46601
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46594
diff
changeset
|
120 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
121 |
"libc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
122 |
"num-integer", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
123 |
"num-traits", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
124 |
"time", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
125 |
"winapi", |
46601
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46594
diff
changeset
|
126 |
] |
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46594
diff
changeset
|
127 |
|
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46594
diff
changeset
|
128 |
[[package]] |
44386
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
129 |
name = "clap" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
130 |
version = "2.33.3" |
44386
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
131 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
132 |
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002" |
44386
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
133 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
134 |
"ansi_term", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
135 |
"atty", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
136 |
"bitflags", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
137 |
"strsim", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
138 |
"textwrap", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
139 |
"unicode-width", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
140 |
"vec_map", |
44386
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
141 |
] |
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
142 |
|
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
143 |
[[package]] |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
144 |
name = "const_fn" |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
145 |
version = "0.4.4" |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
146 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
147 |
checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
148 |
|
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
149 |
[[package]] |
47380
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
150 |
name = "cpufeatures" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
151 |
version = "0.1.4" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
152 |
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:
47113
diff
changeset
|
153 |
checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
154 |
dependencies = [ |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
155 |
"libc", |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
156 |
] |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
157 |
|
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
158 |
[[package]] |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
159 |
name = "cpython" |
48197
63e86fc9bfec
rust: update the rust-cpython crate to 0.7.0
Simon Sapin <simon.sapin@octobus.net>
parents:
48195
diff
changeset
|
160 |
version = "0.7.0" |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
161 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
48197
63e86fc9bfec
rust: update the rust-cpython crate to 0.7.0
Simon Sapin <simon.sapin@octobus.net>
parents:
48195
diff
changeset
|
162 |
checksum = "b7d46ba8ace7f3a1d204ac5060a706d0a68de6b42eafb6a586cc08bebcffe664" |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
163 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
164 |
"libc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
165 |
"num-traits", |
46861
c7c6c11fe1e4
rust: bump rust-cpython version to 0.5.2
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
46735
diff
changeset
|
166 |
"paste", |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
167 |
"python27-sys", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
168 |
"python3-sys", |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
169 |
] |
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
170 |
|
35569
964212780daf
rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff
changeset
|
171 |
[[package]] |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
172 |
name = "crc32fast" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
173 |
version = "1.2.1" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
174 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
175 |
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
176 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
177 |
"cfg-if 1.0.0", |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
178 |
] |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
179 |
|
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
180 |
[[package]] |
44539
fe7d2cf0b429
rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents:
44466
diff
changeset
|
181 |
name = "crossbeam-channel" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
182 |
version = "0.4.4" |
44539
fe7d2cf0b429
rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents:
44466
diff
changeset
|
183 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
184 |
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87" |
44539
fe7d2cf0b429
rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents:
44466
diff
changeset
|
185 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
186 |
"crossbeam-utils 0.7.2", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
187 |
"maybe-uninit", |
44539
fe7d2cf0b429
rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents:
44466
diff
changeset
|
188 |
] |
fe7d2cf0b429
rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents:
44466
diff
changeset
|
189 |
|
fe7d2cf0b429
rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents:
44466
diff
changeset
|
190 |
[[package]] |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
191 |
name = "crossbeam-channel" |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
192 |
version = "0.5.0" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
193 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
194 |
checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
195 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
196 |
"cfg-if 1.0.0", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
197 |
"crossbeam-utils 0.8.1", |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
198 |
] |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
199 |
|
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
200 |
[[package]] |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
201 |
name = "crossbeam-deque" |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
202 |
version = "0.8.0" |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
203 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
204 |
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
205 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
206 |
"cfg-if 1.0.0", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
207 |
"crossbeam-epoch", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
208 |
"crossbeam-utils 0.8.1", |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
209 |
] |
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
210 |
|
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
211 |
[[package]] |
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
212 |
name = "crossbeam-epoch" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
213 |
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
|
214 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
215 |
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
|
216 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
217 |
"cfg-if 1.0.0", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
218 |
"const_fn", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
219 |
"crossbeam-utils 0.8.1", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
220 |
"lazy_static", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
221 |
"memoffset", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
222 |
"scopeguard", |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
223 |
] |
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
224 |
|
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
225 |
[[package]] |
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
226 |
name = "crossbeam-utils" |
44540
82f51ab7a2dd
rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents:
44539
diff
changeset
|
227 |
version = "0.7.2" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
228 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
229 |
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
230 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
231 |
"autocfg", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
232 |
"cfg-if 0.1.10", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
233 |
"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
|
234 |
] |
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
235 |
|
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
236 |
[[package]] |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
237 |
name = "crossbeam-utils" |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
238 |
version = "0.8.1" |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
239 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
240 |
checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
241 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
242 |
"autocfg", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
243 |
"cfg-if 1.0.0", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
244 |
"lazy_static", |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
245 |
] |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
246 |
|
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
247 |
[[package]] |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
248 |
name = "ctor" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
249 |
version = "0.1.16" |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
250 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
251 |
checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484" |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
252 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
253 |
"quote", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
254 |
"syn", |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
255 |
] |
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
256 |
|
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
257 |
[[package]] |
46435
2e2033081274
rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
Simon Sapin <simon.sapin@octobus.net>
parents:
46431
diff
changeset
|
258 |
name = "derive_more" |
2e2033081274
rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
Simon Sapin <simon.sapin@octobus.net>
parents:
46431
diff
changeset
|
259 |
version = "0.99.11" |
2e2033081274
rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
Simon Sapin <simon.sapin@octobus.net>
parents:
46431
diff
changeset
|
260 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
261 |
checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c" |
46435
2e2033081274
rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
Simon Sapin <simon.sapin@octobus.net>
parents:
46431
diff
changeset
|
262 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
263 |
"proc-macro2", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
264 |
"quote", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
265 |
"syn", |
46435
2e2033081274
rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
Simon Sapin <simon.sapin@octobus.net>
parents:
46431
diff
changeset
|
266 |
] |
2e2033081274
rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
Simon Sapin <simon.sapin@octobus.net>
parents:
46431
diff
changeset
|
267 |
|
2e2033081274
rust: replace trivial `impl From …` with `#[derive(derive_more::From)]`
Simon Sapin <simon.sapin@octobus.net>
parents:
46431
diff
changeset
|
268 |
[[package]] |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
269 |
name = "difference" |
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
270 |
version = "2.0.0" |
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
271 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
272 |
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
273 |
|
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
274 |
[[package]] |
47380
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
275 |
name = "digest" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
276 |
version = "0.9.0" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
277 |
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:
47113
diff
changeset
|
278 |
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
279 |
dependencies = [ |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
280 |
"generic-array", |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
281 |
] |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
282 |
|
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
283 |
[[package]] |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
284 |
name = "either" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
285 |
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
|
286 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
287 |
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
|
288 |
|
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
289 |
[[package]] |
45517
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45050
diff
changeset
|
290 |
name = "env_logger" |
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45050
diff
changeset
|
291 |
version = "0.7.1" |
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45050
diff
changeset
|
292 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
293 |
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" |
45517
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45050
diff
changeset
|
294 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
295 |
"atty", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
296 |
"humantime", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
297 |
"log", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
298 |
"regex", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
299 |
"termcolor", |
45517
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45050
diff
changeset
|
300 |
] |
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45050
diff
changeset
|
301 |
|
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45050
diff
changeset
|
302 |
[[package]] |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
303 |
name = "flate2" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
304 |
version = "1.0.19" |
44230 | 305 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
306 |
checksum = "7411863d55df97a419aa64cb4d2f167103ea9d767e2c54a1868b7ac3f6b47129" |
44230 | 307 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
308 |
"cfg-if 1.0.0", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
309 |
"crc32fast", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
310 |
"libc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
311 |
"libz-sys", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
312 |
"miniz_oxide", |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
313 |
] |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
314 |
|
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
315 |
[[package]] |
45984
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45963
diff
changeset
|
316 |
name = "format-bytes" |
46735
12d59eec7f1d
rhg: Align with Python on some more error messages
Simon Sapin <simon.sapin@octobus.net>
parents:
46733
diff
changeset
|
317 |
version = "0.2.2" |
45984
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45963
diff
changeset
|
318 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46735
12d59eec7f1d
rhg: Align with Python on some more error messages
Simon Sapin <simon.sapin@octobus.net>
parents:
46733
diff
changeset
|
319 |
checksum = "1c4e89040c7fd7b4e6ba2820ac705a45def8a0c098ec78d170ae88f1ef1d5762" |
45984
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45963
diff
changeset
|
320 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
321 |
"format-bytes-macros", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
322 |
"proc-macro-hack", |
45984
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45963
diff
changeset
|
323 |
] |
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45963
diff
changeset
|
324 |
|
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45963
diff
changeset
|
325 |
[[package]] |
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45963
diff
changeset
|
326 |
name = "format-bytes-macros" |
46499
eace48b4a786
rust: Use the DisplayBytes trait in config printing
Simon Sapin <simon.sapin@octobus.net>
parents:
46483
diff
changeset
|
327 |
version = "0.3.0" |
45984
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45963
diff
changeset
|
328 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
329 |
checksum = "b05089e341a0460449e2210c3bf7b61597860b07f0deae58da38dbed0a4c6b6d" |
45984
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45963
diff
changeset
|
330 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
331 |
"proc-macro-hack", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
332 |
"proc-macro2", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
333 |
"quote", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
334 |
"syn", |
45984
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45963
diff
changeset
|
335 |
] |
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45963
diff
changeset
|
336 |
|
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45963
diff
changeset
|
337 |
[[package]] |
47380
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
338 |
name = "generic-array" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
339 |
version = "0.14.4" |
45531
b0d6309ff50c
hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45530
diff
changeset
|
340 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
47380
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
341 |
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
342 |
dependencies = [ |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
343 |
"typenum", |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
344 |
"version_check", |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
345 |
] |
45531
b0d6309ff50c
hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45530
diff
changeset
|
346 |
|
b0d6309ff50c
hg-core: check data integrity in `Revlog`
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45530
diff
changeset
|
347 |
[[package]] |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
348 |
name = "getrandom" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
349 |
version = "0.1.15" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
350 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
351 |
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
352 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
353 |
"cfg-if 0.1.10", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
354 |
"libc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
355 |
"wasi 0.9.0+wasi-snapshot-preview1", |
44230 | 356 |
] |
357 |
||
358 |
[[package]] |
|
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
359 |
name = "glob" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
360 |
version = "0.3.0" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
361 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
362 |
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
363 |
|
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
364 |
[[package]] |
44230 | 365 |
name = "hermit-abi" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
366 |
version = "0.1.17" |
44230 | 367 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
368 |
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8" |
44230 | 369 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
370 |
"libc", |
44230 | 371 |
] |
372 |
||
373 |
[[package]] |
|
40271
dbc28c91f7ff
rust: pure Rust lazyancestors iterator
Georges Racinet <gracinet@anybox.fr>
parents:
35601
diff
changeset
|
374 |
name = "hg-core" |
dbc28c91f7ff
rust: pure Rust lazyancestors iterator
Georges Racinet <gracinet@anybox.fr>
parents:
35601
diff
changeset
|
375 |
version = "0.1.0" |
41692
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
376 |
dependencies = [ |
48042
008959fcbfb2
rust: Align DirstateEntry internals with Python/C DirstateItem
Simon Sapin <simon.sapin@octobus.net>
parents:
47981
diff
changeset
|
377 |
"bitflags", |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
378 |
"byteorder", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
379 |
"bytes-cast", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
380 |
"clap", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
381 |
"crossbeam-channel 0.4.4", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
382 |
"derive_more", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
383 |
"flate2", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
384 |
"format-bytes", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
385 |
"home", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
386 |
"im-rc", |
47113
be579775c2d9
dirstate-tree: Add the new `status()` algorithm
Simon Sapin <simon.sapin@octobus.net>
parents:
47102
diff
changeset
|
387 |
"itertools", |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
388 |
"lazy_static", |
48195
4d5a13253d34
dirstate-v2: Replace the 32-bit `mode` field with two bits
Simon Sapin <simon.sapin@octobus.net>
parents:
48042
diff
changeset
|
389 |
"libc", |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
390 |
"log", |
47955
e834b79def74
rust: Switch to the memmap2-rs crate
Simon Sapin <simon.sapin@octobus.net>
parents:
47954
diff
changeset
|
391 |
"memmap2", |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
392 |
"micro-timer", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
393 |
"pretty_assertions", |
47380
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
394 |
"rand", |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
395 |
"rand_distr", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
396 |
"rand_pcg", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
397 |
"rayon", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
398 |
"regex", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
399 |
"same-file", |
47380
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
400 |
"sha-1", |
47954
4afd6cc447b9
rust: Make OwningDirstateMap generic and move it into hg-core
Simon Sapin <simon.sapin@octobus.net>
parents:
47520
diff
changeset
|
401 |
"stable_deref_trait", |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
402 |
"tempfile", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
403 |
"twox-hash", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
404 |
"zstd", |
41692
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
405 |
] |
40271
dbc28c91f7ff
rust: pure Rust lazyancestors iterator
Georges Racinet <gracinet@anybox.fr>
parents:
35601
diff
changeset
|
406 |
|
dbc28c91f7ff
rust: pure Rust lazyancestors iterator
Georges Racinet <gracinet@anybox.fr>
parents:
35601
diff
changeset
|
407 |
[[package]] |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
408 |
name = "hg-cpython" |
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
409 |
version = "0.1.0" |
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
410 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
411 |
"cpython", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
412 |
"crossbeam-channel 0.4.4", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
413 |
"env_logger", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
414 |
"hg-core", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
415 |
"libc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
416 |
"log", |
47954
4afd6cc447b9
rust: Make OwningDirstateMap generic and move it into hg-core
Simon Sapin <simon.sapin@octobus.net>
parents:
47520
diff
changeset
|
417 |
"stable_deref_trait", |
45517
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45050
diff
changeset
|
418 |
] |
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45050
diff
changeset
|
419 |
|
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45050
diff
changeset
|
420 |
[[package]] |
46483
2845892dd489
rust: Parse system and user configuration
Simon Sapin <simon.sapin@octobus.net>
parents:
46435
diff
changeset
|
421 |
name = "home" |
2845892dd489
rust: Parse system and user configuration
Simon Sapin <simon.sapin@octobus.net>
parents:
46435
diff
changeset
|
422 |
version = "0.5.3" |
2845892dd489
rust: Parse system and user configuration
Simon Sapin <simon.sapin@octobus.net>
parents:
46435
diff
changeset
|
423 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
424 |
checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654" |
46483
2845892dd489
rust: Parse system and user configuration
Simon Sapin <simon.sapin@octobus.net>
parents:
46435
diff
changeset
|
425 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
426 |
"winapi", |
46483
2845892dd489
rust: Parse system and user configuration
Simon Sapin <simon.sapin@octobus.net>
parents:
46435
diff
changeset
|
427 |
] |
2845892dd489
rust: Parse system and user configuration
Simon Sapin <simon.sapin@octobus.net>
parents:
46435
diff
changeset
|
428 |
|
2845892dd489
rust: Parse system and user configuration
Simon Sapin <simon.sapin@octobus.net>
parents:
46435
diff
changeset
|
429 |
[[package]] |
45517
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45050
diff
changeset
|
430 |
name = "humantime" |
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45050
diff
changeset
|
431 |
version = "1.3.0" |
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45050
diff
changeset
|
432 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
433 |
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
45517
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45050
diff
changeset
|
434 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
435 |
"quick-error", |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
436 |
] |
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
437 |
|
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
438 |
[[package]] |
45963
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
439 |
name = "im-rc" |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
440 |
version = "15.0.0" |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
441 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
442 |
checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f" |
45963
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
443 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
444 |
"bitmaps", |
47380
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
445 |
"rand_core", |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
446 |
"rand_xoshiro", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
447 |
"sized-chunks", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
448 |
"typenum", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
449 |
"version_check", |
45963
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
450 |
] |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
451 |
|
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
452 |
[[package]] |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
453 |
name = "itertools" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
454 |
version = "0.9.0" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
455 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
456 |
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
457 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
458 |
"either", |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
459 |
] |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
460 |
|
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
461 |
[[package]] |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
462 |
name = "jobserver" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
463 |
version = "0.1.21" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
464 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
465 |
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
466 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
467 |
"libc", |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
468 |
] |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
469 |
|
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
470 |
[[package]] |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
471 |
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
|
472 |
version = "1.4.0" |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
473 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
474 |
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
475 |
|
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
476 |
[[package]] |
35569
964212780daf
rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff
changeset
|
477 |
name = "libc" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
478 |
version = "0.2.81" |
35569
964212780daf
rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff
changeset
|
479 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
480 |
checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb" |
35569
964212780daf
rust: implementation of `hg`
Gregory Szorc <gregory.szorc@gmail.com>
parents:
diff
changeset
|
481 |
|
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
482 |
[[package]] |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
483 |
name = "libz-sys" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
484 |
version = "1.1.2" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
485 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
486 |
checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
487 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
488 |
"cc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
489 |
"pkg-config", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
490 |
"vcpkg", |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
491 |
] |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
492 |
|
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
493 |
[[package]] |
44540
82f51ab7a2dd
rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents:
44539
diff
changeset
|
494 |
name = "log" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
495 |
version = "0.4.11" |
44540
82f51ab7a2dd
rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents:
44539
diff
changeset
|
496 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
497 |
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b" |
44540
82f51ab7a2dd
rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents:
44539
diff
changeset
|
498 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
499 |
"cfg-if 0.1.10", |
44540
82f51ab7a2dd
rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents:
44539
diff
changeset
|
500 |
] |
82f51ab7a2dd
rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents:
44539
diff
changeset
|
501 |
|
82f51ab7a2dd
rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents:
44539
diff
changeset
|
502 |
[[package]] |
44539
fe7d2cf0b429
rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents:
44466
diff
changeset
|
503 |
name = "maybe-uninit" |
fe7d2cf0b429
rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents:
44466
diff
changeset
|
504 |
version = "2.0.0" |
fe7d2cf0b429
rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents:
44466
diff
changeset
|
505 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
506 |
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" |
44539
fe7d2cf0b429
rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents:
44466
diff
changeset
|
507 |
|
fe7d2cf0b429
rust-status: traverse working directory in parallel
Raphaël Gomès <rgomes@octobus.net>
parents:
44466
diff
changeset
|
508 |
[[package]] |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
509 |
name = "memchr" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
510 |
version = "2.3.4" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
511 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
512 |
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
513 |
|
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
514 |
[[package]] |
47955
e834b79def74
rust: Switch to the memmap2-rs crate
Simon Sapin <simon.sapin@octobus.net>
parents:
47954
diff
changeset
|
515 |
name = "memmap2" |
47981
d1d9510f73f0
rust: Update the memmap2 crate to version 0.4.0
Simon Sapin <simon.sapin@octobus.net>
parents:
47974
diff
changeset
|
516 |
version = "0.4.0" |
44386
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
517 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
47981
d1d9510f73f0
rust: Update the memmap2 crate to version 0.4.0
Simon Sapin <simon.sapin@octobus.net>
parents:
47974
diff
changeset
|
518 |
checksum = "de5d3112c080d58ce560081baeaab7e1e864ca21795ddbf533d5b1842bb1ecf8" |
44386
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
519 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
520 |
"libc", |
47981
d1d9510f73f0
rust: Update the memmap2 crate to version 0.4.0
Simon Sapin <simon.sapin@octobus.net>
parents:
47974
diff
changeset
|
521 |
"stable_deref_trait", |
44386
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
522 |
] |
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
523 |
|
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
524 |
[[package]] |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
525 |
name = "memoffset" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
526 |
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
|
527 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
528 |
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
|
529 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
530 |
"autocfg", |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
531 |
] |
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
532 |
|
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
533 |
[[package]] |
44541
d880805d5442
hg-core: add function timing information
Raphaël Gomès <rgomes@octobus.net>
parents:
44540
diff
changeset
|
534 |
name = "micro-timer" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
535 |
version = "0.3.1" |
44598
f451a347d21a
rust: update micro-timer dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
44572
diff
changeset
|
536 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
537 |
checksum = "2620153e1d903d26b72b89f0e9c48d8c4756cba941c185461dddc234980c298c" |
44598
f451a347d21a
rust: update micro-timer dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
44572
diff
changeset
|
538 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
539 |
"micro-timer-macros", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
540 |
"scopeguard", |
44598
f451a347d21a
rust: update micro-timer dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
44572
diff
changeset
|
541 |
] |
f451a347d21a
rust: update micro-timer dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
44572
diff
changeset
|
542 |
|
f451a347d21a
rust: update micro-timer dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
44572
diff
changeset
|
543 |
[[package]] |
f451a347d21a
rust: update micro-timer dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
44572
diff
changeset
|
544 |
name = "micro-timer-macros" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
545 |
version = "0.3.1" |
44541
d880805d5442
hg-core: add function timing information
Raphaël Gomès <rgomes@octobus.net>
parents:
44540
diff
changeset
|
546 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
547 |
checksum = "e28a3473e6abd6e9aab36aaeef32ad22ae0bd34e79f376643594c2b152ec1c5d" |
44541
d880805d5442
hg-core: add function timing information
Raphaël Gomès <rgomes@octobus.net>
parents:
44540
diff
changeset
|
548 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
549 |
"proc-macro2", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
550 |
"quote", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
551 |
"scopeguard", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
552 |
"syn", |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
553 |
] |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
554 |
|
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
555 |
[[package]] |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
556 |
name = "miniz_oxide" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
557 |
version = "0.4.3" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
558 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
559 |
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
560 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
561 |
"adler", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
562 |
"autocfg", |
44541
d880805d5442
hg-core: add function timing information
Raphaël Gomès <rgomes@octobus.net>
parents:
44540
diff
changeset
|
563 |
] |
d880805d5442
hg-core: add function timing information
Raphaël Gomès <rgomes@octobus.net>
parents:
44540
diff
changeset
|
564 |
|
d880805d5442
hg-core: add function timing information
Raphaël Gomès <rgomes@octobus.net>
parents:
44540
diff
changeset
|
565 |
[[package]] |
46601
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46594
diff
changeset
|
566 |
name = "num-integer" |
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46594
diff
changeset
|
567 |
version = "0.1.44" |
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46594
diff
changeset
|
568 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
569 |
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" |
46601
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46594
diff
changeset
|
570 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
571 |
"autocfg", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
572 |
"num-traits", |
46601
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46594
diff
changeset
|
573 |
] |
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46594
diff
changeset
|
574 |
|
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46594
diff
changeset
|
575 |
[[package]] |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
576 |
name = "num-traits" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
577 |
version = "0.2.14" |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
578 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
579 |
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
|
580 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
581 |
"autocfg", |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
582 |
] |
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
583 |
|
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
584 |
[[package]] |
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
585 |
name = "num_cpus" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
586 |
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
|
587 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
588 |
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
|
589 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
590 |
"hermit-abi", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
591 |
"libc", |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
592 |
] |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
593 |
|
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
594 |
[[package]] |
47380
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
595 |
name = "opaque-debug" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
596 |
version = "0.3.0" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
597 |
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:
47113
diff
changeset
|
598 |
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
599 |
|
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
600 |
[[package]] |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
601 |
name = "output_vt100" |
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
602 |
version = "0.1.2" |
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
603 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
604 |
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9" |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
605 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
606 |
"winapi", |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
607 |
] |
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
608 |
|
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
609 |
[[package]] |
46861
c7c6c11fe1e4
rust: bump rust-cpython version to 0.5.2
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
46735
diff
changeset
|
610 |
name = "paste" |
47520
5decb7a49bb6
rust: bump rust-cpython version for 0.6.0
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
47404
diff
changeset
|
611 |
version = "1.0.5" |
46861
c7c6c11fe1e4
rust: bump rust-cpython version to 0.5.2
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
46735
diff
changeset
|
612 |
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:
47404
diff
changeset
|
613 |
checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58" |
46861
c7c6c11fe1e4
rust: bump rust-cpython version to 0.5.2
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
46735
diff
changeset
|
614 |
|
c7c6c11fe1e4
rust: bump rust-cpython version to 0.5.2
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
46735
diff
changeset
|
615 |
[[package]] |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
616 |
name = "pkg-config" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
617 |
version = "0.3.19" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
618 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
619 |
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
620 |
|
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
621 |
[[package]] |
44230 | 622 |
name = "ppv-lite86" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
623 |
version = "0.2.10" |
44230 | 624 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
625 |
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" |
44230 | 626 |
|
627 |
[[package]] |
|
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
628 |
name = "pretty_assertions" |
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
629 |
version = "0.6.1" |
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
630 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
631 |
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427" |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
632 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
633 |
"ansi_term", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
634 |
"ctor", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
635 |
"difference", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
636 |
"output_vt100", |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
637 |
] |
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
638 |
|
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
639 |
[[package]] |
45984
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45963
diff
changeset
|
640 |
name = "proc-macro-hack" |
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45963
diff
changeset
|
641 |
version = "0.5.19" |
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45963
diff
changeset
|
642 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
643 |
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" |
45984
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45963
diff
changeset
|
644 |
|
fada33872b5b
rhg: use `format_bytes!` for error messages
Raphaël Gomès <rgomes@octobus.net>
parents:
45963
diff
changeset
|
645 |
[[package]] |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
646 |
name = "proc-macro2" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
647 |
version = "1.0.24" |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
648 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
649 |
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
650 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
651 |
"unicode-xid", |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
652 |
] |
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
653 |
|
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
654 |
[[package]] |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
655 |
name = "python27-sys" |
48197
63e86fc9bfec
rust: update the rust-cpython crate to 0.7.0
Simon Sapin <simon.sapin@octobus.net>
parents:
48195
diff
changeset
|
656 |
version = "0.7.0" |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
657 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
48197
63e86fc9bfec
rust: update the rust-cpython crate to 0.7.0
Simon Sapin <simon.sapin@octobus.net>
parents:
48195
diff
changeset
|
658 |
checksum = "94670354e264300dde81a5864cbb6bfc9d56ac3dcf3a278c32cb52f816f4dfd1" |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
659 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
660 |
"libc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
661 |
"regex", |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
662 |
] |
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
663 |
|
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
664 |
[[package]] |
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
665 |
name = "python3-sys" |
48197
63e86fc9bfec
rust: update the rust-cpython crate to 0.7.0
Simon Sapin <simon.sapin@octobus.net>
parents:
48195
diff
changeset
|
666 |
version = "0.7.0" |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
667 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
48197
63e86fc9bfec
rust: update the rust-cpython crate to 0.7.0
Simon Sapin <simon.sapin@octobus.net>
parents:
48195
diff
changeset
|
668 |
checksum = "b18b32e64c103d5045f44644d7ddddd65336f7a0521f6fde673240a9ecceb77e" |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
669 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
670 |
"libc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
671 |
"regex", |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
672 |
] |
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
673 |
|
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
674 |
[[package]] |
45517
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45050
diff
changeset
|
675 |
name = "quick-error" |
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45050
diff
changeset
|
676 |
version = "1.2.3" |
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45050
diff
changeset
|
677 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
678 |
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
45517
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45050
diff
changeset
|
679 |
|
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45050
diff
changeset
|
680 |
[[package]] |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
681 |
name = "quote" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
682 |
version = "1.0.7" |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
683 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
684 |
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
685 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
686 |
"proc-macro2", |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
687 |
] |
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
688 |
|
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
689 |
[[package]] |
41692
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
690 |
name = "rand" |
44230 | 691 |
version = "0.7.3" |
692 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
693 |
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
44230 | 694 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
695 |
"getrandom", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
696 |
"libc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
697 |
"rand_chacha", |
47380
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
698 |
"rand_core", |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
699 |
"rand_hc", |
44230 | 700 |
] |
701 |
||
702 |
[[package]] |
|
41692
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
703 |
name = "rand_chacha" |
44540
82f51ab7a2dd
rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents:
44539
diff
changeset
|
704 |
version = "0.2.2" |
44230 | 705 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
706 |
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
44230 | 707 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
708 |
"ppv-lite86", |
47380
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
709 |
"rand_core", |
44230 | 710 |
] |
711 |
||
712 |
[[package]] |
|
41692
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
713 |
name = "rand_core" |
44230 | 714 |
version = "0.5.1" |
715 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
716 |
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
44230 | 717 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
718 |
"getrandom", |
44230 | 719 |
] |
720 |
||
721 |
[[package]] |
|
44599
d31d1c0685be
rust: update all dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
44598
diff
changeset
|
722 |
name = "rand_distr" |
d31d1c0685be
rust: update all dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
44598
diff
changeset
|
723 |
version = "0.2.2" |
41692
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
724 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
725 |
checksum = "96977acbdd3a6576fb1d27391900035bf3863d4a16422973a409b488cf29ffb2" |
41692
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
726 |
dependencies = [ |
47380
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
727 |
"rand", |
41692
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
728 |
] |
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
729 |
|
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
730 |
[[package]] |
44230 | 731 |
name = "rand_hc" |
732 |
version = "0.2.0" |
|
733 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
734 |
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
44230 | 735 |
dependencies = [ |
47380
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
736 |
"rand_core", |
44230 | 737 |
] |
738 |
||
739 |
[[package]] |
|
44599
d31d1c0685be
rust: update all dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
44598
diff
changeset
|
740 |
name = "rand_pcg" |
d31d1c0685be
rust: update all dependencies
Raphaël Gomès <rgomes@octobus.net>
parents:
44598
diff
changeset
|
741 |
version = "0.2.1" |
41692
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
742 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
743 |
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429" |
41692
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
744 |
dependencies = [ |
47380
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
745 |
"rand_core", |
41692
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
746 |
] |
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
747 |
|
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
748 |
[[package]] |
45963
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
749 |
name = "rand_xoshiro" |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
750 |
version = "0.4.0" |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
751 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
752 |
checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004" |
45963
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
753 |
dependencies = [ |
47380
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
754 |
"rand_core", |
45963
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
755 |
] |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
756 |
|
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
757 |
[[package]] |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
758 |
name = "rayon" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
759 |
version = "1.5.0" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
760 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
761 |
checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
762 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
763 |
"autocfg", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
764 |
"crossbeam-deque", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
765 |
"either", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
766 |
"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
|
767 |
] |
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
768 |
|
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
769 |
[[package]] |
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
770 |
name = "rayon-core" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
771 |
version = "1.9.0" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
772 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
773 |
checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a" |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
774 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
775 |
"crossbeam-channel 0.5.0", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
776 |
"crossbeam-deque", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
777 |
"crossbeam-utils 0.8.1", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
778 |
"lazy_static", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
779 |
"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
|
780 |
] |
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
781 |
|
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
782 |
[[package]] |
44265
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44231
diff
changeset
|
783 |
name = "redox_syscall" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
784 |
version = "0.1.57" |
44265
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44231
diff
changeset
|
785 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
786 |
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" |
44265
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44231
diff
changeset
|
787 |
|
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44231
diff
changeset
|
788 |
[[package]] |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
789 |
name = "regex" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
790 |
version = "1.4.2" |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
791 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
792 |
checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c" |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
793 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
794 |
"aho-corasick", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
795 |
"memchr", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
796 |
"regex-syntax", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
797 |
"thread_local", |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
798 |
] |
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
799 |
|
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
800 |
[[package]] |
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
801 |
name = "regex-syntax" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
802 |
version = "0.6.21" |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
803 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
804 |
checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189" |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
805 |
|
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
806 |
[[package]] |
44265
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44231
diff
changeset
|
807 |
name = "remove_dir_all" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
808 |
version = "0.5.3" |
44265
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44231
diff
changeset
|
809 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
810 |
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" |
44265
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44231
diff
changeset
|
811 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
812 |
"winapi", |
44265
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44231
diff
changeset
|
813 |
] |
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44231
diff
changeset
|
814 |
|
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44231
diff
changeset
|
815 |
[[package]] |
44981
cf04f62d1579
rhg: add rhg crate
Antoine Cezar <antoine.cezar@octobus.net>
parents:
44960
diff
changeset
|
816 |
name = "rhg" |
cf04f62d1579
rhg: add rhg crate
Antoine Cezar <antoine.cezar@octobus.net>
parents:
44960
diff
changeset
|
817 |
version = "0.1.0" |
45049
513b3ef277a3
rhg: add RootCommand using hg-core FindRoot operation to prepare `hg root`
Antoine Cezar <antoine.cezar@octobus.net>
parents:
44981
diff
changeset
|
818 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
819 |
"chrono", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
820 |
"clap", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
821 |
"derive_more", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
822 |
"env_logger", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
823 |
"format-bytes", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
824 |
"hg-core", |
47404
ebdef6283798
rhg: read [paths] for `--repository` value
Pulkit Goyal <7895pulkit@gmail.com>
parents:
47380
diff
changeset
|
825 |
"home", |
46729
6cd9f53aaed8
rhg: Fall back to Python on --repository with an URL
Simon Sapin <simon.sapin@octobus.net>
parents:
46664
diff
changeset
|
826 |
"lazy_static", |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
827 |
"log", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
828 |
"micro-timer", |
46729
6cd9f53aaed8
rhg: Fall back to Python on --repository with an URL
Simon Sapin <simon.sapin@octobus.net>
parents:
46664
diff
changeset
|
829 |
"regex", |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
830 |
"users", |
45049
513b3ef277a3
rhg: add RootCommand using hg-core FindRoot operation to prepare `hg root`
Antoine Cezar <antoine.cezar@octobus.net>
parents:
44981
diff
changeset
|
831 |
] |
44981
cf04f62d1579
rhg: add rhg crate
Antoine Cezar <antoine.cezar@octobus.net>
parents:
44960
diff
changeset
|
832 |
|
cf04f62d1579
rhg: add rhg crate
Antoine Cezar <antoine.cezar@octobus.net>
parents:
44960
diff
changeset
|
833 |
[[package]] |
44301
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44266
diff
changeset
|
834 |
name = "same-file" |
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44266
diff
changeset
|
835 |
version = "1.0.6" |
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44266
diff
changeset
|
836 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
837 |
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
44301
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44266
diff
changeset
|
838 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
839 |
"winapi-util", |
44301
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44266
diff
changeset
|
840 |
] |
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44266
diff
changeset
|
841 |
|
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44266
diff
changeset
|
842 |
[[package]] |
43271
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
843 |
name = "scopeguard" |
44540
82f51ab7a2dd
rust: add logging utils
Raphaël Gomès <rgomes@octobus.net>
parents:
44539
diff
changeset
|
844 |
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
|
845 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
846 |
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
|
847 |
|
99394e6c5d12
rust-dirstate-status: add first Rust implementation of `dirstate.status`
Raphaël Gomès <rgomes@octobus.net>
parents:
43214
diff
changeset
|
848 |
[[package]] |
47380
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
849 |
name = "sha-1" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
850 |
version = "0.9.6" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
851 |
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:
47113
diff
changeset
|
852 |
checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16" |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
853 |
dependencies = [ |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
854 |
"block-buffer", |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
855 |
"cfg-if 1.0.0", |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
856 |
"cpufeatures", |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
857 |
"digest", |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
858 |
"opaque-debug", |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
859 |
] |
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
860 |
|
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
861 |
[[package]] |
45963
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
862 |
name = "sized-chunks" |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
863 |
version = "0.6.2" |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
864 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
865 |
checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f" |
45963
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
866 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
867 |
"bitmaps", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
868 |
"typenum", |
45963
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
869 |
] |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
870 |
|
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
871 |
[[package]] |
47954
4afd6cc447b9
rust: Make OwningDirstateMap generic and move it into hg-core
Simon Sapin <simon.sapin@octobus.net>
parents:
47520
diff
changeset
|
872 |
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
|
873 |
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
|
874 |
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
|
875 |
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
4afd6cc447b9
rust: Make OwningDirstateMap generic and move it into hg-core
Simon Sapin <simon.sapin@octobus.net>
parents:
47520
diff
changeset
|
876 |
|
4afd6cc447b9
rust: Make OwningDirstateMap generic and move it into hg-core
Simon Sapin <simon.sapin@octobus.net>
parents:
47520
diff
changeset
|
877 |
[[package]] |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
878 |
name = "static_assertions" |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
879 |
version = "1.1.0" |
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
880 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
881 |
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
882 |
|
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
883 |
[[package]] |
44386
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
884 |
name = "strsim" |
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
885 |
version = "0.8.0" |
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
886 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
887 |
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
44386
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
888 |
|
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
889 |
[[package]] |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
890 |
name = "syn" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
891 |
version = "1.0.54" |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
892 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
893 |
checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44" |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
894 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
895 |
"proc-macro2", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
896 |
"quote", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
897 |
"unicode-xid", |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
898 |
] |
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
899 |
|
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
900 |
[[package]] |
44265
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44231
diff
changeset
|
901 |
name = "tempfile" |
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44231
diff
changeset
|
902 |
version = "3.1.0" |
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44231
diff
changeset
|
903 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
904 |
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9" |
44265
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44231
diff
changeset
|
905 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
906 |
"cfg-if 0.1.10", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
907 |
"libc", |
47380
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
908 |
"rand", |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
909 |
"redox_syscall", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
910 |
"remove_dir_all", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
911 |
"winapi", |
44265
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44231
diff
changeset
|
912 |
] |
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44231
diff
changeset
|
913 |
|
c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
Raphaël Gomès <rgomes@octobus.net>
parents:
44231
diff
changeset
|
914 |
[[package]] |
45517
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45050
diff
changeset
|
915 |
name = "termcolor" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
916 |
version = "1.1.2" |
45517
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45050
diff
changeset
|
917 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
918 |
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" |
45517
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45050
diff
changeset
|
919 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
920 |
"winapi-util", |
45517
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45050
diff
changeset
|
921 |
] |
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45050
diff
changeset
|
922 |
|
2a68a5ec8dd0
rust-cpython: switch logging facade from `simple_logger` to `env_logger`
Raphaël Gomès <rgomes@octobus.net>
parents:
45050
diff
changeset
|
923 |
[[package]] |
44386
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
924 |
name = "textwrap" |
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
925 |
version = "0.11.0" |
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
926 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
927 |
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
44386
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
928 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
929 |
"unicode-width", |
44386
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
930 |
] |
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
931 |
|
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
932 |
[[package]] |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
933 |
name = "thread_local" |
44158
161958ebf73c
rust-dependencies: update rayon
Raphaël Gomès <rgomes@octobus.net>
parents:
44143
diff
changeset
|
934 |
version = "1.0.1" |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
935 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
936 |
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
937 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
938 |
"lazy_static", |
40965
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
939 |
] |
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
940 |
|
5532823e8c18
rust-cpython: start cpython crate bindings
Georges Racinet <gracinet@anybox.fr>
parents:
40964
diff
changeset
|
941 |
[[package]] |
45554
abad925af2ef
rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents:
45531
diff
changeset
|
942 |
name = "time" |
abad925af2ef
rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents:
45531
diff
changeset
|
943 |
version = "0.1.44" |
abad925af2ef
rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents:
45531
diff
changeset
|
944 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
945 |
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" |
45554
abad925af2ef
rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents:
45531
diff
changeset
|
946 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
947 |
"libc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
948 |
"wasi 0.10.0+wasi-snapshot-preview1", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
949 |
"winapi", |
45554
abad925af2ef
rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents:
45531
diff
changeset
|
950 |
] |
abad925af2ef
rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents:
45531
diff
changeset
|
951 |
|
abad925af2ef
rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents:
45531
diff
changeset
|
952 |
[[package]] |
43826
5ac243a92e37
rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents:
43271
diff
changeset
|
953 |
name = "twox-hash" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
954 |
version = "1.6.0" |
43826
5ac243a92e37
rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents:
43271
diff
changeset
|
955 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
956 |
checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59" |
43826
5ac243a92e37
rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents:
43271
diff
changeset
|
957 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
958 |
"cfg-if 0.1.10", |
47380
fad504cfc94b
rust: Use a maintained crate for SHA-1 hashing
Simon Sapin <simon.sapin@octobus.net>
parents:
47113
diff
changeset
|
959 |
"rand", |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
960 |
"static_assertions", |
43826
5ac243a92e37
rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents:
43271
diff
changeset
|
961 |
] |
5ac243a92e37
rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents:
43271
diff
changeset
|
962 |
|
5ac243a92e37
rust-performance: introduce FastHashMap type alias for HashMap
Raphaël Gomès <rgomes@octobus.net>
parents:
43271
diff
changeset
|
963 |
[[package]] |
45963
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
964 |
name = "typenum" |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
965 |
version = "1.12.0" |
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
966 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
967 |
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" |
45963
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
968 |
|
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
969 |
[[package]] |
44386
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
970 |
name = "unicode-width" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
971 |
version = "0.1.8" |
44386
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
972 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
973 |
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3" |
44386
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
974 |
|
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
975 |
[[package]] |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
976 |
name = "unicode-xid" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
977 |
version = "0.2.1" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
978 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
979 |
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
980 |
|
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
981 |
[[package]] |
46601
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46594
diff
changeset
|
982 |
name = "users" |
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46594
diff
changeset
|
983 |
version = "0.11.0" |
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46594
diff
changeset
|
984 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
985 |
checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032" |
46601
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46594
diff
changeset
|
986 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
987 |
"libc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
988 |
"log", |
46601
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46594
diff
changeset
|
989 |
] |
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46594
diff
changeset
|
990 |
|
755c31a1caf9
rhg: Add support for the blackbox extension
Simon Sapin <simon.sapin@octobus.net>
parents:
46594
diff
changeset
|
991 |
[[package]] |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
992 |
name = "vcpkg" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
993 |
version = "0.2.11" |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
994 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
995 |
checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb" |
44266
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
996 |
|
9ab4830e9e3d
rust-hg-path: add useful methods to `HgPath`
Raphaël Gomès <rgomes@octobus.net>
parents:
44265
diff
changeset
|
997 |
[[package]] |
44386
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
998 |
name = "vec_map" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
999 |
version = "0.8.2" |
44386
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
1000 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
1001 |
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
44386
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
1002 |
|
8f7c6656ac79
rust-nodemap: pure Rust example
Georges Racinet <georges.racinet@octobus.net>
parents:
44305
diff
changeset
|
1003 |
[[package]] |
45963
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
1004 |
name = "version_check" |
46181
3aec2620554b
hg-core: add format-bytes dependency
Raphaël Gomès <rgomes@octobus.net>
parents:
46054
diff
changeset
|
1005 |
version = "0.9.2" |
45963
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
1006 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
1007 |
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" |
45963
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
1008 |
|
0d99778af68a
copies-rust: use immutable "OrdMap" to store copies information
Pierre-Yves David <pierre-yves.david@octobus.net>
parents:
45554
diff
changeset
|
1009 |
[[package]] |
44230 | 1010 |
name = "wasi" |
1011 |
version = "0.9.0+wasi-snapshot-preview1" |
|
1012 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
1013 |
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
44230 | 1014 |
|
1015 |
[[package]] |
|
45554
abad925af2ef
rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents:
45531
diff
changeset
|
1016 |
name = "wasi" |
abad925af2ef
rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents:
45531
diff
changeset
|
1017 |
version = "0.10.0+wasi-snapshot-preview1" |
abad925af2ef
rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents:
45531
diff
changeset
|
1018 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
1019 |
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" |
45554
abad925af2ef
rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents:
45531
diff
changeset
|
1020 |
|
abad925af2ef
rust: update Cargo.lock
Raphaël Gomès <rgomes@octobus.net>
parents:
45531
diff
changeset
|
1021 |
[[package]] |
41692
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
1022 |
name = "winapi" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
1023 |
version = "0.3.9" |
41692
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
1024 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
1025 |
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
41692
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
1026 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
1027 |
"winapi-i686-pc-windows-gnu", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
1028 |
"winapi-x86_64-pc-windows-gnu", |
41692
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
1029 |
] |
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
1030 |
|
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
1031 |
[[package]] |
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
1032 |
name = "winapi-i686-pc-windows-gnu" |
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
1033 |
version = "0.4.0" |
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
1034 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
1035 |
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
41692
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
1036 |
|
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
1037 |
[[package]] |
44301
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44266
diff
changeset
|
1038 |
name = "winapi-util" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
1039 |
version = "0.1.5" |
44301
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44266
diff
changeset
|
1040 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
1041 |
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
44301
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44266
diff
changeset
|
1042 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
1043 |
"winapi", |
44301
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44266
diff
changeset
|
1044 |
] |
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44266
diff
changeset
|
1045 |
|
4caac36c66bc
rust-utils: add util for canonical path
Raphaël Gomès <rgomes@octobus.net>
parents:
44266
diff
changeset
|
1046 |
[[package]] |
41692
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
1047 |
name = "winapi-x86_64-pc-windows-gnu" |
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
1048 |
version = "0.4.0" |
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
1049 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
1050 |
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
41692
ee7b7bd432a1
rust: translated random test of missingancestors
Georges Racinet <gracinet@anybox.fr>
parents:
40985
diff
changeset
|
1051 |
|
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
1052 |
[[package]] |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
1053 |
name = "zstd" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
1054 |
version = "0.5.3+zstd.1.4.5" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
1055 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
1056 |
checksum = "01b32eaf771efa709e8308605bbf9319bf485dc1503179ec0469b611937c0cd8" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
1057 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
1058 |
"zstd-safe", |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
1059 |
] |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
1060 |
|
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
1061 |
[[package]] |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
1062 |
name = "zstd-safe" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
1063 |
version = "2.0.5+zstd.1.4.5" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
1064 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
1065 |
checksum = "1cfb642e0d27f64729a639c52db457e0ae906e7bc6f5fe8f5c453230400f1055" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
1066 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
1067 |
"libc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
1068 |
"zstd-sys", |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
1069 |
] |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
1070 |
|
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
1071 |
[[package]] |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
1072 |
name = "zstd-sys" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
1073 |
version = "1.4.17+zstd.1.4.5" |
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
1074 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
1075 |
checksum = "b89249644df056b522696b1bb9e7c18c87e8ffa3e2f0dc3b0155875d6498f01b" |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
1076 |
dependencies = [ |
46664
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
1077 |
"cc", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
1078 |
"glob", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
1079 |
"itertools", |
46cdd6660503
rust: Upgrade Cargo.lock to the newer format
Simon Sapin <simon.sapin@octobus.net>
parents:
46601
diff
changeset
|
1080 |
"libc", |
45526
26c53ee51c68
hg-core: Add a limited read only `revlog` implementation
Antoine Cezar <antoine.cezar@octobus.net>
parents:
45517
diff
changeset
|
1081 |
] |