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"
|
2022-12-06 15:19:58 -05:00
|
|
|
version = "0.7.20"
|
2019-01-07 19:27:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
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 = "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
|
|
|
]
|
|
|
|
|
2022-12-06 15:19:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
2019-01-05 14:27:49 -06:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2022-12-06 15:19:58 -05:00
|
|
|
version = "0.13.1"
|
2019-01-05 14:27:49 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
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
|
|
|
|
2018-08-13 23:11:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-12-06 15:19:58 -05:00
|
|
|
version = "1.0.78"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
|
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"
|
2022-12-06 15:19:58 -05:00
|
|
|
version = "2.33.4"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "826bf7bc84f9435630275cb8e802a4a0ec792b615969934bd16d42ffed10f207"
|
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]]
|
2022-12-06 15:19:58 -05:00
|
|
|
name = "clipboard-win"
|
|
|
|
version = "4.5.0"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362"
|
2021-03-21 15:46:35 -04:00
|
|
|
dependencies = [
|
2022-12-06 15:19:58 -05:00
|
|
|
"error-code",
|
|
|
|
"str-buf",
|
|
|
|
"winapi",
|
2021-03-21 15:46:35 -04:00
|
|
|
]
|
2019-01-13 15:00:26 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
2022-12-06 15:19:58 -05:00
|
|
|
version = "4.0.0"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
|
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"
|
2022-12-06 15:19:58 -05:00
|
|
|
version = "0.3.7"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
2019-01-13 15:00:26 -06:00
|
|
|
dependencies = [
|
2021-03-21 15:46:35 -04:00
|
|
|
"libc",
|
2022-12-06 15:19:58 -05:00
|
|
|
"redox_users",
|
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 = "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",
|
2022-12-06 15:19:58 -05:00
|
|
|
"redox_users",
|
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 = "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]]
|
2022-12-06 15:19:58 -05:00
|
|
|
name = "error-code"
|
|
|
|
version = "2.3.1"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21"
|
2018-08-13 23:11:35 -05:00
|
|
|
dependencies = [
|
2021-03-21 15:46:35 -04:00
|
|
|
"libc",
|
2022-12-06 15:19:58 -05:00
|
|
|
"str-buf",
|
2018-08-13 23:11:35 -05:00
|
|
|
]
|
|
|
|
|
2019-01-07 19:27:29 -06:00
|
|
|
[[package]]
|
2022-12-06 15:19:58 -05:00
|
|
|
name = "fd-lock"
|
|
|
|
version = "2.0.0"
|
2019-01-07 19:27:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "0010f02effd88c702318c5dde0463206be67495d0b4d906ba7c0a8f166cc7f06"
|
2021-03-21 15:46:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-12-06 15:19:58 -05:00
|
|
|
"winapi",
|
2021-03-21 15:46:35 -04:00
|
|
|
]
|
2018-08-25 18:38:44 -05:00
|
|
|
|
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "getrandom"
|
2022-12-06 15:19:58 -05:00
|
|
|
version = "0.2.8"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
2021-03-21 15:46:35 -04:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2022-12-06 15:19:58 -05:00
|
|
|
"wasi",
|
2021-03-21 15:46:35 -04:00
|
|
|
]
|
2018-08-13 23:11:35 -05:00
|
|
|
|
2022-12-06 15:19:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
|
2019-05-26 09:32:56 -05:00
|
|
|
[[package]]
|
2021-03-21 15:46:35 -04:00
|
|
|
name = "hermit-abi"
|
2022-12-06 15:19:58 -05:00
|
|
|
version = "0.1.19"
|
2019-05-26 09:32:56 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
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]]
|
2022-12-06 15:19:58 -05:00
|
|
|
name = "indexmap"
|
|
|
|
version = "1.9.2"
|
2019-01-07 19:27:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
2019-01-07 19:27:29 -06:00
|
|
|
|
2019-05-26 09:32:56 -05:00
|
|
|
[[package]]
|
2022-12-06 15:19:58 -05:00
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.5"
|
2019-05-26 09:32:56 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
|
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-12-06 15:19:58 -05:00
|
|
|
version = "0.2.139"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
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"
|
2022-12-06 15:19:58 -05:00
|
|
|
version = "0.5.6"
|
2019-06-03 16:33:25 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
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"
|
2022-12-06 15:19:58 -05:00
|
|
|
version = "0.4.17"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
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"
|
2022-06-06 21:12:25 +00:00
|
|
|
version = "2.5.0"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-06 21:12:25 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
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]]
|
2022-12-06 15:19:58 -05:00
|
|
|
name = "proc-macro2"
|
|
|
|
version = "1.0.50"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2"
|
2019-01-13 15:00:26 -06:00
|
|
|
dependencies = [
|
2022-12-06 15:19:58 -05:00
|
|
|
"unicode-ident",
|
2019-01-13 15:00:26 -06:00
|
|
|
]
|
|
|
|
|
2018-08-13 23:11:35 -05:00
|
|
|
[[package]]
|
2022-12-06 15:19:58 -05:00
|
|
|
name = "quote"
|
|
|
|
version = "1.0.23"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
2018-08-13 23:11:35 -05:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-06 15:19:58 -05:00
|
|
|
name = "radix_trie"
|
|
|
|
version = "0.2.1"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
|
2018-08-13 23:11:35 -05:00
|
|
|
dependencies = [
|
2022-12-06 15:19:58 -05:00
|
|
|
"endian-type",
|
|
|
|
"nibble_vec",
|
2018-08-13 23:11:35 -05:00
|
|
|
]
|
|
|
|
|
2019-01-13 15:00:26 -06:00
|
|
|
[[package]]
|
2022-12-06 15:19:58 -05:00
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.16"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2019-01-13 15:00:26 -06:00
|
|
|
dependencies = [
|
2022-12-06 15:19:58 -05:00
|
|
|
"bitflags",
|
2021-03-21 15:46:35 -04:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2022-12-06 15:19:58 -05:00
|
|
|
version = "0.4.3"
|
2021-03-21 15:46:35 -04:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2021-03-21 15:46:35 -04:00
|
|
|
dependencies = [
|
2022-12-06 15:19:58 -05:00
|
|
|
"getrandom",
|
|
|
|
"redox_syscall",
|
|
|
|
"thiserror",
|
2019-01-13 15:00:26 -06:00
|
|
|
]
|
|
|
|
|
2019-01-07 19:27:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-12-06 15:19:58 -05:00
|
|
|
version = "1.7.1"
|
2019-01-07 19:27:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
|
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"
|
2022-12-06 15:19:58 -05:00
|
|
|
version = "0.6.28"
|
2019-01-07 19:27:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
2018-08-25 18:38:44 -05:00
|
|
|
|
2019-05-26 09:32:56 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustyline"
|
2022-12-06 15:19:58 -05:00
|
|
|
version = "8.2.0"
|
2019-05-26 09:32:56 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "fbd4eaf7a7738f76c98e4f0395253ae853be3eb018f7b0bb57fe1b6c17e31874"
|
2019-05-26 09:32:56 -05:00
|
|
|
dependencies = [
|
2021-03-21 15:46:35 -04:00
|
|
|
"bitflags",
|
|
|
|
"cfg-if",
|
2022-12-06 15:19:58 -05:00
|
|
|
"clipboard-win",
|
2021-03-21 15:46:35 -04:00
|
|
|
"dirs-next",
|
2022-12-06 15:19:58 -05:00
|
|
|
"fd-lock",
|
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"
|
2022-12-06 15:19:58 -05:00
|
|
|
version = "1.0.12"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
|
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"
|
2022-12-06 15:19:58 -05:00
|
|
|
version = "1.0.152"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
|
2018-08-13 23:11:35 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-12-06 15:19:58 -05:00
|
|
|
version = "1.0.91"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
|
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"
|
2022-12-06 15:19:58 -05:00
|
|
|
version = "0.8.26"
|
2018-08-25 18:38:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
|
2018-08-25 18:38:44 -05:00
|
|
|
dependencies = [
|
2022-12-06 15:19:58 -05:00
|
|
|
"indexmap",
|
|
|
|
"ryu",
|
2021-03-10 19:53:16 -05:00
|
|
|
"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"
|
2022-12-06 15:19:58 -05:00
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "str-buf"
|
|
|
|
version = "1.0.6"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0"
|
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
|
|
|
|
2022-12-06 15:19:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "1.0.107"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
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
|
|
|
]
|
|
|
|
|
2022-12-06 15:19:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
|
|
|
version = "1.0.38"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
|
|
|
version = "1.0.38"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2018-11-16 13:23:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2022-12-06 15:19:58 -05:00
|
|
|
version = "0.5.10"
|
2018-11-16 13:23:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f"
|
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
|
|
|
]
|
|
|
|
|
2022-12-06 15:19:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
|
|
|
|
|
2019-01-18 19:58:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2022-12-06 15:19:58 -05:00
|
|
|
version = "1.10.0"
|
2019-01-18 19:58:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
|
2019-01-18 19:58:57 -06:00
|
|
|
|
2018-08-13 23:11:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2022-12-06 15:19:58 -05:00
|
|
|
version = "0.1.10"
|
2019-01-13 15:00:26 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
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"
|
2022-12-06 15:19:58 -05:00
|
|
|
version = "2.3.2"
|
2019-01-13 16:56:09 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
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"
|
2022-12-06 15:19:58 -05:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2018-08-13 23:11:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
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"
|
2022-12-06 15:19:58 -05:00
|
|
|
version = "0.8.4"
|
2018-12-10 21:25:10 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 15:19:58 -05:00
|
|
|
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
|
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",
|
|
|
|
]
|