Show More
@@ -222,22 +222,12 b' dependencies = [' | |||||
222 |
|
222 | |||
223 | [[package]] |
|
223 | [[package]] | |
224 | name = "crossbeam-channel" |
|
224 | name = "crossbeam-channel" | |
225 | version = "0.4.4" |
|
|||
226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
227 | checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87" |
|
|||
228 | dependencies = [ |
|
|||
229 | "crossbeam-utils 0.7.2", |
|
|||
230 | "maybe-uninit", |
|
|||
231 | ] |
|
|||
232 |
|
||||
233 | [[package]] |
|
|||
234 | name = "crossbeam-channel" |
|
|||
235 | version = "0.5.2" |
|
225 | version = "0.5.2" | |
236 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
226 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
237 | checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa" |
|
227 | checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa" | |
238 | dependencies = [ |
|
228 | dependencies = [ | |
239 | "cfg-if 1.0.0", |
|
229 | "cfg-if 1.0.0", | |
240 |
"crossbeam-utils |
|
230 | "crossbeam-utils", | |
241 | ] |
|
231 | ] | |
242 |
|
232 | |||
243 | [[package]] |
|
233 | [[package]] | |
@@ -248,7 +238,7 b' checksum = "94af6efb46fef72616855b036a62' | |||||
248 | dependencies = [ |
|
238 | dependencies = [ | |
249 | "cfg-if 1.0.0", |
|
239 | "cfg-if 1.0.0", | |
250 | "crossbeam-epoch", |
|
240 | "crossbeam-epoch", | |
251 |
"crossbeam-utils |
|
241 | "crossbeam-utils", | |
252 | ] |
|
242 | ] | |
253 |
|
243 | |||
254 | [[package]] |
|
244 | [[package]] | |
@@ -259,7 +249,7 b' checksum = "a1aaa739f95311c2c7887a76863f' | |||||
259 | dependencies = [ |
|
249 | dependencies = [ | |
260 | "cfg-if 1.0.0", |
|
250 | "cfg-if 1.0.0", | |
261 | "const_fn", |
|
251 | "const_fn", | |
262 |
"crossbeam-utils |
|
252 | "crossbeam-utils", | |
263 | "lazy_static", |
|
253 | "lazy_static", | |
264 | "memoffset", |
|
254 | "memoffset", | |
265 | "scopeguard", |
|
255 | "scopeguard", | |
@@ -267,17 +257,6 b' dependencies = [' | |||||
267 |
|
257 | |||
268 | [[package]] |
|
258 | [[package]] | |
269 | name = "crossbeam-utils" |
|
259 | name = "crossbeam-utils" | |
270 | version = "0.7.2" |
|
|||
271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
272 | checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
|
|||
273 | dependencies = [ |
|
|||
274 | "autocfg", |
|
|||
275 | "cfg-if 0.1.10", |
|
|||
276 | "lazy_static", |
|
|||
277 | ] |
|
|||
278 |
|
||||
279 | [[package]] |
|
|||
280 | name = "crossbeam-utils" |
|
|||
281 | version = "0.8.1" |
|
260 | version = "0.8.1" | |
282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
261 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
283 | checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d" |
|
262 | checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d" | |
@@ -476,7 +455,7 b' dependencies = [' | |||||
476 | "byteorder", |
|
455 | "byteorder", | |
477 | "bytes-cast", |
|
456 | "bytes-cast", | |
478 | "clap", |
|
457 | "clap", | |
479 |
"crossbeam-channel |
|
458 | "crossbeam-channel", | |
480 | "derive_more", |
|
459 | "derive_more", | |
481 | "flate2", |
|
460 | "flate2", | |
482 | "format-bytes", |
|
461 | "format-bytes", | |
@@ -488,7 +467,7 b' dependencies = [' | |||||
488 | "libc", |
|
467 | "libc", | |
489 | "log", |
|
468 | "log", | |
490 | "memmap2", |
|
469 | "memmap2", | |
491 |
"micro-timer |
|
470 | "micro-timer", | |
492 | "ouroboros", |
|
471 | "ouroboros", | |
493 | "pretty_assertions", |
|
472 | "pretty_assertions", | |
494 | "rand 0.8.5", |
|
473 | "rand 0.8.5", | |
@@ -508,7 +487,7 b' name = "hg-cpython"' | |||||
508 | version = "0.1.0" |
|
487 | version = "0.1.0" | |
509 | dependencies = [ |
|
488 | dependencies = [ | |
510 | "cpython", |
|
489 | "cpython", | |
511 |
"crossbeam-channel |
|
490 | "crossbeam-channel", | |
512 | "env_logger", |
|
491 | "env_logger", | |
513 | "hg-core", |
|
492 | "hg-core", | |
514 | "libc", |
|
493 | "libc", | |
@@ -621,12 +600,6 b' dependencies = [' | |||||
621 | ] |
|
600 | ] | |
622 |
|
601 | |||
623 | [[package]] |
|
602 | [[package]] | |
624 | name = "maybe-uninit" |
|
|||
625 | version = "2.0.0" |
|
|||
626 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
627 | checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" |
|
|||
628 |
|
||||
629 | [[package]] |
|
|||
630 | name = "memchr" |
|
603 | name = "memchr" | |
631 | version = "2.4.1" |
|
604 | version = "2.4.1" | |
632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
605 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
@@ -634,9 +607,9 b' checksum = "308cc39be01b73d0d18f82a0e7b2' | |||||
634 |
|
607 | |||
635 | [[package]] |
|
608 | [[package]] | |
636 | name = "memmap2" |
|
609 | name = "memmap2" | |
637 |
version = "0. |
|
610 | version = "0.5.7" | |
638 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
611 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
639 | checksum = "de5d3112c080d58ce560081baeaab7e1e864ca21795ddbf533d5b1842bb1ecf8" |
|
612 | checksum = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498" | |
640 | dependencies = [ |
|
613 | dependencies = [ | |
641 | "libc", |
|
614 | "libc", | |
642 | "stable_deref_trait", |
|
615 | "stable_deref_trait", | |
@@ -653,38 +626,16 b' dependencies = [' | |||||
653 |
|
626 | |||
654 | [[package]] |
|
627 | [[package]] | |
655 | name = "micro-timer" |
|
628 | name = "micro-timer" | |
656 | version = "0.3.1" |
|
|||
657 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
658 | checksum = "2620153e1d903d26b72b89f0e9c48d8c4756cba941c185461dddc234980c298c" |
|
|||
659 | dependencies = [ |
|
|||
660 | "micro-timer-macros 0.3.1", |
|
|||
661 | "scopeguard", |
|
|||
662 | ] |
|
|||
663 |
|
||||
664 | [[package]] |
|
|||
665 | name = "micro-timer" |
|
|||
666 | version = "0.4.0" |
|
629 | version = "0.4.0" | |
667 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
630 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
668 | checksum = "5de32cb59a062672560d6f0842c4aa7714727457b9fe2daf8987d995a176a405" |
|
631 | checksum = "5de32cb59a062672560d6f0842c4aa7714727457b9fe2daf8987d995a176a405" | |
669 | dependencies = [ |
|
632 | dependencies = [ | |
670 |
"micro-timer-macros |
|
633 | "micro-timer-macros", | |
671 | "scopeguard", |
|
634 | "scopeguard", | |
672 | ] |
|
635 | ] | |
673 |
|
636 | |||
674 | [[package]] |
|
637 | [[package]] | |
675 | name = "micro-timer-macros" |
|
638 | name = "micro-timer-macros" | |
676 | version = "0.3.1" |
|
|||
677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|||
678 | checksum = "e28a3473e6abd6e9aab36aaeef32ad22ae0bd34e79f376643594c2b152ec1c5d" |
|
|||
679 | dependencies = [ |
|
|||
680 | "proc-macro2", |
|
|||
681 | "quote", |
|
|||
682 | "scopeguard", |
|
|||
683 | "syn", |
|
|||
684 | ] |
|
|||
685 |
|
||||
686 | [[package]] |
|
|||
687 | name = "micro-timer-macros" |
|
|||
688 | version = "0.4.0" |
|
639 | version = "0.4.0" | |
689 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
640 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
690 | checksum = "cee948b94700125b52dfb68dd17c19f6326696c1df57f92c05ee857463c93ba1" |
|
641 | checksum = "cee948b94700125b52dfb68dd17c19f6326696c1df57f92c05ee857463c93ba1" | |
@@ -973,9 +924,9 b' version = "1.9.1"' | |||||
973 | source = "registry+https://github.com/rust-lang/crates.io-index" |
|
924 | source = "registry+https://github.com/rust-lang/crates.io-index" | |
974 | checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e" |
|
925 | checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e" | |
975 | dependencies = [ |
|
926 | dependencies = [ | |
976 |
"crossbeam-channel |
|
927 | "crossbeam-channel", | |
977 | "crossbeam-deque", |
|
928 | "crossbeam-deque", | |
978 |
"crossbeam-utils |
|
929 | "crossbeam-utils", | |
979 | "lazy_static", |
|
930 | "lazy_static", | |
980 | "num_cpus", |
|
931 | "num_cpus", | |
981 | ] |
|
932 | ] | |
@@ -1029,7 +980,7 b' dependencies = [' | |||||
1029 | "home", |
|
980 | "home", | |
1030 | "lazy_static", |
|
981 | "lazy_static", | |
1031 | "log", |
|
982 | "log", | |
1032 |
"micro-timer |
|
983 | "micro-timer", | |
1033 | "regex", |
|
984 | "regex", | |
1034 | "users", |
|
985 | "users", | |
1035 | "which", |
|
986 | "which", |
@@ -29,10 +29,10 b' sha-1 = "0.10.0"' | |||||
29 | twox-hash = "1.6.2" |
|
29 | twox-hash = "1.6.2" | |
30 | same-file = "1.0.6" |
|
30 | same-file = "1.0.6" | |
31 | tempfile = "3.1.0" |
|
31 | tempfile = "3.1.0" | |
32 |
crossbeam-channel = "0. |
|
32 | crossbeam-channel = "0.5.0" | |
33 |
micro-timer = "0. |
|
33 | micro-timer = "0.4.0" | |
34 | log = "0.4.8" |
|
34 | log = "0.4.8" | |
35 |
memmap2 = {version = "0. |
|
35 | memmap2 = { version = "0.5.3", features = ["stable_deref_trait"] } | |
36 | zstd = "0.5.3" |
|
36 | zstd = "0.5.3" | |
37 | format-bytes = "0.3.0" |
|
37 | format-bytes = "0.3.0" | |
38 |
|
38 |
General Comments 0
You need to be logged in to leave comments.
Login now