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