##// END OF EJS Templates
rust: update zstd dependency...
Raphaël Gomès -
r51220:6abee333 stable
parent child Browse files
Show More
@@ -1,1453 +1,1454
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 = "Inflector"
7 7 version = "0.11.4"
8 8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 9 checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
10 10
11 11 [[package]]
12 12 name = "adler"
13 13 version = "1.0.2"
14 14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 15 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
16 16
17 17 [[package]]
18 18 name = "ahash"
19 19 version = "0.8.2"
20 20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 21 checksum = "bf6ccdb167abbf410dcb915cabd428929d7f6a04980b54a11f26a39f1c7f7107"
22 22 dependencies = [
23 23 "cfg-if",
24 24 "once_cell",
25 25 "version_check",
26 26 ]
27 27
28 28 [[package]]
29 29 name = "aho-corasick"
30 30 version = "0.7.19"
31 31 source = "registry+https://github.com/rust-lang/crates.io-index"
32 32 checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
33 33 dependencies = [
34 34 "memchr",
35 35 ]
36 36
37 37 [[package]]
38 38 name = "aliasable"
39 39 version = "0.1.3"
40 40 source = "registry+https://github.com/rust-lang/crates.io-index"
41 41 checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
42 42
43 43 [[package]]
44 44 name = "android_system_properties"
45 45 version = "0.1.5"
46 46 source = "registry+https://github.com/rust-lang/crates.io-index"
47 47 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
48 48 dependencies = [
49 49 "libc",
50 50 ]
51 51
52 52 [[package]]
53 53 name = "atty"
54 54 version = "0.2.14"
55 55 source = "registry+https://github.com/rust-lang/crates.io-index"
56 56 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
57 57 dependencies = [
58 58 "hermit-abi",
59 59 "libc",
60 60 "winapi",
61 61 ]
62 62
63 63 [[package]]
64 64 name = "autocfg"
65 65 version = "1.1.0"
66 66 source = "registry+https://github.com/rust-lang/crates.io-index"
67 67 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
68 68
69 69 [[package]]
70 70 name = "bitflags"
71 71 version = "1.3.2"
72 72 source = "registry+https://github.com/rust-lang/crates.io-index"
73 73 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
74 74
75 75 [[package]]
76 76 name = "bitmaps"
77 77 version = "2.1.0"
78 78 source = "registry+https://github.com/rust-lang/crates.io-index"
79 79 checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
80 80 dependencies = [
81 81 "typenum",
82 82 ]
83 83
84 84 [[package]]
85 85 name = "block-buffer"
86 86 version = "0.9.0"
87 87 source = "registry+https://github.com/rust-lang/crates.io-index"
88 88 checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
89 89 dependencies = [
90 90 "generic-array",
91 91 ]
92 92
93 93 [[package]]
94 94 name = "block-buffer"
95 95 version = "0.10.3"
96 96 source = "registry+https://github.com/rust-lang/crates.io-index"
97 97 checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
98 98 dependencies = [
99 99 "generic-array",
100 100 ]
101 101
102 102 [[package]]
103 103 name = "bumpalo"
104 104 version = "3.11.1"
105 105 source = "registry+https://github.com/rust-lang/crates.io-index"
106 106 checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
107 107
108 108 [[package]]
109 109 name = "byteorder"
110 110 version = "1.4.3"
111 111 source = "registry+https://github.com/rust-lang/crates.io-index"
112 112 checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
113 113
114 114 [[package]]
115 115 name = "bytes-cast"
116 116 version = "0.3.0"
117 117 source = "registry+https://github.com/rust-lang/crates.io-index"
118 118 checksum = "a20de93b91d7703ca0e39e12930e310acec5ff4d715f4166e0ab026babb352e8"
119 119 dependencies = [
120 120 "bytes-cast-derive",
121 121 ]
122 122
123 123 [[package]]
124 124 name = "bytes-cast-derive"
125 125 version = "0.2.0"
126 126 source = "registry+https://github.com/rust-lang/crates.io-index"
127 127 checksum = "7470a6fcce58cde3d62cce758bf71007978b75247e6becd9255c9b884bcb4f71"
128 128 dependencies = [
129 129 "proc-macro2",
130 130 "quote",
131 131 "syn",
132 132 ]
133 133
134 134 [[package]]
135 135 name = "cc"
136 136 version = "1.0.76"
137 137 source = "registry+https://github.com/rust-lang/crates.io-index"
138 138 checksum = "76a284da2e6fe2092f2353e51713435363112dfd60030e22add80be333fb928f"
139 139 dependencies = [
140 140 "jobserver",
141 141 ]
142 142
143 143 [[package]]
144 144 name = "cfg-if"
145 145 version = "1.0.0"
146 146 source = "registry+https://github.com/rust-lang/crates.io-index"
147 147 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
148 148
149 149 [[package]]
150 150 name = "chrono"
151 151 version = "0.4.23"
152 152 source = "registry+https://github.com/rust-lang/crates.io-index"
153 153 checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
154 154 dependencies = [
155 155 "iana-time-zone",
156 156 "js-sys",
157 157 "num-integer",
158 158 "num-traits",
159 159 "time",
160 160 "wasm-bindgen",
161 161 "winapi",
162 162 ]
163 163
164 164 [[package]]
165 165 name = "clap"
166 166 version = "4.0.24"
167 167 source = "registry+https://github.com/rust-lang/crates.io-index"
168 168 checksum = "60494cedb60cb47462c0ff7be53de32c0e42a6fc2c772184554fa12bd9489c03"
169 169 dependencies = [
170 170 "atty",
171 171 "bitflags",
172 172 "clap_derive",
173 173 "clap_lex",
174 174 "once_cell",
175 175 "strsim",
176 176 "termcolor",
177 177 ]
178 178
179 179 [[package]]
180 180 name = "clap_derive"
181 181 version = "4.0.21"
182 182 source = "registry+https://github.com/rust-lang/crates.io-index"
183 183 checksum = "0177313f9f02afc995627906bbd8967e2be069f5261954222dac78290c2b9014"
184 184 dependencies = [
185 185 "heck",
186 186 "proc-macro-error",
187 187 "proc-macro2",
188 188 "quote",
189 189 "syn",
190 190 ]
191 191
192 192 [[package]]
193 193 name = "clap_lex"
194 194 version = "0.3.0"
195 195 source = "registry+https://github.com/rust-lang/crates.io-index"
196 196 checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
197 197 dependencies = [
198 198 "os_str_bytes",
199 199 ]
200 200
201 201 [[package]]
202 202 name = "codespan-reporting"
203 203 version = "0.11.1"
204 204 source = "registry+https://github.com/rust-lang/crates.io-index"
205 205 checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
206 206 dependencies = [
207 207 "termcolor",
208 208 "unicode-width",
209 209 ]
210 210
211 211 [[package]]
212 212 name = "convert_case"
213 213 version = "0.4.0"
214 214 source = "registry+https://github.com/rust-lang/crates.io-index"
215 215 checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
216 216
217 217 [[package]]
218 218 name = "core-foundation-sys"
219 219 version = "0.8.3"
220 220 source = "registry+https://github.com/rust-lang/crates.io-index"
221 221 checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
222 222
223 223 [[package]]
224 224 name = "cpufeatures"
225 225 version = "0.2.5"
226 226 source = "registry+https://github.com/rust-lang/crates.io-index"
227 227 checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
228 228 dependencies = [
229 229 "libc",
230 230 ]
231 231
232 232 [[package]]
233 233 name = "cpython"
234 234 version = "0.7.1"
235 235 source = "registry+https://github.com/rust-lang/crates.io-index"
236 236 checksum = "3052106c29da7390237bc2310c1928335733b286287754ea85e6093d2495280e"
237 237 dependencies = [
238 238 "libc",
239 239 "num-traits",
240 240 "paste",
241 241 "python3-sys",
242 242 ]
243 243
244 244 [[package]]
245 245 name = "crc32fast"
246 246 version = "1.3.2"
247 247 source = "registry+https://github.com/rust-lang/crates.io-index"
248 248 checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
249 249 dependencies = [
250 250 "cfg-if",
251 251 ]
252 252
253 253 [[package]]
254 254 name = "crossbeam-channel"
255 255 version = "0.5.6"
256 256 source = "registry+https://github.com/rust-lang/crates.io-index"
257 257 checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
258 258 dependencies = [
259 259 "cfg-if",
260 260 "crossbeam-utils",
261 261 ]
262 262
263 263 [[package]]
264 264 name = "crossbeam-deque"
265 265 version = "0.8.2"
266 266 source = "registry+https://github.com/rust-lang/crates.io-index"
267 267 checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
268 268 dependencies = [
269 269 "cfg-if",
270 270 "crossbeam-epoch",
271 271 "crossbeam-utils",
272 272 ]
273 273
274 274 [[package]]
275 275 name = "crossbeam-epoch"
276 276 version = "0.9.11"
277 277 source = "registry+https://github.com/rust-lang/crates.io-index"
278 278 checksum = "f916dfc5d356b0ed9dae65f1db9fc9770aa2851d2662b988ccf4fe3516e86348"
279 279 dependencies = [
280 280 "autocfg",
281 281 "cfg-if",
282 282 "crossbeam-utils",
283 283 "memoffset",
284 284 "scopeguard",
285 285 ]
286 286
287 287 [[package]]
288 288 name = "crossbeam-utils"
289 289 version = "0.8.12"
290 290 source = "registry+https://github.com/rust-lang/crates.io-index"
291 291 checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
292 292 dependencies = [
293 293 "cfg-if",
294 294 ]
295 295
296 296 [[package]]
297 297 name = "crypto-common"
298 298 version = "0.1.6"
299 299 source = "registry+https://github.com/rust-lang/crates.io-index"
300 300 checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
301 301 dependencies = [
302 302 "generic-array",
303 303 "typenum",
304 304 ]
305 305
306 306 [[package]]
307 307 name = "ctor"
308 308 version = "0.1.26"
309 309 source = "registry+https://github.com/rust-lang/crates.io-index"
310 310 checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
311 311 dependencies = [
312 312 "quote",
313 313 "syn",
314 314 ]
315 315
316 316 [[package]]
317 317 name = "cxx"
318 318 version = "1.0.81"
319 319 source = "registry+https://github.com/rust-lang/crates.io-index"
320 320 checksum = "97abf9f0eca9e52b7f81b945524e76710e6cb2366aead23b7d4fbf72e281f888"
321 321 dependencies = [
322 322 "cc",
323 323 "cxxbridge-flags",
324 324 "cxxbridge-macro",
325 325 "link-cplusplus",
326 326 ]
327 327
328 328 [[package]]
329 329 name = "cxx-build"
330 330 version = "1.0.81"
331 331 source = "registry+https://github.com/rust-lang/crates.io-index"
332 332 checksum = "7cc32cc5fea1d894b77d269ddb9f192110069a8a9c1f1d441195fba90553dea3"
333 333 dependencies = [
334 334 "cc",
335 335 "codespan-reporting",
336 336 "once_cell",
337 337 "proc-macro2",
338 338 "quote",
339 339 "scratch",
340 340 "syn",
341 341 ]
342 342
343 343 [[package]]
344 344 name = "cxxbridge-flags"
345 345 version = "1.0.81"
346 346 source = "registry+https://github.com/rust-lang/crates.io-index"
347 347 checksum = "8ca220e4794c934dc6b1207c3b42856ad4c302f2df1712e9f8d2eec5afaacf1f"
348 348
349 349 [[package]]
350 350 name = "cxxbridge-macro"
351 351 version = "1.0.81"
352 352 source = "registry+https://github.com/rust-lang/crates.io-index"
353 353 checksum = "b846f081361125bfc8dc9d3940c84e1fd83ba54bbca7b17cd29483c828be0704"
354 354 dependencies = [
355 355 "proc-macro2",
356 356 "quote",
357 357 "syn",
358 358 ]
359 359
360 360 [[package]]
361 361 name = "derive_more"
362 362 version = "0.99.17"
363 363 source = "registry+https://github.com/rust-lang/crates.io-index"
364 364 checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
365 365 dependencies = [
366 366 "convert_case",
367 367 "proc-macro2",
368 368 "quote",
369 369 "rustc_version",
370 370 "syn",
371 371 ]
372 372
373 373 [[package]]
374 374 name = "diff"
375 375 version = "0.1.13"
376 376 source = "registry+https://github.com/rust-lang/crates.io-index"
377 377 checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
378 378
379 379 [[package]]
380 380 name = "digest"
381 381 version = "0.9.0"
382 382 source = "registry+https://github.com/rust-lang/crates.io-index"
383 383 checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
384 384 dependencies = [
385 385 "generic-array",
386 386 ]
387 387
388 388 [[package]]
389 389 name = "digest"
390 390 version = "0.10.5"
391 391 source = "registry+https://github.com/rust-lang/crates.io-index"
392 392 checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"
393 393 dependencies = [
394 394 "block-buffer 0.10.3",
395 395 "crypto-common",
396 396 ]
397 397
398 398 [[package]]
399 399 name = "either"
400 400 version = "1.8.0"
401 401 source = "registry+https://github.com/rust-lang/crates.io-index"
402 402 checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
403 403
404 404 [[package]]
405 405 name = "env_logger"
406 406 version = "0.9.3"
407 407 source = "registry+https://github.com/rust-lang/crates.io-index"
408 408 checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
409 409 dependencies = [
410 410 "atty",
411 411 "humantime",
412 412 "log",
413 413 "regex",
414 414 "termcolor",
415 415 ]
416 416
417 417 [[package]]
418 418 name = "fastrand"
419 419 version = "1.8.0"
420 420 source = "registry+https://github.com/rust-lang/crates.io-index"
421 421 checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
422 422 dependencies = [
423 423 "instant",
424 424 ]
425 425
426 426 [[package]]
427 427 name = "flate2"
428 428 version = "1.0.24"
429 429 source = "registry+https://github.com/rust-lang/crates.io-index"
430 430 checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
431 431 dependencies = [
432 432 "crc32fast",
433 433 "libz-sys",
434 434 "miniz_oxide",
435 435 ]
436 436
437 437 [[package]]
438 438 name = "format-bytes"
439 439 version = "0.3.0"
440 440 source = "registry+https://github.com/rust-lang/crates.io-index"
441 441 checksum = "48942366ef93975da38e175ac9e10068c6fc08ca9e85930d4f098f4d5b14c2fd"
442 442 dependencies = [
443 443 "format-bytes-macros",
444 444 ]
445 445
446 446 [[package]]
447 447 name = "format-bytes-macros"
448 448 version = "0.4.0"
449 449 source = "registry+https://github.com/rust-lang/crates.io-index"
450 450 checksum = "203aadebefcc73d12038296c228eabf830f99cba991b0032adf20e9fa6ce7e4f"
451 451 dependencies = [
452 452 "proc-macro2",
453 453 "quote",
454 454 "syn",
455 455 ]
456 456
457 457 [[package]]
458 458 name = "generic-array"
459 459 version = "0.14.6"
460 460 source = "registry+https://github.com/rust-lang/crates.io-index"
461 461 checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
462 462 dependencies = [
463 463 "typenum",
464 464 "version_check",
465 465 ]
466 466
467 467 [[package]]
468 468 name = "getrandom"
469 469 version = "0.1.16"
470 470 source = "registry+https://github.com/rust-lang/crates.io-index"
471 471 checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
472 472 dependencies = [
473 473 "cfg-if",
474 474 "libc",
475 475 "wasi 0.9.0+wasi-snapshot-preview1",
476 476 ]
477 477
478 478 [[package]]
479 479 name = "getrandom"
480 480 version = "0.2.8"
481 481 source = "registry+https://github.com/rust-lang/crates.io-index"
482 482 checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
483 483 dependencies = [
484 484 "cfg-if",
485 485 "libc",
486 486 "wasi 0.11.0+wasi-snapshot-preview1",
487 487 ]
488 488
489 489 [[package]]
490 490 name = "hashbrown"
491 491 version = "0.13.1"
492 492 source = "registry+https://github.com/rust-lang/crates.io-index"
493 493 checksum = "33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038"
494 494 dependencies = [
495 495 "ahash",
496 496 "rayon",
497 497 ]
498 498
499 499 [[package]]
500 500 name = "heck"
501 501 version = "0.4.0"
502 502 source = "registry+https://github.com/rust-lang/crates.io-index"
503 503 checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
504 504
505 505 [[package]]
506 506 name = "hermit-abi"
507 507 version = "0.1.19"
508 508 source = "registry+https://github.com/rust-lang/crates.io-index"
509 509 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
510 510 dependencies = [
511 511 "libc",
512 512 ]
513 513
514 514 [[package]]
515 515 name = "hex"
516 516 version = "0.4.3"
517 517 source = "registry+https://github.com/rust-lang/crates.io-index"
518 518 checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
519 519
520 520 [[package]]
521 521 name = "hg-core"
522 522 version = "0.1.0"
523 523 dependencies = [
524 524 "bitflags",
525 525 "byteorder",
526 526 "bytes-cast",
527 527 "clap",
528 528 "crossbeam-channel",
529 529 "derive_more",
530 530 "flate2",
531 531 "format-bytes",
532 532 "hashbrown",
533 533 "home",
534 534 "im-rc",
535 535 "itertools",
536 536 "lazy_static",
537 537 "libc",
538 538 "log",
539 539 "logging_timer",
540 540 "memmap2",
541 541 "once_cell",
542 542 "ouroboros",
543 543 "pretty_assertions",
544 544 "rand 0.8.5",
545 545 "rand_distr",
546 546 "rand_pcg",
547 547 "rayon",
548 548 "regex",
549 549 "same-file",
550 550 "sha-1 0.10.0",
551 551 "tempfile",
552 552 "thread_local",
553 553 "twox-hash",
554 554 "zstd",
555 555 ]
556 556
557 557 [[package]]
558 558 name = "hg-cpython"
559 559 version = "0.1.0"
560 560 dependencies = [
561 561 "cpython",
562 562 "crossbeam-channel",
563 563 "env_logger",
564 564 "hg-core",
565 565 "libc",
566 566 "log",
567 567 "stable_deref_trait",
568 568 "vcsgraph",
569 569 ]
570 570
571 571 [[package]]
572 572 name = "home"
573 573 version = "0.5.4"
574 574 source = "registry+https://github.com/rust-lang/crates.io-index"
575 575 checksum = "747309b4b440c06d57b0b25f2aee03ee9b5e5397d288c60e21fc709bb98a7408"
576 576 dependencies = [
577 577 "winapi",
578 578 ]
579 579
580 580 [[package]]
581 581 name = "humantime"
582 582 version = "2.1.0"
583 583 source = "registry+https://github.com/rust-lang/crates.io-index"
584 584 checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
585 585
586 586 [[package]]
587 587 name = "iana-time-zone"
588 588 version = "0.1.53"
589 589 source = "registry+https://github.com/rust-lang/crates.io-index"
590 590 checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
591 591 dependencies = [
592 592 "android_system_properties",
593 593 "core-foundation-sys",
594 594 "iana-time-zone-haiku",
595 595 "js-sys",
596 596 "wasm-bindgen",
597 597 "winapi",
598 598 ]
599 599
600 600 [[package]]
601 601 name = "iana-time-zone-haiku"
602 602 version = "0.1.1"
603 603 source = "registry+https://github.com/rust-lang/crates.io-index"
604 604 checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
605 605 dependencies = [
606 606 "cxx",
607 607 "cxx-build",
608 608 ]
609 609
610 610 [[package]]
611 611 name = "im-rc"
612 612 version = "15.1.0"
613 613 source = "registry+https://github.com/rust-lang/crates.io-index"
614 614 checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe"
615 615 dependencies = [
616 616 "bitmaps",
617 617 "rand_core 0.6.4",
618 618 "rand_xoshiro",
619 619 "sized-chunks",
620 620 "typenum",
621 621 "version_check",
622 622 ]
623 623
624 624 [[package]]
625 625 name = "instant"
626 626 version = "0.1.12"
627 627 source = "registry+https://github.com/rust-lang/crates.io-index"
628 628 checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
629 629 dependencies = [
630 630 "cfg-if",
631 631 ]
632 632
633 633 [[package]]
634 634 name = "itertools"
635 635 version = "0.10.5"
636 636 source = "registry+https://github.com/rust-lang/crates.io-index"
637 637 checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
638 638 dependencies = [
639 639 "either",
640 640 ]
641 641
642 642 [[package]]
643 643 name = "jobserver"
644 644 version = "0.1.25"
645 645 source = "registry+https://github.com/rust-lang/crates.io-index"
646 646 checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
647 647 dependencies = [
648 648 "libc",
649 649 ]
650 650
651 651 [[package]]
652 652 name = "js-sys"
653 653 version = "0.3.60"
654 654 source = "registry+https://github.com/rust-lang/crates.io-index"
655 655 checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
656 656 dependencies = [
657 657 "wasm-bindgen",
658 658 ]
659 659
660 660 [[package]]
661 661 name = "lazy_static"
662 662 version = "1.4.0"
663 663 source = "registry+https://github.com/rust-lang/crates.io-index"
664 664 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
665 665
666 666 [[package]]
667 667 name = "libc"
668 668 version = "0.2.137"
669 669 source = "registry+https://github.com/rust-lang/crates.io-index"
670 670 checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
671 671
672 672 [[package]]
673 673 name = "libm"
674 674 version = "0.2.6"
675 675 source = "registry+https://github.com/rust-lang/crates.io-index"
676 676 checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
677 677
678 678 [[package]]
679 679 name = "libz-sys"
680 680 version = "1.1.8"
681 681 source = "registry+https://github.com/rust-lang/crates.io-index"
682 682 checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
683 683 dependencies = [
684 684 "cc",
685 685 "pkg-config",
686 686 "vcpkg",
687 687 ]
688 688
689 689 [[package]]
690 690 name = "link-cplusplus"
691 691 version = "1.0.7"
692 692 source = "registry+https://github.com/rust-lang/crates.io-index"
693 693 checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
694 694 dependencies = [
695 695 "cc",
696 696 ]
697 697
698 698 [[package]]
699 699 name = "log"
700 700 version = "0.4.17"
701 701 source = "registry+https://github.com/rust-lang/crates.io-index"
702 702 checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
703 703 dependencies = [
704 704 "cfg-if",
705 705 ]
706 706
707 707 [[package]]
708 708 name = "logging_timer"
709 709 version = "1.1.0"
710 710 source = "registry+https://github.com/rust-lang/crates.io-index"
711 711 checksum = "64e96f261d684b7089aa576bb74e823241dccd994b27d30fabf1dcb3af284fe9"
712 712 dependencies = [
713 713 "log",
714 714 "logging_timer_proc_macros",
715 715 ]
716 716
717 717 [[package]]
718 718 name = "logging_timer_proc_macros"
719 719 version = "1.1.0"
720 720 source = "registry+https://github.com/rust-lang/crates.io-index"
721 721 checksum = "10a9062912d7952c5588cc474795e0b9ee008e7e6781127945b85413d4b99d81"
722 722 dependencies = [
723 723 "log",
724 724 "proc-macro2",
725 725 "quote",
726 726 "syn",
727 727 ]
728 728
729 729 [[package]]
730 730 name = "memchr"
731 731 version = "2.5.0"
732 732 source = "registry+https://github.com/rust-lang/crates.io-index"
733 733 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
734 734
735 735 [[package]]
736 736 name = "memmap2"
737 737 version = "0.5.8"
738 738 source = "registry+https://github.com/rust-lang/crates.io-index"
739 739 checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc"
740 740 dependencies = [
741 741 "libc",
742 742 "stable_deref_trait",
743 743 ]
744 744
745 745 [[package]]
746 746 name = "memoffset"
747 747 version = "0.6.5"
748 748 source = "registry+https://github.com/rust-lang/crates.io-index"
749 749 checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
750 750 dependencies = [
751 751 "autocfg",
752 752 ]
753 753
754 754 [[package]]
755 755 name = "miniz_oxide"
756 756 version = "0.5.4"
757 757 source = "registry+https://github.com/rust-lang/crates.io-index"
758 758 checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
759 759 dependencies = [
760 760 "adler",
761 761 ]
762 762
763 763 [[package]]
764 764 name = "num-integer"
765 765 version = "0.1.45"
766 766 source = "registry+https://github.com/rust-lang/crates.io-index"
767 767 checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
768 768 dependencies = [
769 769 "autocfg",
770 770 "num-traits",
771 771 ]
772 772
773 773 [[package]]
774 774 name = "num-traits"
775 775 version = "0.2.15"
776 776 source = "registry+https://github.com/rust-lang/crates.io-index"
777 777 checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
778 778 dependencies = [
779 779 "autocfg",
780 780 "libm",
781 781 ]
782 782
783 783 [[package]]
784 784 name = "num_cpus"
785 785 version = "1.14.0"
786 786 source = "registry+https://github.com/rust-lang/crates.io-index"
787 787 checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
788 788 dependencies = [
789 789 "hermit-abi",
790 790 "libc",
791 791 ]
792 792
793 793 [[package]]
794 794 name = "once_cell"
795 795 version = "1.16.0"
796 796 source = "registry+https://github.com/rust-lang/crates.io-index"
797 797 checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
798 798
799 799 [[package]]
800 800 name = "opaque-debug"
801 801 version = "0.3.0"
802 802 source = "registry+https://github.com/rust-lang/crates.io-index"
803 803 checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
804 804
805 805 [[package]]
806 806 name = "os_str_bytes"
807 807 version = "6.4.0"
808 808 source = "registry+https://github.com/rust-lang/crates.io-index"
809 809 checksum = "7b5bf27447411e9ee3ff51186bf7a08e16c341efdde93f4d823e8844429bed7e"
810 810
811 811 [[package]]
812 812 name = "ouroboros"
813 813 version = "0.15.5"
814 814 source = "registry+https://github.com/rust-lang/crates.io-index"
815 815 checksum = "dfbb50b356159620db6ac971c6d5c9ab788c9cc38a6f49619fca2a27acb062ca"
816 816 dependencies = [
817 817 "aliasable",
818 818 "ouroboros_macro",
819 819 ]
820 820
821 821 [[package]]
822 822 name = "ouroboros_macro"
823 823 version = "0.15.5"
824 824 source = "registry+https://github.com/rust-lang/crates.io-index"
825 825 checksum = "4a0d9d1a6191c4f391f87219d1ea42b23f09ee84d64763cd05ee6ea88d9f384d"
826 826 dependencies = [
827 827 "Inflector",
828 828 "proc-macro-error",
829 829 "proc-macro2",
830 830 "quote",
831 831 "syn",
832 832 ]
833 833
834 834 [[package]]
835 835 name = "output_vt100"
836 836 version = "0.1.3"
837 837 source = "registry+https://github.com/rust-lang/crates.io-index"
838 838 checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
839 839 dependencies = [
840 840 "winapi",
841 841 ]
842 842
843 843 [[package]]
844 844 name = "paste"
845 845 version = "1.0.9"
846 846 source = "registry+https://github.com/rust-lang/crates.io-index"
847 847 checksum = "b1de2e551fb905ac83f73f7aedf2f0cb4a0da7e35efa24a202a936269f1f18e1"
848 848
849 849 [[package]]
850 850 name = "pkg-config"
851 851 version = "0.3.26"
852 852 source = "registry+https://github.com/rust-lang/crates.io-index"
853 853 checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
854 854
855 855 [[package]]
856 856 name = "ppv-lite86"
857 857 version = "0.2.17"
858 858 source = "registry+https://github.com/rust-lang/crates.io-index"
859 859 checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
860 860
861 861 [[package]]
862 862 name = "pretty_assertions"
863 863 version = "1.3.0"
864 864 source = "registry+https://github.com/rust-lang/crates.io-index"
865 865 checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
866 866 dependencies = [
867 867 "ctor",
868 868 "diff",
869 869 "output_vt100",
870 870 "yansi",
871 871 ]
872 872
873 873 [[package]]
874 874 name = "proc-macro-error"
875 875 version = "1.0.4"
876 876 source = "registry+https://github.com/rust-lang/crates.io-index"
877 877 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
878 878 dependencies = [
879 879 "proc-macro-error-attr",
880 880 "proc-macro2",
881 881 "quote",
882 882 "syn",
883 883 "version_check",
884 884 ]
885 885
886 886 [[package]]
887 887 name = "proc-macro-error-attr"
888 888 version = "1.0.4"
889 889 source = "registry+https://github.com/rust-lang/crates.io-index"
890 890 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
891 891 dependencies = [
892 892 "proc-macro2",
893 893 "quote",
894 894 "version_check",
895 895 ]
896 896
897 897 [[package]]
898 898 name = "proc-macro2"
899 899 version = "1.0.47"
900 900 source = "registry+https://github.com/rust-lang/crates.io-index"
901 901 checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
902 902 dependencies = [
903 903 "unicode-ident",
904 904 ]
905 905
906 906 [[package]]
907 907 name = "python3-sys"
908 908 version = "0.7.1"
909 909 source = "registry+https://github.com/rust-lang/crates.io-index"
910 910 checksum = "49f8b50d72fb3015735aa403eebf19bbd72c093bfeeae24ee798be5f2f1aab52"
911 911 dependencies = [
912 912 "libc",
913 913 "regex",
914 914 ]
915 915
916 916 [[package]]
917 917 name = "quote"
918 918 version = "1.0.21"
919 919 source = "registry+https://github.com/rust-lang/crates.io-index"
920 920 checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
921 921 dependencies = [
922 922 "proc-macro2",
923 923 ]
924 924
925 925 [[package]]
926 926 name = "rand"
927 927 version = "0.7.3"
928 928 source = "registry+https://github.com/rust-lang/crates.io-index"
929 929 checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
930 930 dependencies = [
931 931 "getrandom 0.1.16",
932 932 "libc",
933 933 "rand_chacha 0.2.2",
934 934 "rand_core 0.5.1",
935 935 "rand_hc",
936 936 ]
937 937
938 938 [[package]]
939 939 name = "rand"
940 940 version = "0.8.5"
941 941 source = "registry+https://github.com/rust-lang/crates.io-index"
942 942 checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
943 943 dependencies = [
944 944 "libc",
945 945 "rand_chacha 0.3.1",
946 946 "rand_core 0.6.4",
947 947 ]
948 948
949 949 [[package]]
950 950 name = "rand_chacha"
951 951 version = "0.2.2"
952 952 source = "registry+https://github.com/rust-lang/crates.io-index"
953 953 checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
954 954 dependencies = [
955 955 "ppv-lite86",
956 956 "rand_core 0.5.1",
957 957 ]
958 958
959 959 [[package]]
960 960 name = "rand_chacha"
961 961 version = "0.3.1"
962 962 source = "registry+https://github.com/rust-lang/crates.io-index"
963 963 checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
964 964 dependencies = [
965 965 "ppv-lite86",
966 966 "rand_core 0.6.4",
967 967 ]
968 968
969 969 [[package]]
970 970 name = "rand_core"
971 971 version = "0.5.1"
972 972 source = "registry+https://github.com/rust-lang/crates.io-index"
973 973 checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
974 974 dependencies = [
975 975 "getrandom 0.1.16",
976 976 ]
977 977
978 978 [[package]]
979 979 name = "rand_core"
980 980 version = "0.6.4"
981 981 source = "registry+https://github.com/rust-lang/crates.io-index"
982 982 checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
983 983 dependencies = [
984 984 "getrandom 0.2.8",
985 985 ]
986 986
987 987 [[package]]
988 988 name = "rand_distr"
989 989 version = "0.4.3"
990 990 source = "registry+https://github.com/rust-lang/crates.io-index"
991 991 checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
992 992 dependencies = [
993 993 "num-traits",
994 994 "rand 0.8.5",
995 995 ]
996 996
997 997 [[package]]
998 998 name = "rand_hc"
999 999 version = "0.2.0"
1000 1000 source = "registry+https://github.com/rust-lang/crates.io-index"
1001 1001 checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
1002 1002 dependencies = [
1003 1003 "rand_core 0.5.1",
1004 1004 ]
1005 1005
1006 1006 [[package]]
1007 1007 name = "rand_pcg"
1008 1008 version = "0.3.1"
1009 1009 source = "registry+https://github.com/rust-lang/crates.io-index"
1010 1010 checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
1011 1011 dependencies = [
1012 1012 "rand_core 0.6.4",
1013 1013 ]
1014 1014
1015 1015 [[package]]
1016 1016 name = "rand_xoshiro"
1017 1017 version = "0.6.0"
1018 1018 source = "registry+https://github.com/rust-lang/crates.io-index"
1019 1019 checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
1020 1020 dependencies = [
1021 1021 "rand_core 0.6.4",
1022 1022 ]
1023 1023
1024 1024 [[package]]
1025 1025 name = "rayon"
1026 1026 version = "1.6.1"
1027 1027 source = "registry+https://github.com/rust-lang/crates.io-index"
1028 1028 checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
1029 1029 dependencies = [
1030 1030 "either",
1031 1031 "rayon-core",
1032 1032 ]
1033 1033
1034 1034 [[package]]
1035 1035 name = "rayon-core"
1036 1036 version = "1.10.2"
1037 1037 source = "registry+https://github.com/rust-lang/crates.io-index"
1038 1038 checksum = "356a0625f1954f730c0201cdab48611198dc6ce21f4acff55089b5a78e6e835b"
1039 1039 dependencies = [
1040 1040 "crossbeam-channel",
1041 1041 "crossbeam-deque",
1042 1042 "crossbeam-utils",
1043 1043 "num_cpus",
1044 1044 ]
1045 1045
1046 1046 [[package]]
1047 1047 name = "redox_syscall"
1048 1048 version = "0.2.16"
1049 1049 source = "registry+https://github.com/rust-lang/crates.io-index"
1050 1050 checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1051 1051 dependencies = [
1052 1052 "bitflags",
1053 1053 ]
1054 1054
1055 1055 [[package]]
1056 1056 name = "regex"
1057 1057 version = "1.7.0"
1058 1058 source = "registry+https://github.com/rust-lang/crates.io-index"
1059 1059 checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
1060 1060 dependencies = [
1061 1061 "aho-corasick",
1062 1062 "memchr",
1063 1063 "regex-syntax",
1064 1064 ]
1065 1065
1066 1066 [[package]]
1067 1067 name = "regex-syntax"
1068 1068 version = "0.6.28"
1069 1069 source = "registry+https://github.com/rust-lang/crates.io-index"
1070 1070 checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
1071 1071
1072 1072 [[package]]
1073 1073 name = "remove_dir_all"
1074 1074 version = "0.5.3"
1075 1075 source = "registry+https://github.com/rust-lang/crates.io-index"
1076 1076 checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1077 1077 dependencies = [
1078 1078 "winapi",
1079 1079 ]
1080 1080
1081 1081 [[package]]
1082 1082 name = "rhg"
1083 1083 version = "0.1.0"
1084 1084 dependencies = [
1085 1085 "atty",
1086 1086 "chrono",
1087 1087 "clap",
1088 1088 "derive_more",
1089 1089 "env_logger",
1090 1090 "format-bytes",
1091 1091 "hg-core",
1092 1092 "home",
1093 1093 "lazy_static",
1094 1094 "log",
1095 1095 "logging_timer",
1096 1096 "rayon",
1097 1097 "regex",
1098 1098 "users",
1099 1099 "which",
1100 1100 ]
1101 1101
1102 1102 [[package]]
1103 1103 name = "rustc_version"
1104 1104 version = "0.4.0"
1105 1105 source = "registry+https://github.com/rust-lang/crates.io-index"
1106 1106 checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
1107 1107 dependencies = [
1108 1108 "semver",
1109 1109 ]
1110 1110
1111 1111 [[package]]
1112 1112 name = "same-file"
1113 1113 version = "1.0.6"
1114 1114 source = "registry+https://github.com/rust-lang/crates.io-index"
1115 1115 checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1116 1116 dependencies = [
1117 1117 "winapi-util",
1118 1118 ]
1119 1119
1120 1120 [[package]]
1121 1121 name = "scopeguard"
1122 1122 version = "1.1.0"
1123 1123 source = "registry+https://github.com/rust-lang/crates.io-index"
1124 1124 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1125 1125
1126 1126 [[package]]
1127 1127 name = "scratch"
1128 1128 version = "1.0.2"
1129 1129 source = "registry+https://github.com/rust-lang/crates.io-index"
1130 1130 checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
1131 1131
1132 1132 [[package]]
1133 1133 name = "semver"
1134 1134 version = "1.0.14"
1135 1135 source = "registry+https://github.com/rust-lang/crates.io-index"
1136 1136 checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"
1137 1137
1138 1138 [[package]]
1139 1139 name = "sha-1"
1140 1140 version = "0.9.8"
1141 1141 source = "registry+https://github.com/rust-lang/crates.io-index"
1142 1142 checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
1143 1143 dependencies = [
1144 1144 "block-buffer 0.9.0",
1145 1145 "cfg-if",
1146 1146 "cpufeatures",
1147 1147 "digest 0.9.0",
1148 1148 "opaque-debug",
1149 1149 ]
1150 1150
1151 1151 [[package]]
1152 1152 name = "sha-1"
1153 1153 version = "0.10.0"
1154 1154 source = "registry+https://github.com/rust-lang/crates.io-index"
1155 1155 checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
1156 1156 dependencies = [
1157 1157 "cfg-if",
1158 1158 "cpufeatures",
1159 1159 "digest 0.10.5",
1160 1160 ]
1161 1161
1162 1162 [[package]]
1163 1163 name = "sized-chunks"
1164 1164 version = "0.6.5"
1165 1165 source = "registry+https://github.com/rust-lang/crates.io-index"
1166 1166 checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
1167 1167 dependencies = [
1168 1168 "bitmaps",
1169 1169 "typenum",
1170 1170 ]
1171 1171
1172 1172 [[package]]
1173 1173 name = "stable_deref_trait"
1174 1174 version = "1.2.0"
1175 1175 source = "registry+https://github.com/rust-lang/crates.io-index"
1176 1176 checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1177 1177
1178 1178 [[package]]
1179 1179 name = "static_assertions"
1180 1180 version = "1.1.0"
1181 1181 source = "registry+https://github.com/rust-lang/crates.io-index"
1182 1182 checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
1183 1183
1184 1184 [[package]]
1185 1185 name = "strsim"
1186 1186 version = "0.10.0"
1187 1187 source = "registry+https://github.com/rust-lang/crates.io-index"
1188 1188 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1189 1189
1190 1190 [[package]]
1191 1191 name = "syn"
1192 1192 version = "1.0.103"
1193 1193 source = "registry+https://github.com/rust-lang/crates.io-index"
1194 1194 checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
1195 1195 dependencies = [
1196 1196 "proc-macro2",
1197 1197 "quote",
1198 1198 "unicode-ident",
1199 1199 ]
1200 1200
1201 1201 [[package]]
1202 1202 name = "tempfile"
1203 1203 version = "3.3.0"
1204 1204 source = "registry+https://github.com/rust-lang/crates.io-index"
1205 1205 checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
1206 1206 dependencies = [
1207 1207 "cfg-if",
1208 1208 "fastrand",
1209 1209 "libc",
1210 1210 "redox_syscall",
1211 1211 "remove_dir_all",
1212 1212 "winapi",
1213 1213 ]
1214 1214
1215 1215 [[package]]
1216 1216 name = "termcolor"
1217 1217 version = "1.1.3"
1218 1218 source = "registry+https://github.com/rust-lang/crates.io-index"
1219 1219 checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
1220 1220 dependencies = [
1221 1221 "winapi-util",
1222 1222 ]
1223 1223
1224 1224 [[package]]
1225 1225 name = "thread_local"
1226 1226 version = "1.1.4"
1227 1227 source = "registry+https://github.com/rust-lang/crates.io-index"
1228 1228 checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
1229 1229 dependencies = [
1230 1230 "once_cell",
1231 1231 ]
1232 1232
1233 1233 [[package]]
1234 1234 name = "time"
1235 1235 version = "0.1.44"
1236 1236 source = "registry+https://github.com/rust-lang/crates.io-index"
1237 1237 checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
1238 1238 dependencies = [
1239 1239 "libc",
1240 1240 "wasi 0.10.0+wasi-snapshot-preview1",
1241 1241 "winapi",
1242 1242 ]
1243 1243
1244 1244 [[package]]
1245 1245 name = "twox-hash"
1246 1246 version = "1.6.3"
1247 1247 source = "registry+https://github.com/rust-lang/crates.io-index"
1248 1248 checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
1249 1249 dependencies = [
1250 1250 "cfg-if",
1251 1251 "rand 0.8.5",
1252 1252 "static_assertions",
1253 1253 ]
1254 1254
1255 1255 [[package]]
1256 1256 name = "typenum"
1257 1257 version = "1.15.0"
1258 1258 source = "registry+https://github.com/rust-lang/crates.io-index"
1259 1259 checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
1260 1260
1261 1261 [[package]]
1262 1262 name = "unicode-ident"
1263 1263 version = "1.0.5"
1264 1264 source = "registry+https://github.com/rust-lang/crates.io-index"
1265 1265 checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
1266 1266
1267 1267 [[package]]
1268 1268 name = "unicode-width"
1269 1269 version = "0.1.10"
1270 1270 source = "registry+https://github.com/rust-lang/crates.io-index"
1271 1271 checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
1272 1272
1273 1273 [[package]]
1274 1274 name = "users"
1275 1275 version = "0.11.0"
1276 1276 source = "registry+https://github.com/rust-lang/crates.io-index"
1277 1277 checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
1278 1278 dependencies = [
1279 1279 "libc",
1280 1280 "log",
1281 1281 ]
1282 1282
1283 1283 [[package]]
1284 1284 name = "vcpkg"
1285 1285 version = "0.2.15"
1286 1286 source = "registry+https://github.com/rust-lang/crates.io-index"
1287 1287 checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1288 1288
1289 1289 [[package]]
1290 1290 name = "vcsgraph"
1291 1291 version = "0.2.0"
1292 1292 source = "registry+https://github.com/rust-lang/crates.io-index"
1293 1293 checksum = "4cb68c231e2575f7503a7c19213875f9d4ec2e84e963a56ce3de4b6bee351ef7"
1294 1294 dependencies = [
1295 1295 "hex",
1296 1296 "rand 0.7.3",
1297 1297 "sha-1 0.9.8",
1298 1298 ]
1299 1299
1300 1300 [[package]]
1301 1301 name = "version_check"
1302 1302 version = "0.9.4"
1303 1303 source = "registry+https://github.com/rust-lang/crates.io-index"
1304 1304 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1305 1305
1306 1306 [[package]]
1307 1307 name = "wasi"
1308 1308 version = "0.9.0+wasi-snapshot-preview1"
1309 1309 source = "registry+https://github.com/rust-lang/crates.io-index"
1310 1310 checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1311 1311
1312 1312 [[package]]
1313 1313 name = "wasi"
1314 1314 version = "0.10.0+wasi-snapshot-preview1"
1315 1315 source = "registry+https://github.com/rust-lang/crates.io-index"
1316 1316 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1317 1317
1318 1318 [[package]]
1319 1319 name = "wasi"
1320 1320 version = "0.11.0+wasi-snapshot-preview1"
1321 1321 source = "registry+https://github.com/rust-lang/crates.io-index"
1322 1322 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1323 1323
1324 1324 [[package]]
1325 1325 name = "wasm-bindgen"
1326 1326 version = "0.2.83"
1327 1327 source = "registry+https://github.com/rust-lang/crates.io-index"
1328 1328 checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
1329 1329 dependencies = [
1330 1330 "cfg-if",
1331 1331 "wasm-bindgen-macro",
1332 1332 ]
1333 1333
1334 1334 [[package]]
1335 1335 name = "wasm-bindgen-backend"
1336 1336 version = "0.2.83"
1337 1337 source = "registry+https://github.com/rust-lang/crates.io-index"
1338 1338 checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
1339 1339 dependencies = [
1340 1340 "bumpalo",
1341 1341 "log",
1342 1342 "once_cell",
1343 1343 "proc-macro2",
1344 1344 "quote",
1345 1345 "syn",
1346 1346 "wasm-bindgen-shared",
1347 1347 ]
1348 1348
1349 1349 [[package]]
1350 1350 name = "wasm-bindgen-macro"
1351 1351 version = "0.2.83"
1352 1352 source = "registry+https://github.com/rust-lang/crates.io-index"
1353 1353 checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
1354 1354 dependencies = [
1355 1355 "quote",
1356 1356 "wasm-bindgen-macro-support",
1357 1357 ]
1358 1358
1359 1359 [[package]]
1360 1360 name = "wasm-bindgen-macro-support"
1361 1361 version = "0.2.83"
1362 1362 source = "registry+https://github.com/rust-lang/crates.io-index"
1363 1363 checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
1364 1364 dependencies = [
1365 1365 "proc-macro2",
1366 1366 "quote",
1367 1367 "syn",
1368 1368 "wasm-bindgen-backend",
1369 1369 "wasm-bindgen-shared",
1370 1370 ]
1371 1371
1372 1372 [[package]]
1373 1373 name = "wasm-bindgen-shared"
1374 1374 version = "0.2.83"
1375 1375 source = "registry+https://github.com/rust-lang/crates.io-index"
1376 1376 checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
1377 1377
1378 1378 [[package]]
1379 1379 name = "which"
1380 1380 version = "4.3.0"
1381 1381 source = "registry+https://github.com/rust-lang/crates.io-index"
1382 1382 checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
1383 1383 dependencies = [
1384 1384 "either",
1385 1385 "libc",
1386 1386 "once_cell",
1387 1387 ]
1388 1388
1389 1389 [[package]]
1390 1390 name = "winapi"
1391 1391 version = "0.3.9"
1392 1392 source = "registry+https://github.com/rust-lang/crates.io-index"
1393 1393 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1394 1394 dependencies = [
1395 1395 "winapi-i686-pc-windows-gnu",
1396 1396 "winapi-x86_64-pc-windows-gnu",
1397 1397 ]
1398 1398
1399 1399 [[package]]
1400 1400 name = "winapi-i686-pc-windows-gnu"
1401 1401 version = "0.4.0"
1402 1402 source = "registry+https://github.com/rust-lang/crates.io-index"
1403 1403 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1404 1404
1405 1405 [[package]]
1406 1406 name = "winapi-util"
1407 1407 version = "0.1.5"
1408 1408 source = "registry+https://github.com/rust-lang/crates.io-index"
1409 1409 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1410 1410 dependencies = [
1411 1411 "winapi",
1412 1412 ]
1413 1413
1414 1414 [[package]]
1415 1415 name = "winapi-x86_64-pc-windows-gnu"
1416 1416 version = "0.4.0"
1417 1417 source = "registry+https://github.com/rust-lang/crates.io-index"
1418 1418 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1419 1419
1420 1420 [[package]]
1421 1421 name = "yansi"
1422 1422 version = "0.5.1"
1423 1423 source = "registry+https://github.com/rust-lang/crates.io-index"
1424 1424 checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
1425 1425
1426 1426 [[package]]
1427 1427 name = "zstd"
1428 version = "0.11.2+zstd.1.5.2"
1428 version = "0.12.3+zstd.1.5.2"
1429 1429 source = "registry+https://github.com/rust-lang/crates.io-index"
1430 checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
1430 checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806"
1431 1431 dependencies = [
1432 1432 "zstd-safe",
1433 1433 ]
1434 1434
1435 1435 [[package]]
1436 1436 name = "zstd-safe"
1437 version = "5.0.2+zstd.1.5.2"
1437 version = "6.0.4+zstd.1.5.4"
1438 1438 source = "registry+https://github.com/rust-lang/crates.io-index"
1439 checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
1439 checksum = "7afb4b54b8910cf5447638cb54bf4e8a65cbedd783af98b98c62ffe91f185543"
1440 1440 dependencies = [
1441 1441 "libc",
1442 1442 "zstd-sys",
1443 1443 ]
1444 1444
1445 1445 [[package]]
1446 1446 name = "zstd-sys"
1447 version = "2.0.1+zstd.1.5.2"
1447 version = "2.0.7+zstd.1.5.4"
1448 1448 source = "registry+https://github.com/rust-lang/crates.io-index"
1449 checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"
1449 checksum = "94509c3ba2fe55294d752b79842c530ccfab760192521df74a081a78d2b3c7f5"
1450 1450 dependencies = [
1451 1451 "cc",
1452 1452 "libc",
1453 "pkg-config",
1453 1454 ]
@@ -1,52 +1,52
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 = "2021"
7 7
8 8 [lib]
9 9 name = "hg"
10 10
11 11 [dependencies]
12 12 bitflags = "1.3.2"
13 13 bytes-cast = "0.3.0"
14 14 byteorder = "1.4.3"
15 15 derive_more = "0.99.17"
16 16 hashbrown = { version = "0.13.1", features = ["rayon"] }
17 17 home = "0.5.4"
18 18 im-rc = "15.1.0"
19 19 itertools = "0.10.5"
20 20 lazy_static = "1.4.0"
21 21 libc = "0.2.137"
22 22 logging_timer = "1.1.0"
23 23 ouroboros = "0.15.5"
24 24 rand = "0.8.5"
25 25 rand_pcg = "0.3.1"
26 26 rand_distr = "0.4.3"
27 27 rayon = "1.6.1"
28 28 regex = "1.7.0"
29 29 sha-1 = "0.10.0"
30 30 twox-hash = "1.6.3"
31 31 same-file = "1.0.6"
32 32 tempfile = "3.3.0"
33 33 thread_local = "1.1.4"
34 34 crossbeam-channel = "0.5.6"
35 35 log = "0.4.17"
36 36 memmap2 = { version = "0.5.8", features = ["stable_deref_trait"] }
37 zstd = "0.11.2"
37 zstd = "0.12"
38 38 format-bytes = "0.3.0"
39 39 # once_cell 1.15 uses edition 2021, while the heptapod CI
40 40 # uses an old version of Cargo that doesn't support it.
41 41 once_cell = "1.16.0"
42 42
43 43 # We don't use the `miniz-oxide` backend to not change rhg benchmarks and until
44 44 # we have a clearer view of which backend is the fastest.
45 45 [dependencies.flate2]
46 46 version = "1.0.24"
47 47 features = ["zlib"]
48 48 default-features = false
49 49
50 50 [dev-dependencies]
51 51 clap = { version = "4.0.24", features = ["derive"] }
52 52 pretty_assertions = "1.1.0"
General Comments 0
You need to be logged in to leave comments. Login now