zoxide/Cargo.lock

764 lines
19 KiB
Plaintext
Raw Normal View History

2020-03-09 19:49:45 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
2020-10-18 09:22:13 +00:00
name = "anyhow"
2021-03-29 15:44:30 +00:00
version = "1.0.40"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:44:30 +00:00
checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b"
[[package]]
name = "arrayvec"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
2020-10-18 09:22:13 +00:00
[[package]]
name = "askama"
2021-03-29 15:44:30 +00:00
version = "0.10.5"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:44:30 +00:00
checksum = "d298738b6e47e1034e560e5afe63aa488fea34e25ec11b855a76f0d7b8e73134"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"askama_derive",
"askama_escape",
"askama_shared",
2020-03-09 19:49:45 +00:00
]
[[package]]
2020-10-18 09:22:13 +00:00
name = "askama_derive"
2021-03-29 15:44:30 +00:00
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:44:30 +00:00
checksum = "ca2925c4c290382f9d2fa3d1c1b6a63fa1427099721ecca4749b154cc9c25522"
2020-10-18 09:22:13 +00:00
dependencies = [
"askama_shared",
"proc-macro2",
"syn",
]
2020-03-09 19:49:45 +00:00
[[package]]
2020-10-18 09:22:13 +00:00
name = "askama_escape"
version = "0.10.1"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "90c108c1a94380c89d2215d0ac54ce09796823cca0fd91b299cfff3b33e346fb"
2020-03-09 19:49:45 +00:00
[[package]]
2020-10-18 09:22:13 +00:00
name = "askama_shared"
2021-03-29 15:44:30 +00:00
version = "0.11.1"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:44:30 +00:00
checksum = "2582b77e0f3c506ec4838a25fa8a5f97b9bed72bb6d3d272ea1c031d8bd373bc"
2020-10-18 09:22:13 +00:00
dependencies = [
"askama_escape",
"nom",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "assert_cmd"
2021-03-29 15:44:30 +00:00
version = "1.0.3"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:44:30 +00:00
checksum = "f2475b58cd94eb4f70159f4fd8844ba3b807532fe3131b3373fae060bbe30396"
2020-10-18 09:22:13 +00:00
dependencies = [
2021-03-29 15:44:30 +00:00
"bstr",
2020-10-18 09:22:13 +00:00
"doc-comment",
"predicates",
"predicates-core",
"predicates-tree",
"wait-timeout",
]
2020-03-09 19:49:45 +00:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"hermit-abi",
"libc",
"winapi",
2020-03-09 19:49:45 +00:00
]
[[package]]
name = "autocfg"
2020-10-01 07:59:20 +00:00
version = "1.0.1"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2020-03-09 19:49:45 +00:00
[[package]]
name = "bincode"
version = "1.3.3"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"serde",
2020-03-09 19:49:45 +00:00
]
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2020-03-09 19:49:45 +00:00
[[package]]
2021-03-29 15:44:30 +00:00
name = "bitvec"
version = "0.19.5"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:44:30 +00:00
checksum = "8942c8d352ae1838c9dda0b0ca2ab657696ef2232a20147cf1b30ae1a9cb4321"
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
2020-03-09 19:49:45 +00:00
[[package]]
2021-03-29 15:44:30 +00:00
name = "bstr"
2021-05-01 21:56:12 +00:00
version = "0.2.16"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:56:12 +00:00
checksum = "90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279"
2021-03-29 15:44:30 +00:00
dependencies = [
"lazy_static",
"memchr",
"regex-automata",
]
[[package]]
name = "byteorder"
version = "1.4.3"
2021-03-29 15:44:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2020-10-18 09:22:13 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2020-03-09 19:49:45 +00:00
[[package]]
name = "clap"
2020-10-18 09:22:13 +00:00
version = "3.0.0-beta.2"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "4bd1061998a501ee7d4b6d449020df3266ca3124b941ec56cf2005c3779ca142"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"atty",
"bitflags",
"clap_derive",
"indexmap",
"lazy_static",
"os_str_bytes",
"strsim",
"termcolor",
"textwrap",
"unicode-width",
"vec_map",
2020-03-09 19:49:45 +00:00
]
[[package]]
2020-10-18 09:22:13 +00:00
name = "clap_derive"
version = "3.0.0-beta.2"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "370f715b81112975b1b69db93e0b56ea4cd4e5002ac43b2da8474106a54096a1"
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
2020-03-09 19:49:45 +00:00
2021-05-03 21:03:23 +00:00
[[package]]
name = "clap_generate"
version = "3.0.0-beta.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adf420f8b687b628d2915ccfd43a660c437a170432e3fbcb66944e8717a0d68f"
dependencies = [
"clap",
]
2020-03-09 19:49:45 +00:00
[[package]]
2020-10-18 09:22:13 +00:00
name = "difference"
version = "2.0.0"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
2020-03-09 19:49:45 +00:00
[[package]]
2020-10-18 09:22:13 +00:00
name = "dirs-next"
2020-11-10 19:11:26 +00:00
version = "2.0.0"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 19:11:26 +00:00
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
2020-03-09 19:49:45 +00:00
dependencies = [
2021-03-29 15:44:30 +00:00
"cfg-if",
2020-10-18 09:22:13 +00:00
"dirs-sys-next",
2020-03-09 19:49:45 +00:00
]
[[package]]
2020-10-18 09:22:13 +00:00
name = "dirs-sys-next"
2021-03-29 15:44:30 +00:00
version = "0.1.2"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:44:30 +00:00
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"libc",
"redox_users",
"winapi",
2020-03-09 19:49:45 +00:00
]
[[package]]
2020-10-18 09:22:13 +00:00
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2020-05-15 14:10:54 +00:00
[[package]]
2020-10-18 09:22:13 +00:00
name = "dunce"
version = "1.0.1"
2020-05-15 14:10:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "b2641c4a7c0c4101df53ea572bffdc561c146f6c2eb09e4df02bc4811e3feeb4"
2020-05-15 14:10:54 +00:00
2021-03-29 15:44:30 +00:00
[[package]]
name = "funty"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7"
[[package]]
name = "getrandom"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
"cfg-if",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
2020-03-09 19:49:45 +00:00
[[package]]
name = "getrandom"
2021-03-29 15:44:30 +00:00
version = "0.2.2"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:44:30 +00:00
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
2020-03-09 19:49:45 +00:00
dependencies = [
2021-03-29 15:44:30 +00:00
"cfg-if",
2020-10-18 09:22:13 +00:00
"libc",
2021-03-29 15:44:30 +00:00
"wasi 0.10.2+wasi-snapshot-preview1",
2020-03-09 19:49:45 +00:00
]
2020-09-15 21:20:58 +00:00
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "hashbrown"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
2020-09-15 21:20:58 +00:00
[[package]]
name = "heck"
2021-03-29 15:44:30 +00:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:44:30 +00:00
checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
dependencies = [
2020-10-18 09:22:13 +00:00
"unicode-segmentation",
]
2020-03-09 19:49:45 +00:00
[[package]]
name = "hermit-abi"
2021-03-29 15:44:30 +00:00
version = "0.1.18"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:44:30 +00:00
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"libc",
]
[[package]]
name = "indexmap"
2021-03-29 15:44:30 +00:00
version = "1.6.2"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:44:30 +00:00
checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
2020-10-18 09:22:13 +00:00
dependencies = [
"autocfg",
"hashbrown",
]
2020-03-09 19:49:45 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2020-03-09 19:49:45 +00:00
2021-03-29 15:44:30 +00:00
[[package]]
name = "lexical-core"
version = "0.7.6"
2021-03-29 15:44:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
2021-03-29 15:44:30 +00:00
dependencies = [
"arrayvec",
"bitflags",
"cfg-if",
"ryu",
"static_assertions",
]
2020-03-09 19:49:45 +00:00
[[package]]
name = "libc"
2021-05-01 21:56:12 +00:00
version = "0.2.94"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:56:12 +00:00
checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e"
2020-10-18 09:22:13 +00:00
[[package]]
name = "memchr"
2021-05-01 21:56:12 +00:00
version = "2.4.0"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:56:12 +00:00
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
2020-10-18 09:22:13 +00:00
[[package]]
name = "nom"
2021-03-29 15:44:30 +00:00
version = "6.1.2"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:44:30 +00:00
checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
2020-10-18 09:22:13 +00:00
dependencies = [
2021-03-29 15:44:30 +00:00
"bitvec",
"funty",
"lexical-core",
2020-10-18 09:22:13 +00:00
"memchr",
"version_check",
]
[[package]]
name = "num-traits"
2020-11-10 19:11:26 +00:00
version = "0.2.14"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 19:11:26 +00:00
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2020-10-18 09:22:13 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "once_cell"
2021-03-29 15:44:30 +00:00
version = "1.7.2"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:44:30 +00:00
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
2020-10-18 09:22:13 +00:00
[[package]]
name = "ordered-float"
2021-05-03 21:12:43 +00:00
version = "2.2.0"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-03 21:12:43 +00:00
checksum = "b50b8919aecb97e5ee9aceef27e24f39c46b11831130f4a6b7b091ec5de0de12"
2020-10-18 09:22:13 +00:00
dependencies = [
"num-traits",
]
[[package]]
name = "os_str_bytes"
2020-11-10 19:11:26 +00:00
version = "2.4.0"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 19:11:26 +00:00
checksum = "afb2e1c3ee07430c2cf76151675e583e0f19985fa6efae47d6848a3e2c824f85"
[[package]]
name = "ppv-lite86"
2020-11-10 19:11:26 +00:00
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-10 19:11:26 +00:00
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
2020-10-18 09:22:13 +00:00
[[package]]
name = "predicates"
2021-05-01 21:56:12 +00:00
version = "1.0.8"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:56:12 +00:00
checksum = "f49cfaf7fdaa3bfacc6fa3e7054e65148878354a5cfddcf661df4c851f8021df"
2020-10-18 09:22:13 +00:00
dependencies = [
"difference",
"predicates-core",
]
[[package]]
name = "predicates-core"
2021-03-29 15:44:30 +00:00
version = "1.0.2"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:44:30 +00:00
checksum = "57e35a3326b75e49aa85f5dc6ec15b41108cf5aee58eabb1f274dd18b73c2451"
2020-10-18 09:22:13 +00:00
[[package]]
name = "predicates-tree"
2021-03-29 15:44:30 +00:00
version = "1.0.2"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:44:30 +00:00
checksum = "15f553275e5721409451eb85e15fd9a860a6e5ab4496eb215987502b5f5391f2"
2020-10-18 09:22:13 +00:00
dependencies = [
"predicates-core",
"treeline",
]
[[package]]
name = "proc-macro-error"
2020-10-01 07:59:20 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
2020-10-18 09:22:13 +00:00
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
2020-10-01 07:59:20 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
2020-10-18 09:22:13 +00:00
"proc-macro2",
"quote",
"version_check",
]
2020-03-09 19:49:45 +00:00
[[package]]
name = "proc-macro2"
2021-04-08 18:52:07 +00:00
version = "1.0.26"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-08 18:52:07 +00:00
checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"unicode-xid",
2020-03-09 19:49:45 +00:00
]
[[package]]
name = "quote"
2021-03-29 15:44:30 +00:00
version = "1.0.9"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:44:30 +00:00
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"proc-macro2",
2020-03-09 19:49:45 +00:00
]
2021-03-29 15:44:30 +00:00
[[package]]
name = "radium"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8"
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
2021-03-29 15:44:30 +00:00
"getrandom 0.1.16",
"libc",
"rand_chacha 0.2.2",
"rand_core 0.5.1",
"rand_hc 0.2.0",
]
[[package]]
name = "rand"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
dependencies = [
2020-10-18 09:22:13 +00:00
"libc",
2021-03-29 15:44:30 +00:00
"rand_chacha 0.3.0",
"rand_core 0.6.2",
"rand_hc 0.3.0",
]
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
2020-10-18 09:22:13 +00:00
"ppv-lite86",
2021-03-29 15:44:30 +00:00
"rand_core 0.5.1",
]
[[package]]
name = "rand_chacha"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
dependencies = [
"ppv-lite86",
"rand_core 0.6.2",
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
2021-03-29 15:44:30 +00:00
"getrandom 0.1.16",
]
[[package]]
name = "rand_core"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
dependencies = [
"getrandom 0.2.2",
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
2021-03-29 15:44:30 +00:00
"rand_core 0.5.1",
]
[[package]]
name = "rand_hc"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
dependencies = [
"rand_core 0.6.2",
]
2020-03-09 19:49:45 +00:00
[[package]]
name = "redox_syscall"
2021-05-05 23:01:57 +00:00
version = "0.2.8"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-05 23:01:57 +00:00
checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc"
2021-03-29 15:44:30 +00:00
dependencies = [
"bitflags",
]
2020-03-09 19:49:45 +00:00
[[package]]
name = "redox_users"
2021-03-29 15:44:30 +00:00
version = "0.4.0"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:44:30 +00:00
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
2020-03-09 19:49:45 +00:00
dependencies = [
2021-03-29 15:44:30 +00:00
"getrandom 0.2.2",
2020-10-18 09:22:13 +00:00
"redox_syscall",
2020-03-09 19:49:45 +00:00
]
2021-03-29 15:44:30 +00:00
[[package]]
name = "regex-automata"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
dependencies = [
"byteorder",
]
2020-03-09 19:49:45 +00:00
[[package]]
2020-10-18 09:22:13 +00:00
name = "remove_dir_all"
version = "0.5.3"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"winapi",
2020-03-09 19:49:45 +00:00
]
2021-03-29 15:44:30 +00:00
[[package]]
name = "ryu"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2020-11-10 19:11:26 +00:00
[[package]]
name = "seq-macro"
version = "0.2.2"
2020-11-10 19:11:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a9f47faea3cad316faa914d013d24f471cd90bfca1a0c70f05a3f42c6441e99"
2020-11-10 19:11:26 +00:00
2020-03-09 19:49:45 +00:00
[[package]]
name = "serde"
2021-03-29 15:44:30 +00:00
version = "1.0.125"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:44:30 +00:00
checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"serde_derive",
2020-03-09 19:49:45 +00:00
]
[[package]]
name = "serde_derive"
2021-03-29 15:44:30 +00:00
version = "1.0.125"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:44:30 +00:00
checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"proc-macro2",
"quote",
"syn",
2020-03-09 19:49:45 +00:00
]
2021-03-29 15:44:30 +00:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2020-03-09 19:49:45 +00:00
[[package]]
name = "strsim"
2020-10-18 09:22:13 +00:00
version = "0.10.0"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2020-03-09 19:49:45 +00:00
[[package]]
2020-10-18 09:22:13 +00:00
name = "syn"
2021-05-05 23:01:57 +00:00
version = "1.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-05 23:01:57 +00:00
checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
dependencies = [
2020-10-18 09:22:13 +00:00
"proc-macro2",
"quote",
"unicode-xid",
]
2021-03-29 15:44:30 +00:00
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
[[package]]
2020-10-18 09:22:13 +00:00
name = "tempfile"
2021-03-29 15:44:30 +00:00
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:44:30 +00:00
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
dependencies = [
2021-03-29 15:44:30 +00:00
"cfg-if",
2020-10-18 09:22:13 +00:00
"libc",
2021-03-29 15:44:30 +00:00
"rand 0.8.3",
2020-10-18 09:22:13 +00:00
"redox_syscall",
"remove_dir_all",
"winapi",
]
2020-03-09 19:49:45 +00:00
[[package]]
2020-10-18 09:22:13 +00:00
name = "termcolor"
2021-03-29 15:44:30 +00:00
version = "1.1.2"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:44:30 +00:00
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"winapi-util",
2020-03-09 19:49:45 +00:00
]
[[package]]
name = "textwrap"
2020-10-18 09:22:13 +00:00
version = "0.12.1"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "203008d98caf094106cfaba70acfed15e18ed3ddb7d94e49baec153a2b462789"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"unicode-width",
2020-03-09 19:49:45 +00:00
]
2020-10-18 09:22:13 +00:00
[[package]]
name = "treeline"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
[[package]]
name = "unicode-segmentation"
2021-03-29 15:44:30 +00:00
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:44:30 +00:00
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
2020-03-09 19:49:45 +00:00
[[package]]
name = "unicode-width"
2020-07-03 17:36:24 +00:00
version = "0.1.8"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
2020-03-09 19:49:45 +00:00
[[package]]
name = "unicode-xid"
2021-05-01 21:56:12 +00:00
version = "0.2.2"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-05-01 21:56:12 +00:00
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
2020-03-09 19:49:45 +00:00
[[package]]
name = "vec_map"
2020-05-15 12:43:24 +00:00
version = "0.8.2"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2020-03-09 19:49:45 +00:00
[[package]]
name = "version_check"
2021-03-29 15:44:30 +00:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-29 15:44:30 +00:00
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
2020-10-18 09:22:13 +00:00
[[package]]
name = "wait-timeout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
dependencies = [
"libc",
]
2020-03-09 19:49:45 +00:00
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2020-03-09 19:49:45 +00:00
2021-03-29 15:44:30 +00:00
[[package]]
name = "wasi"
version = "0.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2020-03-09 19:49:45 +00:00
[[package]]
name = "winapi"
2020-07-03 17:36:24 +00:00
version = "0.3.9"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2020-03-09 19:49:45 +00:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
2020-03-09 19:49:45 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2020-03-09 19:49:45 +00:00
2021-03-29 15:44:30 +00:00
[[package]]
name = "wyz"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
2020-03-09 19:49:45 +00:00
[[package]]
name = "zoxide"
2021-05-01 21:56:12 +00:00
version = "0.7.0"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"anyhow",
"askama",
"assert_cmd",
"bincode",
2020-10-18 09:22:13 +00:00
"clap",
2021-05-03 21:03:23 +00:00
"clap_generate",
2020-10-18 09:22:13 +00:00
"dirs-next",
"dunce",
"glob",
"once_cell",
"ordered-float",
2021-03-29 15:44:30 +00:00
"rand 0.7.3",
2020-11-10 19:11:26 +00:00
"seq-macro",
2020-10-18 09:22:13 +00:00
"serde",
"tempfile",
]