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