fif/Cargo.lock

1098 lines
28 KiB
Plaintext
Raw Normal View History

2021-02-04 11:22:19 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-10-05 14:24:08 +00:00
version = 3
2021-02-04 11:22:19 +00:00
[[package]]
name = "arrayvec"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
[[package]]
name = "assert_cmd"
2023-01-01 21:36:11 +00:00
version = "2.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "fa3d466004a8b4cb1bc34044240a2fd29d17607e2e3bd613eb44fd48e8100da3"
dependencies = [
"bstr",
"doc-comment",
"predicates",
"predicates-core",
"predicates-tree",
"wait-timeout",
]
2021-02-04 11:22:19 +00:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
2023-01-01 21:36:11 +00:00
"hermit-abi 0.1.19",
2021-02-04 11:22:19 +00:00
"libc",
"winapi",
]
2021-02-05 09:24:08 +00:00
[[package]]
name = "autocfg"
version = "1.1.0"
2021-02-05 09:24:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2021-02-05 09:24:08 +00:00
2021-02-04 11:22:19 +00:00
[[package]]
name = "bitflags"
2021-12-17 00:05:04 +00:00
version = "1.3.2"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 00:05:04 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2021-02-04 11:22:19 +00:00
[[package]]
name = "bstr"
2023-01-01 21:36:11 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "b45ea9b00a7b3f2988e9a65ad3917e62123c38dba709b666506207be96d1790b"
dependencies = [
"memchr",
2023-01-01 21:36:11 +00:00
"once_cell",
"regex-automata",
2023-01-01 21:36:11 +00:00
"serde",
]
2021-04-14 09:10:07 +00:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2022-09-18 15:59:48 +00:00
[[package]]
name = "cc"
2023-01-01 21:36:11 +00:00
version = "1.0.78"
2022-09-18 15:59:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
2022-09-18 15:59:48 +00:00
2021-04-14 09:10:07 +00:00
[[package]]
name = "cfb"
2022-09-04 02:47:17 +00:00
version = "0.7.3"
2021-04-14 09:10:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-04 02:47:17 +00:00
checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
2021-04-14 09:10:07 +00:00
dependencies = [
"byteorder",
2022-05-19 21:18:57 +00:00
"fnv",
2021-04-14 09:10:07 +00:00
"uuid",
]
2021-02-04 11:22:19 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
2023-01-01 21:36:11 +00:00
version = "3.2.23"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
2021-02-04 11:22:19 +00:00
dependencies = [
"atty",
"bitflags",
2021-02-05 09:24:08 +00:00
"clap_derive",
"clap_lex",
2021-02-05 09:24:08 +00:00
"indexmap",
"once_cell",
2021-02-05 09:24:08 +00:00
"termcolor",
"terminal_size",
2021-02-04 11:22:19 +00:00
"textwrap",
2022-01-01 03:28:45 +00:00
"unicase",
2021-02-04 11:22:19 +00:00
]
2021-02-05 09:24:08 +00:00
[[package]]
name = "clap_derive"
version = "3.2.18"
2021-02-05 09:24:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea0c8bce528c4be4da13ea6fead8965e95b6073585a2f05204bd8f4119f82a65"
2021-02-05 09:24:08 +00:00
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
2022-09-04 02:47:17 +00:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-04 02:47:17 +00:00
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
dependencies = [
"os_str_bytes",
]
[[package]]
name = "crossbeam-channel"
2022-09-04 02:47:17 +00:00
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-04 02:47:17 +00:00
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
dependencies = [
2021-02-14 14:48:08 +00:00
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2022-09-04 02:47:17 +00:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-04 02:47:17 +00:00
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
dependencies = [
2021-02-14 14:48:08 +00:00
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2023-01-01 21:36:11 +00:00
version = "0.9.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
dependencies = [
2022-04-12 05:07:49 +00:00
"autocfg",
2021-02-14 14:48:08 +00:00
"cfg-if",
"crossbeam-utils",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
2023-01-01 21:36:11 +00:00
version = "0.8.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
dependencies = [
2021-02-14 14:48:08 +00:00
"cfg-if",
]
[[package]]
name = "difflib"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
2021-02-04 11:22:19 +00:00
[[package]]
name = "dirs-next"
version = "2.0.0"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
2021-02-04 11:22:19 +00:00
dependencies = [
2021-02-14 14:48:08 +00:00
"cfg-if",
"dirs-sys-next",
2021-02-04 11:22:19 +00:00
]
[[package]]
name = "dirs-sys-next"
version = "0.1.2"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
2021-02-04 11:22:19 +00:00
dependencies = [
"libc",
"redox_users",
"winapi",
]
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "either"
2022-09-04 02:47:17 +00:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-04 02:47:17 +00:00
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
2021-02-04 11:22:19 +00:00
[[package]]
name = "env_logger"
2023-01-01 21:36:11 +00:00
version = "0.10.0"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
2021-02-04 11:22:19 +00:00
dependencies = [
"log",
"termcolor",
]
2022-09-18 15:59:48 +00:00
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2021-02-21 14:07:50 +00:00
[[package]]
name = "exitcode"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de853764b47027c2e862a995c34978ffa63c1501f2e15f987ba11bd4f9bba193"
2022-01-17 00:25:44 +00:00
[[package]]
name = "fastrand"
2022-09-04 02:47:17 +00:00
version = "1.8.0"
2022-01-17 00:25:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-04 02:47:17 +00:00
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
2022-01-17 00:25:44 +00:00
dependencies = [
"instant",
]
2021-02-04 11:22:19 +00:00
[[package]]
name = "fif"
2022-09-04 03:52:37 +00:00
version = "0.6.0"
2021-02-04 11:22:19 +00:00
dependencies = [
"assert_cmd",
"cfg-if",
2021-02-05 09:24:08 +00:00
"clap",
2021-02-04 11:22:19 +00:00
"env_logger",
2021-02-21 14:07:50 +00:00
"exitcode",
"infer",
"itertools",
2021-02-04 11:22:19 +00:00
"log",
"maplit",
"mime",
"new_mime_guess",
"num_cpus",
"once_cell",
2021-11-22 22:38:43 +00:00
"parking_lot",
"rand",
"rayon",
"regex",
2021-05-05 22:57:42 +00:00
"serde",
"serde_json",
2021-02-04 11:22:19 +00:00
"smartstring",
"snailquote",
"tempfile",
2021-02-04 11:22:19 +00:00
"walkdir",
"xdg-mime",
]
2022-05-19 21:18:57 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2021-02-04 11:22:19 +00:00
[[package]]
name = "getrandom"
2023-01-01 21:36:11 +00:00
version = "0.2.8"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
2021-02-04 11:22:19 +00:00
dependencies = [
2021-02-14 14:48:08 +00:00
"cfg-if",
2021-02-04 11:22:19 +00:00
"libc",
"wasi",
]
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
2021-07-06 14:24:02 +00:00
[[package]]
name = "hashbrown"
2022-09-04 02:47:17 +00:00
version = "0.12.3"
2021-07-06 14:24:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-04 02:47:17 +00:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2021-07-06 14:24:02 +00:00
2021-02-04 11:22:19 +00:00
[[package]]
name = "heck"
2022-01-05 01:36:20 +00:00
version = "0.4.0"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-05 01:36:20 +00:00
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
2021-02-04 11:22:19 +00:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2021-02-04 11:22:19 +00:00
dependencies = [
"libc",
]
2023-01-01 21:36:11 +00:00
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
2021-02-05 09:24:08 +00:00
[[package]]
name = "indexmap"
2023-01-01 21:36:11 +00:00
version = "1.9.2"
2021-02-05 09:24:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
2021-02-05 09:24:08 +00:00
dependencies = [
"autocfg",
"hashbrown",
2021-02-05 09:24:08 +00:00
]
[[package]]
name = "infer"
2022-09-04 02:47:17 +00:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-04 02:47:17 +00:00
checksum = "f178e61cdbfe084aa75a2f4f7a25a5bb09701a47ae1753608f194b15783c937a"
2021-04-14 09:10:07 +00:00
dependencies = [
"cfb",
]
2021-11-22 22:38:43 +00:00
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
2022-09-18 15:59:48 +00:00
[[package]]
name = "io-lifetimes"
2023-01-01 21:36:11 +00:00
version = "1.0.3"
2022-09-18 15:59:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"
dependencies = [
"libc",
"windows-sys",
]
2022-09-18 15:59:48 +00:00
[[package]]
name = "itertools"
2023-01-01 21:36:11 +00:00
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
2021-05-05 22:57:42 +00:00
[[package]]
name = "itoa"
2023-01-01 21:36:11 +00:00
version = "1.0.5"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
2021-02-04 11:22:19 +00:00
[[package]]
name = "lexical-core"
version = "0.7.6"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
2021-02-04 11:22:19 +00:00
dependencies = [
"arrayvec",
"bitflags",
2021-02-14 14:48:08 +00:00
"cfg-if",
2021-02-04 11:22:19 +00:00
"ryu",
"static_assertions",
]
[[package]]
name = "libc"
2023-01-01 21:36:11 +00:00
version = "0.2.139"
2021-11-22 22:38:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
2021-11-22 22:38:43 +00:00
2022-09-18 15:59:48 +00:00
[[package]]
name = "linux-raw-sys"
2023-01-01 21:36:11 +00:00
version = "0.1.4"
2022-09-18 15:59:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
2022-09-18 15:59:48 +00:00
2021-11-22 22:38:43 +00:00
[[package]]
name = "lock_api"
2023-01-01 21:36:11 +00:00
version = "0.4.9"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2021-11-22 22:38:43 +00:00
dependencies = [
2022-04-12 05:07:49 +00:00
"autocfg",
2021-11-22 22:38:43 +00:00
"scopeguard",
]
2021-02-04 11:22:19 +00:00
[[package]]
name = "log"
2022-05-19 21:18:57 +00:00
version = "0.4.17"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 21:18:57 +00:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2021-02-04 11:22:19 +00:00
dependencies = [
2021-02-14 14:48:08 +00:00
"cfg-if",
2021-02-04 11:22:19 +00:00
]
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2021-02-04 11:22:19 +00:00
[[package]]
name = "memchr"
version = "2.5.0"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2021-02-04 11:22:19 +00:00
[[package]]
name = "memoffset"
2023-01-01 21:36:11 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
"autocfg",
]
2021-02-04 11:22:19 +00:00
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "new_mime_guess"
2022-02-26 23:51:43 +00:00
version = "4.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-26 23:51:43 +00:00
checksum = "c2d684d1b59e0dc07b37e2203ef576987473288f530082512aff850585c61b1f"
2021-02-04 11:22:19 +00:00
dependencies = [
"mime",
"phf",
"phf_codegen",
2021-02-04 11:22:19 +00:00
"unicase",
]
[[package]]
name = "nom"
version = "5.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
dependencies = [
"lexical-core",
"memchr",
"version_check",
]
[[package]]
name = "num_cpus"
2023-01-01 21:36:11 +00:00
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
dependencies = [
2023-01-01 21:36:11 +00:00
"hermit-abi 0.2.6",
"libc",
]
2021-02-04 11:22:19 +00:00
[[package]]
name = "once_cell"
2023-01-01 21:36:11 +00:00
version = "1.17.0"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
2021-02-04 11:22:19 +00:00
2021-02-05 09:24:08 +00:00
[[package]]
name = "os_str_bytes"
2023-01-01 21:36:11 +00:00
version = "6.4.1"
2021-02-05 09:24:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
2021-02-05 09:24:08 +00:00
2021-11-22 22:38:43 +00:00
[[package]]
name = "parking_lot"
2022-09-04 02:47:17 +00:00
version = "0.12.1"
2021-11-22 22:38:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-04 02:47:17 +00:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2021-11-22 22:38:43 +00:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2023-01-01 21:36:11 +00:00
version = "0.9.5"
2021-11-22 22:38:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba"
2021-11-22 22:38:43 +00:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
2022-02-03 05:51:20 +00:00
"windows-sys",
2021-11-22 22:38:43 +00:00
]
[[package]]
name = "phf"
2021-12-17 00:05:04 +00:00
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-17 00:05:04 +00:00
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
dependencies = [
"phf_shared",
]
[[package]]
name = "phf_codegen"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
dependencies = [
"phf_generator",
"phf_shared",
]
[[package]]
name = "phf_generator"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
dependencies = [
"phf_shared",
"rand",
]
[[package]]
name = "phf_shared"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
dependencies = [
"siphasher",
"unicase",
]
[[package]]
name = "ppv-lite86"
2023-01-01 21:36:11 +00:00
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "predicates"
2023-01-01 21:36:11 +00:00
version = "2.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"
dependencies = [
"difflib",
"itertools",
"predicates-core",
]
[[package]]
name = "predicates-core"
2023-01-01 21:36:11 +00:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "72f883590242d3c6fc5bf50299011695fa6590c2c70eac95ee1bdb9a733ad1a2"
[[package]]
name = "predicates-tree"
2023-01-01 21:36:11 +00:00
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "54ff541861505aabf6ea722d2131ee980b8276e10a1297b94e896dd8b621850d"
dependencies = [
"predicates-core",
"termtree",
]
2021-02-04 11:22:19 +00:00
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
[[package]]
name = "proc-macro2"
2023-01-01 21:36:11 +00:00
version = "1.0.49"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
2021-02-04 11:22:19 +00:00
dependencies = [
2022-05-19 21:18:57 +00:00
"unicode-ident",
2021-02-04 11:22:19 +00:00
]
[[package]]
name = "quote"
2023-01-01 21:36:11 +00:00
version = "1.0.23"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
2021-02-04 11:22:19 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
2021-06-13 06:47:39 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-13 06:47:39 +00:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
2022-09-18 15:59:48 +00:00
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-18 15:59:48 +00:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
[[package]]
name = "rayon"
2023-01-01 21:36:11 +00:00
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-01-01 21:36:11 +00:00
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
2021-02-04 11:22:19 +00:00
[[package]]
name = "redox_syscall"
2022-09-04 02:47:17 +00:00
version = "0.2.16"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-04 02:47:17 +00:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags",
]
2021-02-04 11:22:19 +00:00
[[package]]
name = "redox_users"
2022-04-12 05:07:49 +00:00
version = "0.4.3"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-12 05:07:49 +00:00
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
2021-02-04 11:22:19 +00:00
dependencies = [
"getrandom",
"redox_syscall",
2022-04-12 05:07:49 +00:00
"thiserror",
2021-02-04 11:22:19 +00:00
]
[[package]]
name = "regex"
2023-01-01 21:36:11 +00:00
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
dependencies = [
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
[[package]]
name = "regex-syntax"
2023-01-01 21:36:11 +00:00
version = "0.6.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
[[package]]
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
"winapi",
]
2022-09-18 15:59:48 +00:00
[[package]]
name = "rustix"
2023-01-01 21:36:11 +00:00
version = "0.36.6"
2022-09-18 15:59:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "4feacf7db682c6c329c4ede12649cd36ecab0f3be5b7d74e6a20304725db4549"
2022-09-18 15:59:48 +00:00
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys",
]
2021-02-04 11:22:19 +00:00
[[package]]
name = "ryu"
2023-01-01 21:36:11 +00:00
version = "1.0.12"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
2021-02-04 11:22:19 +00:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2021-05-05 22:57:42 +00:00
[[package]]
name = "serde"
2023-01-01 21:36:11 +00:00
version = "1.0.152"
2021-05-05 22:57:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
2021-05-05 22:57:42 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-01-01 21:36:11 +00:00
version = "1.0.152"
2021-05-05 22:57:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
2021-05-05 22:57:42 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2023-01-01 21:36:11 +00:00
version = "1.0.91"
2021-05-05 22:57:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
2021-05-05 22:57:42 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "siphasher"
2022-04-12 05:07:49 +00:00
version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-12 05:07:49 +00:00
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2021-11-22 22:38:43 +00:00
[[package]]
name = "smallvec"
2023-01-01 21:36:11 +00:00
version = "1.10.0"
2021-11-22 22:38:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2021-11-22 22:38:43 +00:00
2021-02-04 11:22:19 +00:00
[[package]]
name = "smartstring"
version = "1.0.1"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29"
2021-02-04 11:22:19 +00:00
dependencies = [
"autocfg",
2021-02-04 11:22:19 +00:00
"static_assertions",
"version_check",
2021-02-04 11:22:19 +00:00
]
[[package]]
name = "snailquote"
2021-10-20 17:12:10 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-20 17:12:10 +00:00
checksum = "ec62a949bda7f15800481a711909f946e1204f2460f89210eaf7f57730f88f86"
dependencies = [
"thiserror",
"unicode_categories",
]
2021-02-04 11:22:19 +00:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "syn"
2023-01-01 21:36:11 +00:00
version = "1.0.107"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
2021-02-04 11:22:19 +00:00
dependencies = [
"proc-macro2",
"quote",
2022-05-19 21:18:57 +00:00
"unicode-ident",
2021-02-04 11:22:19 +00:00
]
[[package]]
name = "tempfile"
2022-01-17 00:25:44 +00:00
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-17 00:25:44 +00:00
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
dependencies = [
"cfg-if",
2022-01-17 00:25:44 +00:00
"fastrand",
"libc",
"redox_syscall",
"remove_dir_all",
"winapi",
]
2021-02-04 11:22:19 +00:00
[[package]]
name = "termcolor"
2022-04-12 05:07:49 +00:00
version = "1.1.3"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-12 05:07:49 +00:00
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
2021-02-04 11:22:19 +00:00
dependencies = [
"winapi-util",
]
[[package]]
name = "terminal_size"
2023-01-01 21:36:11 +00:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "cb20089a8ba2b69debd491f8d2d023761cbf196e999218c591fa1e7e15a21907"
dependencies = [
2022-09-18 15:59:48 +00:00
"rustix",
"windows-sys",
]
[[package]]
name = "termtree"
2023-01-01 21:36:11 +00:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "95059e91184749cb66be6dc994f67f182b6d897cb3df74a5bf66b5e709295fd8"
2021-02-04 11:22:19 +00:00
[[package]]
name = "textwrap"
2023-01-01 21:36:11 +00:00
version = "0.16.0"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
2021-02-04 11:22:19 +00:00
dependencies = [
"terminal_size",
2021-02-04 11:22:19 +00:00
"unicode-width",
]
[[package]]
name = "thiserror"
2023-01-01 21:36:11 +00:00
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-01-01 21:36:11 +00:00
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-02-04 11:22:19 +00:00
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
[[package]]
2022-05-19 21:18:57 +00:00
name = "unicode-ident"
2023-01-01 21:36:11 +00:00
version = "1.0.6"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
2021-02-04 11:22:19 +00:00
[[package]]
2022-05-19 21:18:57 +00:00
name = "unicode-width"
2022-09-18 15:59:48 +00:00
version = "0.1.10"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-18 15:59:48 +00:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2021-02-04 11:22:19 +00:00
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
2021-04-14 09:10:07 +00:00
[[package]]
name = "uuid"
2023-01-01 21:36:11 +00:00
version = "1.2.2"
2021-04-14 09:10:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
2021-04-14 09:10:07 +00:00
2021-02-04 11:22:19 +00:00
[[package]]
name = "version_check"
version = "0.9.4"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2021-02-04 11:22:19 +00:00
[[package]]
name = "wait-timeout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
dependencies = [
"libc",
]
2021-02-04 11:22:19 +00:00
[[package]]
name = "walkdir"
version = "2.3.2"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2021-02-04 11:22:19 +00:00
dependencies = [
"same-file",
"winapi",
"winapi-util",
]
[[package]]
name = "wasi"
2022-09-04 02:47:17 +00:00
version = "0.11.0+wasi-snapshot-preview1"
2021-02-04 11:22:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-04 02:47:17 +00:00
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2021-02-04 11:22:19 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2022-02-03 05:51:20 +00:00
[[package]]
name = "windows-sys"
2023-01-01 21:36:11 +00:00
version = "0.42.0"
2022-02-03 05:51:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
2022-02-03 05:51:20 +00:00
dependencies = [
2023-01-01 21:36:11 +00:00
"windows_aarch64_gnullvm",
2022-02-03 05:51:20 +00:00
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
2023-01-01 21:36:11 +00:00
"windows_x86_64_gnullvm",
2022-02-03 05:51:20 +00:00
"windows_x86_64_msvc",
]
2023-01-01 21:36:11 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
2022-02-03 05:51:20 +00:00
[[package]]
name = "windows_aarch64_msvc"
2023-01-01 21:36:11 +00:00
version = "0.42.0"
2022-02-03 05:51:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
2022-02-03 05:51:20 +00:00
[[package]]
name = "windows_i686_gnu"
2023-01-01 21:36:11 +00:00
version = "0.42.0"
2022-02-03 05:51:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
2022-02-03 05:51:20 +00:00
[[package]]
name = "windows_i686_msvc"
2023-01-01 21:36:11 +00:00
version = "0.42.0"
2022-02-03 05:51:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
2022-02-03 05:51:20 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-01-01 21:36:11 +00:00
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.0"
2022-02-03 05:51:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
2022-02-03 05:51:20 +00:00
[[package]]
name = "windows_x86_64_msvc"
2023-01-01 21:36:11 +00:00
version = "0.42.0"
2022-02-03 05:51:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-01 21:36:11 +00:00
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
2022-02-03 05:51:20 +00:00
2021-02-04 11:22:19 +00:00
[[package]]
name = "xdg-mime"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87bf7b69bb50588d70a36e467be29d3df3e8c32580276d62eded9738c1a797aa"
2021-02-04 11:22:19 +00:00
dependencies = [
"dirs-next",
2021-02-04 11:22:19 +00:00
"glob",
"mime",
"nom",
"unicase",
]