##// END OF EJS Templates
rust-hg-core: upgrade dependencies...
Raphaël Gomès -
r50193:ec8d9b5a default
parent child Browse files
Show More
@@ -1,1274 +1,1259 b''
1 # This file is automatically @generated by Cargo.
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
2 # It is not intended for manual editing.
3 version = 3
3 version = 3
4
4
5 [[package]]
5 [[package]]
6 name = "adler"
6 name = "adler"
7 version = "0.2.3"
7 version = "0.2.3"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
9 checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
10
10
11 [[package]]
11 [[package]]
12 name = "ahash"
12 name = "ahash"
13 version = "0.4.7"
13 version = "0.4.7"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
15 checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
16
16
17 [[package]]
17 [[package]]
18 name = "aho-corasick"
18 name = "aho-corasick"
19 version = "0.7.18"
19 version = "0.7.18"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
21 checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
22 dependencies = [
22 dependencies = [
23 "memchr",
23 "memchr",
24 ]
24 ]
25
25
26 [[package]]
26 [[package]]
27 name = "ansi_term"
27 name = "ansi_term"
28 version = "0.11.0"
29 source = "registry+https://github.com/rust-lang/crates.io-index"
30 checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
31 dependencies = [
32 "winapi",
33 ]
34
35 [[package]]
36 name = "ansi_term"
37 version = "0.12.1"
28 version = "0.12.1"
38 source = "registry+https://github.com/rust-lang/crates.io-index"
29 source = "registry+https://github.com/rust-lang/crates.io-index"
39 checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
30 checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
40 dependencies = [
31 dependencies = [
41 "winapi",
32 "winapi",
42 ]
33 ]
43
34
44 [[package]]
35 [[package]]
45 name = "atty"
36 name = "atty"
46 version = "0.2.14"
37 version = "0.2.14"
47 source = "registry+https://github.com/rust-lang/crates.io-index"
38 source = "registry+https://github.com/rust-lang/crates.io-index"
48 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
39 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
49 dependencies = [
40 dependencies = [
50 "hermit-abi",
41 "hermit-abi",
51 "libc",
42 "libc",
52 "winapi",
43 "winapi",
53 ]
44 ]
54
45
55 [[package]]
46 [[package]]
56 name = "autocfg"
47 name = "autocfg"
57 version = "1.0.1"
48 version = "1.0.1"
58 source = "registry+https://github.com/rust-lang/crates.io-index"
49 source = "registry+https://github.com/rust-lang/crates.io-index"
59 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
50 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
60
51
61 [[package]]
52 [[package]]
62 name = "bitflags"
53 name = "bitflags"
63 version = "1.2.1"
54 version = "1.3.2"
64 source = "registry+https://github.com/rust-lang/crates.io-index"
55 source = "registry+https://github.com/rust-lang/crates.io-index"
65 checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
56 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
66
57
67 [[package]]
58 [[package]]
68 name = "bitmaps"
59 name = "bitmaps"
69 version = "2.1.0"
60 version = "2.1.0"
70 source = "registry+https://github.com/rust-lang/crates.io-index"
61 source = "registry+https://github.com/rust-lang/crates.io-index"
71 checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
62 checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
72 dependencies = [
63 dependencies = [
73 "typenum",
64 "typenum",
74 ]
65 ]
75
66
76 [[package]]
67 [[package]]
77 name = "block-buffer"
68 name = "block-buffer"
78 version = "0.9.0"
69 version = "0.9.0"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
70 source = "registry+https://github.com/rust-lang/crates.io-index"
80 checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
71 checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
81 dependencies = [
72 dependencies = [
82 "generic-array",
73 "generic-array",
83 ]
74 ]
84
75
85 [[package]]
76 [[package]]
77 name = "block-buffer"
78 version = "0.10.2"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
80 checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
81 dependencies = [
82 "generic-array",
83 ]
84
85 [[package]]
86 name = "byteorder"
86 name = "byteorder"
87 version = "1.3.4"
87 version = "1.4.3"
88 source = "registry+https://github.com/rust-lang/crates.io-index"
88 source = "registry+https://github.com/rust-lang/crates.io-index"
89 checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
89 checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
90
90
91 [[package]]
91 [[package]]
92 name = "bytes-cast"
92 name = "bytes-cast"
93 version = "0.2.0"
93 version = "0.2.0"
94 source = "registry+https://github.com/rust-lang/crates.io-index"
94 source = "registry+https://github.com/rust-lang/crates.io-index"
95 checksum = "0d434f9a4ecbe987e7ccfda7274b6f82ea52c9b63742565a65cb5e8ba0f2c452"
95 checksum = "0d434f9a4ecbe987e7ccfda7274b6f82ea52c9b63742565a65cb5e8ba0f2c452"
96 dependencies = [
96 dependencies = [
97 "bytes-cast-derive",
97 "bytes-cast-derive",
98 ]
98 ]
99
99
100 [[package]]
100 [[package]]
101 name = "bytes-cast-derive"
101 name = "bytes-cast-derive"
102 version = "0.1.0"
102 version = "0.1.0"
103 source = "registry+https://github.com/rust-lang/crates.io-index"
103 source = "registry+https://github.com/rust-lang/crates.io-index"
104 checksum = "cb936af9de38476664d6b58e529aff30d482e4ce1c5e150293d00730b0d81fdb"
104 checksum = "cb936af9de38476664d6b58e529aff30d482e4ce1c5e150293d00730b0d81fdb"
105 dependencies = [
105 dependencies = [
106 "proc-macro2",
106 "proc-macro2",
107 "quote",
107 "quote",
108 "syn",
108 "syn",
109 ]
109 ]
110
110
111 [[package]]
111 [[package]]
112 name = "cc"
112 name = "cc"
113 version = "1.0.66"
113 version = "1.0.66"
114 source = "registry+https://github.com/rust-lang/crates.io-index"
114 source = "registry+https://github.com/rust-lang/crates.io-index"
115 checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
115 checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
116 dependencies = [
116 dependencies = [
117 "jobserver",
117 "jobserver",
118 ]
118 ]
119
119
120 [[package]]
120 [[package]]
121 name = "cfg-if"
121 name = "cfg-if"
122 version = "0.1.10"
122 version = "0.1.10"
123 source = "registry+https://github.com/rust-lang/crates.io-index"
123 source = "registry+https://github.com/rust-lang/crates.io-index"
124 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
124 checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
125
125
126 [[package]]
126 [[package]]
127 name = "cfg-if"
127 name = "cfg-if"
128 version = "1.0.0"
128 version = "1.0.0"
129 source = "registry+https://github.com/rust-lang/crates.io-index"
129 source = "registry+https://github.com/rust-lang/crates.io-index"
130 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
130 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
131
131
132 [[package]]
132 [[package]]
133 name = "chrono"
133 name = "chrono"
134 version = "0.4.19"
134 version = "0.4.19"
135 source = "registry+https://github.com/rust-lang/crates.io-index"
135 source = "registry+https://github.com/rust-lang/crates.io-index"
136 checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
136 checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
137 dependencies = [
137 dependencies = [
138 "libc",
138 "libc",
139 "num-integer",
139 "num-integer",
140 "num-traits",
140 "num-traits",
141 "time",
141 "time",
142 "winapi",
142 "winapi",
143 ]
143 ]
144
144
145 [[package]]
145 [[package]]
146 name = "clap"
146 name = "clap"
147 version = "2.34.0"
147 version = "2.34.0"
148 source = "registry+https://github.com/rust-lang/crates.io-index"
148 source = "registry+https://github.com/rust-lang/crates.io-index"
149 checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
149 checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
150 dependencies = [
150 dependencies = [
151 "ansi_term 0.12.1",
151 "ansi_term",
152 "atty",
152 "atty",
153 "bitflags",
153 "bitflags",
154 "strsim 0.8.0",
154 "strsim",
155 "textwrap 0.11.0",
155 "textwrap",
156 "unicode-width",
156 "unicode-width",
157 "vec_map",
157 "vec_map",
158 ]
158 ]
159
159
160 [[package]]
160 [[package]]
161 name = "clap"
162 version = "3.1.6"
163 source = "registry+https://github.com/rust-lang/crates.io-index"
164 checksum = "d8c93436c21e4698bacadf42917db28b23017027a4deccb35dbe47a7e7840123"
165 dependencies = [
166 "atty",
167 "bitflags",
168 "indexmap",
169 "os_str_bytes",
170 "strsim 0.10.0",
171 "termcolor",
172 "textwrap 0.15.0",
173 ]
174
175 [[package]]
176 name = "const_fn"
161 name = "const_fn"
177 version = "0.4.4"
162 version = "0.4.4"
178 source = "registry+https://github.com/rust-lang/crates.io-index"
163 source = "registry+https://github.com/rust-lang/crates.io-index"
179 checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826"
164 checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826"
180
165
181 [[package]]
166 [[package]]
182 name = "convert_case"
167 name = "convert_case"
183 version = "0.4.0"
168 version = "0.4.0"
184 source = "registry+https://github.com/rust-lang/crates.io-index"
169 source = "registry+https://github.com/rust-lang/crates.io-index"
185 checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
170 checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
186
171
187 [[package]]
172 [[package]]
188 name = "cpufeatures"
173 name = "cpufeatures"
189 version = "0.1.4"
174 version = "0.1.4"
190 source = "registry+https://github.com/rust-lang/crates.io-index"
175 source = "registry+https://github.com/rust-lang/crates.io-index"
191 checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8"
176 checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8"
192 dependencies = [
177 dependencies = [
193 "libc",
178 "libc",
194 ]
179 ]
195
180
196 [[package]]
181 [[package]]
182 name = "cpufeatures"
183 version = "0.2.1"
184 source = "registry+https://github.com/rust-lang/crates.io-index"
185 checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
186 dependencies = [
187 "libc",
188 ]
189
190 [[package]]
197 name = "cpython"
191 name = "cpython"
198 version = "0.7.0"
192 version = "0.7.0"
199 source = "registry+https://github.com/rust-lang/crates.io-index"
193 source = "registry+https://github.com/rust-lang/crates.io-index"
200 checksum = "b7d46ba8ace7f3a1d204ac5060a706d0a68de6b42eafb6a586cc08bebcffe664"
194 checksum = "b7d46ba8ace7f3a1d204ac5060a706d0a68de6b42eafb6a586cc08bebcffe664"
201 dependencies = [
195 dependencies = [
202 "libc",
196 "libc",
203 "num-traits",
197 "num-traits",
204 "paste",
198 "paste",
205 "python3-sys",
199 "python3-sys",
206 ]
200 ]
207
201
208 [[package]]
202 [[package]]
209 name = "crc32fast"
203 name = "crc32fast"
210 version = "1.2.1"
204 version = "1.2.1"
211 source = "registry+https://github.com/rust-lang/crates.io-index"
205 source = "registry+https://github.com/rust-lang/crates.io-index"
212 checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
206 checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
213 dependencies = [
207 dependencies = [
214 "cfg-if 1.0.0",
208 "cfg-if 1.0.0",
215 ]
209 ]
216
210
217 [[package]]
211 [[package]]
218 name = "crossbeam-channel"
212 name = "crossbeam-channel"
219 version = "0.4.4"
213 version = "0.4.4"
220 source = "registry+https://github.com/rust-lang/crates.io-index"
214 source = "registry+https://github.com/rust-lang/crates.io-index"
221 checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
215 checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
222 dependencies = [
216 dependencies = [
223 "crossbeam-utils 0.7.2",
217 "crossbeam-utils 0.7.2",
224 "maybe-uninit",
218 "maybe-uninit",
225 ]
219 ]
226
220
227 [[package]]
221 [[package]]
228 name = "crossbeam-channel"
222 name = "crossbeam-channel"
229 version = "0.5.0"
223 version = "0.5.2"
230 source = "registry+https://github.com/rust-lang/crates.io-index"
224 source = "registry+https://github.com/rust-lang/crates.io-index"
231 checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
225 checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa"
232 dependencies = [
226 dependencies = [
233 "cfg-if 1.0.0",
227 "cfg-if 1.0.0",
234 "crossbeam-utils 0.8.1",
228 "crossbeam-utils 0.8.1",
235 ]
229 ]
236
230
237 [[package]]
231 [[package]]
238 name = "crossbeam-deque"
232 name = "crossbeam-deque"
239 version = "0.8.0"
233 version = "0.8.0"
240 source = "registry+https://github.com/rust-lang/crates.io-index"
234 source = "registry+https://github.com/rust-lang/crates.io-index"
241 checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
235 checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
242 dependencies = [
236 dependencies = [
243 "cfg-if 1.0.0",
237 "cfg-if 1.0.0",
244 "crossbeam-epoch",
238 "crossbeam-epoch",
245 "crossbeam-utils 0.8.1",
239 "crossbeam-utils 0.8.1",
246 ]
240 ]
247
241
248 [[package]]
242 [[package]]
249 name = "crossbeam-epoch"
243 name = "crossbeam-epoch"
250 version = "0.9.1"
244 version = "0.9.1"
251 source = "registry+https://github.com/rust-lang/crates.io-index"
245 source = "registry+https://github.com/rust-lang/crates.io-index"
252 checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
246 checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
253 dependencies = [
247 dependencies = [
254 "cfg-if 1.0.0",
248 "cfg-if 1.0.0",
255 "const_fn",
249 "const_fn",
256 "crossbeam-utils 0.8.1",
250 "crossbeam-utils 0.8.1",
257 "lazy_static",
251 "lazy_static",
258 "memoffset",
252 "memoffset",
259 "scopeguard",
253 "scopeguard",
260 ]
254 ]
261
255
262 [[package]]
256 [[package]]
263 name = "crossbeam-utils"
257 name = "crossbeam-utils"
264 version = "0.7.2"
258 version = "0.7.2"
265 source = "registry+https://github.com/rust-lang/crates.io-index"
259 source = "registry+https://github.com/rust-lang/crates.io-index"
266 checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
260 checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
267 dependencies = [
261 dependencies = [
268 "autocfg",
262 "autocfg",
269 "cfg-if 0.1.10",
263 "cfg-if 0.1.10",
270 "lazy_static",
264 "lazy_static",
271 ]
265 ]
272
266
273 [[package]]
267 [[package]]
274 name = "crossbeam-utils"
268 name = "crossbeam-utils"
275 version = "0.8.1"
269 version = "0.8.1"
276 source = "registry+https://github.com/rust-lang/crates.io-index"
270 source = "registry+https://github.com/rust-lang/crates.io-index"
277 checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
271 checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
278 dependencies = [
272 dependencies = [
279 "autocfg",
273 "autocfg",
280 "cfg-if 1.0.0",
274 "cfg-if 1.0.0",
281 "lazy_static",
275 "lazy_static",
282 ]
276 ]
283
277
284 [[package]]
278 [[package]]
279 name = "crypto-common"
280 version = "0.1.2"
281 source = "registry+https://github.com/rust-lang/crates.io-index"
282 checksum = "a4600d695eb3f6ce1cd44e6e291adceb2cc3ab12f20a33777ecd0bf6eba34e06"
283 dependencies = [
284 "generic-array",
285 ]
286
287 [[package]]
285 name = "ctor"
288 name = "ctor"
286 version = "0.1.16"
289 version = "0.1.16"
287 source = "registry+https://github.com/rust-lang/crates.io-index"
290 source = "registry+https://github.com/rust-lang/crates.io-index"
288 checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484"
291 checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484"
289 dependencies = [
292 dependencies = [
290 "quote",
293 "quote",
291 "syn",
294 "syn",
292 ]
295 ]
293
296
294 [[package]]
297 [[package]]
295 name = "derive_more"
298 name = "derive_more"
296 version = "0.99.17"
299 version = "0.99.17"
297 source = "registry+https://github.com/rust-lang/crates.io-index"
300 source = "registry+https://github.com/rust-lang/crates.io-index"
298 checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
301 checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
299 dependencies = [
302 dependencies = [
300 "convert_case",
303 "convert_case",
301 "proc-macro2",
304 "proc-macro2",
302 "quote",
305 "quote",
303 "rustc_version",
306 "rustc_version",
304 "syn",
307 "syn",
305 ]
308 ]
306
309
307 [[package]]
310 [[package]]
308 name = "difference"
311 name = "diff"
309 version = "2.0.0"
312 version = "0.1.12"
310 source = "registry+https://github.com/rust-lang/crates.io-index"
313 source = "registry+https://github.com/rust-lang/crates.io-index"
311 checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
314 checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
312
315
313 [[package]]
316 [[package]]
314 name = "digest"
317 name = "digest"
315 version = "0.9.0"
318 version = "0.9.0"
316 source = "registry+https://github.com/rust-lang/crates.io-index"
319 source = "registry+https://github.com/rust-lang/crates.io-index"
317 checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
320 checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
318 dependencies = [
321 dependencies = [
319 "generic-array",
322 "generic-array",
320 ]
323 ]
321
324
322 [[package]]
325 [[package]]
326 name = "digest"
327 version = "0.10.2"
328 source = "registry+https://github.com/rust-lang/crates.io-index"
329 checksum = "8cb780dce4f9a8f5c087362b3a4595936b2019e7c8b30f2c3e9a7e94e6ae9837"
330 dependencies = [
331 "block-buffer 0.10.2",
332 "crypto-common",
333 ]
334
335 [[package]]
323 name = "either"
336 name = "either"
324 version = "1.6.1"
337 version = "1.6.1"
325 source = "registry+https://github.com/rust-lang/crates.io-index"
338 source = "registry+https://github.com/rust-lang/crates.io-index"
326 checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
339 checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
327
340
328 [[package]]
341 [[package]]
329 name = "env_logger"
342 name = "env_logger"
330 version = "0.7.1"
343 version = "0.7.1"
331 source = "registry+https://github.com/rust-lang/crates.io-index"
344 source = "registry+https://github.com/rust-lang/crates.io-index"
332 checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
345 checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
333 dependencies = [
346 dependencies = [
334 "atty",
347 "atty",
335 "humantime 1.3.0",
348 "humantime 1.3.0",
336 "log",
349 "log",
337 "regex",
350 "regex",
338 "termcolor",
351 "termcolor",
339 ]
352 ]
340
353
341 [[package]]
354 [[package]]
342 name = "env_logger"
355 name = "env_logger"
343 version = "0.9.0"
356 version = "0.9.0"
344 source = "registry+https://github.com/rust-lang/crates.io-index"
357 source = "registry+https://github.com/rust-lang/crates.io-index"
345 checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
358 checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
346 dependencies = [
359 dependencies = [
347 "atty",
360 "atty",
348 "humantime 2.1.0",
361 "humantime 2.1.0",
349 "log",
362 "log",
350 "regex",
363 "regex",
351 "termcolor",
364 "termcolor",
352 ]
365 ]
353
366
354 [[package]]
367 [[package]]
368 name = "fastrand"
369 version = "1.7.0"
370 source = "registry+https://github.com/rust-lang/crates.io-index"
371 checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
372 dependencies = [
373 "instant",
374 ]
375
376 [[package]]
355 name = "flate2"
377 name = "flate2"
356 version = "1.0.19"
378 version = "1.0.22"
357 source = "registry+https://github.com/rust-lang/crates.io-index"
379 source = "registry+https://github.com/rust-lang/crates.io-index"
358 checksum = "7411863d55df97a419aa64cb4d2f167103ea9d767e2c54a1868b7ac3f6b47129"
380 checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
359 dependencies = [
381 dependencies = [
360 "cfg-if 1.0.0",
382 "cfg-if 1.0.0",
361 "crc32fast",
383 "crc32fast",
362 "libc",
384 "libc",
363 "libz-sys",
385 "libz-sys",
364 "miniz_oxide",
386 "miniz_oxide",
365 ]
387 ]
366
388
367 [[package]]
389 [[package]]
368 name = "format-bytes"
390 name = "format-bytes"
369 version = "0.3.0"
391 version = "0.3.0"
370 source = "registry+https://github.com/rust-lang/crates.io-index"
392 source = "registry+https://github.com/rust-lang/crates.io-index"
371 checksum = "48942366ef93975da38e175ac9e10068c6fc08ca9e85930d4f098f4d5b14c2fd"
393 checksum = "48942366ef93975da38e175ac9e10068c6fc08ca9e85930d4f098f4d5b14c2fd"
372 dependencies = [
394 dependencies = [
373 "format-bytes-macros",
395 "format-bytes-macros",
374 ]
396 ]
375
397
376 [[package]]
398 [[package]]
377 name = "format-bytes-macros"
399 name = "format-bytes-macros"
378 version = "0.4.0"
400 version = "0.4.0"
379 source = "registry+https://github.com/rust-lang/crates.io-index"
401 source = "registry+https://github.com/rust-lang/crates.io-index"
380 checksum = "203aadebefcc73d12038296c228eabf830f99cba991b0032adf20e9fa6ce7e4f"
402 checksum = "203aadebefcc73d12038296c228eabf830f99cba991b0032adf20e9fa6ce7e4f"
381 dependencies = [
403 dependencies = [
382 "proc-macro2",
404 "proc-macro2",
383 "quote",
405 "quote",
384 "syn",
406 "syn",
385 ]
407 ]
386
408
387 [[package]]
409 [[package]]
388 name = "generic-array"
410 name = "generic-array"
389 version = "0.14.4"
411 version = "0.14.4"
390 source = "registry+https://github.com/rust-lang/crates.io-index"
412 source = "registry+https://github.com/rust-lang/crates.io-index"
391 checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
413 checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
392 dependencies = [
414 dependencies = [
393 "typenum",
415 "typenum",
394 "version_check",
416 "version_check",
395 ]
417 ]
396
418
397 [[package]]
419 [[package]]
398 name = "getrandom"
420 name = "getrandom"
399 version = "0.1.15"
421 version = "0.1.15"
400 source = "registry+https://github.com/rust-lang/crates.io-index"
422 source = "registry+https://github.com/rust-lang/crates.io-index"
401 checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
423 checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
402 dependencies = [
424 dependencies = [
403 "cfg-if 0.1.10",
425 "cfg-if 0.1.10",
404 "libc",
426 "libc",
405 "wasi 0.9.0+wasi-snapshot-preview1",
427 "wasi 0.9.0+wasi-snapshot-preview1",
406 ]
428 ]
407
429
408 [[package]]
430 [[package]]
409 name = "getrandom"
431 name = "getrandom"
410 version = "0.2.4"
432 version = "0.2.4"
411 source = "registry+https://github.com/rust-lang/crates.io-index"
433 source = "registry+https://github.com/rust-lang/crates.io-index"
412 checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
434 checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
413 dependencies = [
435 dependencies = [
414 "cfg-if 1.0.0",
436 "cfg-if 1.0.0",
415 "libc",
437 "libc",
416 "wasi 0.10.0+wasi-snapshot-preview1",
438 "wasi 0.10.0+wasi-snapshot-preview1",
417 ]
439 ]
418
440
419 [[package]]
441 [[package]]
420 name = "glob"
442 name = "glob"
421 version = "0.3.0"
443 version = "0.3.0"
422 source = "registry+https://github.com/rust-lang/crates.io-index"
444 source = "registry+https://github.com/rust-lang/crates.io-index"
423 checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
445 checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
424
446
425 [[package]]
447 [[package]]
426 name = "hashbrown"
448 name = "hashbrown"
427 version = "0.9.1"
449 version = "0.9.1"
428 source = "registry+https://github.com/rust-lang/crates.io-index"
450 source = "registry+https://github.com/rust-lang/crates.io-index"
429 checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
451 checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
430 dependencies = [
452 dependencies = [
431 "ahash",
453 "ahash",
432 "rayon",
454 "rayon",
433 ]
455 ]
434
456
435 [[package]]
457 [[package]]
436 name = "hashbrown"
437 version = "0.11.2"
438 source = "registry+https://github.com/rust-lang/crates.io-index"
439 checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
440
441 [[package]]
442 name = "hermit-abi"
458 name = "hermit-abi"
443 version = "0.1.17"
459 version = "0.1.17"
444 source = "registry+https://github.com/rust-lang/crates.io-index"
460 source = "registry+https://github.com/rust-lang/crates.io-index"
445 checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
461 checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
446 dependencies = [
462 dependencies = [
447 "libc",
463 "libc",
448 ]
464 ]
449
465
450 [[package]]
466 [[package]]
451 name = "hex"
467 name = "hex"
452 version = "0.4.3"
468 version = "0.4.3"
453 source = "registry+https://github.com/rust-lang/crates.io-index"
469 source = "registry+https://github.com/rust-lang/crates.io-index"
454 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
470 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
455
471
456 [[package]]
472 [[package]]
457 name = "hg-core"
473 name = "hg-core"
458 version = "0.1.0"
474 version = "0.1.0"
459 dependencies = [
475 dependencies = [
460 "bitflags",
476 "bitflags",
461 "byteorder",
477 "byteorder",
462 "bytes-cast",
478 "bytes-cast",
463 "clap 3.1.6",
479 "clap",
464 "crossbeam-channel 0.4.4",
480 "crossbeam-channel 0.5.2",
465 "derive_more",
481 "derive_more",
466 "flate2",
482 "flate2",
467 "format-bytes",
483 "format-bytes",
468 "hashbrown 0.9.1",
484 "hashbrown",
469 "home",
485 "home",
470 "im-rc",
486 "im-rc",
471 "itertools",
487 "itertools 0.10.3",
472 "lazy_static",
488 "lazy_static",
473 "libc",
489 "libc",
474 "log",
490 "log",
475 "memmap2",
491 "memmap2",
476 "micro-timer 0.3.1",
492 "micro-timer",
477 "pretty_assertions",
493 "pretty_assertions",
478 "rand 0.8.4",
494 "rand 0.8.5",
479 "rand_distr",
495 "rand_distr",
480 "rand_pcg",
496 "rand_pcg",
481 "rayon",
497 "rayon",
482 "regex",
498 "regex",
483 "same-file",
499 "same-file",
484 "sha-1",
500 "sha-1 0.10.0",
485 "stable_deref_trait",
501 "stable_deref_trait",
486 "tempfile",
502 "tempfile",
487 "twox-hash",
503 "twox-hash",
488 "zstd",
504 "zstd",
489 ]
505 ]
490
506
491 [[package]]
507 [[package]]
492 name = "hg-cpython"
508 name = "hg-cpython"
493 version = "0.1.0"
509 version = "0.1.0"
494 dependencies = [
510 dependencies = [
495 "cpython",
511 "cpython",
496 "crossbeam-channel 0.4.4",
512 "crossbeam-channel 0.4.4",
497 "env_logger 0.7.1",
513 "env_logger 0.7.1",
498 "hg-core",
514 "hg-core",
499 "libc",
515 "libc",
500 "log",
516 "log",
501 "stable_deref_trait",
517 "stable_deref_trait",
502 "vcsgraph",
518 "vcsgraph",
503 ]
519 ]
504
520
505 [[package]]
521 [[package]]
506 name = "home"
522 name = "home"
507 version = "0.5.3"
523 version = "0.5.3"
508 source = "registry+https://github.com/rust-lang/crates.io-index"
524 source = "registry+https://github.com/rust-lang/crates.io-index"
509 checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
525 checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654"
510 dependencies = [
526 dependencies = [
511 "winapi",
527 "winapi",
512 ]
528 ]
513
529
514 [[package]]
530 [[package]]
515 name = "humantime"
531 name = "humantime"
516 version = "1.3.0"
532 version = "1.3.0"
517 source = "registry+https://github.com/rust-lang/crates.io-index"
533 source = "registry+https://github.com/rust-lang/crates.io-index"
518 checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
534 checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
519 dependencies = [
535 dependencies = [
520 "quick-error",
536 "quick-error",
521 ]
537 ]
522
538
523 [[package]]
539 [[package]]
524 name = "humantime"
540 name = "humantime"
525 version = "2.1.0"
541 version = "2.1.0"
526 source = "registry+https://github.com/rust-lang/crates.io-index"
542 source = "registry+https://github.com/rust-lang/crates.io-index"
527 checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
543 checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
528
544
529 [[package]]
545 [[package]]
530 name = "im-rc"
546 name = "im-rc"
531 version = "15.0.0"
547 version = "15.0.0"
532 source = "registry+https://github.com/rust-lang/crates.io-index"
548 source = "registry+https://github.com/rust-lang/crates.io-index"
533 checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
549 checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f"
534 dependencies = [
550 dependencies = [
535 "bitmaps",
551 "bitmaps",
536 "rand_core 0.5.1",
552 "rand_core 0.5.1",
537 "rand_xoshiro",
553 "rand_xoshiro",
538 "sized-chunks",
554 "sized-chunks",
539 "typenum",
555 "typenum",
540 "version_check",
556 "version_check",
541 ]
557 ]
542
558
543 [[package]]
559 [[package]]
544 name = "indexmap"
560 name = "instant"
545 version = "1.8.0"
561 version = "0.1.12"
546 source = "registry+https://github.com/rust-lang/crates.io-index"
562 source = "registry+https://github.com/rust-lang/crates.io-index"
547 checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
563 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
548 dependencies = [
564 dependencies = [
549 "autocfg",
565 "cfg-if 1.0.0",
550 "hashbrown 0.11.2",
551 ]
566 ]
552
567
553 [[package]]
568 [[package]]
554 name = "itertools"
569 name = "itertools"
555 version = "0.9.0"
570 version = "0.9.0"
556 source = "registry+https://github.com/rust-lang/crates.io-index"
571 source = "registry+https://github.com/rust-lang/crates.io-index"
557 checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
572 checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
558 dependencies = [
573 dependencies = [
559 "either",
574 "either",
560 ]
575 ]
561
576
562 [[package]]
577 [[package]]
578 name = "itertools"
579 version = "0.10.3"
580 source = "registry+https://github.com/rust-lang/crates.io-index"
581 checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
582 dependencies = [
583 "either",
584 ]
585
586 [[package]]
563 name = "jobserver"
587 name = "jobserver"
564 version = "0.1.21"
588 version = "0.1.21"
565 source = "registry+https://github.com/rust-lang/crates.io-index"
589 source = "registry+https://github.com/rust-lang/crates.io-index"
566 checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
590 checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
567 dependencies = [
591 dependencies = [
568 "libc",
592 "libc",
569 ]
593 ]
570
594
571 [[package]]
595 [[package]]
572 name = "lazy_static"
596 name = "lazy_static"
573 version = "1.4.0"
597 version = "1.4.0"
574 source = "registry+https://github.com/rust-lang/crates.io-index"
598 source = "registry+https://github.com/rust-lang/crates.io-index"
575 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
599 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
576
600
577 [[package]]
601 [[package]]
578 name = "libc"
602 name = "libc"
579 version = "0.2.81"
603 version = "0.2.119"
580 source = "registry+https://github.com/rust-lang/crates.io-index"
604 source = "registry+https://github.com/rust-lang/crates.io-index"
581 checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
605 checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
582
606
583 [[package]]
607 [[package]]
584 name = "libm"
608 name = "libm"
585 version = "0.2.1"
609 version = "0.2.1"
586 source = "registry+https://github.com/rust-lang/crates.io-index"
610 source = "registry+https://github.com/rust-lang/crates.io-index"
587 checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
611 checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
588
612
589 [[package]]
613 [[package]]
590 name = "libz-sys"
614 name = "libz-sys"
591 version = "1.1.2"
615 version = "1.1.2"
592 source = "registry+https://github.com/rust-lang/crates.io-index"
616 source = "registry+https://github.com/rust-lang/crates.io-index"
593 checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
617 checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
594 dependencies = [
618 dependencies = [
595 "cc",
619 "cc",
596 "pkg-config",
620 "pkg-config",
597 "vcpkg",
621 "vcpkg",
598 ]
622 ]
599
623
600 [[package]]
624 [[package]]
601 name = "log"
625 name = "log"
602 version = "0.4.14"
626 version = "0.4.14"
603 source = "registry+https://github.com/rust-lang/crates.io-index"
627 source = "registry+https://github.com/rust-lang/crates.io-index"
604 checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
628 checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
605 dependencies = [
629 dependencies = [
606 "cfg-if 1.0.0",
630 "cfg-if 1.0.0",
607 ]
631 ]
608
632
609 [[package]]
633 [[package]]
610 name = "maybe-uninit"
634 name = "maybe-uninit"
611 version = "2.0.0"
635 version = "2.0.0"
612 source = "registry+https://github.com/rust-lang/crates.io-index"
636 source = "registry+https://github.com/rust-lang/crates.io-index"
613 checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
637 checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
614
638
615 [[package]]
639 [[package]]
616 name = "memchr"
640 name = "memchr"
617 version = "2.4.1"
641 version = "2.4.1"
618 source = "registry+https://github.com/rust-lang/crates.io-index"
642 source = "registry+https://github.com/rust-lang/crates.io-index"
619 checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
643 checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
620
644
621 [[package]]
645 [[package]]
622 name = "memmap2"
646 name = "memmap2"
623 version = "0.4.0"
647 version = "0.5.3"
624 source = "registry+https://github.com/rust-lang/crates.io-index"
648 source = "registry+https://github.com/rust-lang/crates.io-index"
625 checksum = "de5d3112c080d58ce560081baeaab7e1e864ca21795ddbf533d5b1842bb1ecf8"
649 checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f"
626 dependencies = [
650 dependencies = [
627 "libc",
651 "libc",
628 "stable_deref_trait",
652 "stable_deref_trait",
629 ]
653 ]
630
654
631 [[package]]
655 [[package]]
632 name = "memoffset"
656 name = "memoffset"
633 version = "0.6.1"
657 version = "0.6.1"
634 source = "registry+https://github.com/rust-lang/crates.io-index"
658 source = "registry+https://github.com/rust-lang/crates.io-index"
635 checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
659 checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
636 dependencies = [
660 dependencies = [
637 "autocfg",
661 "autocfg",
638 ]
662 ]
639
663
640 [[package]]
664 [[package]]
641 name = "micro-timer"
665 name = "micro-timer"
642 version = "0.3.1"
643 source = "registry+https://github.com/rust-lang/crates.io-index"
644 checksum = "2620153e1d903d26b72b89f0e9c48d8c4756cba941c185461dddc234980c298c"
645 dependencies = [
646 "micro-timer-macros 0.3.1",
647 "scopeguard",
648 ]
649
650 [[package]]
651 name = "micro-timer"
652 version = "0.4.0"
666 version = "0.4.0"
653 source = "registry+https://github.com/rust-lang/crates.io-index"
667 source = "registry+https://github.com/rust-lang/crates.io-index"
654 checksum = "5de32cb59a062672560d6f0842c4aa7714727457b9fe2daf8987d995a176a405"
668 checksum = "5de32cb59a062672560d6f0842c4aa7714727457b9fe2daf8987d995a176a405"
655 dependencies = [
669 dependencies = [
656 "micro-timer-macros 0.4.0",
670 "micro-timer-macros",
657 "scopeguard",
671 "scopeguard",
658 ]
672 ]
659
673
660 [[package]]
674 [[package]]
661 name = "micro-timer-macros"
675 name = "micro-timer-macros"
662 version = "0.3.1"
663 source = "registry+https://github.com/rust-lang/crates.io-index"
664 checksum = "e28a3473e6abd6e9aab36aaeef32ad22ae0bd34e79f376643594c2b152ec1c5d"
665 dependencies = [
666 "proc-macro2",
667 "quote",
668 "scopeguard",
669 "syn",
670 ]
671
672 [[package]]
673 name = "micro-timer-macros"
674 version = "0.4.0"
676 version = "0.4.0"
675 source = "registry+https://github.com/rust-lang/crates.io-index"
677 source = "registry+https://github.com/rust-lang/crates.io-index"
676 checksum = "cee948b94700125b52dfb68dd17c19f6326696c1df57f92c05ee857463c93ba1"
678 checksum = "cee948b94700125b52dfb68dd17c19f6326696c1df57f92c05ee857463c93ba1"
677 dependencies = [
679 dependencies = [
678 "proc-macro2",
680 "proc-macro2",
679 "quote",
681 "quote",
680 "scopeguard",
682 "scopeguard",
681 "syn",
683 "syn",
682 ]
684 ]
683
685
684 [[package]]
686 [[package]]
685 name = "miniz_oxide"
687 name = "miniz_oxide"
686 version = "0.4.3"
688 version = "0.4.3"
687 source = "registry+https://github.com/rust-lang/crates.io-index"
689 source = "registry+https://github.com/rust-lang/crates.io-index"
688 checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
690 checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
689 dependencies = [
691 dependencies = [
690 "adler",
692 "adler",
691 "autocfg",
693 "autocfg",
692 ]
694 ]
693
695
694 [[package]]
696 [[package]]
695 name = "num-integer"
697 name = "num-integer"
696 version = "0.1.44"
698 version = "0.1.44"
697 source = "registry+https://github.com/rust-lang/crates.io-index"
699 source = "registry+https://github.com/rust-lang/crates.io-index"
698 checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
700 checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
699 dependencies = [
701 dependencies = [
700 "autocfg",
702 "autocfg",
701 "num-traits",
703 "num-traits",
702 ]
704 ]
703
705
704 [[package]]
706 [[package]]
705 name = "num-traits"
707 name = "num-traits"
706 version = "0.2.14"
708 version = "0.2.14"
707 source = "registry+https://github.com/rust-lang/crates.io-index"
709 source = "registry+https://github.com/rust-lang/crates.io-index"
708 checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
710 checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
709 dependencies = [
711 dependencies = [
710 "autocfg",
712 "autocfg",
711 "libm",
713 "libm",
712 ]
714 ]
713
715
714 [[package]]
716 [[package]]
715 name = "num_cpus"
717 name = "num_cpus"
716 version = "1.13.0"
718 version = "1.13.0"
717 source = "registry+https://github.com/rust-lang/crates.io-index"
719 source = "registry+https://github.com/rust-lang/crates.io-index"
718 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
720 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
719 dependencies = [
721 dependencies = [
720 "hermit-abi",
722 "hermit-abi",
721 "libc",
723 "libc",
722 ]
724 ]
723
725
724 [[package]]
726 [[package]]
725 name = "opaque-debug"
727 name = "opaque-debug"
726 version = "0.3.0"
728 version = "0.3.0"
727 source = "registry+https://github.com/rust-lang/crates.io-index"
729 source = "registry+https://github.com/rust-lang/crates.io-index"
728 checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
730 checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
729
731
730 [[package]]
732 [[package]]
731 name = "os_str_bytes"
732 version = "6.0.0"
733 source = "registry+https://github.com/rust-lang/crates.io-index"
734 checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
735 dependencies = [
736 "memchr",
737 ]
738
739 [[package]]
740 name = "output_vt100"
733 name = "output_vt100"
741 version = "0.1.2"
734 version = "0.1.2"
742 source = "registry+https://github.com/rust-lang/crates.io-index"
735 source = "registry+https://github.com/rust-lang/crates.io-index"
743 checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
736 checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
744 dependencies = [
737 dependencies = [
745 "winapi",
738 "winapi",
746 ]
739 ]
747
740
748 [[package]]
741 [[package]]
749 name = "paste"
742 name = "paste"
750 version = "1.0.5"
743 version = "1.0.5"
751 source = "registry+https://github.com/rust-lang/crates.io-index"
744 source = "registry+https://github.com/rust-lang/crates.io-index"
752 checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"
745 checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"
753
746
754 [[package]]
747 [[package]]
755 name = "pkg-config"
748 name = "pkg-config"
756 version = "0.3.19"
749 version = "0.3.19"
757 source = "registry+https://github.com/rust-lang/crates.io-index"
750 source = "registry+https://github.com/rust-lang/crates.io-index"
758 checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
751 checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
759
752
760 [[package]]
753 [[package]]
761 name = "ppv-lite86"
754 name = "ppv-lite86"
762 version = "0.2.10"
755 version = "0.2.10"
763 source = "registry+https://github.com/rust-lang/crates.io-index"
756 source = "registry+https://github.com/rust-lang/crates.io-index"
764 checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
757 checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
765
758
766 [[package]]
759 [[package]]
767 name = "pretty_assertions"
760 name = "pretty_assertions"
768 version = "0.6.1"
761 version = "1.1.0"
769 source = "registry+https://github.com/rust-lang/crates.io-index"
762 source = "registry+https://github.com/rust-lang/crates.io-index"
770 checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
763 checksum = "76d5b548b725018ab5496482b45cb8bef21e9fed1858a6d674e3a8a0f0bb5d50"
771 dependencies = [
764 dependencies = [
772 "ansi_term 0.11.0",
765 "ansi_term",
773 "ctor",
766 "ctor",
774 "difference",
767 "diff",
775 "output_vt100",
768 "output_vt100",
776 ]
769 ]
777
770
778 [[package]]
771 [[package]]
779 name = "proc-macro2"
772 name = "proc-macro2"
780 version = "1.0.24"
773 version = "1.0.24"
781 source = "registry+https://github.com/rust-lang/crates.io-index"
774 source = "registry+https://github.com/rust-lang/crates.io-index"
782 checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
775 checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
783 dependencies = [
776 dependencies = [
784 "unicode-xid",
777 "unicode-xid",
785 ]
778 ]
786
779
787 [[package]]
780 [[package]]
788 name = "python3-sys"
781 name = "python3-sys"
789 version = "0.7.0"
782 version = "0.7.0"
790 source = "registry+https://github.com/rust-lang/crates.io-index"
783 source = "registry+https://github.com/rust-lang/crates.io-index"
791 checksum = "b18b32e64c103d5045f44644d7ddddd65336f7a0521f6fde673240a9ecceb77e"
784 checksum = "b18b32e64c103d5045f44644d7ddddd65336f7a0521f6fde673240a9ecceb77e"
792 dependencies = [
785 dependencies = [
793 "libc",
786 "libc",
794 "regex",
787 "regex",
795 ]
788 ]
796
789
797 [[package]]
790 [[package]]
798 name = "quick-error"
791 name = "quick-error"
799 version = "1.2.3"
792 version = "1.2.3"
800 source = "registry+https://github.com/rust-lang/crates.io-index"
793 source = "registry+https://github.com/rust-lang/crates.io-index"
801 checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
794 checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
802
795
803 [[package]]
796 [[package]]
804 name = "quote"
797 name = "quote"
805 version = "1.0.7"
798 version = "1.0.7"
806 source = "registry+https://github.com/rust-lang/crates.io-index"
799 source = "registry+https://github.com/rust-lang/crates.io-index"
807 checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
800 checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
808 dependencies = [
801 dependencies = [
809 "proc-macro2",
802 "proc-macro2",
810 ]
803 ]
811
804
812 [[package]]
805 [[package]]
813 name = "rand"
806 name = "rand"
814 version = "0.7.3"
807 version = "0.7.3"
815 source = "registry+https://github.com/rust-lang/crates.io-index"
808 source = "registry+https://github.com/rust-lang/crates.io-index"
816 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
809 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
817 dependencies = [
810 dependencies = [
818 "getrandom 0.1.15",
811 "getrandom 0.1.15",
819 "libc",
812 "libc",
820 "rand_chacha 0.2.2",
813 "rand_chacha 0.2.2",
821 "rand_core 0.5.1",
814 "rand_core 0.5.1",
822 "rand_hc 0.2.0",
815 "rand_hc",
823 ]
816 ]
824
817
825 [[package]]
818 [[package]]
826 name = "rand"
819 name = "rand"
827 version = "0.8.4"
820 version = "0.8.5"
828 source = "registry+https://github.com/rust-lang/crates.io-index"
821 source = "registry+https://github.com/rust-lang/crates.io-index"
829 checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
822 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
830 dependencies = [
823 dependencies = [
831 "libc",
824 "libc",
832 "rand_chacha 0.3.1",
825 "rand_chacha 0.3.1",
833 "rand_core 0.6.3",
826 "rand_core 0.6.3",
834 "rand_hc 0.3.1",
835 ]
827 ]
836
828
837 [[package]]
829 [[package]]
838 name = "rand_chacha"
830 name = "rand_chacha"
839 version = "0.2.2"
831 version = "0.2.2"
840 source = "registry+https://github.com/rust-lang/crates.io-index"
832 source = "registry+https://github.com/rust-lang/crates.io-index"
841 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
833 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
842 dependencies = [
834 dependencies = [
843 "ppv-lite86",
835 "ppv-lite86",
844 "rand_core 0.5.1",
836 "rand_core 0.5.1",
845 ]
837 ]
846
838
847 [[package]]
839 [[package]]
848 name = "rand_chacha"
840 name = "rand_chacha"
849 version = "0.3.1"
841 version = "0.3.1"
850 source = "registry+https://github.com/rust-lang/crates.io-index"
842 source = "registry+https://github.com/rust-lang/crates.io-index"
851 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
843 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
852 dependencies = [
844 dependencies = [
853 "ppv-lite86",
845 "ppv-lite86",
854 "rand_core 0.6.3",
846 "rand_core 0.6.3",
855 ]
847 ]
856
848
857 [[package]]
849 [[package]]
858 name = "rand_core"
850 name = "rand_core"
859 version = "0.5.1"
851 version = "0.5.1"
860 source = "registry+https://github.com/rust-lang/crates.io-index"
852 source = "registry+https://github.com/rust-lang/crates.io-index"
861 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
853 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
862 dependencies = [
854 dependencies = [
863 "getrandom 0.1.15",
855 "getrandom 0.1.15",
864 ]
856 ]
865
857
866 [[package]]
858 [[package]]
867 name = "rand_core"
859 name = "rand_core"
868 version = "0.6.3"
860 version = "0.6.3"
869 source = "registry+https://github.com/rust-lang/crates.io-index"
861 source = "registry+https://github.com/rust-lang/crates.io-index"
870 checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
862 checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
871 dependencies = [
863 dependencies = [
872 "getrandom 0.2.4",
864 "getrandom 0.2.4",
873 ]
865 ]
874
866
875 [[package]]
867 [[package]]
876 name = "rand_distr"
868 name = "rand_distr"
877 version = "0.4.2"
869 version = "0.4.3"
878 source = "registry+https://github.com/rust-lang/crates.io-index"
870 source = "registry+https://github.com/rust-lang/crates.io-index"
879 checksum = "964d548f8e7d12e102ef183a0de7e98180c9f8729f555897a857b96e48122d2f"
871 checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
880 dependencies = [
872 dependencies = [
881 "num-traits",
873 "num-traits",
882 "rand 0.8.4",
874 "rand 0.8.5",
883 ]
875 ]
884
876
885 [[package]]
877 [[package]]
886 name = "rand_hc"
878 name = "rand_hc"
887 version = "0.2.0"
879 version = "0.2.0"
888 source = "registry+https://github.com/rust-lang/crates.io-index"
880 source = "registry+https://github.com/rust-lang/crates.io-index"
889 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
881 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
890 dependencies = [
882 dependencies = [
891 "rand_core 0.5.1",
883 "rand_core 0.5.1",
892 ]
884 ]
893
885
894 [[package]]
886 [[package]]
895 name = "rand_hc"
896 version = "0.3.1"
897 source = "registry+https://github.com/rust-lang/crates.io-index"
898 checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
899 dependencies = [
900 "rand_core 0.6.3",
901 ]
902
903 [[package]]
904 name = "rand_pcg"
887 name = "rand_pcg"
905 version = "0.3.1"
888 version = "0.3.1"
906 source = "registry+https://github.com/rust-lang/crates.io-index"
889 source = "registry+https://github.com/rust-lang/crates.io-index"
907 checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
890 checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
908 dependencies = [
891 dependencies = [
909 "rand_core 0.6.3",
892 "rand_core 0.6.3",
910 ]
893 ]
911
894
912 [[package]]
895 [[package]]
913 name = "rand_xoshiro"
896 name = "rand_xoshiro"
914 version = "0.4.0"
897 version = "0.4.0"
915 source = "registry+https://github.com/rust-lang/crates.io-index"
898 source = "registry+https://github.com/rust-lang/crates.io-index"
916 checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
899 checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004"
917 dependencies = [
900 dependencies = [
918 "rand_core 0.5.1",
901 "rand_core 0.5.1",
919 ]
902 ]
920
903
921 [[package]]
904 [[package]]
922 name = "rayon"
905 name = "rayon"
923 version = "1.5.0"
906 version = "1.5.1"
924 source = "registry+https://github.com/rust-lang/crates.io-index"
907 source = "registry+https://github.com/rust-lang/crates.io-index"
925 checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
908 checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
926 dependencies = [
909 dependencies = [
927 "autocfg",
910 "autocfg",
928 "crossbeam-deque",
911 "crossbeam-deque",
929 "either",
912 "either",
930 "rayon-core",
913 "rayon-core",
931 ]
914 ]
932
915
933 [[package]]
916 [[package]]
934 name = "rayon-core"
917 name = "rayon-core"
935 version = "1.9.0"
918 version = "1.9.1"
936 source = "registry+https://github.com/rust-lang/crates.io-index"
919 source = "registry+https://github.com/rust-lang/crates.io-index"
937 checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
920 checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
938 dependencies = [
921 dependencies = [
939 "crossbeam-channel 0.5.0",
922 "crossbeam-channel 0.5.2",
940 "crossbeam-deque",
923 "crossbeam-deque",
941 "crossbeam-utils 0.8.1",
924 "crossbeam-utils 0.8.1",
942 "lazy_static",
925 "lazy_static",
943 "num_cpus",
926 "num_cpus",
944 ]
927 ]
945
928
946 [[package]]
929 [[package]]
947 name = "redox_syscall"
930 name = "redox_syscall"
948 version = "0.1.57"
931 version = "0.2.11"
949 source = "registry+https://github.com/rust-lang/crates.io-index"
932 source = "registry+https://github.com/rust-lang/crates.io-index"
950 checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
933 checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"
934 dependencies = [
935 "bitflags",
936 ]
951
937
952 [[package]]
938 [[package]]
953 name = "regex"
939 name = "regex"
954 version = "1.5.5"
940 version = "1.5.5"
955 source = "registry+https://github.com/rust-lang/crates.io-index"
941 source = "registry+https://github.com/rust-lang/crates.io-index"
956 checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
942 checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
957 dependencies = [
943 dependencies = [
958 "aho-corasick",
944 "aho-corasick",
959 "memchr",
945 "memchr",
960 "regex-syntax",
946 "regex-syntax",
961 ]
947 ]
962
948
963 [[package]]
949 [[package]]
964 name = "regex-syntax"
950 name = "regex-syntax"
965 version = "0.6.25"
951 version = "0.6.25"
966 source = "registry+https://github.com/rust-lang/crates.io-index"
952 source = "registry+https://github.com/rust-lang/crates.io-index"
967 checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
953 checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
968
954
969 [[package]]
955 [[package]]
970 name = "remove_dir_all"
956 name = "remove_dir_all"
971 version = "0.5.3"
957 version = "0.5.3"
972 source = "registry+https://github.com/rust-lang/crates.io-index"
958 source = "registry+https://github.com/rust-lang/crates.io-index"
973 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
959 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
974 dependencies = [
960 dependencies = [
975 "winapi",
961 "winapi",
976 ]
962 ]
977
963
978 [[package]]
964 [[package]]
979 name = "rhg"
965 name = "rhg"
980 version = "0.1.0"
966 version = "0.1.0"
981 dependencies = [
967 dependencies = [
982 "atty",
968 "atty",
983 "chrono",
969 "chrono",
984 "clap 2.34.0",
970 "clap",
985 "derive_more",
971 "derive_more",
986 "env_logger 0.9.0",
972 "env_logger 0.9.0",
987 "format-bytes",
973 "format-bytes",
988 "hg-core",
974 "hg-core",
989 "home",
975 "home",
990 "lazy_static",
976 "lazy_static",
991 "log",
977 "log",
992 "micro-timer 0.4.0",
978 "micro-timer",
993 "regex",
979 "regex",
994 "users",
980 "users",
995 ]
981 ]
996
982
997 [[package]]
983 [[package]]
998 name = "rustc_version"
984 name = "rustc_version"
999 version = "0.4.0"
985 version = "0.4.0"
1000 source = "registry+https://github.com/rust-lang/crates.io-index"
986 source = "registry+https://github.com/rust-lang/crates.io-index"
1001 checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
987 checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
1002 dependencies = [
988 dependencies = [
1003 "semver",
989 "semver",
1004 ]
990 ]
1005
991
1006 [[package]]
992 [[package]]
1007 name = "same-file"
993 name = "same-file"
1008 version = "1.0.6"
994 version = "1.0.6"
1009 source = "registry+https://github.com/rust-lang/crates.io-index"
995 source = "registry+https://github.com/rust-lang/crates.io-index"
1010 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
996 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1011 dependencies = [
997 dependencies = [
1012 "winapi-util",
998 "winapi-util",
1013 ]
999 ]
1014
1000
1015 [[package]]
1001 [[package]]
1016 name = "scopeguard"
1002 name = "scopeguard"
1017 version = "1.1.0"
1003 version = "1.1.0"
1018 source = "registry+https://github.com/rust-lang/crates.io-index"
1004 source = "registry+https://github.com/rust-lang/crates.io-index"
1019 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1005 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1020
1006
1021 [[package]]
1007 [[package]]
1022 name = "semver"
1008 name = "semver"
1023 version = "1.0.6"
1009 version = "1.0.6"
1024 source = "registry+https://github.com/rust-lang/crates.io-index"
1010 source = "registry+https://github.com/rust-lang/crates.io-index"
1025 checksum = "a4a3381e03edd24287172047536f20cabde766e2cd3e65e6b00fb3af51c4f38d"
1011 checksum = "a4a3381e03edd24287172047536f20cabde766e2cd3e65e6b00fb3af51c4f38d"
1026
1012
1027 [[package]]
1013 [[package]]
1028 name = "sha-1"
1014 name = "sha-1"
1029 version = "0.9.6"
1015 version = "0.9.6"
1030 source = "registry+https://github.com/rust-lang/crates.io-index"
1016 source = "registry+https://github.com/rust-lang/crates.io-index"
1031 checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16"
1017 checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16"
1032 dependencies = [
1018 dependencies = [
1033 "block-buffer",
1019 "block-buffer 0.9.0",
1034 "cfg-if 1.0.0",
1020 "cfg-if 1.0.0",
1035 "cpufeatures",
1021 "cpufeatures 0.1.4",
1036 "digest",
1022 "digest 0.9.0",
1037 "opaque-debug",
1023 "opaque-debug",
1038 ]
1024 ]
1039
1025
1040 [[package]]
1026 [[package]]
1027 name = "sha-1"
1028 version = "0.10.0"
1029 source = "registry+https://github.com/rust-lang/crates.io-index"
1030 checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
1031 dependencies = [
1032 "cfg-if 1.0.0",
1033 "cpufeatures 0.2.1",
1034 "digest 0.10.2",
1035 ]
1036
1037 [[package]]
1041 name = "sized-chunks"
1038 name = "sized-chunks"
1042 version = "0.6.2"
1039 version = "0.6.2"
1043 source = "registry+https://github.com/rust-lang/crates.io-index"
1040 source = "registry+https://github.com/rust-lang/crates.io-index"
1044 checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f"
1041 checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f"
1045 dependencies = [
1042 dependencies = [
1046 "bitmaps",
1043 "bitmaps",
1047 "typenum",
1044 "typenum",
1048 ]
1045 ]
1049
1046
1050 [[package]]
1047 [[package]]
1051 name = "stable_deref_trait"
1048 name = "stable_deref_trait"
1052 version = "1.2.0"
1049 version = "1.2.0"
1053 source = "registry+https://github.com/rust-lang/crates.io-index"
1050 source = "registry+https://github.com/rust-lang/crates.io-index"
1054 checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1051 checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1055
1052
1056 [[package]]
1053 [[package]]
1057 name = "static_assertions"
1054 name = "static_assertions"
1058 version = "1.1.0"
1055 version = "1.1.0"
1059 source = "registry+https://github.com/rust-lang/crates.io-index"
1056 source = "registry+https://github.com/rust-lang/crates.io-index"
1060 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1057 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1061
1058
1062 [[package]]
1059 [[package]]
1063 name = "strsim"
1060 name = "strsim"
1064 version = "0.8.0"
1061 version = "0.8.0"
1065 source = "registry+https://github.com/rust-lang/crates.io-index"
1062 source = "registry+https://github.com/rust-lang/crates.io-index"
1066 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1063 checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1067
1064
1068 [[package]]
1065 [[package]]
1069 name = "strsim"
1070 version = "0.10.0"
1071 source = "registry+https://github.com/rust-lang/crates.io-index"
1072 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1073
1074 [[package]]
1075 name = "syn"
1066 name = "syn"
1076 version = "1.0.54"
1067 version = "1.0.54"
1077 source = "registry+https://github.com/rust-lang/crates.io-index"
1068 source = "registry+https://github.com/rust-lang/crates.io-index"
1078 checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44"
1069 checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44"
1079 dependencies = [
1070 dependencies = [
1080 "proc-macro2",
1071 "proc-macro2",
1081 "quote",
1072 "quote",
1082 "unicode-xid",
1073 "unicode-xid",
1083 ]
1074 ]
1084
1075
1085 [[package]]
1076 [[package]]
1086 name = "tempfile"
1077 name = "tempfile"
1087 version = "3.1.0"
1078 version = "3.3.0"
1088 source = "registry+https://github.com/rust-lang/crates.io-index"
1079 source = "registry+https://github.com/rust-lang/crates.io-index"
1089 checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
1080 checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
1090 dependencies = [
1081 dependencies = [
1091 "cfg-if 0.1.10",
1082 "cfg-if 1.0.0",
1083 "fastrand",
1092 "libc",
1084 "libc",
1093 "rand 0.7.3",
1094 "redox_syscall",
1085 "redox_syscall",
1095 "remove_dir_all",
1086 "remove_dir_all",
1096 "winapi",
1087 "winapi",
1097 ]
1088 ]
1098
1089
1099 [[package]]
1090 [[package]]
1100 name = "termcolor"
1091 name = "termcolor"
1101 version = "1.1.2"
1092 version = "1.1.2"
1102 source = "registry+https://github.com/rust-lang/crates.io-index"
1093 source = "registry+https://github.com/rust-lang/crates.io-index"
1103 checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
1094 checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
1104 dependencies = [
1095 dependencies = [
1105 "winapi-util",
1096 "winapi-util",
1106 ]
1097 ]
1107
1098
1108 [[package]]
1099 [[package]]
1109 name = "textwrap"
1100 name = "textwrap"
1110 version = "0.11.0"
1101 version = "0.11.0"
1111 source = "registry+https://github.com/rust-lang/crates.io-index"
1102 source = "registry+https://github.com/rust-lang/crates.io-index"
1112 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1103 checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1113 dependencies = [
1104 dependencies = [
1114 "unicode-width",
1105 "unicode-width",
1115 ]
1106 ]
1116
1107
1117 [[package]]
1108 [[package]]
1118 name = "textwrap"
1119 version = "0.15.0"
1120 source = "registry+https://github.com/rust-lang/crates.io-index"
1121 checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
1122
1123 [[package]]
1124 name = "time"
1109 name = "time"
1125 version = "0.1.44"
1110 version = "0.1.44"
1126 source = "registry+https://github.com/rust-lang/crates.io-index"
1111 source = "registry+https://github.com/rust-lang/crates.io-index"
1127 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
1112 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
1128 dependencies = [
1113 dependencies = [
1129 "libc",
1114 "libc",
1130 "wasi 0.10.0+wasi-snapshot-preview1",
1115 "wasi 0.10.0+wasi-snapshot-preview1",
1131 "winapi",
1116 "winapi",
1132 ]
1117 ]
1133
1118
1134 [[package]]
1119 [[package]]
1135 name = "twox-hash"
1120 name = "twox-hash"
1136 version = "1.6.0"
1121 version = "1.6.2"
1137 source = "registry+https://github.com/rust-lang/crates.io-index"
1122 source = "registry+https://github.com/rust-lang/crates.io-index"
1138 checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
1123 checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0"
1139 dependencies = [
1124 dependencies = [
1140 "cfg-if 0.1.10",
1125 "cfg-if 1.0.0",
1141 "rand 0.7.3",
1126 "rand 0.8.5",
1142 "static_assertions",
1127 "static_assertions",
1143 ]
1128 ]
1144
1129
1145 [[package]]
1130 [[package]]
1146 name = "typenum"
1131 name = "typenum"
1147 version = "1.12.0"
1132 version = "1.12.0"
1148 source = "registry+https://github.com/rust-lang/crates.io-index"
1133 source = "registry+https://github.com/rust-lang/crates.io-index"
1149 checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
1134 checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
1150
1135
1151 [[package]]
1136 [[package]]
1152 name = "unicode-width"
1137 name = "unicode-width"
1153 version = "0.1.9"
1138 version = "0.1.9"
1154 source = "registry+https://github.com/rust-lang/crates.io-index"
1139 source = "registry+https://github.com/rust-lang/crates.io-index"
1155 checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
1140 checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
1156
1141
1157 [[package]]
1142 [[package]]
1158 name = "unicode-xid"
1143 name = "unicode-xid"
1159 version = "0.2.1"
1144 version = "0.2.1"
1160 source = "registry+https://github.com/rust-lang/crates.io-index"
1145 source = "registry+https://github.com/rust-lang/crates.io-index"
1161 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
1146 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
1162
1147
1163 [[package]]
1148 [[package]]
1164 name = "users"
1149 name = "users"
1165 version = "0.11.0"
1150 version = "0.11.0"
1166 source = "registry+https://github.com/rust-lang/crates.io-index"
1151 source = "registry+https://github.com/rust-lang/crates.io-index"
1167 checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
1152 checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
1168 dependencies = [
1153 dependencies = [
1169 "libc",
1154 "libc",
1170 "log",
1155 "log",
1171 ]
1156 ]
1172
1157
1173 [[package]]
1158 [[package]]
1174 name = "vcpkg"
1159 name = "vcpkg"
1175 version = "0.2.11"
1160 version = "0.2.11"
1176 source = "registry+https://github.com/rust-lang/crates.io-index"
1161 source = "registry+https://github.com/rust-lang/crates.io-index"
1177 checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
1162 checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
1178
1163
1179 [[package]]
1164 [[package]]
1180 name = "vcsgraph"
1165 name = "vcsgraph"
1181 version = "0.2.0"
1166 version = "0.2.0"
1182 source = "registry+https://github.com/rust-lang/crates.io-index"
1167 source = "registry+https://github.com/rust-lang/crates.io-index"
1183 checksum = "4cb68c231e2575f7503a7c19213875f9d4ec2e84e963a56ce3de4b6bee351ef7"
1168 checksum = "4cb68c231e2575f7503a7c19213875f9d4ec2e84e963a56ce3de4b6bee351ef7"
1184 dependencies = [
1169 dependencies = [
1185 "hex",
1170 "hex",
1186 "rand 0.7.3",
1171 "rand 0.7.3",
1187 "sha-1",
1172 "sha-1 0.9.6",
1188 ]
1173 ]
1189
1174
1190 [[package]]
1175 [[package]]
1191 name = "vec_map"
1176 name = "vec_map"
1192 version = "0.8.2"
1177 version = "0.8.2"
1193 source = "registry+https://github.com/rust-lang/crates.io-index"
1178 source = "registry+https://github.com/rust-lang/crates.io-index"
1194 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1179 checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1195
1180
1196 [[package]]
1181 [[package]]
1197 name = "version_check"
1182 name = "version_check"
1198 version = "0.9.2"
1183 version = "0.9.2"
1199 source = "registry+https://github.com/rust-lang/crates.io-index"
1184 source = "registry+https://github.com/rust-lang/crates.io-index"
1200 checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
1185 checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
1201
1186
1202 [[package]]
1187 [[package]]
1203 name = "wasi"
1188 name = "wasi"
1204 version = "0.9.0+wasi-snapshot-preview1"
1189 version = "0.9.0+wasi-snapshot-preview1"
1205 source = "registry+https://github.com/rust-lang/crates.io-index"
1190 source = "registry+https://github.com/rust-lang/crates.io-index"
1206 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1191 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1207
1192
1208 [[package]]
1193 [[package]]
1209 name = "wasi"
1194 name = "wasi"
1210 version = "0.10.0+wasi-snapshot-preview1"
1195 version = "0.10.0+wasi-snapshot-preview1"
1211 source = "registry+https://github.com/rust-lang/crates.io-index"
1196 source = "registry+https://github.com/rust-lang/crates.io-index"
1212 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1197 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1213
1198
1214 [[package]]
1199 [[package]]
1215 name = "winapi"
1200 name = "winapi"
1216 version = "0.3.9"
1201 version = "0.3.9"
1217 source = "registry+https://github.com/rust-lang/crates.io-index"
1202 source = "registry+https://github.com/rust-lang/crates.io-index"
1218 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1203 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1219 dependencies = [
1204 dependencies = [
1220 "winapi-i686-pc-windows-gnu",
1205 "winapi-i686-pc-windows-gnu",
1221 "winapi-x86_64-pc-windows-gnu",
1206 "winapi-x86_64-pc-windows-gnu",
1222 ]
1207 ]
1223
1208
1224 [[package]]
1209 [[package]]
1225 name = "winapi-i686-pc-windows-gnu"
1210 name = "winapi-i686-pc-windows-gnu"
1226 version = "0.4.0"
1211 version = "0.4.0"
1227 source = "registry+https://github.com/rust-lang/crates.io-index"
1212 source = "registry+https://github.com/rust-lang/crates.io-index"
1228 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1213 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1229
1214
1230 [[package]]
1215 [[package]]
1231 name = "winapi-util"
1216 name = "winapi-util"
1232 version = "0.1.5"
1217 version = "0.1.5"
1233 source = "registry+https://github.com/rust-lang/crates.io-index"
1218 source = "registry+https://github.com/rust-lang/crates.io-index"
1234 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1219 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1235 dependencies = [
1220 dependencies = [
1236 "winapi",
1221 "winapi",
1237 ]
1222 ]
1238
1223
1239 [[package]]
1224 [[package]]
1240 name = "winapi-x86_64-pc-windows-gnu"
1225 name = "winapi-x86_64-pc-windows-gnu"
1241 version = "0.4.0"
1226 version = "0.4.0"
1242 source = "registry+https://github.com/rust-lang/crates.io-index"
1227 source = "registry+https://github.com/rust-lang/crates.io-index"
1243 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1228 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1244
1229
1245 [[package]]
1230 [[package]]
1246 name = "zstd"
1231 name = "zstd"
1247 version = "0.5.3+zstd.1.4.5"
1232 version = "0.5.4+zstd.1.4.7"
1248 source = "registry+https://github.com/rust-lang/crates.io-index"
1233 source = "registry+https://github.com/rust-lang/crates.io-index"
1249 checksum = "01b32eaf771efa709e8308605bbf9319bf485dc1503179ec0469b611937c0cd8"
1234 checksum = "69996ebdb1ba8b1517f61387a883857818a66c8a295f487b1ffd8fd9d2c82910"
1250 dependencies = [
1235 dependencies = [
1251 "zstd-safe",
1236 "zstd-safe",
1252 ]
1237 ]
1253
1238
1254 [[package]]
1239 [[package]]
1255 name = "zstd-safe"
1240 name = "zstd-safe"
1256 version = "2.0.5+zstd.1.4.5"
1241 version = "2.0.6+zstd.1.4.7"
1257 source = "registry+https://github.com/rust-lang/crates.io-index"
1242 source = "registry+https://github.com/rust-lang/crates.io-index"
1258 checksum = "1cfb642e0d27f64729a639c52db457e0ae906e7bc6f5fe8f5c453230400f1055"
1243 checksum = "98aa931fb69ecee256d44589d19754e61851ae4769bf963b385119b1cc37a49e"
1259 dependencies = [
1244 dependencies = [
1260 "libc",
1245 "libc",
1261 "zstd-sys",
1246 "zstd-sys",
1262 ]
1247 ]
1263
1248
1264 [[package]]
1249 [[package]]
1265 name = "zstd-sys"
1250 name = "zstd-sys"
1266 version = "1.4.17+zstd.1.4.5"
1251 version = "1.4.18+zstd.1.4.7"
1267 source = "registry+https://github.com/rust-lang/crates.io-index"
1252 source = "registry+https://github.com/rust-lang/crates.io-index"
1268 checksum = "b89249644df056b522696b1bb9e7c18c87e8ffa3e2f0dc3b0155875d6498f01b"
1253 checksum = "a1e6e8778706838f43f771d80d37787cb2fe06dafe89dd3aebaf6721b9eaec81"
1269 dependencies = [
1254 dependencies = [
1270 "cc",
1255 "cc",
1271 "glob",
1256 "glob",
1272 "itertools",
1257 "itertools 0.9.0",
1273 "libc",
1258 "libc",
1274 ]
1259 ]
@@ -1,48 +1,48 b''
1 [package]
1 [package]
2 name = "hg-core"
2 name = "hg-core"
3 version = "0.1.0"
3 version = "0.1.0"
4 authors = ["Georges Racinet <gracinet@anybox.fr>"]
4 authors = ["Georges Racinet <gracinet@anybox.fr>"]
5 description = "Mercurial pure Rust core library, with no assumption on Python bindings (FFI)"
5 description = "Mercurial pure Rust core library, with no assumption on Python bindings (FFI)"
6 edition = "2018"
6 edition = "2018"
7
7
8 [lib]
8 [lib]
9 name = "hg"
9 name = "hg"
10
10
11 [dependencies]
11 [dependencies]
12 bitflags = "1.2"
12 bitflags = "1.3.2"
13 bytes-cast = "0.2"
13 bytes-cast = "0.2.0"
14 byteorder = "1.3.4"
14 byteorder = "1.4.3"
15 derive_more = "0.99"
15 derive_more = "0.99.17"
16 hashbrown = {version = "0.9.1", features = ["rayon"]}
16 hashbrown = { version = "0.9.1", features = ["rayon"] }
17 home = "0.5"
17 home = "0.5.3"
18 im-rc = "15.0.*"
18 im-rc = "15.0.0"
19 itertools = "0.9"
19 itertools = "0.10.3"
20 lazy_static = "1.4.0"
20 lazy_static = "1.4.0"
21 libc = "0.2"
21 libc = "0.2.119"
22 rand = "0.8.4"
22 rand = "0.8.5"
23 rand_pcg = "0.3.1"
23 rand_pcg = "0.3.1"
24 rand_distr = "0.4.2"
24 rand_distr = "0.4.3"
25 rayon = "1.3.0"
25 rayon = "1.5.1"
26 regex = "1.3.9"
26 regex = "1.5.5"
27 sha-1 = "0.9.6"
27 sha-1 = "0.10.0"
28 twox-hash = "1.5.0"
28 twox-hash = "1.6.2"
29 same-file = "1.0.6"
29 same-file = "1.0.6"
30 stable_deref_trait = "1.2.0"
30 stable_deref_trait = "1.2.0"
31 tempfile = "3.1.0"
31 tempfile = "3.3.0"
32 crossbeam-channel = "0.4"
32 crossbeam-channel = "0.5.2"
33 micro-timer = "0.3.0"
33 micro-timer = "0.4.0"
34 log = "0.4.8"
34 log = "0.4.14"
35 memmap2 = {version = "0.4", features = ["stable_deref_trait"]}
35 memmap2 = { version = "0.5.3", features = ["stable_deref_trait"] }
36 zstd = "0.5.3"
36 zstd = "0.5.3"
37 format-bytes = "0.3.0"
37 format-bytes = "0.3.0"
38
38
39 # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until
39 # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until
40 # we have a clearer view of which backend is the fastest.
40 # we have a clearer view of which backend is the fastest.
41 [dependencies.flate2]
41 [dependencies.flate2]
42 version = "1.0.16"
42 version = "1.0.22"
43 features = ["zlib"]
43 features = ["zlib"]
44 default-features = false
44 default-features = false
45
45
46 [dev-dependencies]
46 [dev-dependencies]
47 clap = "*"
47 clap = "2.34.0"
48 pretty_assertions = "0.6.1"
48 pretty_assertions = "1.1.0"
General Comments 0
You need to be logged in to leave comments. Login now