zoxide/Cargo.lock

611 lines
16 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"
2020-11-10 19:11:26 +00:00
version = "1.0.34"
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 = "bf8dcb5b4bbaa28653b647d8c77bd4ed40183b48882e130c1f1ffb73de069fd7"
2020-10-18 09:22:13 +00:00
[[package]]
name = "askama"
version = "0.10.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 = "70a6e7ebd44d0047fd48206c83c5cd3214acc7b9d87f001da170145c47ef7d12"
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"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "e1d7169690c4f56343dcd821ab834972a22570a2662a19a84fd7775d5e1c3881"
dependencies = [
"askama_shared",
"proc-macro2",
"quote",
"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"
version = "0.10.4"
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 = "62fc272363345c8cdc030e4c259d9d028237f8b057dc9bb327772a257bde6bb5"
dependencies = [
"askama_escape",
"nom",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "assert_cmd"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c88b9ca26f9c16ec830350d309397e74ee9abdfd8eb1f71cb6ecc71a3fc818da"
dependencies = [
"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"
2020-07-03 17:36:24 +00:00
version = "1.3.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 = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"byteorder",
"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]]
name = "byteorder"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2020-03-09 19:49:45 +00:00
[[package]]
name = "cfg-if"
2020-10-01 07:59:20 +00:00
version = "0.1.10"
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 = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[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
[[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 = [
2020-10-18 09:22:13 +00:00
"cfg-if 1.0.0",
"dirs-sys-next",
2020-03-09 19:49:45 +00:00
]
[[package]]
2020-10-18 09:22:13 +00:00
name = "dirs-sys-next"
version = "0.1.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 = "99de365f605554ae33f115102a02057d4fc18b01f3284d6870be0938743cfe7d"
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
2020-03-09 19:49:45 +00:00
[[package]]
name = "getrandom"
2020-10-01 07:59:20 +00:00
version = "0.1.15"
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 = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"cfg-if 0.1.10",
"libc",
"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.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"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
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.17"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"libc",
]
[[package]]
name = "indexmap"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
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
[[package]]
name = "libc"
version = "0.2.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
2020-10-18 09:22:13 +00:00
[[package]]
name = "memchr"
2020-11-10 19:11:26 +00:00
version = "2.3.4"
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 = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
2020-10-18 09:22:13 +00:00
[[package]]
name = "nom"
version = "5.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
dependencies = [
"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"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad"
[[package]]
name = "ordered-float"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fe9037165d7023b1228bc4ae9a2fa1a2b0095eca6c2998c624723dfd01314a5"
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"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96bfead12e90dccead362d62bb2c90a5f6fc4584963645bc7f71a735e0b0735a"
dependencies = [
"difference",
"predicates-core",
]
[[package]]
name = "predicates-core"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178"
[[package]]
name = "predicates-tree"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e63c4859013b38a76eca2414c64911fba30def9e3202ac461a2d22831220124"
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"
2020-10-01 07:59:20 +00:00
version = "1.0.24"
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 = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
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"
version = "1.0.7"
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 = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
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
]
[[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 = [
2020-10-18 09:22:13 +00:00
"getrandom",
"libc",
"rand_chacha",
"rand_core",
"rand_hc",
]
[[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",
"rand_core",
]
[[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 = [
2020-10-18 09:22:13 +00:00
"getrandom",
]
[[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 = [
2020-10-18 09:22:13 +00:00
"rand_core",
]
2020-03-09 19:49:45 +00:00
[[package]]
name = "redox_syscall"
2020-10-01 07:59:20 +00:00
version = "0.1.57"
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 = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
2020-03-09 19:49:45 +00:00
[[package]]
name = "redox_users"
2020-10-01 07:59:20 +00:00
version = "0.3.5"
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 = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"getrandom",
"redox_syscall",
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
]
2020-11-10 19:11:26 +00:00
[[package]]
name = "seq-macro"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5b3bd665f328d73d7079123bfbd14a6edd74187667b5c6f340adfc65ea9d25a"
2020-03-09 19:49:45 +00:00
[[package]]
name = "serde"
version = "1.0.117"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a"
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"
version = "1.0.117"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e"
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
]
[[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"
version = "1.0.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac"
dependencies = [
2020-10-18 09:22:13 +00:00
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
2020-10-18 09:22:13 +00:00
name = "tempfile"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
dependencies = [
2020-10-18 09:22:13 +00:00
"cfg-if 0.1.10",
"libc",
"rand",
"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"
version = "1.1.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 = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
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"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
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"
2020-07-03 17:36:24 +00:00
version = "0.2.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 = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
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"
2020-05-24 21:25:00 +00:00
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-18 09:22:13 +00:00
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
[[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
[[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
[[package]]
name = "zoxide"
2020-10-30 18:52:09 +00:00
version = "0.5.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",
"dirs-next",
"dunce",
"glob",
"once_cell",
"ordered-float",
"rand",
2020-11-10 19:11:26 +00:00
"seq-macro",
2020-10-18 09:22:13 +00:00
"serde",
"tempfile",
]