zoxide/Cargo.lock

941 lines
24 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
2023-01-07 17:28:10 +00:00
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
[[package]]
name = "aliasable"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
[[package]]
name = "anstream"
2023-05-05 21:46:13 +00:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 21:46:13 +00:00
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is-terminal",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
[[package]]
name = "anstyle-parse"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
2023-06-10 19:37:07 +00:00
"windows-sys",
]
[[package]]
name = "anstyle-wincon"
2023-05-05 21:46:13 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 21:46:13 +00:00
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
dependencies = [
"anstyle",
2023-06-10 19:37:07 +00:00
"windows-sys",
]
2020-03-09 19:49:45 +00:00
[[package]]
2020-10-18 09:22:13 +00:00
name = "anyhow"
2023-05-05 21:46:13 +00:00
version = "1.0.71"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 21:46:13 +00:00
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
2020-10-18 09:22:13 +00:00
[[package]]
name = "askama"
2023-05-05 21:46:13 +00:00
version = "0.12.0"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 21:46:13 +00:00
checksum = "47cbc3cf73fa8d9833727bbee4835ba5c421a0d65b72daf9a7b5d0e0f9cfb57e"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"askama_derive",
"askama_escape",
2020-03-09 19:49:45 +00:00
]
[[package]]
2020-10-18 09:22:13 +00:00
name = "askama_derive"
2023-05-05 21:46:13 +00:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 21:46:13 +00:00
checksum = "c22fbe0413545c098358e56966ff22cdd039e10215ae213cfbd65032b119fc94"
2020-10-18 09:22:13 +00:00
dependencies = [
2023-05-05 21:46:13 +00:00
"mime",
"mime_guess",
"nom",
2020-10-18 09:22:13 +00:00
"proc-macro2",
2023-05-05 21:46:13 +00:00
"quote",
2023-06-10 19:37:07 +00:00
"syn 2.0.18",
2020-10-18 09:22:13 +00:00
]
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
2020-10-18 09:22:13 +00:00
[[package]]
name = "assert_cmd"
version = "2.0.11"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86d6b683edf8d1119fe420a94f8a7e389239666aa72e65495d91c00462510151"
2020-10-18 09:22:13 +00:00
dependencies = [
"anstyle",
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
2023-06-10 19:37:07 +00:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
2023-06-10 19:37:07 +00:00
version = "1.5.0"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-10 19:37:07 +00:00
checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5"
2021-03-29 15:44:30 +00:00
dependencies = [
"memchr",
2023-01-07 17:28:10 +00:00
"once_cell",
2021-03-29 15:44:30 +00:00
"regex-automata",
2023-01-07 17:28:10 +00:00
"serde",
2021-03-29 15:44:30 +00:00
]
2023-01-07 17:28:10 +00:00
[[package]]
name = "cc"
version = "1.0.79"
2023-01-07 17:28:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2023-01-07 17:28:10 +00:00
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"
2023-06-10 19:37:07 +00:00
version = "4.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-10 19:37:07 +00:00
checksum = "ca8f255e4b8027970e78db75e78831229c9815fdbfa67eb1a1b777a62e24b4a0"
dependencies = [
"clap_builder",
2022-10-29 15:58:53 +00:00
"clap_derive",
"once_cell",
]
[[package]]
name = "clap_builder"
2023-06-10 19:37:07 +00:00
version = "4.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-10 19:37:07 +00:00
checksum = "acd4f3c17c83b0ba34ffbc4f8bbd74f079413f747f84a6f89292f138057e36ab"
dependencies = [
"anstream",
"anstyle",
"bitflags",
"clap_lex",
"strsim",
]
2020-03-09 19:49:45 +00:00
[[package]]
2022-01-03 00:22:55 +00:00
name = "clap_complete"
2023-06-10 19:37:07 +00:00
version = "4.3.1"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-10 19:37:07 +00:00
checksum = "7f6b5c519bab3ea61843a7923d074b04245624bb84a64a8c150f5deb014e388b"
2020-10-18 09:22:13 +00:00
dependencies = [
2022-10-29 15:58:53 +00:00
"clap",
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"
2023-06-10 19:37:07 +00:00
version = "4.3.1"
2021-05-03 21:03:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-10 19:37:07 +00:00
checksum = "99fee1d30a51305a6c2ed3fc5709be3c8af626c9c958e04dd9ae94e27bcbce9f"
2021-05-03 21:03:23 +00:00
dependencies = [
2022-10-29 15:58:53 +00:00
"clap",
2022-01-03 00:22:55 +00:00
"clap_complete",
2021-05-03 21:03:23 +00:00
]
[[package]]
name = "clap_derive"
2023-06-10 19:37:07 +00:00
version = "4.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-10 19:37:07 +00:00
checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f"
dependencies = [
"heck",
"proc-macro2",
"quote",
2023-06-10 19:37:07 +00:00
"syn 2.0.18",
]
[[package]]
name = "clap_lex"
2023-06-10 19:37:07 +00:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-10 19:37:07 +00:00
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
[[package]]
name = "color-print"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2a5e6504ed8648554968650feecea00557a3476bc040d0ffc33080e66b646d0"
dependencies = [
"color-print-proc-macro",
]
[[package]]
name = "color-print-proc-macro"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d51beaa537d73d2d1ff34ee70bc095f170420ab2ec5d687ecd3ec2b0d092514b"
dependencies = [
"nom",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
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"
2023-05-05 21:46:13 +00:00
version = "5.0.1"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 21:46:13 +00:00
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
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"
2023-05-05 21:46:13 +00:00
version = "0.4.1"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 21:46:13 +00:00
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"libc",
2023-05-05 21:46:13 +00:00
"option-ext",
2020-10-18 09:22:13 +00:00
"redox_users",
2023-06-10 19:37:07 +00:00
"windows-sys",
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"
2023-05-05 21:46:13 +00:00
version = "1.0.4"
2020-05-15 14:10:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 21:46:13 +00:00
checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
2020-05-15 14:10:54 +00:00
[[package]]
name = "either"
version = "1.8.1"
2022-05-19 11:07:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2022-05-19 11:07:25 +00:00
2023-01-07 17:28:10 +00:00
[[package]]
name = "errno"
version = "0.3.1"
2023-01-07 17:28:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
2023-01-07 17:28:10 +00:00
dependencies = [
"errno-dragonfly",
"libc",
2023-06-10 19:37:07 +00:00
"windows-sys",
2023-01-07 17:28:10 +00:00
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2022-01-20 21:44:28 +00:00
[[package]]
name = "fastrand"
version = "1.9.0"
2022-01-20 21:44:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2022-01-20 21:44:28 +00:00
dependencies = [
"instant",
]
2023-06-10 19:37:07 +00:00
[[package]]
name = "fastrand"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
2020-03-09 19:49:45 +00:00
[[package]]
name = "getrandom"
2023-06-10 19:37:07 +00:00
version = "0.2.10"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-10 19:37:07 +00:00
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
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"
2023-01-07 17:28:10 +00:00
version = "0.3.1"
2020-09-15 21:20:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-07 17:28:10 +00:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2020-10-18 09:22:13 +00:00
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2020-03-09 19:49:45 +00:00
[[package]]
name = "hermit-abi"
version = "0.3.1"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
2020-10-18 09:22:13 +00:00
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",
]
2023-01-07 17:28:10 +00:00
[[package]]
name = "io-lifetimes"
2023-06-10 19:37:07 +00:00
version = "1.0.11"
2023-01-07 17:28:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-10 19:37:07 +00:00
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
2023-01-07 17:28:10 +00:00
dependencies = [
"hermit-abi",
2023-01-07 17:28:10 +00:00
"libc",
2023-06-10 19:37:07 +00:00
"windows-sys",
2023-01-07 17:28:10 +00:00
]
[[package]]
name = "is-terminal"
version = "0.4.7"
2023-01-07 17:28:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
2023-01-07 17:28:10 +00:00
dependencies = [
"hermit-abi",
"io-lifetimes",
"rustix",
2023-06-10 19:37:07 +00:00
"windows-sys",
2023-01-07 17:28:10 +00:00
]
[[package]]
name = "itertools"
2022-10-29 15:58:53 +00:00
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-29 15:58:53 +00:00
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
2020-03-09 19:49:45 +00:00
[[package]]
name = "libc"
2023-06-10 19:37:07 +00:00
version = "0.2.146"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-10 19:37:07 +00:00
checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
2023-01-07 17:28:10 +00:00
[[package]]
name = "linux-raw-sys"
2023-06-10 19:37:07 +00:00
version = "0.3.8"
2021-10-11 20:05:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-10 19:37:07 +00:00
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2021-10-11 20:05:24 +00:00
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.17"
2022-02-16 22:46:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2022-02-16 22:46:45 +00:00
[[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.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
dependencies = [
"bitflags",
"cfg-if",
"libc",
2023-01-07 17:28:10 +00:00
"static_assertions",
]
2020-10-18 09:22:13 +00:00
[[package]]
name = "nom"
version = "7.1.3"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
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"
2023-06-10 19:37:07 +00:00
version = "1.18.0"
2021-10-11 20:05:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-10 19:37:07 +00:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2023-01-07 17:28:10 +00:00
2023-05-05 21:46:13 +00:00
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2023-01-07 17:28:10 +00:00
[[package]]
name = "ouroboros"
version = "0.15.6"
2022-05-19 11:07:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1358bd1558bd2a083fed428ffeda486fbfb323e698cdda7794259d592ca72db"
2023-01-07 17:28:10 +00:00
dependencies = [
"aliasable",
"ouroboros_macro",
]
[[package]]
name = "ouroboros_macro"
version = "0.15.6"
2023-01-07 17:28:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f7d21ccd03305a674437ee1248f3ab5d4b1db095cf1caf49f1713ddf61956b7"
2023-01-07 17:28:10 +00:00
dependencies = [
"Inflector",
"proc-macro-error",
"proc-macro2",
"quote",
"syn 1.0.109",
2023-01-07 17:28:10 +00:00
]
2022-05-19 11:07:25 +00:00
2023-05-05 21:46:13 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2020-10-18 09:22:13 +00:00
[[package]]
name = "predicates"
version = "3.0.3"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9"
2020-10-18 09:22:13 +00:00
dependencies = [
"anstyle",
"difflib",
"itertools",
2020-10-18 09:22:13 +00:00
"predicates-core",
]
[[package]]
name = "predicates-core"
version = "1.0.6"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
2020-10-18 09:22:13 +00:00
[[package]]
name = "predicates-tree"
version = "1.0.9"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
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 1.0.109",
2020-10-18 09:22:13 +00:00
"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"
2023-06-10 19:37:07 +00:00
version = "1.0.60"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-10 19:37:07 +00:00
checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406"
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"
2023-06-10 19:37:07 +00:00
version = "1.0.28"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-10 19:37:07 +00:00
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
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
]
2023-05-05 21:46:13 +00:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
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_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
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",
"redox_syscall 0.2.16",
2022-04-10 22:11:51 +00:00
"thiserror",
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
[[package]]
name = "rstest"
2023-05-05 21:46:13 +00:00
version = "0.17.0"
2022-05-19 11:07:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 21:46:13 +00:00
checksum = "de1bb486a691878cd320c2f0d319ba91eeaa2e894066d8b5f8f117c000e9d962"
2022-05-19 11:07:25 +00:00
dependencies = [
"rstest_macros",
"rustc_version",
]
[[package]]
name = "rstest_macros"
2023-05-05 21:46:13 +00:00
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 21:46:13 +00:00
checksum = "290ca1a1c8ca7edb7c3283bd44dc35dd54fdec6253a3912e201ba1072018fca8"
dependencies = [
"cfg-if",
"proc-macro2",
"quote",
"rustc_version",
"syn 1.0.109",
2023-01-07 17:28:10 +00:00
"unicode-ident",
]
2022-03-06 23:37:05 +00:00
[[package]]
name = "rstest_reuse"
2023-05-05 21:46:13 +00:00
version = "0.5.0"
2022-03-06 23:37:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 21:46:13 +00:00
checksum = "45f80dcc84beab3a327bbe161f77db25f336a1452428176787c8c79ac79d7073"
2022-03-06 23:37:05 +00:00
dependencies = [
"quote",
2023-05-05 21:46:13 +00:00
"rand",
2022-03-06 23:37:05 +00:00
"rustc_version",
"syn 1.0.109",
2022-03-06 23:37:05 +00:00
]
[[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",
]
2023-01-07 17:28:10 +00:00
[[package]]
name = "rustix"
2023-05-05 21:46:13 +00:00
version = "0.37.19"
2023-01-07 17:28:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-05 21:46:13 +00:00
checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
2023-01-07 17:28:10 +00:00
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
2023-06-10 19:37:07 +00:00
"windows-sys",
2023-01-07 17:28:10 +00:00
]
2020-11-10 19:11:26 +00:00
[[package]]
name = "semver"
version = "1.0.17"
2020-11-10 19:11:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
2020-11-10 19:11:26 +00:00
2020-03-09 19:49:45 +00:00
[[package]]
name = "serde"
2023-06-10 19:37:07 +00:00
version = "1.0.164"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-10 19:37:07 +00:00
checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
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"
2023-06-10 19:37:07 +00:00
version = "1.0.164"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-10 19:37:07 +00:00
checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"proc-macro2",
"quote",
2023-06-10 19:37:07 +00:00
"syn 2.0.18",
2020-03-09 19:49:45 +00:00
]
2023-01-07 17:28:10 +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"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
2020-10-18 09:22:13 +00:00
"proc-macro2",
"quote",
2022-05-19 11:07:25 +00:00
"unicode-ident",
]
[[package]]
name = "syn"
2023-06-10 19:37:07 +00:00
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-10 19:37:07 +00:00
checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2020-03-09 19:49:45 +00:00
[[package]]
name = "tempfile"
2023-06-10 19:37:07 +00:00
version = "3.6.0"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-10 19:37:07 +00:00
checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
2020-03-09 19:49:45 +00:00
dependencies = [
2023-06-10 19:37:07 +00:00
"autocfg",
"cfg-if",
2023-06-10 19:37:07 +00:00
"fastrand 1.9.0",
"redox_syscall 0.3.5",
"rustix",
2023-06-10 19:37:07 +00:00
"windows-sys",
2020-03-09 19:49:45 +00:00
]
2021-10-11 20:05:24 +00:00
[[package]]
name = "termtree"
version = "0.4.1"
2021-10-11 20:05:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
2021-10-11 20:05:24 +00:00
2022-04-10 22:11:51 +00:00
[[package]]
name = "thiserror"
version = "1.0.40"
2022-04-10 22:11:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
2022-04-10 22:11:51 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.40"
2022-04-10 22:11:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
2022-04-10 22:11:51 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-06-10 19:37:07 +00:00
"syn 2.0.18",
2022-04-10 22:11:51 +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"
2023-06-10 19:37:07 +00:00
version = "1.0.9"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-10 19:37:07 +00:00
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
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-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.4.0"
2022-04-26 14:39:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
2022-04-26 14:39:17 +00:00
dependencies = [
"either",
"libc",
2022-10-29 15:58:53 +00:00
"once_cell",
2022-04-26 14:39:17 +00:00
]
[[package]]
name = "windows-sys"
version = "0.48.0"
2023-01-07 17:28:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2023-01-07 17:28:10 +00:00
dependencies = [
2023-06-10 19:37:07 +00:00
"windows-targets",
]
[[package]]
name = "windows-targets"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
dependencies = [
2023-06-10 19:37:07 +00:00
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
2023-01-07 17:28:10 +00:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2023-01-07 17:28:10 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2023-01-07 17:28:10 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2023-01-07 17:28:10 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
2023-01-07 17:28:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2023-01-07 17:28:10 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2023-01-07 17:28:10 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2023-01-07 17:28:10 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
2023-01-07 17:28:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2023-01-07 17:28:10 +00:00
2020-03-09 19:49:45 +00:00
[[package]]
name = "zoxide"
2023-05-07 15:20:21 +00:00
version = "0.9.1"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"anyhow",
"askama",
"assert_cmd",
"bincode",
2022-10-29 15:58:53 +00:00
"clap",
2022-01-03 00:22:55 +00:00
"clap_complete",
"clap_complete_fig",
"color-print",
2021-11-30 21:48:33 +00:00
"dirs",
2020-10-18 09:22:13 +00:00
"dunce",
2023-06-10 19:37:07 +00:00
"fastrand 2.0.0",
2020-10-18 09:22:13 +00:00
"glob",
"nix",
2023-01-07 17:28:10 +00:00
"ouroboros",
"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
]