zoxide/Cargo.lock

729 lines
18 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.
version = 3
2020-03-09 19:49:45 +00:00
[[package]]
2020-10-18 09:22:13 +00:00
name = "anyhow"
2021-10-05 10:26:04 +00:00
version = "1.0.44"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-05 10:26:04 +00:00
checksum = "61604a8f862e1d5c3229fdd78f8b02c68dcf73a4c4b05fd636d12240aaa242c1"
2021-03-29 15:44:30 +00:00
[[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-09-06 21:11:17 +00:00
version = "2.0.1"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-06 21:11:17 +00:00
checksum = "b800c4403e8105d959595e1f88119e78bc12bc874c4336973658b648a746ba93"
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"
2021-08-31 10:59:57 +00:00
version = "1.3.2"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 10:59:57 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
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-10-05 10:26:04 +00:00
version = "0.2.17"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-05 10:26:04 +00:00
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
2021-03-29 15:44:30 +00:00
dependencies = [
"lazy_static",
"memchr",
"regex-automata",
]
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"
2021-08-15 11:56:56 +00:00
version = "3.0.0-beta.4"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 11:56:56 +00:00
checksum = "fcd70aa5597dbc42f7217a543f9ef2768b2ef823ba29036072d30e1d88e98406"
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",
"vec_map",
2020-03-09 19:49:45 +00:00
]
[[package]]
2020-10-18 09:22:13 +00:00
name = "clap_derive"
2021-08-15 11:56:56 +00:00
version = "3.0.0-beta.4"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 11:56:56 +00:00
checksum = "0b5bb0d655624a0b8770d1c178fb8ffcb1f91cc722cb08f451e3dc72465421ac"
2020-10-18 09:22:13 +00:00
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"
2021-08-15 11:56:56 +00:00
version = "3.0.0-beta.4"
2021-05-03 21:03:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 11:56:56 +00:00
checksum = "2d9b1abef93569f290952eff3c4a0a92d6767bb5158db095b4dc9a512b1c3643"
2021-05-03 21:03:23 +00:00
dependencies = [
"clap",
]
2020-03-09 19:49:45 +00:00
[[package]]
name = "difflib"
version = "0.4.0"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
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"
2021-06-10 03:15:59 +00:00
version = "1.0.2"
2020-05-15 14:10:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-10 03:15:59 +00:00
checksum = "453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541"
2020-05-15 14:10:54 +00:00
[[package]]
name = "either"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
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"
2020-03-09 19:49:45 +00:00
[[package]]
name = "getrandom"
2021-06-10 03:15:59 +00:00
version = "0.2.3"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-10 03:15:59 +00:00
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
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-06-18 07:30:55 +00:00
"wasi",
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.11.2"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2020-09-15 21:20:58 +00:00
[[package]]
name = "heck"
2021-06-10 03:15:59 +00:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-10 03:15:59 +00:00
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
2020-10-18 09:22:13 +00:00
"unicode-segmentation",
]
2020-03-09 19:49:45 +00:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"libc",
]
[[package]]
name = "indexmap"
version = "1.7.0"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
2020-10-18 09:22:13 +00:00
dependencies = [
"autocfg",
"hashbrown",
]
[[package]]
name = "itertools"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
dependencies = [
"either",
]
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-10-05 10:26:04 +00:00
version = "0.2.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-05 10:26:04 +00:00
checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6"
2020-10-18 09:22:13 +00:00
[[package]]
name = "memchr"
2021-08-31 10:59:57 +00:00
version = "2.4.1"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 10:59:57 +00:00
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2020-10-18 09:22:13 +00:00
[[package]]
name = "nom"
2021-08-31 10:59:57 +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-08-31 10:59:57 +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 = "ordered-float"
2021-09-06 21:11:17 +00:00
version = "2.8.0"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-06 21:11:17 +00:00
checksum = "97c9d06878b3a851e8026ef94bf7fef9ba93062cd412601da4d9cf369b1cc62d"
2020-10-18 09:22:13 +00:00
dependencies = [
"num-traits",
]
[[package]]
name = "os_str_bytes"
2021-08-15 11:56:56 +00:00
version = "3.1.0"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 11:56:56 +00:00
checksum = "6acbef58a60fe69ab50510a55bc8cdd4d6cf2283d27ad338f54cb52747a9cf2d"
[[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-08-31 10:59:57 +00:00
version = "2.0.2"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 10:59:57 +00:00
checksum = "c143348f141cc87aab5b950021bac6145d0e5ae754b0591de23244cee42c9308"
2020-10-18 09:22:13 +00:00
dependencies = [
"difflib",
"itertools",
2020-10-18 09:22:13 +00:00
"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-08-15 11:56:56 +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-08-15 11:56:56 +00:00
checksum = "d7dd0fd014130206c9352efbdc92be592751b2b9274dff685348341082c6ea3d"
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-08-31 10:59:57 +00:00
version = "1.0.29"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 10:59:57 +00:00
checksum = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d"
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-10-05 10:26:04 +00:00
version = "1.0.10"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-05 10:26:04 +00:00
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
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"
2021-06-18 07:30:55 +00:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-18 07:30:55 +00:00
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
dependencies = [
2021-03-29 15:44:30 +00:00
"libc",
2021-06-18 07:30:55 +00:00
"rand_chacha",
"rand_core",
"rand_hc",
2021-03-29 15:44:30 +00:00
]
[[package]]
name = "rand_chacha"
2021-06-10 03:15:59 +00:00
version = "0.3.1"
2021-03-29 15:44:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-10 03:15:59 +00:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2021-03-29 15:44:30 +00:00
dependencies = [
"ppv-lite86",
2021-06-18 07:30:55 +00:00
"rand_core",
]
[[package]]
name = "rand_core"
2021-06-18 07:30:55 +00:00
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-18 07:30:55 +00:00
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
dependencies = [
2021-06-18 07:30:55 +00:00
"getrandom",
]
[[package]]
name = "rand_hc"
2021-06-18 07:30:55 +00:00
version = "0.3.1"
2021-03-29 15:44:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-18 07:30:55 +00:00
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
2021-03-29 15:44:30 +00:00
dependencies = [
2021-06-18 07:30:55 +00:00
"rand_core",
]
2020-03-09 19:49:45 +00:00
[[package]]
name = "redox_syscall"
2021-08-15 11:56:56 +00:00
version = "0.2.10"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 11:56:56 +00:00
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
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-06-18 07:30:55 +00:00
"getrandom",
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"
2021-06-10 03:15:59 +00:00
version = "0.1.10"
2021-03-29 15:44:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-10 03:15:59 +00:00
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2021-03-29 15:44:30 +00:00
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
]
[[package]]
name = "rstest"
2021-08-05 13:52:13 +00:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-05 13:52:13 +00:00
checksum = "2288c66aeafe3b2ed227c981f364f9968fa952ef0b30e84ada4486e7ee24d00a"
dependencies = [
"cfg-if",
"proc-macro2",
"quote",
"rustc_version",
"syn",
]
[[package]]
name = "rustc_version"
2021-08-05 13:52:13 +00:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-05 13:52:13 +00:00
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
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 = "semver"
2021-08-05 13:52:13 +00:00
version = "1.0.4"
2020-11-10 19:11:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-05 13:52:13 +00:00
checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"
2020-11-10 19:11:26 +00:00
2020-03-09 19:49:45 +00:00
[[package]]
name = "serde"
2021-08-31 10:59:57 +00:00
version = "1.0.130"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 10:59:57 +00:00
checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
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-08-31 10:59:57 +00:00
version = "1.0.130"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 10:59:57 +00:00
checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
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-10-05 10:26:04 +00:00
version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-05 10:26:04 +00:00
checksum = "a4eac2e6c19f5c3abc0c229bea31ff0b9b091c7b14990e8924b92902a303a0c0"
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-06-18 07:30:55 +00:00
"rand",
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"
2021-08-15 11:56:56 +00:00
version = "0.14.2"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-15 11:56:56 +00:00
checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
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"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
2020-03-09 19:49:45 +00:00
[[package]]
name = "unicode-width"
2021-10-05 10:26:04 +00:00
version = "0.1.9"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-05 10:26:04 +00:00
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
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",
]
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-09-09 14:56:31 +00:00
version = "0.7.5"
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",
"ordered-float",
2021-06-18 07:30:55 +00:00
"rand",
"rstest",
2020-10-18 09:22:13 +00:00
"serde",
"tempfile",
]