Cargo.lock
1325 lines
| 32.4 KiB
| text/plain
|
TextLexer
/ rust / Cargo.lock
Yuya Nishihara
|
r42682 | # This file is automatically @generated by Cargo. | ||
# It is not intended for manual editing. | ||||
Martin von Zweigbergk
|
r49403 | version = 3 | ||
Georges Racinet
|
r41001 | [[package]] | ||
Raphaël Gomès
|
r49864 | name = "Inflector" | ||
version = "0.11.4" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" | ||||
[[package]] | ||||
Antoine Cezar
|
r46097 | name = "adler" | ||
version = "0.2.3" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e" | ||
Antoine Cezar
|
r46097 | |||
[[package]] | ||||
Simon Sapin
|
r49805 | name = "ahash" | ||
version = "0.4.7" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e" | ||||
[[package]] | ||||
Georges Racinet
|
r41001 | name = "aho-corasick" | ||
Raphaël Gomès
|
r49807 | version = "0.7.18" | ||
Georges Racinet
|
r41001 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49807 | checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" | ||
Georges Racinet
|
r41001 | dependencies = [ | ||
Simon Sapin
|
r47422 | "memchr", | ||
Raphaël Gomès
|
r43565 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r49864 | name = "aliasable" | ||
version = "0.1.3" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" | ||||
[[package]] | ||||
Raphaël Gomès
|
r44738 | name = "ansi_term" | ||
Raphaël Gomès
|
r49807 | version = "0.12.1" | ||
Raphaël Gomès
|
r44738 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49807 | checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" | ||
Raphaël Gomès
|
r44738 | dependencies = [ | ||
Simon Sapin
|
r47422 | "winapi", | ||
Raphaël Gomès
|
r44738 | ] | ||
[[package]] | ||||
Georges Racinet
|
r44870 | name = "atty" | ||
version = "0.2.14" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" | ||
Georges Racinet
|
r44870 | dependencies = [ | ||
Simon Sapin
|
r47422 | "hermit-abi", | ||
"libc", | ||||
"winapi", | ||||
Georges Racinet
|
r44870 | ] | ||
[[package]] | ||||
Georges Racinet
|
r41841 | name = "autocfg" | ||
Antoine Cezar
|
r46097 | version = "1.0.1" | ||
Yuya Nishihara
|
r44699 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" | ||
Yuya Nishihara
|
r44699 | |||
[[package]] | ||||
Georges Racinet
|
r41841 | name = "bitflags" | ||
Raphaël Gomès
|
r49808 | version = "1.3.2" | ||
Georges Racinet
|
r41841 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49808 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" | ||
Georges Racinet
|
r41841 | |||
[[package]] | ||||
r46577 | name = "bitmaps" | |||
version = "2.1.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2" | ||
r46577 | dependencies = [ | |||
Simon Sapin
|
r47422 | "typenum", | ||
r46577 | ] | |||
[[package]] | ||||
Simon Sapin
|
r48171 | name = "block-buffer" | ||
version = "0.9.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" | ||||
dependencies = [ | ||||
"generic-array", | ||||
] | ||||
[[package]] | ||||
Raphaël Gomès
|
r49808 | name = "block-buffer" | ||
version = "0.10.2" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324" | ||||
dependencies = [ | ||||
"generic-array", | ||||
] | ||||
[[package]] | ||||
Raphaël Gomès
|
r42489 | name = "byteorder" | ||
Raphaël Gomès
|
r49808 | version = "1.4.3" | ||
Raphaël Gomès
|
r43565 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49808 | checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" | ||
Raphaël Gomès
|
r43565 | |||
[[package]] | ||||
Simon Sapin
|
r47119 | name = "bytes-cast" | ||
Simon Sapin
|
r47872 | version = "0.2.0" | ||
Simon Sapin
|
r47119 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47872 | checksum = "0d434f9a4ecbe987e7ccfda7274b6f82ea52c9b63742565a65cb5e8ba0f2c452" | ||
Simon Sapin
|
r47119 | dependencies = [ | ||
Simon Sapin
|
r47422 | "bytes-cast-derive", | ||
Simon Sapin
|
r47119 | ] | ||
[[package]] | ||||
name = "bytes-cast-derive" | ||||
version = "0.1.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "cb936af9de38476664d6b58e529aff30d482e4ce1c5e150293d00730b0d81fdb" | ||
Simon Sapin
|
r47119 | dependencies = [ | ||
Simon Sapin
|
r47422 | "proc-macro2", | ||
"quote", | ||||
"syn", | ||||
Simon Sapin
|
r47119 | ] | ||
[[package]] | ||||
Antoine Cezar
|
r46097 | name = "cc" | ||
Raphaël Gomès
|
r46797 | version = "1.0.66" | ||
Antoine Cezar
|
r46097 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48" | ||
Antoine Cezar
|
r46097 | dependencies = [ | ||
Simon Sapin
|
r47422 | "jobserver", | ||
Antoine Cezar
|
r46097 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r43565 | name = "cfg-if" | ||
version = "0.1.10" | ||||
Georges Racinet
|
r41001 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" | ||
Georges Racinet
|
r41001 | |||
[[package]] | ||||
Raphaël Gomès
|
r46797 | name = "cfg-if" | ||
version = "1.0.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | ||
Raphaël Gomès
|
r46797 | |||
[[package]] | ||||
Simon Sapin
|
r47343 | name = "chrono" | ||
version = "0.4.19" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" | ||
Simon Sapin
|
r47343 | dependencies = [ | ||
Simon Sapin
|
r47422 | "libc", | ||
"num-integer", | ||||
"num-traits", | ||||
"time", | ||||
"winapi", | ||||
Simon Sapin
|
r47343 | ] | ||
[[package]] | ||||
Georges Racinet
|
r44870 | name = "clap" | ||
Raphaël Gomès
|
r49807 | version = "2.34.0" | ||
Georges Racinet
|
r44870 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49807 | checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" | ||
Georges Racinet
|
r44870 | dependencies = [ | ||
Simon Sapin
|
r47422 | "ansi_term", | ||
"atty", | ||||
"bitflags", | ||||
"strsim", | ||||
"textwrap", | ||||
"unicode-width", | ||||
"vec_map", | ||||
Georges Racinet
|
r44870 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r46797 | name = "const_fn" | ||
version = "0.4.4" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "cd51eab21ab4fd6a3bf889e2d0958c0a6e3a61ad04260325e919e652a2a62826" | ||
Raphaël Gomès
|
r46797 | |||
[[package]] | ||||
Raphaël Gomès
|
r49807 | name = "convert_case" | ||
version = "0.4.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" | ||||
[[package]] | ||||
Simon Sapin
|
r48171 | name = "cpufeatures" | ||
version = "0.1.4" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8" | ||||
dependencies = [ | ||||
"libc", | ||||
] | ||||
[[package]] | ||||
Raphaël Gomès
|
r49808 | name = "cpufeatures" | ||
version = "0.2.1" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469" | ||||
dependencies = [ | ||||
"libc", | ||||
] | ||||
[[package]] | ||||
Georges Racinet
|
r41001 | name = "cpython" | ||
Simon Sapin
|
r49011 | version = "0.7.0" | ||
Georges Racinet
|
r41001 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r49011 | checksum = "b7d46ba8ace7f3a1d204ac5060a706d0a68de6b42eafb6a586cc08bebcffe664" | ||
Georges Racinet
|
r41001 | dependencies = [ | ||
Simon Sapin
|
r47422 | "libc", | ||
"num-traits", | ||||
r47620 | "paste", | |||
Simon Sapin
|
r47422 | "python3-sys", | ||
Georges Racinet
|
r41001 | ] | ||
Gregory Szorc
|
r35619 | [[package]] | ||
Antoine Cezar
|
r46097 | name = "crc32fast" | ||
Raphaël Gomès
|
r46797 | version = "1.2.1" | ||
Antoine Cezar
|
r46097 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a" | ||
Antoine Cezar
|
r46097 | dependencies = [ | ||
Simon Sapin
|
r47422 | "cfg-if 1.0.0", | ||
Antoine Cezar
|
r46097 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r45026 | name = "crossbeam-channel" | ||
Antoine Cezar
|
r46097 | version = "0.4.4" | ||
Raphaël Gomès
|
r45026 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87" | ||
Raphaël Gomès
|
r45026 | dependencies = [ | ||
Simon Sapin
|
r47422 | "crossbeam-utils 0.7.2", | ||
"maybe-uninit", | ||||
Raphaël Gomès
|
r45026 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r46797 | name = "crossbeam-channel" | ||
Raphaël Gomès
|
r49808 | version = "0.5.2" | ||
Raphaël Gomès
|
r43565 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49808 | checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa" | ||
Raphaël Gomès
|
r43565 | dependencies = [ | ||
Simon Sapin
|
r47422 | "cfg-if 1.0.0", | ||
"crossbeam-utils 0.8.1", | ||||
Raphaël Gomès
|
r46797 | ] | ||
[[package]] | ||||
name = "crossbeam-deque" | ||||
version = "0.8.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9" | ||
Raphaël Gomès
|
r46797 | dependencies = [ | ||
Simon Sapin
|
r47422 | "cfg-if 1.0.0", | ||
"crossbeam-epoch", | ||||
"crossbeam-utils 0.8.1", | ||||
Raphaël Gomès
|
r43565 | ] | ||
[[package]] | ||||
name = "crossbeam-epoch" | ||||
Raphaël Gomès
|
r46797 | version = "0.9.1" | ||
Raphaël Gomès
|
r43565 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d" | ||
Raphaël Gomès
|
r43565 | dependencies = [ | ||
Simon Sapin
|
r47422 | "cfg-if 1.0.0", | ||
"const_fn", | ||||
"crossbeam-utils 0.8.1", | ||||
"lazy_static", | ||||
"memoffset", | ||||
"scopeguard", | ||||
Raphaël Gomès
|
r43565 | ] | ||
[[package]] | ||||
name = "crossbeam-utils" | ||||
Raphaël Gomès
|
r45027 | version = "0.7.2" | ||
Raphaël Gomès
|
r43565 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" | ||
Raphaël Gomès
|
r43565 | dependencies = [ | ||
Simon Sapin
|
r47422 | "autocfg", | ||
"cfg-if 0.1.10", | ||||
"lazy_static", | ||||
Raphaël Gomès
|
r43565 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r46797 | name = "crossbeam-utils" | ||
version = "0.8.1" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d" | ||
Raphaël Gomès
|
r46797 | dependencies = [ | ||
Simon Sapin
|
r47422 | "autocfg", | ||
"cfg-if 1.0.0", | ||||
"lazy_static", | ||||
Raphaël Gomès
|
r46797 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r49808 | name = "crypto-common" | ||
version = "0.1.2" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "a4600d695eb3f6ce1cd44e6e291adceb2cc3ab12f20a33777ecd0bf6eba34e06" | ||||
dependencies = [ | ||||
"generic-array", | ||||
] | ||||
[[package]] | ||||
Raphaël Gomès
|
r44738 | name = "ctor" | ||
Antoine Cezar
|
r46097 | version = "0.1.16" | ||
Raphaël Gomès
|
r44738 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484" | ||
Raphaël Gomès
|
r44738 | dependencies = [ | ||
Simon Sapin
|
r47422 | "quote", | ||
"syn", | ||||
Raphaël Gomès
|
r44738 | ] | ||
[[package]] | ||||
Simon Sapin
|
r47164 | name = "derive_more" | ||
Raphaël Gomès
|
r49807 | version = "0.99.17" | ||
Simon Sapin
|
r47164 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49807 | checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" | ||
Simon Sapin
|
r47164 | dependencies = [ | ||
Raphaël Gomès
|
r49807 | "convert_case", | ||
Simon Sapin
|
r47422 | "proc-macro2", | ||
"quote", | ||||
Raphaël Gomès
|
r49807 | "rustc_version", | ||
Simon Sapin
|
r47422 | "syn", | ||
Simon Sapin
|
r47164 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r49808 | name = "diff" | ||
version = "0.1.12" | ||||
Raphaël Gomès
|
r44738 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49808 | checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" | ||
Raphaël Gomès
|
r44738 | |||
[[package]] | ||||
Simon Sapin
|
r48171 | name = "digest" | ||
version = "0.9.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" | ||||
dependencies = [ | ||||
"generic-array", | ||||
] | ||||
[[package]] | ||||
Raphaël Gomès
|
r49808 | name = "digest" | ||
version = "0.10.2" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "8cb780dce4f9a8f5c087362b3a4595936b2019e7c8b30f2c3e9a7e94e6ae9837" | ||||
dependencies = [ | ||||
"block-buffer 0.10.2", | ||||
"crypto-common", | ||||
] | ||||
[[package]] | ||||
Raphaël Gomès
|
r43565 | name = "either" | ||
Antoine Cezar
|
r46097 | version = "1.6.1" | ||
Raphaël Gomès
|
r43565 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" | ||
Raphaël Gomès
|
r43565 | |||
[[package]] | ||||
Raphaël Gomès
|
r46090 | name = "env_logger" | ||
Raphaël Gomès
|
r49807 | version = "0.9.0" | ||
Raphaël Gomès
|
r46090 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49807 | checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3" | ||
Raphaël Gomès
|
r46090 | dependencies = [ | ||
Simon Sapin
|
r47422 | "atty", | ||
"humantime", | ||||
"log", | ||||
"regex", | ||||
"termcolor", | ||||
Raphaël Gomès
|
r46090 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r49808 | name = "fastrand" | ||
version = "1.7.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf" | ||||
dependencies = [ | ||||
"instant", | ||||
] | ||||
[[package]] | ||||
Antoine Cezar
|
r46097 | name = "flate2" | ||
Raphaël Gomès
|
r49808 | version = "1.0.22" | ||
Yuya Nishihara
|
r44699 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49808 | checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f" | ||
Yuya Nishihara
|
r44699 | dependencies = [ | ||
Simon Sapin
|
r47422 | "cfg-if 1.0.0", | ||
"crc32fast", | ||||
"libc", | ||||
"libz-sys", | ||||
"miniz_oxide", | ||||
Antoine Cezar
|
r46097 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r46598 | name = "format-bytes" | ||
Simon Sapin
|
r49323 | version = "0.3.0" | ||
Raphaël Gomès
|
r46598 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r49323 | checksum = "48942366ef93975da38e175ac9e10068c6fc08ca9e85930d4f098f4d5b14c2fd" | ||
Raphaël Gomès
|
r46598 | dependencies = [ | ||
Simon Sapin
|
r47422 | "format-bytes-macros", | ||
Raphaël Gomès
|
r46598 | ] | ||
[[package]] | ||||
name = "format-bytes-macros" | ||||
Simon Sapin
|
r49323 | version = "0.4.0" | ||
Raphaël Gomès
|
r46598 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r49323 | checksum = "203aadebefcc73d12038296c228eabf830f99cba991b0032adf20e9fa6ce7e4f" | ||
Raphaël Gomès
|
r46598 | dependencies = [ | ||
Simon Sapin
|
r47422 | "proc-macro2", | ||
"quote", | ||||
"syn", | ||||
Raphaël Gomès
|
r46598 | ] | ||
[[package]] | ||||
Simon Sapin
|
r48171 | name = "generic-array" | ||
version = "0.14.4" | ||||
Antoine Cezar
|
r46102 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r48171 | checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" | ||
dependencies = [ | ||||
"typenum", | ||||
"version_check", | ||||
] | ||||
Antoine Cezar
|
r46102 | |||
[[package]] | ||||
Antoine Cezar
|
r46097 | name = "getrandom" | ||
version = "0.1.15" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6" | ||
Antoine Cezar
|
r46097 | dependencies = [ | ||
Simon Sapin
|
r47422 | "cfg-if 0.1.10", | ||
"libc", | ||||
"wasi 0.9.0+wasi-snapshot-preview1", | ||||
Yuya Nishihara
|
r44699 | ] | ||
[[package]] | ||||
Martin von Zweigbergk
|
r49403 | name = "getrandom" | ||
version = "0.2.4" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c" | ||||
dependencies = [ | ||||
"cfg-if 1.0.0", | ||||
"libc", | ||||
"wasi 0.10.0+wasi-snapshot-preview1", | ||||
] | ||||
[[package]] | ||||
Antoine Cezar
|
r46097 | name = "glob" | ||
version = "0.3.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" | ||
Antoine Cezar
|
r46097 | |||
[[package]] | ||||
Simon Sapin
|
r49805 | name = "hashbrown" | ||
version = "0.9.1" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" | ||||
dependencies = [ | ||||
"ahash", | ||||
"rayon", | ||||
] | ||||
[[package]] | ||||
Yuya Nishihara
|
r44699 | name = "hermit-abi" | ||
Raphaël Gomès
|
r46797 | version = "0.1.17" | ||
Yuya Nishihara
|
r44699 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8" | ||
Yuya Nishihara
|
r44699 | dependencies = [ | ||
Simon Sapin
|
r47422 | "libc", | ||
Yuya Nishihara
|
r44699 | ] | ||
[[package]] | ||||
pacien
|
r49348 | name = "hex" | ||
version = "0.4.3" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" | ||||
[[package]] | ||||
Georges Racinet
|
r40307 | name = "hg-core" | ||
version = "0.1.0" | ||||
Georges Racinet
|
r41841 | dependencies = [ | ||
Simon Sapin
|
r48856 | "bitflags", | ||
Simon Sapin
|
r47422 | "byteorder", | ||
"bytes-cast", | ||||
"clap", | ||||
"crossbeam-channel 0.4.4", | ||||
"derive_more", | ||||
"flate2", | ||||
"format-bytes", | ||||
Raphaël Gomès
|
r49808 | "hashbrown", | ||
Simon Sapin
|
r47422 | "home", | ||
"im-rc", | ||||
Raphaël Gomès
|
r49808 | "itertools 0.10.3", | ||
Simon Sapin
|
r47422 | "lazy_static", | ||
Simon Sapin
|
r49009 | "libc", | ||
Simon Sapin
|
r47422 | "log", | ||
Simon Sapin
|
r48767 | "memmap2", | ||
Raphaël Gomès
|
r49869 | "micro-timer 0.3.1", | ||
Raphaël Gomès
|
r49864 | "ouroboros", | ||
Simon Sapin
|
r47422 | "pretty_assertions", | ||
Raphaël Gomès
|
r49808 | "rand 0.8.5", | ||
Simon Sapin
|
r47422 | "rand_distr", | ||
"rand_pcg", | ||||
"rayon", | ||||
"regex", | ||||
"same-file", | ||||
Raphaël Gomès
|
r49808 | "sha-1 0.10.0", | ||
Simon Sapin
|
r47422 | "tempfile", | ||
"twox-hash", | ||||
"zstd", | ||||
Georges Racinet
|
r41841 | ] | ||
Georges Racinet
|
r40307 | |||
[[package]] | ||||
Georges Racinet
|
r41001 | name = "hg-cpython" | ||
version = "0.1.0" | ||||
dependencies = [ | ||||
Simon Sapin
|
r47422 | "cpython", | ||
Raphaël Gomès
|
r49869 | "crossbeam-channel 0.5.2", | ||
Simon Sapin
|
r47422 | "env_logger", | ||
"hg-core", | ||||
"libc", | ||||
"log", | ||||
Simon Sapin
|
r48766 | "stable_deref_trait", | ||
pacien
|
r49348 | "vcsgraph", | ||
Raphaël Gomès
|
r46090 | ] | ||
[[package]] | ||||
Simon Sapin
|
r47212 | name = "home" | ||
version = "0.5.3" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "2456aef2e6b6a9784192ae780c0f15bc57df0e918585282325e8c8ac27737654" | ||
Simon Sapin
|
r47212 | dependencies = [ | ||
Simon Sapin
|
r47422 | "winapi", | ||
Simon Sapin
|
r47212 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r46090 | name = "humantime" | ||
Raphaël Gomès
|
r49807 | version = "2.1.0" | ||
Raphaël Gomès
|
r46090 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49807 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" | ||
Georges Racinet
|
r41001 | |||
[[package]] | ||||
r46577 | name = "im-rc" | |||
version = "15.0.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "3ca8957e71f04a205cb162508f9326aea04676c8dfd0711220190d6b83664f3f" | ||
r46577 | dependencies = [ | |||
Simon Sapin
|
r47422 | "bitmaps", | ||
Martin von Zweigbergk
|
r49403 | "rand_core 0.5.1", | ||
Simon Sapin
|
r47422 | "rand_xoshiro", | ||
"sized-chunks", | ||||
"typenum", | ||||
"version_check", | ||||
r46577 | ] | |||
[[package]] | ||||
Raphaël Gomès
|
r49808 | name = "instant" | ||
version = "0.1.12" | ||||
Raphaël Gomès
|
r49807 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49808 | checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" | ||
Raphaël Gomès
|
r49807 | dependencies = [ | ||
Raphaël Gomès
|
r49808 | "cfg-if 1.0.0", | ||
Raphaël Gomès
|
r49807 | ] | ||
[[package]] | ||||
Antoine Cezar
|
r46097 | name = "itertools" | ||
version = "0.9.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" | ||
Antoine Cezar
|
r46097 | dependencies = [ | ||
Simon Sapin
|
r47422 | "either", | ||
Antoine Cezar
|
r46097 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r49808 | name = "itertools" | ||
version = "0.10.3" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3" | ||||
dependencies = [ | ||||
"either", | ||||
] | ||||
[[package]] | ||||
Antoine Cezar
|
r46097 | name = "jobserver" | ||
version = "0.1.21" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2" | ||
Antoine Cezar
|
r46097 | dependencies = [ | ||
Simon Sapin
|
r47422 | "libc", | ||
Antoine Cezar
|
r46097 | ] | ||
[[package]] | ||||
Georges Racinet
|
r41001 | name = "lazy_static" | ||
Raphaël Gomès
|
r43565 | version = "1.4.0" | ||
Georges Racinet
|
r41001 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | ||
Georges Racinet
|
r41001 | |||
[[package]] | ||||
Gregory Szorc
|
r35619 | name = "libc" | ||
Raphaël Gomès
|
r50043 | version = "0.2.124" | ||
Gregory Szorc
|
r35619 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r50043 | checksum = "21a41fed9d98f27ab1c6d161da622a4fa35e8a54a8adc24bbf3ddd0ef70b0e50" | ||
Gregory Szorc
|
r35619 | |||
Georges Racinet
|
r41001 | [[package]] | ||
Martin von Zweigbergk
|
r49403 | name = "libm" | ||
version = "0.2.1" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a" | ||||
[[package]] | ||||
Antoine Cezar
|
r46097 | name = "libz-sys" | ||
version = "1.1.2" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655" | ||
Antoine Cezar
|
r46097 | dependencies = [ | ||
Simon Sapin
|
r47422 | "cc", | ||
"pkg-config", | ||||
"vcpkg", | ||||
Antoine Cezar
|
r46097 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r45027 | name = "log" | ||
Raphaël Gomès
|
r49807 | version = "0.4.14" | ||
Raphaël Gomès
|
r45027 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49807 | checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" | ||
Raphaël Gomès
|
r45027 | dependencies = [ | ||
Raphaël Gomès
|
r49807 | "cfg-if 1.0.0", | ||
Raphaël Gomès
|
r45027 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r45026 | name = "maybe-uninit" | ||
version = "2.0.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" | ||
Raphaël Gomès
|
r45026 | |||
[[package]] | ||||
Georges Racinet
|
r41001 | name = "memchr" | ||
Raphaël Gomès
|
r49807 | version = "2.4.1" | ||
Raphaël Gomès
|
r43565 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49807 | checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" | ||
Raphaël Gomès
|
r43565 | |||
[[package]] | ||||
Simon Sapin
|
r48767 | name = "memmap2" | ||
Simon Sapin
|
r48795 | version = "0.4.0" | ||
Georges Racinet
|
r44870 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r48795 | checksum = "de5d3112c080d58ce560081baeaab7e1e864ca21795ddbf533d5b1842bb1ecf8" | ||
Georges Racinet
|
r44870 | dependencies = [ | ||
Simon Sapin
|
r47422 | "libc", | ||
Simon Sapin
|
r48795 | "stable_deref_trait", | ||
Georges Racinet
|
r44870 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r43565 | name = "memoffset" | ||
Raphaël Gomès
|
r46797 | version = "0.6.1" | ||
Raphaël Gomès
|
r43565 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87" | ||
Raphaël Gomès
|
r43565 | dependencies = [ | ||
Simon Sapin
|
r47422 | "autocfg", | ||
Raphaël Gomès
|
r43565 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r45028 | name = "micro-timer" | ||
Antoine Cezar
|
r46097 | version = "0.3.1" | ||
Raphaël Gomès
|
r45089 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "2620153e1d903d26b72b89f0e9c48d8c4756cba941c185461dddc234980c298c" | ||
Raphaël Gomès
|
r45089 | dependencies = [ | ||
Raphaël Gomès
|
r49869 | "micro-timer-macros 0.3.1", | ||
"scopeguard", | ||||
] | ||||
[[package]] | ||||
name = "micro-timer" | ||||
Raphaël Gomès
|
r49807 | version = "0.4.0" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "5de32cb59a062672560d6f0842c4aa7714727457b9fe2daf8987d995a176a405" | ||||
dependencies = [ | ||||
Raphaël Gomès
|
r49869 | "micro-timer-macros 0.4.0", | ||
Simon Sapin
|
r47422 | "scopeguard", | ||
Raphaël Gomès
|
r45089 | ] | ||
[[package]] | ||||
name = "micro-timer-macros" | ||||
Antoine Cezar
|
r46097 | version = "0.3.1" | ||
Raphaël Gomès
|
r45028 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "e28a3473e6abd6e9aab36aaeef32ad22ae0bd34e79f376643594c2b152ec1c5d" | ||
Raphaël Gomès
|
r45028 | dependencies = [ | ||
Simon Sapin
|
r47422 | "proc-macro2", | ||
"quote", | ||||
"scopeguard", | ||||
"syn", | ||||
Antoine Cezar
|
r46097 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r49869 | name = "micro-timer-macros" | ||
Raphaël Gomès
|
r49807 | version = "0.4.0" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "cee948b94700125b52dfb68dd17c19f6326696c1df57f92c05ee857463c93ba1" | ||||
dependencies = [ | ||||
"proc-macro2", | ||||
"quote", | ||||
"scopeguard", | ||||
"syn", | ||||
] | ||||
[[package]] | ||||
Antoine Cezar
|
r46097 | name = "miniz_oxide" | ||
Raphaël Gomès
|
r46797 | version = "0.4.3" | ||
Antoine Cezar
|
r46097 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d" | ||
Antoine Cezar
|
r46097 | dependencies = [ | ||
Simon Sapin
|
r47422 | "adler", | ||
"autocfg", | ||||
Raphaël Gomès
|
r45028 | ] | ||
[[package]] | ||||
Simon Sapin
|
r47343 | name = "num-integer" | ||
version = "0.1.44" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" | ||
Simon Sapin
|
r47343 | dependencies = [ | ||
Simon Sapin
|
r47422 | "autocfg", | ||
"num-traits", | ||||
Simon Sapin
|
r47343 | ] | ||
[[package]] | ||||
Georges Racinet
|
r41001 | name = "num-traits" | ||
Raphaël Gomès
|
r46797 | version = "0.2.14" | ||
Georges Racinet
|
r41001 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" | ||
Raphaël Gomès
|
r43565 | dependencies = [ | ||
Simon Sapin
|
r47422 | "autocfg", | ||
Martin von Zweigbergk
|
r49403 | "libm", | ||
Raphaël Gomès
|
r43565 | ] | ||
[[package]] | ||||
name = "num_cpus" | ||||
Antoine Cezar
|
r46097 | version = "1.13.0" | ||
Raphaël Gomès
|
r43565 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" | ||
Raphaël Gomès
|
r43565 | dependencies = [ | ||
Simon Sapin
|
r47422 | "hermit-abi", | ||
"libc", | ||||
Raphaël Gomès
|
r43565 | ] | ||
Georges Racinet
|
r41001 | |||
[[package]] | ||||
Simon Sapin
|
r48171 | name = "opaque-debug" | ||
version = "0.3.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" | ||||
[[package]] | ||||
Raphaël Gomès
|
r49864 | name = "ouroboros" | ||
version = "0.15.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "9f31a3b678685b150cba82b702dcdc5e155893f63610cf388d30cd988d4ca2bf" | ||||
dependencies = [ | ||||
"aliasable", | ||||
"ouroboros_macro", | ||||
"stable_deref_trait", | ||||
] | ||||
[[package]] | ||||
name = "ouroboros_macro" | ||||
version = "0.15.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "084fd65d5dd8b3772edccb5ffd1e4b7eba43897ecd0f9401e330e8c542959408" | ||||
dependencies = [ | ||||
"Inflector", | ||||
"proc-macro-error", | ||||
"proc-macro2", | ||||
"quote", | ||||
"syn", | ||||
] | ||||
[[package]] | ||||
Raphaël Gomès
|
r44738 | name = "output_vt100" | ||
version = "0.1.2" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9" | ||
Raphaël Gomès
|
r44738 | dependencies = [ | ||
Simon Sapin
|
r47422 | "winapi", | ||
Raphaël Gomès
|
r44738 | ] | ||
[[package]] | ||||
r47620 | name = "paste" | |||
r48309 | version = "1.0.5" | |||
r47620 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
r48309 | checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58" | |||
r47620 | ||||
[[package]] | ||||
Antoine Cezar
|
r46097 | name = "pkg-config" | ||
Raphaël Gomès
|
r46797 | version = "0.3.19" | ||
Antoine Cezar
|
r46097 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" | ||
Antoine Cezar
|
r46097 | |||
[[package]] | ||||
Yuya Nishihara
|
r44699 | name = "ppv-lite86" | ||
Raphaël Gomès
|
r46797 | version = "0.2.10" | ||
Yuya Nishihara
|
r44699 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" | ||
Yuya Nishihara
|
r44699 | |||
[[package]] | ||||
Raphaël Gomès
|
r44738 | name = "pretty_assertions" | ||
Raphaël Gomès
|
r49808 | version = "1.1.0" | ||
Raphaël Gomès
|
r44738 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49808 | checksum = "76d5b548b725018ab5496482b45cb8bef21e9fed1858a6d674e3a8a0f0bb5d50" | ||
Raphaël Gomès
|
r44738 | dependencies = [ | ||
Simon Sapin
|
r47422 | "ansi_term", | ||
"ctor", | ||||
Raphaël Gomès
|
r49808 | "diff", | ||
Simon Sapin
|
r47422 | "output_vt100", | ||
Raphaël Gomès
|
r44738 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r49864 | name = "proc-macro-error" | ||
version = "1.0.4" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" | ||||
dependencies = [ | ||||
"proc-macro-error-attr", | ||||
"proc-macro2", | ||||
"quote", | ||||
"syn", | ||||
"version_check", | ||||
] | ||||
[[package]] | ||||
name = "proc-macro-error-attr" | ||||
version = "1.0.4" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" | ||||
dependencies = [ | ||||
"proc-macro2", | ||||
"quote", | ||||
"version_check", | ||||
] | ||||
[[package]] | ||||
Raphaël Gomès
|
r44738 | name = "proc-macro2" | ||
Raphaël Gomès
|
r46797 | version = "1.0.24" | ||
Raphaël Gomès
|
r44738 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71" | ||
Raphaël Gomès
|
r44738 | dependencies = [ | ||
Simon Sapin
|
r47422 | "unicode-xid", | ||
Raphaël Gomès
|
r44738 | ] | ||
[[package]] | ||||
Georges Racinet
|
r41001 | name = "python3-sys" | ||
Simon Sapin
|
r49011 | version = "0.7.0" | ||
Georges Racinet
|
r41001 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r49011 | checksum = "b18b32e64c103d5045f44644d7ddddd65336f7a0521f6fde673240a9ecceb77e" | ||
Georges Racinet
|
r41001 | dependencies = [ | ||
Simon Sapin
|
r47422 | "libc", | ||
"regex", | ||||
Raphaël Gomès
|
r44738 | ] | ||
[[package]] | ||||
name = "quote" | ||||
Antoine Cezar
|
r46097 | version = "1.0.7" | ||
Raphaël Gomès
|
r44738 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" | ||
Raphaël Gomès
|
r44738 | dependencies = [ | ||
Simon Sapin
|
r47422 | "proc-macro2", | ||
Georges Racinet
|
r41001 | ] | ||
[[package]] | ||||
Georges Racinet
|
r41841 | name = "rand" | ||
Yuya Nishihara
|
r44699 | version = "0.7.3" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" | ||
Yuya Nishihara
|
r44699 | dependencies = [ | ||
Martin von Zweigbergk
|
r49403 | "getrandom 0.1.15", | ||
Simon Sapin
|
r47422 | "libc", | ||
Martin von Zweigbergk
|
r49403 | "rand_chacha 0.2.2", | ||
"rand_core 0.5.1", | ||||
Raphaël Gomès
|
r49808 | "rand_hc", | ||
Martin von Zweigbergk
|
r49403 | ] | ||
[[package]] | ||||
name = "rand" | ||||
Raphaël Gomès
|
r49808 | version = "0.8.5" | ||
Martin von Zweigbergk
|
r49403 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49808 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" | ||
Martin von Zweigbergk
|
r49403 | dependencies = [ | ||
"libc", | ||||
"rand_chacha 0.3.1", | ||||
"rand_core 0.6.3", | ||||
Yuya Nishihara
|
r44699 | ] | ||
[[package]] | ||||
Georges Racinet
|
r41841 | name = "rand_chacha" | ||
Raphaël Gomès
|
r45027 | version = "0.2.2" | ||
Yuya Nishihara
|
r44699 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" | ||
Yuya Nishihara
|
r44699 | dependencies = [ | ||
Simon Sapin
|
r47422 | "ppv-lite86", | ||
Martin von Zweigbergk
|
r49403 | "rand_core 0.5.1", | ||
] | ||||
[[package]] | ||||
name = "rand_chacha" | ||||
version = "0.3.1" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" | ||||
dependencies = [ | ||||
"ppv-lite86", | ||||
"rand_core 0.6.3", | ||||
Yuya Nishihara
|
r44699 | ] | ||
[[package]] | ||||
Georges Racinet
|
r41841 | name = "rand_core" | ||
Yuya Nishihara
|
r44699 | version = "0.5.1" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" | ||
Yuya Nishihara
|
r44699 | dependencies = [ | ||
Martin von Zweigbergk
|
r49403 | "getrandom 0.1.15", | ||
] | ||||
[[package]] | ||||
name = "rand_core" | ||||
version = "0.6.3" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" | ||||
dependencies = [ | ||||
"getrandom 0.2.4", | ||||
Yuya Nishihara
|
r44699 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r45090 | name = "rand_distr" | ||
Raphaël Gomès
|
r49808 | version = "0.4.3" | ||
Georges Racinet
|
r41841 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49808 | checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31" | ||
Georges Racinet
|
r41841 | dependencies = [ | ||
Martin von Zweigbergk
|
r49403 | "num-traits", | ||
Raphaël Gomès
|
r49808 | "rand 0.8.5", | ||
Georges Racinet
|
r41841 | ] | ||
[[package]] | ||||
Yuya Nishihara
|
r44699 | name = "rand_hc" | ||
version = "0.2.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" | ||
Yuya Nishihara
|
r44699 | dependencies = [ | ||
Martin von Zweigbergk
|
r49403 | "rand_core 0.5.1", | ||
] | ||||
[[package]] | ||||
Raphaël Gomès
|
r45090 | name = "rand_pcg" | ||
Martin von Zweigbergk
|
r49403 | version = "0.3.1" | ||
Georges Racinet
|
r41841 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Martin von Zweigbergk
|
r49403 | checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" | ||
Georges Racinet
|
r41841 | dependencies = [ | ||
Martin von Zweigbergk
|
r49403 | "rand_core 0.6.3", | ||
Georges Racinet
|
r41841 | ] | ||
[[package]] | ||||
r46577 | name = "rand_xoshiro" | |||
version = "0.4.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "a9fcdd2e881d02f1d9390ae47ad8e5696a9e4be7b547a1da2afbc61973217004" | ||
r46577 | dependencies = [ | |||
Martin von Zweigbergk
|
r49403 | "rand_core 0.5.1", | ||
r46577 | ] | |||
[[package]] | ||||
Raphaël Gomès
|
r43565 | name = "rayon" | ||
Raphaël Gomès
|
r49808 | version = "1.5.1" | ||
Raphaël Gomès
|
r43565 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49808 | checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90" | ||
Raphaël Gomès
|
r43565 | dependencies = [ | ||
Simon Sapin
|
r47422 | "autocfg", | ||
"crossbeam-deque", | ||||
"either", | ||||
"rayon-core", | ||||
Raphaël Gomès
|
r43565 | ] | ||
[[package]] | ||||
name = "rayon-core" | ||||
Raphaël Gomès
|
r49808 | version = "1.9.1" | ||
Raphaël Gomès
|
r43565 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49808 | checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e" | ||
Raphaël Gomès
|
r43565 | dependencies = [ | ||
Raphaël Gomès
|
r49869 | "crossbeam-channel 0.5.2", | ||
Simon Sapin
|
r47422 | "crossbeam-deque", | ||
"crossbeam-utils 0.8.1", | ||||
"lazy_static", | ||||
"num_cpus", | ||||
Raphaël Gomès
|
r43565 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r44737 | name = "redox_syscall" | ||
Raphaël Gomès
|
r49808 | version = "0.2.11" | ||
Raphaël Gomès
|
r44737 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49808 | checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c" | ||
dependencies = [ | ||||
"bitflags", | ||||
] | ||||
Raphaël Gomès
|
r44737 | |||
[[package]] | ||||
Georges Racinet
|
r41001 | name = "regex" | ||
Raphaël Gomès
|
r49807 | version = "1.5.5" | ||
Georges Racinet
|
r41001 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49807 | checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286" | ||
Georges Racinet
|
r41001 | dependencies = [ | ||
Simon Sapin
|
r47422 | "aho-corasick", | ||
"memchr", | ||||
"regex-syntax", | ||||
Georges Racinet
|
r41001 | ] | ||
[[package]] | ||||
name = "regex-syntax" | ||||
Raphaël Gomès
|
r49807 | version = "0.6.25" | ||
Georges Racinet
|
r41001 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49807 | checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" | ||
Georges Racinet
|
r41001 | |||
[[package]] | ||||
Raphaël Gomès
|
r44737 | name = "remove_dir_all" | ||
Antoine Cezar
|
r46097 | version = "0.5.3" | ||
Raphaël Gomès
|
r44737 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" | ||
Raphaël Gomès
|
r44737 | dependencies = [ | ||
Simon Sapin
|
r47422 | "winapi", | ||
Raphaël Gomès
|
r44737 | ] | ||
[[package]] | ||||
Antoine Cezar
|
r45503 | name = "rhg" | ||
version = "0.1.0" | ||||
Antoine Cezar
|
r45592 | dependencies = [ | ||
Simon Sapin
|
r49584 | "atty", | ||
Simon Sapin
|
r47422 | "chrono", | ||
"clap", | ||||
"derive_more", | ||||
"env_logger", | ||||
"format-bytes", | ||||
"hg-core", | ||||
Pulkit Goyal
|
r48196 | "home", | ||
Simon Sapin
|
r47463 | "lazy_static", | ||
Simon Sapin
|
r47422 | "log", | ||
Raphaël Gomès
|
r49869 | "micro-timer 0.4.0", | ||
Simon Sapin
|
r47463 | "regex", | ||
Simon Sapin
|
r47422 | "users", | ||
Raphaël Gomès
|
r50043 | "which", | ||
Antoine Cezar
|
r45592 | ] | ||
Antoine Cezar
|
r45503 | |||
[[package]] | ||||
Raphaël Gomès
|
r49807 | name = "rustc_version" | ||
version = "0.4.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" | ||||
dependencies = [ | ||||
"semver", | ||||
] | ||||
[[package]] | ||||
Raphaël Gomès
|
r44783 | name = "same-file" | ||
version = "1.0.6" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" | ||
Raphaël Gomès
|
r44783 | dependencies = [ | ||
Simon Sapin
|
r47422 | "winapi-util", | ||
Raphaël Gomès
|
r44783 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r43565 | name = "scopeguard" | ||
Raphaël Gomès
|
r45027 | version = "1.1.0" | ||
Raphaël Gomès
|
r43565 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" | ||
Raphaël Gomès
|
r43565 | |||
[[package]] | ||||
Raphaël Gomès
|
r49807 | name = "semver" | ||
version = "1.0.6" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "a4a3381e03edd24287172047536f20cabde766e2cd3e65e6b00fb3af51c4f38d" | ||||
[[package]] | ||||
Simon Sapin
|
r48171 | name = "sha-1" | ||
version = "0.9.6" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16" | ||||
dependencies = [ | ||||
Raphaël Gomès
|
r49808 | "block-buffer 0.9.0", | ||
Simon Sapin
|
r48171 | "cfg-if 1.0.0", | ||
Raphaël Gomès
|
r49808 | "cpufeatures 0.1.4", | ||
"digest 0.9.0", | ||||
Simon Sapin
|
r48171 | "opaque-debug", | ||
] | ||||
[[package]] | ||||
Raphaël Gomès
|
r49808 | name = "sha-1" | ||
version = "0.10.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f" | ||||
dependencies = [ | ||||
"cfg-if 1.0.0", | ||||
"cpufeatures 0.2.1", | ||||
"digest 0.10.2", | ||||
] | ||||
[[package]] | ||||
r46577 | name = "sized-chunks" | |||
version = "0.6.2" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "1ec31ceca5644fa6d444cc77548b88b67f46db6f7c71683b0f9336e671830d2f" | ||
r46577 | dependencies = [ | |||
Simon Sapin
|
r47422 | "bitmaps", | ||
"typenum", | ||||
r46577 | ] | |||
[[package]] | ||||
Simon Sapin
|
r48766 | name = "stable_deref_trait" | ||
version = "1.2.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" | ||||
[[package]] | ||||
Raphaël Gomès
|
r46797 | name = "static_assertions" | ||
version = "1.1.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" | ||
Raphaël Gomès
|
r46797 | |||
[[package]] | ||||
Georges Racinet
|
r44870 | name = "strsim" | ||
version = "0.8.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" | ||
Georges Racinet
|
r44870 | |||
[[package]] | ||||
Raphaël Gomès
|
r44738 | name = "syn" | ||
Raphaël Gomès
|
r46797 | version = "1.0.54" | ||
Raphaël Gomès
|
r44738 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44" | ||
Raphaël Gomès
|
r44738 | dependencies = [ | ||
Simon Sapin
|
r47422 | "proc-macro2", | ||
"quote", | ||||
"unicode-xid", | ||||
Raphaël Gomès
|
r44738 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r44737 | name = "tempfile" | ||
Raphaël Gomès
|
r49808 | version = "3.3.0" | ||
Raphaël Gomès
|
r44737 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49808 | checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" | ||
Raphaël Gomès
|
r44737 | dependencies = [ | ||
Raphaël Gomès
|
r49808 | "cfg-if 1.0.0", | ||
"fastrand", | ||||
Simon Sapin
|
r47422 | "libc", | ||
"redox_syscall", | ||||
"remove_dir_all", | ||||
"winapi", | ||||
Raphaël Gomès
|
r44737 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r46090 | name = "termcolor" | ||
Raphaël Gomès
|
r46797 | version = "1.1.2" | ||
Raphaël Gomès
|
r46090 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" | ||
Raphaël Gomès
|
r46090 | dependencies = [ | ||
Simon Sapin
|
r47422 | "winapi-util", | ||
Raphaël Gomès
|
r46090 | ] | ||
[[package]] | ||||
Georges Racinet
|
r44870 | name = "textwrap" | ||
version = "0.11.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" | ||
Georges Racinet
|
r44870 | dependencies = [ | ||
Simon Sapin
|
r47422 | "unicode-width", | ||
Georges Racinet
|
r44870 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r46131 | name = "time" | ||
version = "0.1.44" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255" | ||
Raphaël Gomès
|
r46131 | dependencies = [ | ||
Simon Sapin
|
r47422 | "libc", | ||
"wasi 0.10.0+wasi-snapshot-preview1", | ||||
"winapi", | ||||
Raphaël Gomès
|
r46131 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r44278 | name = "twox-hash" | ||
Raphaël Gomès
|
r49808 | version = "1.6.2" | ||
Raphaël Gomès
|
r44278 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49808 | checksum = "4ee73e6e4924fe940354b8d4d98cad5231175d615cd855b758adc658c0aac6a0" | ||
Raphaël Gomès
|
r44278 | dependencies = [ | ||
Raphaël Gomès
|
r49808 | "cfg-if 1.0.0", | ||
"rand 0.8.5", | ||||
Simon Sapin
|
r47422 | "static_assertions", | ||
Raphaël Gomès
|
r44278 | ] | ||
[[package]] | ||||
r46577 | name = "typenum" | |||
version = "1.12.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" | ||
r46577 | ||||
[[package]] | ||||
Georges Racinet
|
r44870 | name = "unicode-width" | ||
Raphaël Gomès
|
r49807 | version = "0.1.9" | ||
Georges Racinet
|
r44870 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49807 | checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973" | ||
Georges Racinet
|
r44870 | |||
[[package]] | ||||
Raphaël Gomès
|
r44738 | name = "unicode-xid" | ||
Antoine Cezar
|
r46097 | version = "0.2.1" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" | ||
Antoine Cezar
|
r46097 | |||
[[package]] | ||||
Simon Sapin
|
r47343 | name = "users" | ||
version = "0.11.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032" | ||
Simon Sapin
|
r47343 | dependencies = [ | ||
Simon Sapin
|
r47422 | "libc", | ||
"log", | ||||
Simon Sapin
|
r47343 | ] | ||
[[package]] | ||||
Antoine Cezar
|
r46097 | name = "vcpkg" | ||
Raphaël Gomès
|
r46797 | version = "0.2.11" | ||
Raphaël Gomès
|
r44738 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb" | ||
Raphaël Gomès
|
r44738 | |||
[[package]] | ||||
pacien
|
r49348 | name = "vcsgraph" | ||
version = "0.2.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "4cb68c231e2575f7503a7c19213875f9d4ec2e84e963a56ce3de4b6bee351ef7" | ||||
dependencies = [ | ||||
"hex", | ||||
Martin von Zweigbergk
|
r49403 | "rand 0.7.3", | ||
Raphaël Gomès
|
r49808 | "sha-1 0.9.6", | ||
pacien
|
r49348 | ] | ||
[[package]] | ||||
Georges Racinet
|
r44870 | name = "vec_map" | ||
Antoine Cezar
|
r46097 | version = "0.8.2" | ||
Georges Racinet
|
r44870 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" | ||
Georges Racinet
|
r44870 | |||
[[package]] | ||||
r46577 | name = "version_check" | |||
Raphaël Gomès
|
r46797 | version = "0.9.2" | ||
r46577 | source = "registry+https://github.com/rust-lang/crates.io-index" | |||
Simon Sapin
|
r47422 | checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" | ||
r46577 | ||||
[[package]] | ||||
Yuya Nishihara
|
r44699 | name = "wasi" | ||
version = "0.9.0+wasi-snapshot-preview1" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" | ||
Yuya Nishihara
|
r44699 | |||
[[package]] | ||||
Raphaël Gomès
|
r46131 | name = "wasi" | ||
version = "0.10.0+wasi-snapshot-preview1" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f" | ||
Raphaël Gomès
|
r46131 | |||
[[package]] | ||||
Raphaël Gomès
|
r50043 | name = "which" | ||
version = "4.2.5" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae" | ||||
dependencies = [ | ||||
"either", | ||||
"lazy_static", | ||||
"libc", | ||||
] | ||||
[[package]] | ||||
Georges Racinet
|
r41841 | name = "winapi" | ||
Antoine Cezar
|
r46097 | version = "0.3.9" | ||
Georges Racinet
|
r41841 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" | ||
Georges Racinet
|
r41841 | dependencies = [ | ||
Simon Sapin
|
r47422 | "winapi-i686-pc-windows-gnu", | ||
"winapi-x86_64-pc-windows-gnu", | ||||
Georges Racinet
|
r41841 | ] | ||
[[package]] | ||||
name = "winapi-i686-pc-windows-gnu" | ||||
version = "0.4.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | ||
Georges Racinet
|
r41841 | |||
[[package]] | ||||
Raphaël Gomès
|
r44783 | name = "winapi-util" | ||
Antoine Cezar
|
r46097 | version = "0.1.5" | ||
Raphaël Gomès
|
r44783 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Simon Sapin
|
r47422 | checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" | ||
Raphaël Gomès
|
r44783 | dependencies = [ | ||
Simon Sapin
|
r47422 | "winapi", | ||
Raphaël Gomès
|
r44783 | ] | ||
[[package]] | ||||
Georges Racinet
|
r41841 | name = "winapi-x86_64-pc-windows-gnu" | ||
version = "0.4.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Simon Sapin
|
r47422 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | ||
Georges Racinet
|
r41841 | |||
Antoine Cezar
|
r46097 | [[package]] | ||
name = "zstd" | ||||
Raphaël Gomès
|
r49808 | version = "0.5.4+zstd.1.4.7" | ||
Antoine Cezar
|
r46097 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49808 | checksum = "69996ebdb1ba8b1517f61387a883857818a66c8a295f487b1ffd8fd9d2c82910" | ||
Antoine Cezar
|
r46097 | dependencies = [ | ||
Simon Sapin
|
r47422 | "zstd-safe", | ||
Antoine Cezar
|
r46097 | ] | ||
[[package]] | ||||
name = "zstd-safe" | ||||
Raphaël Gomès
|
r49808 | version = "2.0.6+zstd.1.4.7" | ||
Antoine Cezar
|
r46097 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49808 | checksum = "98aa931fb69ecee256d44589d19754e61851ae4769bf963b385119b1cc37a49e" | ||
Antoine Cezar
|
r46097 | dependencies = [ | ||
Simon Sapin
|
r47422 | "libc", | ||
"zstd-sys", | ||||
Antoine Cezar
|
r46097 | ] | ||
[[package]] | ||||
name = "zstd-sys" | ||||
Raphaël Gomès
|
r49808 | version = "1.4.18+zstd.1.4.7" | ||
Antoine Cezar
|
r46097 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r49808 | checksum = "a1e6e8778706838f43f771d80d37787cb2fe06dafe89dd3aebaf6721b9eaec81" | ||
Antoine Cezar
|
r46097 | dependencies = [ | ||
Simon Sapin
|
r47422 | "cc", | ||
"glob", | ||||
Raphaël Gomès
|
r49808 | "itertools 0.9.0", | ||
Simon Sapin
|
r47422 | "libc", | ||
Antoine Cezar
|
r46097 | ] | ||