2020-03-09 19:49:45 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-07-29 03:50:40 +00:00
|
|
|
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"
|
|
|
|
|
2023-04-14 20:35:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2023-05-05 21:46:13 +00:00
|
|
|
version = "0.3.2"
|
2023-04-14 20:35:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-05 21:46:13 +00:00
|
|
|
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
|
2023-04-14 20:35:48 +00:00
|
|
|
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"
|
2023-05-05 21:46:13 +00:00
|
|
|
version = "1.0.1"
|
2023-04-14 20:35:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-05 21:46:13 +00:00
|
|
|
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
|
2023-04-14 20:35:48 +00:00
|
|
|
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"
|
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
|
|
|
]
|
|
|
|
|
2020-03-10 18:32:40 +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"
|
2020-03-10 18:32:40 +00:00
|
|
|
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",
|
|
|
|
"syn 2.0.15",
|
2020-10-18 09:22:13 +00:00
|
|
|
]
|
2020-03-10 18:32:40 +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"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "2.0.11"
|
2020-10-18 09:22:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "86d6b683edf8d1119fe420a94f8a7e389239666aa72e65495d91c00462510151"
|
2020-10-18 09:22:13 +00:00
|
|
|
dependencies = [
|
2023-04-14 20:35:48 +00:00
|
|
|
"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"
|
2021-04-28 20:01:00 +00:00
|
|
|
version = "1.3.3"
|
2020-03-09 19:49:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-28 20:01:00 +00:00
|
|
|
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-04-14 20:35:48 +00:00
|
|
|
version = "1.4.0"
|
2020-03-09 19:49:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
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"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "1.0.79"
|
2023-01-07 17:28:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
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
|
|
|
|
2022-10-29 14:16:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-05-05 21:46:13 +00:00
|
|
|
version = "4.2.7"
|
2022-10-29 14:16:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-05 21:46:13 +00:00
|
|
|
checksum = "34d21f9bf1b425d2968943631ec91202fe5e837264063503708b83013f8fc938"
|
2022-10-29 14:16:10 +00:00
|
|
|
dependencies = [
|
2023-04-14 20:35:48 +00:00
|
|
|
"clap_builder",
|
2022-10-29 15:58:53 +00:00
|
|
|
"clap_derive",
|
2022-10-29 14:16:10 +00:00
|
|
|
"once_cell",
|
2023-04-14 20:35:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2023-05-05 21:46:13 +00:00
|
|
|
version = "4.2.7"
|
2023-04-14 20:35:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-05 21:46:13 +00:00
|
|
|
checksum = "914c8c79fb560f238ef6429439a30023c862f7a28e688c58f7203f12b29970bd"
|
2023-04-14 20:35:48 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"bitflags",
|
|
|
|
"clap_lex",
|
2022-10-29 14:16:10 +00:00
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
2020-03-09 19:49:45 +00:00
|
|
|
[[package]]
|
2022-01-03 00:22:55 +00:00
|
|
|
name = "clap_complete"
|
2023-05-05 21:46:13 +00:00
|
|
|
version = "4.2.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 = "1a19591b2ab0e3c04b588a0e04ddde7b9eaa423646d1b4a8092879216bf47473"
|
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-04-14 20:35:48 +00:00
|
|
|
version = "4.2.0"
|
2021-05-03 21:03:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
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
|
|
|
]
|
|
|
|
|
2022-10-29 14:16:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "4.2.0"
|
2022-10-29 14:16:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4"
|
2022-10-29 14:16:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-14 20:35:48 +00:00
|
|
|
"syn 2.0.15",
|
2022-10-29 14:16:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "0.4.1"
|
2022-10-29 14:16:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "color-print"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2a5e6504ed8648554968650feecea00557a3476bc040d0ffc33080e66b646d0"
|
2022-10-29 14:16:10 +00:00
|
|
|
dependencies = [
|
2023-04-14 20:35:48 +00:00
|
|
|
"color-print-proc-macro",
|
2022-10-29 14:16:10 +00:00
|
|
|
]
|
|
|
|
|
2023-04-14 20:35:48 +00:00
|
|
|
[[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]]
|
2021-07-29 03:50:40 +00:00
|
|
|
name = "difflib"
|
|
|
|
version = "0.4.0"
|
2020-03-09 19:49:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-29 03:50:40 +00:00
|
|
|
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-05-05 21:46:13 +00:00
|
|
|
"windows-sys 0.48.0",
|
2020-03-09 19:49:45 +00:00
|
|
|
]
|
|
|
|
|
2020-04-09 18:43:16 +00:00
|
|
|
[[package]]
|
2020-10-18 09:22:13 +00:00
|
|
|
name = "doc-comment"
|
|
|
|
version = "0.3.3"
|
2020-04-09 18:43:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-18 09:22:13 +00:00
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
2020-04-09 18:43:16 +00:00
|
|
|
|
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
|
|
|
|
2021-07-29 03:50:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "1.8.1"
|
2022-05-19 11:07:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
2022-05-19 11:07:25 +00:00
|
|
|
|
2023-01-07 17:28:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "0.3.1"
|
2023-01-07 17:28:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
|
2023-01-07 17:28:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2023-04-14 20:35:48 +00:00
|
|
|
"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"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "1.9.0"
|
2022-01-20 21:44:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2022-01-20 21:44:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2020-03-09 19:49:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "0.2.9"
|
2020-03-09 19:49:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
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
|
|
|
|
2020-03-10 18:32:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "0.4.1"
|
2020-03-10 18:32:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
2020-03-10 18:32:40 +00:00
|
|
|
|
2020-03-09 19:49:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "0.3.1"
|
2020-03-09 19:49:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
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-04-14 20:35:48 +00:00
|
|
|
version = "1.0.10"
|
2023-01-07 17:28:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
|
2023-01-07 17:28:10 +00:00
|
|
|
dependencies = [
|
2023-04-14 20:35:48 +00:00
|
|
|
"hermit-abi",
|
2023-01-07 17:28:10 +00:00
|
|
|
"libc",
|
2023-04-14 20:35:48 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-01-07 17:28:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "is-terminal"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "0.4.7"
|
2023-01-07 17:28:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
|
2023-01-07 17:28:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"io-lifetimes",
|
|
|
|
"rustix",
|
2023-04-14 20:35:48 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-01-07 17:28:10 +00:00
|
|
|
]
|
|
|
|
|
2021-07-29 03:50:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2022-10-29 15:58:53 +00:00
|
|
|
version = "0.10.5"
|
2021-07-29 03:50:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-29 15:58:53 +00:00
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
2021-07-29 03:50:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2020-03-09 19:49:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-05-07 15:20:21 +00:00
|
|
|
version = "0.2.143"
|
2020-03-27 11:41:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-07 15:20:21 +00:00
|
|
|
checksum = "edc207893e85c5d6be840e969b496b53d94cec8be2d501b214f50daa97fa8024"
|
2023-01-07 17:28:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2023-05-05 21:46:13 +00:00
|
|
|
version = "0.3.7"
|
2021-10-11 20:05:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-05 21:46:13 +00:00
|
|
|
checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f"
|
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"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "0.3.17"
|
2022-02-16 22:46:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2021-12-20 15:59:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2022-03-09 08:13:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "0.26.2"
|
2022-03-09 08:13:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
|
2022-03-09 08:13:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-01-07 17:28:10 +00:00
|
|
|
"static_assertions",
|
2022-03-09 08:13:52 +00:00
|
|
|
]
|
|
|
|
|
2020-10-18 09:22:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "7.1.3"
|
2020-10-18 09:22:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2020-10-18 09:22:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
2021-12-20 15:59:11 +00:00
|
|
|
"minimal-lexical",
|
2020-10-18 09:22:13 +00:00
|
|
|
]
|
|
|
|
|
2021-10-11 20:05:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "1.17.1"
|
2021-10-11 20:05:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
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"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "0.15.6"
|
2022-05-19 11:07:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "e1358bd1558bd2a083fed428ffeda486fbfb323e698cdda7794259d592ca72db"
|
2023-01-07 17:28:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"aliasable",
|
|
|
|
"ouroboros_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ouroboros_macro"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "0.15.6"
|
2023-01-07 17:28:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "5f7d21ccd03305a674437ee1248f3ab5d4b1db095cf1caf49f1713ddf61956b7"
|
2023-01-07 17:28:10 +00:00
|
|
|
dependencies = [
|
|
|
|
"Inflector",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-14 20:35:48 +00:00
|
|
|
"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"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "3.0.3"
|
2020-10-18 09:22:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9"
|
2020-10-18 09:22:13 +00:00
|
|
|
dependencies = [
|
2023-04-14 20:35:48 +00:00
|
|
|
"anstyle",
|
2021-07-29 03:50:40 +00:00
|
|
|
"difflib",
|
|
|
|
"itertools",
|
2020-10-18 09:22:13 +00:00
|
|
|
"predicates-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-core"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "1.0.6"
|
2020-10-18 09:22:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
|
2020-10-18 09:22:13 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "predicates-tree"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "1.0.9"
|
2020-10-18 09:22:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
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
|
|
|
]
|
2020-03-29 06:25:21 +00:00
|
|
|
|
2020-03-10 18:32:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
2020-10-01 07:59:20 +00:00
|
|
|
version = "1.0.4"
|
2020-03-10 18:32:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-18 09:22:13 +00:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2020-03-10 18:32:40 +00:00
|
|
|
dependencies = [
|
2020-10-18 09:22:13 +00:00
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-14 20:35:48 +00:00
|
|
|
"syn 1.0.109",
|
2020-10-18 09:22:13 +00:00
|
|
|
"version_check",
|
2020-03-10 18:32:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
2020-10-01 07:59:20 +00:00
|
|
|
version = "1.0.4"
|
2020-03-10 18:32:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-18 09:22:13 +00:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2020-03-10 18:32:40 +00:00
|
|
|
dependencies = [
|
2020-10-18 09:22:13 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
2020-03-10 18:32:40 +00:00
|
|
|
]
|
|
|
|
|
2020-03-09 19:49:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "1.0.56"
|
2020-03-09 19:49:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
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"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "1.0.26"
|
2020-03-09 19:49:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
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
|
|
|
]
|
|
|
|
|
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"
|
2022-08-12 02:46:28 +00:00
|
|
|
version = "0.2.16"
|
2020-03-09 19:49:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-12 02:46:28 +00:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-03-29 15:44:30 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
2020-03-09 19:49:45 +00:00
|
|
|
|
2023-04-14 20:35:48 +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",
|
2023-04-14 20:35:48 +00:00
|
|
|
"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
|
|
|
|
2021-05-17 16:16:42 +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"
|
2021-05-17 16:16:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-05 21:46:13 +00:00
|
|
|
checksum = "290ca1a1c8ca7edb7c3283bd44dc35dd54fdec6253a3912e201ba1072018fca8"
|
2021-05-17 16:16:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustc_version",
|
2023-04-14 20:35:48 +00:00
|
|
|
"syn 1.0.109",
|
2023-01-07 17:28:10 +00:00
|
|
|
"unicode-ident",
|
2021-05-17 16:16:42 +00:00
|
|
|
]
|
|
|
|
|
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",
|
2023-04-14 20:35:48 +00:00
|
|
|
"syn 1.0.109",
|
2022-03-06 23:37:05 +00:00
|
|
|
]
|
|
|
|
|
2021-05-17 16:16:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
2021-08-05 13:52:13 +00:00
|
|
|
version = "0.4.0"
|
2021-05-17 16:16:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-05 13:52:13 +00:00
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
2021-05-17 16:16:42 +00:00
|
|
|
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-04-14 20:35:48 +00:00
|
|
|
"windows-sys 0.48.0",
|
2023-01-07 17:28:10 +00:00
|
|
|
]
|
|
|
|
|
2020-11-10 19:11:26 +00:00
|
|
|
[[package]]
|
2021-05-17 16:16:42 +00:00
|
|
|
name = "semver"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "1.0.17"
|
2020-11-10 19:11:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
|
2020-11-10 19:11:26 +00:00
|
|
|
|
2020-03-09 19:49:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-05-05 21:46:13 +00:00
|
|
|
version = "1.0.162"
|
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 = "71b2f6e1ab5c2b98c05f0f35b236b22e8df7ead6ffbf51d7808da7f8817e7ab6"
|
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-05-05 21:46:13 +00:00
|
|
|
version = "1.0.162"
|
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 = "a2a0814352fd64b58489904a44ea8d90cb1a91dcb6b4f5ebabc32c8318e93cb6"
|
2020-03-09 19:49:45 +00:00
|
|
|
dependencies = [
|
2020-10-18 09:22:13 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-14 20:35:48 +00:00
|
|
|
"syn 2.0.15",
|
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
|
|
|
|
2020-03-10 18:32:40 +00:00
|
|
|
[[package]]
|
2020-10-18 09:22:13 +00:00
|
|
|
name = "syn"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "1.0.109"
|
2020-03-10 18:32:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2020-03-10 18:32:40 +00:00
|
|
|
dependencies = [
|
2020-10-18 09:22:13 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-05-19 11:07:25 +00:00
|
|
|
"unicode-ident",
|
2020-03-10 18:32:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-04-14 20:35:48 +00:00
|
|
|
name = "syn"
|
|
|
|
version = "2.0.15"
|
2020-03-10 18:32:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
|
2020-03-10 18:32:40 +00:00
|
|
|
dependencies = [
|
2023-04-14 20:35:48 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
2020-03-10 18:32:40 +00:00
|
|
|
]
|
|
|
|
|
2020-03-09 19:49:45 +00:00
|
|
|
[[package]]
|
2023-04-14 20:35:48 +00:00
|
|
|
name = "tempfile"
|
|
|
|
version = "3.5.0"
|
2020-03-09 19:49:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
|
2020-03-09 19:49:45 +00:00
|
|
|
dependencies = [
|
2023-04-14 20:35:48 +00:00
|
|
|
"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"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "0.4.1"
|
2021-10-11 20:05:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
|
2021-10-11 20:05:24 +00:00
|
|
|
|
2022-04-10 22:11:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "1.0.40"
|
2022-04-10 22:11:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
|
2022-04-10 22:11:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "1.0.40"
|
2022-04-10 22:11:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
2022-04-10 22:11:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-14 20:35:48 +00:00
|
|
|
"syn 2.0.15",
|
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-04-14 20:35:48 +00:00
|
|
|
version = "1.0.8"
|
2020-03-09 19:49:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
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
|
|
|
|
2020-03-10 18:32:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-03 00:22:55 +00:00
|
|
|
version = "0.9.4"
|
2020-03-10 18:32:40 +00:00
|
|
|
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",
|
|
|
|
]
|
2020-03-10 18:32:40 +00:00
|
|
|
|
2021-03-29 15:44:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-06-25 11:50:28 +00:00
|
|
|
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"
|
2022-06-25 11:50:28 +00:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2021-03-29 15:44:30 +00:00
|
|
|
|
2022-04-26 14:39:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "4.4.0"
|
2022-04-26 14:39:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
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
|
|
|
]
|
|
|
|
|
2023-01-07 17:28:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2023-04-14 20:35:48 +00:00
|
|
|
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"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2023-01-07 17:28:10 +00:00
|
|
|
dependencies = [
|
2023-04-14 20:35:48 +00:00
|
|
|
"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"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "0.42.2"
|
2023-01-07 17:28:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
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"
|
2023-04-14 20:35:48 +00:00
|
|
|
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"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
2023-01-07 17:28:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-04-14 20:35:48 +00:00
|
|
|
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"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
2023-01-07 17:28:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "0.48.0"
|
2023-01-07 17:28:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
2023-01-07 17:28:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "0.42.2"
|
2023-01-07 17:28:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
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"
|
2023-04-14 20:35:48 +00:00
|
|
|
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"
|
2023-04-14 20:35:48 +00:00
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
2023-01-07 17:28:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-04-14 20:35:48 +00:00
|
|
|
version = "0.48.0"
|
2023-01-07 17:28:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-14 20:35:48 +00:00
|
|
|
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",
|
2020-10-26 17:55:04 +00:00
|
|
|
"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",
|
2023-04-14 20:35:48 +00:00
|
|
|
"color-print",
|
2021-11-30 21:48:33 +00:00
|
|
|
"dirs",
|
2020-10-18 09:22:13 +00:00
|
|
|
"dunce",
|
2022-03-09 08:13:52 +00:00
|
|
|
"fastrand",
|
2020-10-18 09:22:13 +00:00
|
|
|
"glob",
|
2022-03-09 08:13:52 +00:00
|
|
|
"nix",
|
2023-01-07 17:28:10 +00:00
|
|
|
"ouroboros",
|
2021-05-17 16:16:42 +00:00
|
|
|
"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
|
|
|
]
|