bakare/Cargo.lock

1105 lines
28 KiB
Text
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2019-01-12 14:39:20 +00:00
[[package]]
2020-11-07 10:40:32 +00:00
name = "addr2line"
version = "0.14.0"
2019-01-12 14:39:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "7c0929d69e78dd9bf5408269919fcbcaeb2e35e5d43e5815517cdc6a8e11a423"
2019-01-12 14:39:20 +00:00
dependencies = [
2020-11-07 10:40:32 +00:00
"gimli",
2019-01-12 14:39:20 +00:00
]
[[package]]
2020-11-07 10:40:32 +00:00
name = "adler"
version = "0.2.3"
2019-01-12 14:39:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
2019-01-12 14:39:20 +00:00
[[package]]
name = "aho-corasick"
version = "0.7.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
dependencies = [
"memchr",
]
[[package]]
name = "anyhow"
version = "1.0.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7"
[[package]]
name = "async-log"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5ba33304f3165922dd93565a36dda8ac96c28b1a926ad535ec904e48ecad59b"
dependencies = [
"async-log-attributes",
"backtrace",
"log",
]
[[package]]
name = "async-log"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac39aabd463ad2b1fadb34c22f48e5d160fa60b7cd69a426362e71bde49ebb6d"
dependencies = [
"async-log-attributes",
"backtrace",
"log",
]
[[package]]
name = "async-log-attributes"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da97f8e61b19a72f67d8932de8b0905f7d41a1d7b9501b9938c7755f96f6362d"
dependencies = [
"proc-macro2 0.4.30",
"quote 0.6.13",
"syn 0.15.44",
]
[[package]]
name = "atomicwrites"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a2baf2feb820299c53c7ad1cc4f5914a220a1cb76d7ce321d2522a94b54651f"
dependencies = [
"nix 0.14.1",
"tempdir",
"winapi",
]
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
"winapi",
]
2018-10-04 15:21:34 +01:00
[[package]]
2020-11-07 10:40:32 +00:00
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2018-10-04 15:21:34 +01:00
[[package]]
2020-11-07 10:40:32 +00:00
name = "backtrace"
version = "0.3.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "2baad346b2d4e94a24347adeee9c7a93f412ee94b9cc26e5b59dea23848e9f28"
dependencies = [
2020-11-07 10:40:32 +00:00
"addr2line",
"cfg-if 1.0.0",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
[[package]]
2020-11-07 10:40:32 +00:00
name = "bakare"
version = "0.1.0"
dependencies = [
"anyhow",
"async-log 2.0.0",
"atomicwrites",
"base64",
2020-11-07 10:40:32 +00:00
"cargo-husky",
"femme",
"fs2",
"glob",
2020-11-07 10:40:32 +00:00
"hex",
"log",
"nix 0.19.0",
"rand 0.7.3",
"rayon",
2020-11-07 10:40:32 +00:00
"rust-crypto",
"serde",
"serde_cbor",
"serde_json",
2020-11-07 10:40:32 +00:00
"sha2",
"tempfile",
"thiserror",
"uuid",
2020-11-07 10:40:32 +00:00
"walkdir",
]
[[package]]
name = "base64"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
2020-11-07 10:40:32 +00:00
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
2020-11-07 10:40:32 +00:00
"generic-array",
]
[[package]]
name = "bumpalo"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
2019-09-07 16:12:18 +01:00
[[package]]
name = "cargo-husky"
2020-11-07 10:40:32 +00:00
version = "1.5.0"
2019-09-07 16:12:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "7b02b629252fe8ef6460461409564e2c21d0c8e77e0944f3d189ff06c4e932ad"
2019-09-07 16:12:18 +01:00
[[package]]
name = "cc"
version = "1.0.62"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1770ced377336a88a67c473594ccc14eca6f4559217c34f64aac8f83d641b40"
2019-01-12 14:39:20 +00:00
[[package]]
2020-11-07 10:40:32 +00:00
name = "cfg-if"
version = "0.1.10"
2019-01-12 14:39:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2019-01-12 14:39:20 +00:00
2018-12-20 16:47:28 +00:00
[[package]]
name = "cfg-if"
2020-11-07 10:40:32 +00:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clicolors-control"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e"
dependencies = [
"atty",
"lazy_static",
"libc",
"winapi",
]
[[package]]
name = "cloudabi"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
dependencies = [
"bitflags",
]
[[package]]
name = "console"
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ca57c2c14b8a2bf3105bc9d15574aad80babf6a9c44b1058034cdf8bd169628"
dependencies = [
"atty",
"clicolors-control",
"encode_unicode",
"lazy_static",
"libc",
"parking_lot",
"regex",
"termios",
"unicode-width",
"winapi",
]
[[package]]
name = "const_fn"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c478836e029dcef17fb47c89023448c64f781a046e0300e257ad8225ae59afab"
2020-11-07 10:40:32 +00:00
[[package]]
name = "cpuid-bool"
version = "0.1.2"
2018-12-20 16:47:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
2018-12-20 16:47:28 +00:00
[[package]]
name = "crossbeam-channel"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0f606a85340376eef0d6d8fec399e6d4a544d648386c6645eb6d0653b27d9f"
dependencies = [
"cfg-if 1.0.0",
"const_fn",
"crossbeam-utils",
"lazy_static",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec91540d98355f690a86367e566ecad2e9e579f230230eb7c21398372be73ea5"
dependencies = [
"autocfg",
"cfg-if 1.0.0",
"const_fn",
"lazy_static",
]
[[package]]
name = "digest"
2020-11-07 10:40:32 +00:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
2020-11-07 10:40:32 +00:00
"generic-array",
]
2019-01-12 14:39:20 +00:00
[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "femme"
version = "1.3.0"
2019-01-12 14:39:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d9ac2da60a2a97a0643d082f1cb25901a90e6f2f69f03baf9763721aa31ee6a"
2019-01-12 14:39:20 +00:00
dependencies = [
"async-log 1.1.0",
"cfg-if 0.1.10",
"console",
"js-sys",
"log",
"serde",
"serde_derive",
"serde_json",
"wasm-bindgen",
"web-sys",
2019-01-12 14:39:20 +00:00
]
[[package]]
name = "fs2"
version = "0.4.3"
2019-01-12 14:39:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
2019-01-12 14:39:20 +00:00
dependencies = [
"libc",
"winapi",
2019-01-12 14:39:20 +00:00
]
2018-09-01 09:44:13 +01:00
[[package]]
2019-09-01 17:30:45 +01:00
name = "fuchsia-cprng"
version = "0.1.1"
2018-09-01 09:44:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
2018-09-01 09:44:13 +01:00
2018-09-02 11:13:37 +01:00
[[package]]
name = "gcc"
2018-12-20 16:47:28 +00:00
version = "0.3.55"
2018-09-02 11:13:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
2018-09-02 11:13:37 +01:00
[[package]]
name = "generic-array"
2020-11-07 10:40:32 +00:00
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
dependencies = [
2020-11-07 10:40:32 +00:00
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2020-11-07 10:40:32 +00:00
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
dependencies = [
2020-11-07 10:40:32 +00:00
"cfg-if 0.1.10",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
2019-09-01 21:19:40 +01:00
[[package]]
2020-11-07 10:40:32 +00:00
name = "gimli"
version = "0.23.0"
2019-09-01 21:19:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
2019-09-01 21:19:40 +01:00
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
2019-09-07 09:01:30 +01:00
[[package]]
2020-11-07 10:40:32 +00:00
name = "half"
version = "1.6.0"
2019-09-07 09:01:30 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "d36fab90f82edc3c747f9d438e06cf0a491055896f2a279638bb5beed6c40177"
2019-09-07 09:01:30 +01:00
[[package]]
name = "hermit-abi"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
dependencies = [
"libc",
]
[[package]]
2020-11-07 10:40:32 +00:00
name = "hex"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
[[package]]
name = "instant"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb1fc4429a33e1f80d41dc9fea4d108a88bec1de8053878898ae448a0b52f613"
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "itoa"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
[[package]]
name = "js-sys"
version = "0.3.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8"
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2018-09-01 09:44:13 +01:00
[[package]]
name = "libc"
2020-11-07 10:40:32 +00:00
version = "0.2.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
[[package]]
name = "lock_api"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
dependencies = [
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
dependencies = [
"cfg-if 0.1.10",
]
[[package]]
name = "memchr"
version = "2.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
[[package]]
name = "memoffset"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
dependencies = [
"autocfg",
]
[[package]]
2020-11-07 10:40:32 +00:00
name = "miniz_oxide"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
dependencies = [
"adler",
"autocfg",
]
[[package]]
name = "nix"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
dependencies = [
"bitflags",
"cc",
"cfg-if 0.1.10",
"libc",
"void",
]
[[package]]
name = "nix"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85db2feff6bf70ebc3a4793191517d5f0331100a2f10f9bf93b5e5214f32b7b7"
dependencies = [
"bitflags",
"cc",
"cfg-if 0.1.10",
"libc",
]
[[package]]
name = "num_cpus"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
2020-11-07 10:40:32 +00:00
name = "object"
version = "0.22.0"
2018-09-01 09:44:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
2018-09-01 09:44:13 +01:00
2019-01-12 14:39:20 +00:00
[[package]]
2020-11-07 10:40:32 +00:00
name = "opaque-debug"
version = "0.3.0"
2019-01-12 14:39:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2019-01-12 14:39:20 +00:00
[[package]]
name = "parking_lot"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733"
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
dependencies = [
"cfg-if 0.1.10",
"cloudabi",
"instant",
"libc",
"redox_syscall",
"smallvec",
"winapi",
]
2019-09-01 20:10:00 +01:00
[[package]]
2020-11-07 10:40:32 +00:00
name = "ppv-lite86"
version = "0.2.10"
2019-09-01 20:10:00 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
2019-09-01 20:10:00 +01:00
[[package]]
name = "proc-macro2"
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
dependencies = [
"unicode-xid 0.1.0",
]
2019-01-12 14:39:20 +00:00
[[package]]
2020-11-07 10:40:32 +00:00
name = "proc-macro2"
version = "1.0.24"
2019-01-12 14:39:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
2019-01-12 14:39:20 +00:00
dependencies = [
"unicode-xid 0.2.1",
]
[[package]]
name = "quote"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
dependencies = [
"proc-macro2 0.4.30",
2019-01-12 14:39:20 +00:00
]
2019-09-01 20:10:00 +01:00
[[package]]
name = "quote"
2020-11-07 10:40:32 +00:00
version = "1.0.7"
2019-09-01 20:10:00 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
2019-09-01 20:10:00 +01:00
dependencies = [
"proc-macro2 1.0.24",
2019-09-01 20:10:00 +01:00
]
2018-09-02 11:13:37 +01:00
[[package]]
name = "rand"
2019-09-01 17:30:45 +01:00
version = "0.3.23"
2018-09-02 11:13:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
2018-09-02 11:13:37 +01:00
dependencies = [
2020-11-07 10:40:32 +00:00
"libc",
"rand 0.4.6",
2018-09-02 11:13:37 +01:00
]
[[package]]
name = "rand"
2019-09-01 17:30:45 +01:00
version = "0.4.6"
2018-09-02 11:13:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
2018-09-02 11:13:37 +01:00
dependencies = [
2020-11-07 10:40:32 +00:00
"fuchsia-cprng",
"libc",
"rand_core 0.3.1",
"rdrand",
"winapi",
2018-09-02 11:13:37 +01:00
]
2018-09-01 09:44:13 +01:00
[[package]]
name = "rand"
2020-11-07 10:40:32 +00:00
version = "0.7.3"
2018-09-01 09:44:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2018-09-01 09:44:13 +01:00
dependencies = [
2020-11-07 10:40:32 +00:00
"getrandom",
"libc",
"rand_chacha",
"rand_core 0.5.1",
"rand_hc",
2018-12-20 16:47:28 +00:00
]
[[package]]
name = "rand_chacha"
2020-11-07 10:40:32 +00:00
version = "0.2.2"
2018-12-20 16:47:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2018-12-20 16:47:28 +00:00
dependencies = [
2020-11-07 10:40:32 +00:00
"ppv-lite86",
"rand_core 0.5.1",
2018-09-01 09:44:13 +01:00
]
2019-09-01 17:30:45 +01:00
[[package]]
name = "rand_core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
2019-09-01 17:30:45 +01:00
dependencies = [
2020-11-07 10:40:32 +00:00
"rand_core 0.4.2",
2019-09-01 17:30:45 +01:00
]
[[package]]
name = "rand_core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
2019-09-01 17:30:45 +01:00
2018-09-01 09:44:13 +01:00
[[package]]
name = "rand_core"
version = "0.5.1"
2018-12-20 16:47:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2018-12-20 16:47:28 +00:00
dependencies = [
2020-11-07 10:40:32 +00:00
"getrandom",
2018-12-20 16:47:28 +00:00
]
[[package]]
name = "rand_hc"
version = "0.2.0"
2018-12-20 16:47:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2018-12-20 16:47:28 +00:00
dependencies = [
2020-11-07 10:40:32 +00:00
"rand_core 0.5.1",
2018-12-20 16:47:28 +00:00
]
2018-09-01 09:44:13 +01:00
[[package]]
name = "rayon"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
dependencies = [
"autocfg",
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"lazy_static",
"num_cpus",
]
2019-09-01 17:30:45 +01:00
[[package]]
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
2019-09-01 17:30:45 +01:00
dependencies = [
2020-11-07 10:40:32 +00:00
"rand_core 0.3.1",
2019-09-01 17:30:45 +01:00
]
2018-09-01 09:44:13 +01:00
[[package]]
name = "redox_syscall"
2020-11-07 10:40:32 +00:00
version = "0.1.57"
2018-09-01 09:44:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
2018-09-01 09:44:13 +01:00
[[package]]
name = "regex"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
]
[[package]]
name = "regex-syntax"
version = "0.6.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
2018-09-01 09:44:13 +01:00
[[package]]
name = "remove_dir_all"
2020-11-07 10:40:32 +00:00
version = "0.5.3"
2018-09-01 09:44:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2018-09-01 09:44:13 +01:00
dependencies = [
2020-11-07 10:40:32 +00:00
"winapi",
2018-09-01 09:44:13 +01:00
]
2018-09-02 11:13:37 +01:00
[[package]]
name = "rust-crypto"
version = "0.2.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "f76d05d3993fd5f4af9434e8e436db163a12a9d40e1a58a726f27a01dfd12a2a"
2018-09-02 11:13:37 +01:00
dependencies = [
2020-11-07 10:40:32 +00:00
"gcc",
"libc",
"rand 0.3.23",
"rustc-serialize",
"time",
2018-09-02 11:13:37 +01:00
]
2019-01-12 14:39:20 +00:00
[[package]]
name = "rustc-demangle"
2020-11-07 10:40:32 +00:00
version = "0.1.18"
2019-01-12 14:39:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
2019-01-12 14:39:20 +00:00
2018-09-02 11:13:37 +01:00
[[package]]
name = "rustc-serialize"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
2018-09-02 11:13:37 +01:00
[[package]]
name = "ryu"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2018-09-02 11:13:37 +01:00
[[package]]
name = "same-file"
2020-11-07 10:40:32 +00:00
version = "1.0.6"
2018-09-02 11:13:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2018-09-02 11:13:37 +01:00
dependencies = [
2020-11-07 10:40:32 +00:00
"winapi-util",
2018-09-02 11:13:37 +01:00
]
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2019-09-01 20:10:00 +01:00
[[package]]
name = "serde"
2020-11-07 10:40:32 +00:00
version = "1.0.117"
2019-09-01 20:10:00 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a"
2019-09-01 20:10:00 +01:00
dependencies = [
2020-11-07 10:40:32 +00:00
"serde_derive",
2019-09-01 20:10:00 +01:00
]
2019-09-01 21:19:40 +01:00
[[package]]
name = "serde_cbor"
2020-11-07 10:40:32 +00:00
version = "0.11.1"
2019-09-01 21:19:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "1e18acfa2f90e8b735b2836ab8d538de304cbb6729a7360729ea5a895d15a622"
2019-09-01 21:19:40 +01:00
dependencies = [
2020-11-07 10:40:32 +00:00
"half",
"serde",
2019-09-01 21:19:40 +01:00
]
2019-09-01 20:10:00 +01:00
[[package]]
name = "serde_derive"
2020-11-07 10:40:32 +00:00
version = "1.0.117"
2019-09-01 20:10:00 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e"
2019-09-01 20:10:00 +01:00
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.7",
"syn 1.0.48",
]
[[package]]
name = "serde_json"
version = "1.0.59"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
dependencies = [
"itoa",
"ryu",
"serde",
2019-09-01 20:10:00 +01:00
]
[[package]]
name = "sha2"
2020-11-07 10:40:32 +00:00
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8"
dependencies = [
2020-11-07 10:40:32 +00:00
"block-buffer",
"cfg-if 1.0.0",
"cpuid-bool",
"digest",
"opaque-debug",
]
[[package]]
name = "smallvec"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
[[package]]
name = "syn"
version = "0.15.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
dependencies = [
"proc-macro2 0.4.30",
"quote 0.6.13",
"unicode-xid 0.1.0",
]
2019-01-12 14:39:20 +00:00
[[package]]
name = "syn"
2020-11-07 10:40:32 +00:00
version = "1.0.48"
2019-01-12 14:39:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac"
2019-01-12 14:39:20 +00:00
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.7",
"unicode-xid 0.2.1",
2019-09-01 20:10:00 +01:00
]
2019-01-12 14:39:20 +00:00
[[package]]
name = "tempdir"
version = "0.3.7"
2019-01-12 14:39:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
2019-01-12 14:39:20 +00:00
dependencies = [
"rand 0.4.6",
"remove_dir_all",
2019-01-12 14:39:20 +00:00
]
2018-09-01 09:44:13 +01:00
[[package]]
name = "tempfile"
version = "3.1.0"
2018-09-01 09:44:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
2018-09-01 09:44:13 +01:00
dependencies = [
2020-11-07 10:40:32 +00:00
"cfg-if 0.1.10",
"libc",
"rand 0.7.3",
"redox_syscall",
"remove_dir_all",
"winapi",
2018-09-01 09:44:13 +01:00
]
[[package]]
name = "termios"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
dependencies = [
"libc",
]
[[package]]
name = "thiserror"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e9ae34b84616eedaaf1e9dd6026dbe00dcafa92aa0c8077cb69df1fcfe5e53e"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ba20f23e85b10754cd195504aebf6a27e2e6cbe28c17778a0c930724628dd56"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.7",
"syn 1.0.48",
]
[[package]]
name = "thread_local"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
dependencies = [
"lazy_static",
]
2018-09-02 11:13:37 +01:00
[[package]]
name = "time"
2020-11-07 10:40:32 +00:00
version = "0.1.44"
2018-09-02 11:13:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
2018-09-02 11:13:37 +01:00
dependencies = [
2020-11-07 10:40:32 +00:00
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
"winapi",
2018-09-02 11:13:37 +01:00
]
[[package]]
name = "typenum"
2020-11-07 10:40:32 +00:00
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
[[package]]
name = "unicode-width"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
2019-01-12 14:39:20 +00:00
[[package]]
name = "unicode-xid"
2020-11-07 10:40:32 +00:00
version = "0.2.1"
2019-01-12 14:39:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2019-01-12 14:39:20 +00:00
[[package]]
name = "uuid"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11"
dependencies = [
"rand 0.7.3",
]
2019-09-01 20:10:00 +01:00
[[package]]
2020-11-07 10:40:32 +00:00
name = "version_check"
version = "0.9.2"
2019-09-01 20:10:00 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
2019-09-01 20:10:00 +01:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2018-09-02 11:13:37 +01:00
[[package]]
name = "walkdir"
2020-11-07 10:40:32 +00:00
version = "2.3.1"
2018-09-02 11:13:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
2018-09-02 11:13:37 +01:00
dependencies = [
2020-11-07 10:40:32 +00:00
"same-file",
"winapi",
"winapi-util",
2018-09-02 11:13:37 +01:00
]
[[package]]
name = "wasi"
2020-11-07 10:40:32 +00:00
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "wasm-bindgen"
version = "0.2.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42"
dependencies = [
"cfg-if 0.1.10",
"serde",
"serde_json",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68"
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2 1.0.24",
"quote 1.0.7",
"syn 1.0.48",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038"
dependencies = [
"quote 1.0.7",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.7",
"syn 1.0.48",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307"
[[package]]
name = "web-sys"
version = "0.3.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bf6ef87ad7ae8008e15a355ce696bed26012b7caa21605188cfd8214ab51e2d"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2018-09-01 09:44:13 +01:00
[[package]]
name = "winapi"
2020-11-07 10:40:32 +00:00
version = "0.3.9"
2018-09-01 09:44:13 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2018-09-01 09:44:13 +01:00
dependencies = [
2020-11-07 10:40:32 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-09-01 09:44:13 +01:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2018-09-01 09:44:13 +01:00
2018-09-02 11:13:37 +01:00
[[package]]
name = "winapi-util"
2020-11-07 10:40:32 +00:00
version = "0.1.5"
2018-09-02 11:13:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2018-09-02 11:13:37 +01:00
dependencies = [
2020-11-07 10:40:32 +00:00
"winapi",
2018-09-02 11:13:37 +01:00
]
2018-09-01 09:44:13 +01:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-07 10:40:32 +00:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"