2019-02-20 20:45:33 -06:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2022-06-06 18:55:56 +00:00
|
|
|
version = 3
|
|
|
|
|
2018-11-05 21:34:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "abortable_parser"
|
2019-02-01 19:17:31 -06:00
|
|
|
version = "0.2.3"
|
2018-11-05 21:34:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 19:53:16 -05:00
|
|
|
checksum = "f1b5820556138ca74cc120d93d6724fbbdf4c8e130e640333d589a3f7ae747e4"
|
2018-11-05 21:34:12 -06:00
|
|
|
|
2019-01-07 19:27:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "0.7.15"
|
2019-01-07 19:27:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
|
2019-01-07 19:27:29 -06:00
|
|
|
dependencies = [
|
2021-03-10 19:53:16 -05:00
|
|
|
"memchr",
|
2019-01-07 19:27:29 -06:00
|
|
|
]
|
|
|
|
|
2018-08-13 23:11:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "0.11.0"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2019-01-13 15:00:26 -06:00
|
|
|
dependencies = [
|
2021-03-21 15:46:35 -04:00
|
|
|
"winapi",
|
2019-01-13 15:00:26 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.6"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
2019-01-13 15:00:26 -06:00
|
|
|
|
2018-08-13 23:11:35 -05:00
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.5.2"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
2018-08-13 23:11:35 -05:00
|
|
|
|
2019-01-13 15:00:26 -06:00
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2019-01-13 15:00:26 -06:00
|
|
|
dependencies = [
|
2021-03-21 15:46:35 -04:00
|
|
|
"hermit-abi",
|
2021-03-10 19:53:16 -05:00
|
|
|
"libc",
|
2021-03-21 15:46:35 -04:00
|
|
|
"winapi",
|
2019-01-13 15:00:26 -06:00
|
|
|
]
|
|
|
|
|
2018-08-13 23:11:35 -05:00
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.1"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2018-08-13 23:11:35 -05:00
|
|
|
|
2019-01-05 14:27:49 -06:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "0.13.0"
|
2019-01-05 14:27:49 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
2019-01-05 14:27:49 -06:00
|
|
|
|
2018-08-13 23:11:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bencher"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 19:53:16 -05:00
|
|
|
checksum = "7dfdb4953a096c551ce9ace855a604d702e6e62d77fac690575ae347571717f5"
|
2018-08-13 23:11:35 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "1.2.1"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2019-01-13 15:00:26 -06:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "blake2b_simd"
|
|
|
|
version = "0.5.11"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
|
2019-01-13 15:00:26 -06:00
|
|
|
dependencies = [
|
2021-03-21 15:46:35 -04:00
|
|
|
"arrayref",
|
2021-03-10 19:53:16 -05:00
|
|
|
"arrayvec",
|
|
|
|
"constant_time_eq",
|
2019-01-13 15:00:26 -06:00
|
|
|
]
|
|
|
|
|
2018-08-13 23:11:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "1.0.67"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
|
2018-08-13 23:11:35 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "1.0.0"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2018-08-13 23:11:35 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "2.33.3"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
2018-08-13 23:11:35 -05:00
|
|
|
dependencies = [
|
2021-03-10 19:53:16 -05:00
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
2021-03-21 15:46:35 -04:00
|
|
|
"bitflags",
|
2021-03-10 19:53:16 -05:00
|
|
|
"strsim",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2018-08-13 23:11:35 -05:00
|
|
|
]
|
|
|
|
|
2019-06-03 16:33:25 -05:00
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
2019-06-03 16:33:25 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
2019-06-03 16:33:25 -05:00
|
|
|
|
2019-01-13 15:00:26 -06:00
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.8.3"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
|
|
|
"lazy_static",
|
|
|
|
]
|
2019-01-13 15:00:26 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "3.0.1"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "142995ed02755914747cc6ca76fc7e4583cd18578746716d0508ea6ed558b9ff"
|
2019-01-13 15:00:26 -06:00
|
|
|
dependencies = [
|
2021-03-21 15:46:35 -04:00
|
|
|
"dirs-sys",
|
2019-01-13 15:00:26 -06:00
|
|
|
]
|
|
|
|
|
2018-08-13 23:11:35 -05:00
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
2018-08-13 23:11:35 -05:00
|
|
|
|
2019-01-13 15:00:26 -06:00
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.3.5"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
|
2019-01-13 15:00:26 -06:00
|
|
|
dependencies = [
|
2021-03-21 15:46:35 -04:00
|
|
|
"libc",
|
|
|
|
"redox_users 0.3.5",
|
|
|
|
"winapi",
|
2019-01-13 15:00:26 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
2019-01-13 15:00:26 -06:00
|
|
|
dependencies = [
|
2021-03-21 15:46:35 -04:00
|
|
|
"libc",
|
|
|
|
"redox_users 0.4.0",
|
|
|
|
"winapi",
|
2019-01-13 15:00:26 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "dtoa"
|
|
|
|
version = "0.4.7"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "88d7ed2934d741c6b37e33e3832298e8850b53fd2d2bea03873375596c7cea4e"
|
2019-01-13 15:00:26 -06:00
|
|
|
|
2018-08-13 23:11:35 -05:00
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "endian-type"
|
|
|
|
version = "0.1.2"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
|
2018-08-13 23:11:35 -05:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "fs2"
|
|
|
|
version = "0.4.3"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
2018-08-13 23:11:35 -05:00
|
|
|
dependencies = [
|
2021-03-21 15:46:35 -04:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
2018-08-13 23:11:35 -05:00
|
|
|
]
|
|
|
|
|
2019-01-07 19:27:29 -06:00
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.16"
|
2019-01-07 19:27:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
]
|
2018-08-25 18:38:44 -05:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "getrandom"
|
|
|
|
version = "0.2.2"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1",
|
|
|
|
]
|
2018-08-13 23:11:35 -05:00
|
|
|
|
2019-05-26 09:32:56 -05:00
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.18"
|
2019-05-26 09:32:56 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
|
2019-05-26 09:32:56 -05:00
|
|
|
dependencies = [
|
2021-03-21 15:46:35 -04:00
|
|
|
"libc",
|
2019-05-26 09:32:56 -05:00
|
|
|
]
|
|
|
|
|
2019-01-07 19:27:29 -06:00
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "itoa"
|
|
|
|
version = "0.4.7"
|
2019-01-07 19:27:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
|
2019-01-07 19:27:29 -06:00
|
|
|
|
2019-05-26 09:32:56 -05:00
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
2019-05-26 09:32:56 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-05-26 09:32:56 -05:00
|
|
|
|
2019-01-13 15:00:26 -06:00
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "libc"
|
2022-06-06 18:55:56 +00:00
|
|
|
version = "0.2.126"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-06 18:55:56 +00:00
|
|
|
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
|
2019-01-13 15:00:26 -06:00
|
|
|
|
2019-06-03 16:33:25 -05:00
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "linked-hash-map"
|
|
|
|
version = "0.5.4"
|
2019-06-03 16:33:25 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
|
2019-06-03 16:33:25 -05:00
|
|
|
|
2019-01-13 15:00:26 -06:00
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "log"
|
|
|
|
version = "0.4.14"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2019-01-13 15:00:26 -06:00
|
|
|
dependencies = [
|
2021-03-21 15:46:35 -04:00
|
|
|
"cfg-if",
|
2019-01-13 15:00:26 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "memchr"
|
|
|
|
version = "2.3.4"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
|
2019-01-13 15:00:26 -06:00
|
|
|
|
2022-06-06 18:55:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2019-01-13 15:00:26 -06:00
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "nibble_vec"
|
|
|
|
version = "0.1.0"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
|
2019-01-13 15:00:26 -06:00
|
|
|
dependencies = [
|
2021-03-21 15:46:35 -04:00
|
|
|
"smallvec",
|
2019-01-13 15:00:26 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "nix"
|
2022-06-06 18:55:56 +00:00
|
|
|
version = "0.20.2"
|
2019-06-03 16:33:25 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-06 18:55:56 +00:00
|
|
|
checksum = "f5e06129fb611568ef4e868c14b326274959aa70ff7776e9d55323531c374945"
|
2019-06-03 16:33:25 -05:00
|
|
|
dependencies = [
|
2021-03-21 15:46:35 -04:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
2021-03-10 19:53:16 -05:00
|
|
|
"libc",
|
2022-06-06 18:55:56 +00:00
|
|
|
"memoffset",
|
2019-06-03 16:33:25 -05:00
|
|
|
]
|
|
|
|
|
2019-01-13 15:00:26 -06:00
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "radix_trie"
|
|
|
|
version = "0.2.1"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
|
2019-01-13 15:00:26 -06:00
|
|
|
dependencies = [
|
2021-03-21 15:46:35 -04:00
|
|
|
"endian-type",
|
|
|
|
"nibble_vec",
|
2019-01-13 15:00:26 -06:00
|
|
|
]
|
|
|
|
|
2018-08-13 23:11:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "0.1.57"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2018-08-13 23:11:35 -05:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.5"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
|
2018-08-13 23:11:35 -05:00
|
|
|
dependencies = [
|
2021-03-21 15:46:35 -04:00
|
|
|
"bitflags",
|
2018-08-13 23:11:35 -05:00
|
|
|
]
|
|
|
|
|
2019-01-13 15:00:26 -06:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "0.3.5"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
|
2019-01-13 15:00:26 -06:00
|
|
|
dependencies = [
|
2021-03-21 15:46:35 -04:00
|
|
|
"getrandom 0.1.16",
|
|
|
|
"redox_syscall 0.1.57",
|
|
|
|
"rust-argon2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.2.2",
|
|
|
|
"redox_syscall 0.2.5",
|
2019-01-13 15:00:26 -06:00
|
|
|
]
|
|
|
|
|
2019-01-07 19:27:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "1.4.5"
|
2019-01-07 19:27:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "957056ecddbeba1b26965114e191d2e8589ce74db242b6ea25fc4062427a5c19"
|
2019-01-07 19:27:29 -06:00
|
|
|
dependencies = [
|
2021-03-10 19:53:16 -05:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
2019-01-07 19:27:29 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "0.6.23"
|
2019-01-07 19:27:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "24d5f089152e60f62d28b835fbff2cd2e8dc0baf1ac13343bef92ab7eed84548"
|
2019-01-07 19:27:29 -06:00
|
|
|
|
2018-08-13 23:11:35 -05:00
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "rust-argon2"
|
|
|
|
version = "0.8.3"
|
2018-08-25 18:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
|
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"blake2b_simd",
|
|
|
|
"constant_time_eq",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
2018-08-25 18:38:44 -05:00
|
|
|
|
2019-05-26 09:32:56 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustyline"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "8.0.0"
|
2019-05-26 09:32:56 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "b9e1b597fcd1eeb1d6b25b493538e5aa19629eb08932184b85fef931ba87e893"
|
2019-05-26 09:32:56 -05:00
|
|
|
dependencies = [
|
2021-03-21 15:46:35 -04:00
|
|
|
"bitflags",
|
|
|
|
"cfg-if",
|
|
|
|
"dirs-next",
|
|
|
|
"fs2",
|
2021-03-10 19:53:16 -05:00
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
|
|
|
"nix",
|
2021-03-21 15:46:35 -04:00
|
|
|
"radix_trie",
|
|
|
|
"scopeguard",
|
|
|
|
"smallvec",
|
2021-03-10 19:53:16 -05:00
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
|
|
|
"utf8parse",
|
2021-03-21 15:46:35 -04:00
|
|
|
"winapi",
|
2019-05-26 09:32:56 -05:00
|
|
|
]
|
|
|
|
|
2018-08-25 18:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "1.0.5"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
2018-08-13 23:11:35 -05:00
|
|
|
|
2019-01-13 16:56:09 -06:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "1.0.6"
|
2019-01-13 16:56:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2019-01-13 16:56:09 -06:00
|
|
|
dependencies = [
|
2021-03-10 19:53:16 -05:00
|
|
|
"winapi-util",
|
2019-01-13 16:56:09 -06:00
|
|
|
]
|
|
|
|
|
2019-01-13 15:00:26 -06:00
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2019-01-13 15:00:26 -06:00
|
|
|
|
2018-08-13 23:11:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "1.0.124"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "bd761ff957cb2a45fbb9ab3da6512de9de55872866160b23c25f1a841e99d29f"
|
2018-08-13 23:11:35 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "1.0.64"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
|
2018-08-13 23:11:35 -05:00
|
|
|
dependencies = [
|
2021-03-10 19:53:16 -05:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2018-08-25 18:38:44 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2021-03-10 19:53:16 -05:00
|
|
|
version = "0.8.17"
|
2018-08-25 18:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 19:53:16 -05:00
|
|
|
checksum = "15654ed4ab61726bf918a39cb8d98a2e2995b002387807fa6ba58fdf7f59bb23"
|
2018-08-25 18:38:44 -05:00
|
|
|
dependencies = [
|
2021-03-10 19:53:16 -05:00
|
|
|
"dtoa",
|
|
|
|
"linked-hash-map",
|
|
|
|
"serde",
|
|
|
|
"yaml-rust",
|
2018-08-13 23:11:35 -05:00
|
|
|
]
|
|
|
|
|
2018-08-14 16:10:25 -05:00
|
|
|
[[package]]
|
|
|
|
name = "simple-error"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "0.2.3"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "cc47a29ce97772ca5c927f75bac34866b16d64e07f330c3248e2d7226623901b"
|
2019-01-13 15:00:26 -06:00
|
|
|
|
2018-08-13 23:11:35 -05:00
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "smallvec"
|
|
|
|
version = "1.6.1"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
2018-08-13 23:11:35 -05:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2018-08-13 23:11:35 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "0.11.0"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2018-08-13 23:11:35 -05:00
|
|
|
dependencies = [
|
2021-03-10 19:53:16 -05:00
|
|
|
"unicode-width",
|
2018-08-13 23:11:35 -05:00
|
|
|
]
|
|
|
|
|
2018-11-16 13:23:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "0.5.8"
|
2018-11-16 13:23:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
2018-11-16 13:23:29 -06:00
|
|
|
dependencies = [
|
2021-03-10 19:53:16 -05:00
|
|
|
"serde",
|
2018-11-16 13:23:29 -06:00
|
|
|
]
|
|
|
|
|
2018-08-13 23:11:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ucg"
|
2021-03-17 21:11:45 -04:00
|
|
|
version = "0.7.2"
|
2018-08-13 23:11:35 -05:00
|
|
|
dependencies = [
|
2021-03-10 19:53:16 -05:00
|
|
|
"abortable_parser",
|
|
|
|
"atty",
|
|
|
|
"base64",
|
|
|
|
"bencher",
|
|
|
|
"clap",
|
|
|
|
"dirs",
|
|
|
|
"regex",
|
|
|
|
"rustyline",
|
|
|
|
"serde_json",
|
|
|
|
"serde_yaml",
|
|
|
|
"simple-error",
|
|
|
|
"toml",
|
|
|
|
"unicode-segmentation",
|
|
|
|
"walkdir",
|
|
|
|
"xml-rs",
|
2018-08-13 23:11:35 -05:00
|
|
|
]
|
|
|
|
|
2019-01-18 19:58:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "1.7.1"
|
2019-01-18 19:58:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
|
2019-01-18 19:58:57 -06:00
|
|
|
|
2018-08-13 23:11:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "0.1.8"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
2019-01-07 19:27:29 -06:00
|
|
|
|
2019-05-26 09:32:56 -05:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "0.2.0"
|
2019-05-26 09:32:56 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372"
|
2019-05-26 09:32:56 -05:00
|
|
|
|
2018-08-13 23:11:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "0.8.2"
|
2019-05-26 09:32:56 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2019-05-26 09:32:56 -05:00
|
|
|
|
2019-01-13 16:56:09 -06:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "2.3.1"
|
2019-01-13 16:56:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
|
2019-01-13 16:56:09 -06:00
|
|
|
dependencies = [
|
2021-03-10 19:53:16 -05:00
|
|
|
"same-file",
|
2021-03-21 15:46:35 -04:00
|
|
|
"winapi",
|
2021-03-10 19:53:16 -05:00
|
|
|
"winapi-util",
|
2019-01-13 16:56:09 -06:00
|
|
|
]
|
|
|
|
|
2018-08-13 23:11:35 -05:00
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2018-08-13 23:11:35 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "0.3.9"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-08-13 23:11:35 -05:00
|
|
|
dependencies = [
|
2021-03-10 19:53:16 -05:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-08-13 23:11:35 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 19:53:16 -05:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-08-13 23:11:35 -05:00
|
|
|
|
2019-01-13 16:56:09 -06:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "0.1.5"
|
2019-01-13 16:56:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2019-01-13 16:56:09 -06:00
|
|
|
dependencies = [
|
2021-03-21 15:46:35 -04:00
|
|
|
"winapi",
|
2019-01-13 16:56:09 -06:00
|
|
|
]
|
|
|
|
|
2018-08-13 23:11:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-10 19:53:16 -05:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-08-13 23:11:35 -05:00
|
|
|
|
2018-12-10 21:25:10 -06:00
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
2021-03-21 15:46:35 -04:00
|
|
|
version = "0.8.3"
|
2018-12-10 21:25:10 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-21 15:46:35 -04:00
|
|
|
checksum = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a"
|
2018-12-10 21:25:10 -06:00
|
|
|
|
2018-08-25 18:38:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
2021-03-10 19:53:16 -05:00
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|