zoxide/Cargo.lock

1116 lines
28 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"
2021-10-11 20:05:24 +00:00
[[package]]
name = "aho-corasick"
2023-01-07 17:28:10 +00:00
version = "0.7.20"
2021-10-11 20:05:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-07 17:28:10 +00:00
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
2021-10-11 20:05:24 +00:00
dependencies = [
"memchr",
]
2023-01-07 17:28:10 +00:00
[[package]]
name = "aliasable"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
[[package]]
name = "anstream"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e579a7752471abc2a8268df8b20005e3eadd975f585398f17efcfd8d4927371"
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 = [
"windows-sys 0.48.0",
]
[[package]]
name = "anstyle-wincon"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bcd8291a340dd8ac70e18878bc4501dd7b4ff970cfa21c207d36ece51ea88fd"
dependencies = [
"anstyle",
"windows-sys 0.48.0",
]
2020-03-09 19:49:45 +00:00
[[package]]
2020-10-18 09:22:13 +00:00
name = "anyhow"
version = "1.0.70"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
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 1.0.109",
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
[[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 1.0.109",
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
[[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"
version = "1.4.0"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09"
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"
version = "4.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b802d85aaf3a1cdb02b224ba472ebdea62014fccfcb269b95a4d76443b5ee5a"
dependencies = [
"clap_builder",
2022-10-29 15:58:53 +00:00
"clap_derive",
"once_cell",
]
[[package]]
name = "clap_builder"
version = "4.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14a1a858f532119338887a4b8e1af9c60de8249cd7bafd68036a489e261e37b6"
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"
version = "4.2.0"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01c22dcfb410883764b29953103d9ef7bb8fe21b3fa1158bc99986c2067294bd"
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"
version = "4.2.0"
2021-05-03 21:03:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3af28956330989baa428ed4d3471b853715d445c62de21b67292e22cf8a41fa"
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"
version = "4.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4"
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn 2.0.15",
]
[[package]]
name = "clap_lex"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1"
[[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"
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"
2022-10-29 15:58:53 +00:00
version = "1.0.3"
2020-05-15 14:10:54 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-29 15:58:53 +00:00
checksum = "0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c"
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",
"windows-sys 0.48.0",
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",
]
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.9"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
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
2021-10-11 20:05:24 +00:00
[[package]]
name = "globset"
2023-01-07 17:28:10 +00:00
version = "0.4.10"
2021-10-11 20:05:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-07 17:28:10 +00:00
checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
2021-10-11 20:05:24 +00:00
dependencies = [
"aho-corasick",
"bstr",
"fnv",
"log",
"regex",
]
[[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
2021-10-11 20:05:24 +00:00
[[package]]
name = "ignore"
version = "0.4.20"
2021-10-11 20:05:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
2021-10-11 20:05:24 +00:00
dependencies = [
"globset",
"lazy_static",
"log",
"memchr",
"regex",
"same-file",
"thread_local",
"walkdir",
"winapi-util",
]
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"
version = "1.0.10"
2023-01-07 17:28:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
2023-01-07 17:28:10 +00:00
dependencies = [
"hermit-abi",
2023-01-07 17:28:10 +00:00
"libc",
"windows-sys 0.48.0",
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",
"windows-sys 0.48.0",
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 = "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.141"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5"
2023-01-07 17:28:10 +00:00
[[package]]
name = "linux-raw-sys"
version = "0.3.1"
2023-01-07 17:28:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f"
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.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"
version = "1.17.1"
2021-10-11 20:05:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
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
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"
version = "1.0.56"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
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.26"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
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_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-10-11 20:05:24 +00:00
[[package]]
name = "regex"
version = "1.7.3"
2021-10-11 20:05:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"
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.29"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2020-03-09 19:49:45 +00:00
[[package]]
name = "rstest"
2023-01-07 17:28:10 +00:00
version = "0.16.0"
2022-05-19 11:07:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-07 17:28:10 +00:00
checksum = "b07f2d176c472198ec1e6551dc7da28f1c089652f66a7b722676c2238ebc0edf"
2022-05-19 11:07:25 +00:00
dependencies = [
"rstest_macros",
"rustc_version",
]
[[package]]
name = "rstest_macros"
2023-01-07 17:28:10 +00:00
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-07 17:28:10 +00:00
checksum = "7229b505ae0706e64f37ffc54a9c163e11022a6636d58fe1f3f52018257ff9f7"
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"
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 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"
version = "0.37.11"
2023-01-07 17:28:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85597d61f83914ddeba6a47b3b8ffe7365107221c2e557ed94426489fefb5f77"
2023-01-07 17:28:10 +00:00
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys 0.48.0",
2023-01-07 17:28:10 +00:00
]
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.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"
version = "1.0.160"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c"
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.160"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df"
2020-03-09 19:49:45 +00:00
dependencies = [
2020-10-18 09:22:13 +00:00
"proc-macro2",
"quote",
"syn 2.0.15",
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
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"
version = "2.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2020-03-09 19:49:45 +00:00
[[package]]
name = "tempfile"
version = "3.5.0"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
2020-03-09 19:49:45 +00:00
dependencies = [
"cfg-if",
"fastrand",
"redox_syscall 0.3.5",
"rustix",
"windows-sys 0.45.0",
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",
"syn 2.0.15",
2022-04-10 22:11:51 +00:00
]
2020-10-18 09:22:13 +00:00
[[package]]
2021-10-11 20:05:24 +00:00
name = "thread_local"
version = "1.1.7"
2020-10-18 09:22:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
2021-10-11 20:05:24 +00:00
dependencies = [
"cfg-if",
2021-10-11 20:05:24 +00:00
"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.8"
2020-03-09 19:49:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
[[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-10-11 20:05:24 +00:00
[[package]]
name = "walkdir"
version = "2.3.3"
2021-10-11 20:05:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
2021-10-11 20:05:24 +00:00
dependencies = [
"same-file",
"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.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
]
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
2023-01-07 17:28:10 +00:00
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets 0.42.2",
]
[[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 = [
"windows-targets 0.48.0",
]
[[package]]
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
dependencies = [
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
2023-01-07 17:28:10 +00:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
2023-01-07 17:28:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[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.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
2023-01-07 17:28:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
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"
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
2023-01-07 17:28:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
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.42.2"
2023-01-07 17:28:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
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"
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
2023-01-07 17:28:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
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
2021-10-11 20:05:24 +00:00
[[package]]
name = "xtask"
version = "0.1.0"
dependencies = [
"anyhow",
2022-10-29 15:58:53 +00:00
"clap",
2021-10-11 20:05:24 +00:00
"ignore",
"shell-words",
]
2020-03-09 19:49:45 +00:00
[[package]]
name = "zoxide"
2023-01-07 23:05:54 +00:00
version = "0.9.0"
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",
"fastrand",
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
]