bakare/Cargo.lock

519 lines
13 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
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 = [
2020-11-07 10:40:32 +00:00
"cargo-husky",
"failure",
"hex",
"rust-crypto",
"serde",
"serde_cbor",
"sha2",
"tempfile",
"walkdir",
]
[[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",
]
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
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 = "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 = "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 = "failure"
2020-11-07 10:40:32 +00:00
version = "0.1.8"
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 = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
2019-01-12 14:39:20 +00:00
dependencies = [
2020-11-07 10:40:32 +00:00
"backtrace",
"failure_derive",
2019-01-12 14:39:20 +00:00
]
[[package]]
name = "failure_derive"
2020-11-07 10:40:32 +00:00
version = "0.1.8"
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 = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
2019-01-12 14:39:20 +00:00
dependencies = [
2020-11-07 10:40:32 +00:00
"proc-macro2",
"quote",
"syn",
"synstructure",
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
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]]
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"
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]]
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]]
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
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
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 = [
2020-11-07 10:40:32 +00:00
"unicode-xid",
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 = [
2020-11-07 10:40:32 +00:00
"proc-macro2",
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
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 = "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 = "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
]
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 = [
2020-11-07 10:40:32 +00:00
"proc-macro2",
"quote",
"syn",
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",
]
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 = [
2020-11-07 10:40:32 +00:00
"proc-macro2",
"quote",
"unicode-xid",
2019-09-01 20:10:00 +01:00
]
2019-01-12 14:39:20 +00:00
[[package]]
name = "synstructure"
2020-11-07 10:40:32 +00:00
version = "0.12.4"
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 = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
2019-01-12 14:39:20 +00:00
dependencies = [
2020-11-07 10:40:32 +00:00
"proc-macro2",
"quote",
"syn",
"unicode-xid",
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
]
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"
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
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
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"
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"