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