zoxide/Cargo.lock

876 lines
21 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
2021-10-11 20:05:24 +00:00
[[package]]
name = "aho-corasick"
version = "0.7.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
dependencies = [
"memchr",
]
2020-03-09 19:49:45 +00:00
[[package]]
2020-10-18 09:22:13 +00:00
name = "anyhow"
version = "1.0.61"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "508b352bb5c066aac251f6daf6b36eccd03e8a88e8081cd44959ea277a3af9a8"
2020-10-18 09:22:13 +00:00
[[package]]
name = "askama"
2022-02-16 22:46:45 +00:00
version = "0.11.1"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-16 22:46:45 +00:00
checksum = "fb98f10f371286b177db5eeb9a6e5396609555686a35e1d4f7b9a9c6d8af0139"
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"
2022-02-16 22:46:45 +00:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-16 22:46:45 +00:00
checksum = "87bf87e6e8b47264efa9bde63d6225c6276a52e05e91bf37eaa8afd0032d6b71"
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"
2022-02-16 22:46:45 +00:00
version = "0.10.3"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-16 22:46:45 +00:00
checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
2020-03-09 19:49:45 +00:00
[[package]]
2020-10-18 09:22:13 +00:00
name = "askama_shared"
2022-03-06 23:37:05 +00:00
version = "0.12.2"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-06 23:37:05 +00:00
checksum = "bf722b94118a07fcbc6640190f247334027685d4e218b794dbfe17c32bf38ed0"
2020-10-18 09:22:13 +00:00
dependencies = [
"askama_escape",
2022-02-16 22:46:45 +00:00
"mime",
"mime_guess",
2020-10-18 09:22:13 +00:00
"nom",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "assert_cmd"
2022-01-20 21:44:28 +00:00
version = "2.0.4"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-20 21:44:28 +00:00
checksum = "93ae1ddd39efd67689deb1979d80bad3bf7f2b09c6e6117c8d1f2443b5e2f83e"
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"
2022-02-16 22:46:45 +00:00
version = "1.1.0"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-16 22:46:45 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
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 = "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"
version = "3.2.16"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3dbbb6653e7c55cc8595ad3e1f7be8f32aba4eb7ff7f0fd1163d4f3d137c0a9"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"atty",
"bitflags",
"clap_derive 3.2.15",
"clap_lex 0.2.4",
2020-10-18 09:22:13 +00:00
"indexmap",
"once_cell",
2020-10-18 09:22:13 +00:00
"strsim",
"termcolor",
"textwrap",
2020-03-09 19:49:45 +00:00
]
[[package]]
name = "clap"
version = "4.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "335867764ed2de42325fafe6d18b8af74ba97ee0c590fa016f157535b42ab04b"
dependencies = [
"atty",
"bitflags",
"clap_derive 4.0.18",
"clap_lex 0.3.0",
"once_cell",
"strsim",
"termcolor",
]
2020-03-09 19:49:45 +00:00
[[package]]
2022-01-03 00:22:55 +00:00
name = "clap_complete"
version = "4.0.3"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfe581a2035db4174cdbdc91265e1aba50f381577f0510d0ad36c7bc59cc84a3"
2020-10-18 09:22:13 +00:00
dependencies = [
"clap 4.0.18",
2020-10-18 09:22:13 +00:00
]
2020-03-09 19:49:45 +00:00
2021-05-03 21:03:23 +00:00
[[package]]
2022-01-03 00:22:55 +00:00
name = "clap_complete_fig"
version = "4.0.1"
2021-05-03 21:03:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b36d1abc7184a737efc9f589e6e783e8b56c72e71fca748cf9947ed0a6f46d44"
2021-05-03 21:03:23 +00:00
dependencies = [
"clap 4.0.18",
2022-01-03 00:22:55 +00:00
"clap_complete",
2021-05-03 21:03:23 +00:00
]
2021-10-20 22:23:20 +00:00
[[package]]
2022-01-03 00:22:55 +00:00
name = "clap_derive"
version = "3.2.15"
2021-10-20 22:23:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ba52acd3b0a5c33aeada5cdaa3267cdc7c594a98731d4268cdc1532f4264cb4"
2021-10-20 22:23:20 +00:00
dependencies = [
2022-01-03 00:22:55 +00:00
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
2021-10-20 22:23:20 +00:00
]
[[package]]
name = "clap_derive"
version = "4.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16a1b0f6422af32d5da0c58e2703320f379216ee70198241c84173a8c5ac28f3"
dependencies = [
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
2022-04-22 07:41:11 +00:00
[[package]]
name = "clap_lex"
2022-07-01 09:33:30 +00:00
version = "0.2.4"
2022-04-22 07:41:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 09:33:30 +00:00
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
2022-04-22 07:41:11 +00:00
dependencies = [
"os_str_bytes",
]
[[package]]
name = "clap_lex"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
dependencies = [
"os_str_bytes",
]
2021-10-11 20:05:24 +00:00
[[package]]
name = "crossbeam-utils"
version = "0.8.11"
2021-10-11 20:05:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
2021-10-11 20:05:24 +00:00
dependencies = [
"cfg-if",
"once_cell",
2021-10-11 20:05:24 +00:00
]
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]]
2021-11-30 21:48:33 +00:00
name = "dirs"
version = "4.0.0"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-11-30 21:48:33 +00:00
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
2020-03-09 19:49:45 +00:00
dependencies = [
2021-11-30 21:48:33 +00:00
"dirs-sys",
2020-03-09 19:49:45 +00:00
]
[[package]]
2021-11-30 21:48:33 +00:00
name = "dirs-sys"
2022-04-10 22:11:51 +00:00
version = "0.3.7"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-10 22:11:51 +00:00
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
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"
2022-07-01 09:33:30 +00:00
version = "1.7.0"
2022-05-19 11:07:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 09:33:30 +00:00
checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
2022-05-19 11:07:25 +00:00
2022-01-20 21:44:28 +00:00
[[package]]
name = "fastrand"
version = "1.8.0"
2022-01-20 21:44:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
2022-01-20 21:44:28 +00:00
dependencies = [
"instant",
]
2021-10-11 20:05:24 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2020-03-09 19:49:45 +00:00
[[package]]
name = "getrandom"
version = "0.2.7"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
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"
2021-10-11 20:05:24 +00:00
[[package]]
name = "globset"
version = "0.4.9"
2021-10-11 20:05:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"
2021-10-11 20:05:24 +00:00
dependencies = [
"aho-corasick",
"bstr",
"fnv",
"log",
"regex",
]
2020-10-18 09:22:13 +00:00
[[package]]
name = "hashbrown"
version = "0.12.3"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2020-09-15 21:20:58 +00:00
[[package]]
name = "heck"
2022-01-20 21:44:28 +00:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-20 21:44:28 +00:00
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
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",
]
2021-10-11 20:05:24 +00:00
[[package]]
name = "ignore"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
dependencies = [
"crossbeam-utils",
"globset",
"lazy_static",
"log",
"memchr",
"regex",
"same-file",
"thread_local",
"walkdir",
"winapi-util",
]
2020-10-18 09:22:13 +00:00
[[package]]
name = "indexmap"
version = "1.9.1"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
2020-10-18 09:22:13 +00:00
dependencies = [
"autocfg",
"hashbrown",
]
2022-01-20 21:44:28 +00:00
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
[[package]]
name = "itertools"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
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
[[package]]
name = "libc"
version = "0.2.131"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04c3b4822ccebfa39c02fc03d1534441b22ead323fa0f48bb7ddd8e6ba076a40"
2020-10-18 09:22:13 +00:00
2021-10-11 20:05:24 +00:00
[[package]]
name = "log"
2022-05-19 11:07:25 +00:00
version = "0.4.17"
2021-10-11 20:05:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 11:07:25 +00:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2021-10-11 20:05:24 +00:00
dependencies = [
"cfg-if",
]
2020-10-18 09:22:13 +00:00
[[package]]
name = "memchr"
2022-05-19 11:07:25 +00:00
version = "2.5.0"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 11:07:25 +00:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2020-10-18 09:22:13 +00:00
2022-02-16 22:46:45 +00:00
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "mime_guess"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
dependencies = [
"mime",
"unicase",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "nix"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
dependencies = [
"bitflags",
"cfg-if",
"libc",
]
2020-10-18 09:22:13 +00:00
[[package]]
name = "nom"
2022-04-10 22:11:51 +00:00
version = "7.1.1"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-10 22:11:51 +00:00
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
2020-10-18 09:22:13 +00:00
dependencies = [
"memchr",
"minimal-lexical",
2020-10-18 09:22:13 +00:00
]
2021-10-11 20:05:24 +00:00
[[package]]
name = "once_cell"
version = "1.13.0"
2021-10-11 20:05:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
2021-10-11 20:05:24 +00:00
2020-10-18 09:22:13 +00:00
[[package]]
name = "os_str_bytes"
version = "6.2.0"
2022-05-19 11:07:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "648001efe5d5c0102d8cea768e348da85d90af8ba91f0bea908f157951493cd4"
2022-05-19 11:07:25 +00:00
2020-10-18 09:22:13 +00:00
[[package]]
name = "predicates"
2022-01-20 21:44:28 +00:00
version = "2.1.1"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-20 21:44:28 +00:00
checksum = "a5aab5be6e4732b473071984b3164dbbfb7a3674d30ea5ff44410b6bcd960c3c"
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"
2022-01-20 21:44:28 +00:00
version = "1.0.3"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-20 21:44:28 +00:00
checksum = "da1c2388b1513e1b605fcec39a95e0a9e8ef088f71443ef37099fa9ae6673fcb"
2020-10-18 09:22:13 +00:00
[[package]]
name = "predicates-tree"
2022-01-20 21:44:28 +00:00
version = "1.0.5"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-20 21:44:28 +00:00
checksum = "4d86de6de25020a36c6d3643a86d9a6a9f552107c0559c60ea03551b5e16c032"
2020-10-18 09:22:13 +00:00
dependencies = [
"predicates-core",
2021-10-11 20:05:24 +00:00
"termtree",
2020-10-18 09:22:13 +00:00
]
[[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"
version = "1.0.43"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
2020-03-09 19:49:45 +00:00
dependencies = [
2022-05-19 11:07:25 +00:00
"unicode-ident",
2020-03-09 19:49:45 +00:00
]
[[package]]
name = "quote"
version = "1.0.21"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
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 = "redox_syscall"
version = "0.2.16"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2021-03-29 15:44:30 +00:00
dependencies = [
"bitflags",
]
2020-03-09 19:49:45 +00:00
[[package]]
name = "redox_users"
2022-04-10 22:11:51 +00:00
version = "0.4.3"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-10 22:11:51 +00:00
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
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",
2022-04-10 22:11:51 +00:00
"thiserror",
2020-03-09 19:49:45 +00:00
]
2021-10-11 20:05:24 +00:00
[[package]]
name = "regex"
version = "1.6.0"
2021-10-11 20:05:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
2021-10-11 20:05:24 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
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
2021-10-11 20:05:24 +00:00
[[package]]
name = "regex-syntax"
version = "0.6.27"
2021-10-11 20:05:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
2021-10-11 20:05:24 +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"
2022-07-01 09:33:30 +00:00
version = "0.15.0"
2022-05-19 11:07:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 09:33:30 +00:00
checksum = "e9c9dc66cc29792b663ffb5269be669f1613664e69ad56441fdb895c2347b930"
2022-05-19 11:07:25 +00:00
dependencies = [
"rstest_macros",
"rustc_version",
]
[[package]]
name = "rstest_macros"
2022-07-01 09:33:30 +00:00
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-01 09:33:30 +00:00
checksum = "5015e68a0685a95ade3eee617ff7101ab6a3fc689203101ca16ebc16f2b89c66"
dependencies = [
"cfg-if",
"proc-macro2",
"quote",
"rustc_version",
"syn",
]
2022-03-06 23:37:05 +00:00
[[package]]
name = "rstest_reuse"
version = "0.4.0"
2022-03-06 23:37:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9b5aed35457441e7e0db509695ba3932d4c47e046777141c167efe584d0ec17"
2022-03-06 23:37:05 +00:00
dependencies = [
"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-10-11 20:05:24 +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",
]
2020-11-10 19:11:26 +00:00
[[package]]
name = "semver"
version = "1.0.13"
2020-11-10 19:11:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93f6841e709003d68bb2deee8c343572bf446003ec20a583e76f7b15cebf3711"
2020-11-10 19:11:26 +00:00
2020-03-09 19:49:45 +00:00
[[package]]
name = "serde"
version = "1.0.143"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53e8e5d5b70924f74ff5c6d64d9a5acd91422117c60f48c4e07855238a254553"
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.143"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3d8e8de557aee63c26b85b947f5e59b690d0454c753f3adeb5cd7835ab88391"
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-10-11 20:05:24 +00:00
[[package]]
name = "shell-words"
2022-02-16 22:46:45 +00:00
version = "1.1.0"
2021-10-11 20:05:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-16 22:46:45 +00:00
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
2021-10-11 20:05:24 +00:00
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.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
dependencies = [
2020-10-18 09:22:13 +00:00
"proc-macro2",
"quote",
2022-05-19 11:07:25 +00:00
"unicode-ident",
]
[[package]]
2020-10-18 09:22:13 +00:00
name = "tempfile"
2022-01-20 21:44:28 +00:00
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-20 21:44:28 +00:00
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
dependencies = [
2021-03-29 15:44:30 +00:00
"cfg-if",
2022-01-20 21:44:28 +00:00
"fastrand",
2020-10-18 09:22:13 +00:00
"libc",
"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"
2022-03-06 23:37:05 +00:00
version = "1.1.3"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-06 23:37:05 +00:00
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
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
]
2021-10-11 20:05:24 +00:00
[[package]]
name = "termtree"
2022-01-20 21:44:28 +00:00
version = "0.2.4"
2021-10-11 20:05:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-20 21:44:28 +00:00
checksum = "507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b"
2021-10-11 20:05:24 +00:00
2020-03-09 19:49:45 +00:00
[[package]]
name = "textwrap"
2022-03-06 23:37:05 +00:00
version = "0.15.0"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-06 23:37:05 +00:00
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
2020-03-09 19:49:45 +00:00
2022-04-10 22:11:51 +00:00
[[package]]
name = "thiserror"
version = "1.0.32"
2022-04-10 22:11:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994"
2022-04-10 22:11:51 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.32"
2022-04-10 22:11:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21"
2022-04-10 22:11:51 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-10-18 09:22:13 +00:00
[[package]]
2021-10-11 20:05:24 +00:00
name = "thread_local"
2022-02-01 22:25:21 +00:00
version = "1.1.4"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-01 22:25:21 +00:00
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
2021-10-11 20:05:24 +00:00
dependencies = [
"once_cell",
]
2020-10-18 09:22:13 +00:00
2022-02-16 22:46:45 +00:00
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
2020-03-09 19:49:45 +00:00
[[package]]
2022-05-19 11:07:25 +00:00
name = "unicode-ident"
version = "1.0.3"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
2022-05-19 11:07:25 +00:00
[[package]]
name = "version_check"
2022-01-03 00:22:55 +00:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-03 00:22:55 +00:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
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-10-11 20:05:24 +00:00
[[package]]
name = "walkdir"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
"same-file",
"winapi",
"winapi-util",
]
2021-03-29 15:44:30 +00:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
2021-03-29 15:44:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2021-03-29 15:44:30 +00:00
2022-04-26 14:39:17 +00:00
[[package]]
name = "which"
version = "4.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
dependencies = [
"either",
"lazy_static",
"libc",
]
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-10-11 20:05:24 +00:00
[[package]]
name = "xtask"
version = "0.1.0"
dependencies = [
"anyhow",
"clap 3.2.16",
2021-10-11 20:05:24 +00:00
"ignore",
"shell-words",
]
2020-03-09 19:49:45 +00:00
[[package]]
name = "zoxide"
2022-09-02 08:29:24 +00:00
version = "0.8.3"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"anyhow",
"askama",
"assert_cmd",
"bincode",
"clap 4.0.18",
2022-01-03 00:22:55 +00:00
"clap_complete",
"clap_complete_fig",
2021-11-30 21:48:33 +00:00
"dirs",
2020-10-18 09:22:13 +00:00
"dunce",
"fastrand",
2020-10-18 09:22:13 +00:00
"glob",
"nix",
"rstest",
2022-03-06 23:37:05 +00:00
"rstest_reuse",
2020-10-18 09:22:13 +00:00
"serde",
"tempfile",
2022-04-26 14:39:17 +00:00
"which",
2020-10-18 09:22:13 +00:00
]