2023-11-03 14:26:18 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
2024-11-28 08:41:15 +01:00
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
2023-11-03 22:40:19 +01:00
|
|
|
|
2023-11-05 12:46:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-03-21 10:12:20 +01:00
|
|
|
version = "1.1.3"
|
2023-11-05 12:46:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-21 10:12:20 +01:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2023-11-05 12:46:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-02-06 11:41:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "0.6.18"
|
2024-02-06 11:41:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
|
2024-02-06 11:41:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
2024-06-05 15:09:13 +02:00
|
|
|
"is_terminal_polyfill",
|
2024-02-06 11:41:50 +01:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "1.0.10"
|
2024-02-06 11:41:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
2024-02-06 11:41:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "0.2.6"
|
2024-02-06 11:41:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
2024-02-06 11:41:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "1.1.2"
|
2024-02-06 11:41:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
2024-02-06 11:41:50 +01:00
|
|
|
dependencies = [
|
2024-11-28 08:41:15 +01:00
|
|
|
"windows-sys 0.59.0",
|
2024-02-06 11:41:50 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "3.0.6"
|
2024-02-06 11:41:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
|
2024-02-06 11:41:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2024-11-28 08:41:15 +01:00
|
|
|
"windows-sys 0.59.0",
|
2024-02-06 11:41:50 +01:00
|
|
|
]
|
|
|
|
|
2023-11-07 09:51:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "1.0.93"
|
2023-11-07 09:51:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775"
|
2023-11-07 09:51:08 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "1.4.0"
|
2023-11-07 09:51:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2023-11-07 09:51:08 +01:00
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-06-05 15:09:13 +02:00
|
|
|
version = "0.22.1"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-05 15:09:13 +02:00
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
2023-11-03 22:40:19 +01:00
|
|
|
|
2023-11-07 09:51:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2024-02-15 09:24:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-06-27 07:57:21 +02:00
|
|
|
version = "2.6.0"
|
2024-02-15 09:24:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-27 07:57:21 +02:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2024-02-15 09:24:30 +01:00
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "1.2.1"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47"
|
|
|
|
dependencies = [
|
|
|
|
"shlex",
|
|
|
|
]
|
2023-11-03 22:40:19 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2024-02-15 08:48:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "4.5.21"
|
2024-02-15 08:48:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f"
|
2024-02-15 08:48:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "4.5.21"
|
2024-02-15 08:48:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec"
|
2024-02-15 08:48:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "4.5.18"
|
2024-02-15 08:48:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
|
2024-02-15 08:48:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "0.7.3"
|
2024-02-15 08:48:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7"
|
2024-02-15 08:48:26 +01:00
|
|
|
|
2024-02-06 11:41:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "1.0.3"
|
2024-02-06 11:41:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
2024-02-06 11:41:50 +01:00
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-06-05 15:09:13 +02:00
|
|
|
version = "1.4.2"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-05 15:09:13 +02:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2023-11-03 22:40:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-11-07 09:51:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
|
|
|
version = "0.25.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
|
|
|
|
dependencies = [
|
2024-02-15 09:24:30 +01:00
|
|
|
"bitflags 1.3.2",
|
2023-11-07 09:51:08 +01:00
|
|
|
"crossterm_winapi",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
|
|
|
"signal-hook",
|
|
|
|
"signal-hook-mio",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm_winapi"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
2024-01-26 16:50:44 +01:00
|
|
|
version = "0.3.11"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 16:50:44 +01:00
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
2023-11-03 22:40:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
]
|
|
|
|
|
2023-11-04 15:31:56 +01:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
|
|
|
version = "0.1.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
|
|
|
|
2024-02-15 09:24:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "directories"
|
|
|
|
version = "5.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"option-ext",
|
|
|
|
"redox_users",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2024-11-28 08:41:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "displaydoc"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-02-06 11:41:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "1.0.35"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
|
2023-11-03 22:40:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2024-01-26 16:50:44 +01:00
|
|
|
version = "1.2.1"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 16:50:44 +01:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2023-11-03 22:40:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-06-05 15:09:13 +02:00
|
|
|
version = "0.2.15"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-05 15:09:13 +02:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2023-11-03 22:40:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
2023-11-05 12:46:04 +01:00
|
|
|
[[package]]
|
2024-02-06 11:41:50 +01:00
|
|
|
name = "hashbrown"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "0.15.2"
|
2024-02-06 11:41:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
2024-02-06 11:41:50 +01:00
|
|
|
|
2024-02-15 08:48:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2024-03-21 10:12:20 +01:00
|
|
|
version = "0.5.0"
|
2024-02-15 08:48:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-21 10:12:20 +01:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2024-02-15 08:48:26 +01:00
|
|
|
|
2024-11-28 08:41:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "icu_collections"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"litemap",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_locid_transform_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_normalizer_data",
|
|
|
|
"icu_properties",
|
|
|
|
"icu_provider",
|
|
|
|
"smallvec",
|
|
|
|
"utf16_iter",
|
|
|
|
"utf8_iter",
|
|
|
|
"write16",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_locid_transform",
|
|
|
|
"icu_properties_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_provider_macros",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider_macros"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
|
|
|
dependencies = [
|
|
|
|
"idna_adapter",
|
|
|
|
"smallvec",
|
|
|
|
"utf8_iter",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna_adapter"
|
|
|
|
version = "1.2.0"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
2023-11-03 22:40:19 +01:00
|
|
|
dependencies = [
|
2024-11-28 08:41:15 +01:00
|
|
|
"icu_normalizer",
|
|
|
|
"icu_properties",
|
2023-11-03 22:40:19 +01:00
|
|
|
]
|
|
|
|
|
2023-11-05 12:46:04 +01:00
|
|
|
[[package]]
|
2024-02-06 11:41:50 +01:00
|
|
|
name = "indexmap"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "2.6.0"
|
2023-11-05 12:46:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
|
2023-11-05 12:46:04 +01:00
|
|
|
dependencies = [
|
2024-02-06 11:41:50 +01:00
|
|
|
"equivalent",
|
|
|
|
"hashbrown",
|
2023-11-05 12:46:04 +01:00
|
|
|
]
|
|
|
|
|
2024-06-05 15:09:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "is_terminal_polyfill"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "1.70.1"
|
2024-06-05 15:09:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
2024-06-05 15:09:13 +02:00
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "1.0.14"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
2023-11-03 22:40:19 +01:00
|
|
|
|
2023-11-07 09:51:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2024-06-27 07:57:21 +02:00
|
|
|
version = "1.5.0"
|
2023-11-07 09:51:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-27 07:57:21 +02:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2023-11-07 09:51:08 +01:00
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "0.2.166"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "c2ccc108bbc0b1331bd061864e7cd823c0cab660bbe6970e66e2c0614decde36"
|
2023-11-05 12:46:04 +01:00
|
|
|
|
2024-02-15 09:24:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libredox"
|
2024-06-05 15:09:13 +02:00
|
|
|
version = "0.1.3"
|
2024-02-15 09:24:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-05 15:09:13 +02:00
|
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
2024-02-15 09:24:30 +01:00
|
|
|
dependencies = [
|
2024-06-27 07:57:21 +02:00
|
|
|
"bitflags 2.6.0",
|
2024-02-15 09:24:30 +01:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-11-28 08:41:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "litemap"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
|
|
|
|
|
2023-11-07 09:51:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-06-05 15:09:13 +02:00
|
|
|
version = "0.4.12"
|
2023-11-07 09:51:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-05 15:09:13 +02:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2023-11-07 09:51:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-07-24 21:12:19 +02:00
|
|
|
version = "0.4.22"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 21:12:19 +02:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2023-11-03 22:40:19 +01:00
|
|
|
|
2024-02-27 16:03:24 +01:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata 0.1.10",
|
|
|
|
]
|
|
|
|
|
2023-11-05 12:46:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-06-27 07:57:21 +02:00
|
|
|
version = "2.7.4"
|
2023-11-05 12:46:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-27 07:57:21 +02:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2023-11-05 12:46:04 +01:00
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "0.8.0"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
2023-11-03 22:40:19 +01:00
|
|
|
dependencies = [
|
2024-11-28 08:41:15 +01:00
|
|
|
"adler2",
|
2023-11-03 22:40:19 +01:00
|
|
|
]
|
|
|
|
|
2023-11-07 09:51:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-03-21 10:12:20 +01:00
|
|
|
version = "0.8.11"
|
2023-11-07 09:51:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-21 10:12:20 +01:00
|
|
|
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
2023-11-07 09:51:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"wasi",
|
2024-01-26 16:50:44 +01:00
|
|
|
"windows-sys 0.48.0",
|
2023-11-07 09:51:08 +01:00
|
|
|
]
|
|
|
|
|
2024-02-27 16:03:24 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
dependencies = [
|
|
|
|
"overload",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2024-02-06 11:41:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "1.20.2"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2023-11-03 22:40:19 +01:00
|
|
|
|
2024-02-15 09:24:30 +01:00
|
|
|
[[package]]
|
|
|
|
name = "option-ext"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
|
|
2024-02-27 16:03:24 +01:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2023-11-07 09:51:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2024-06-05 15:09:13 +02:00
|
|
|
version = "0.12.3"
|
2023-11-07 09:51:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-05 15:09:13 +02:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2023-11-07 09:51:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2024-06-05 15:09:13 +02:00
|
|
|
version = "0.9.10"
|
2023-11-07 09:51:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-05 15:09:13 +02:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2023-11-07 09:51:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2024-07-24 21:12:19 +02:00
|
|
|
"windows-targets 0.52.6",
|
2023-11-07 09:51:08 +01:00
|
|
|
]
|
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2024-01-26 16:50:44 +01:00
|
|
|
version = "2.3.1"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-26 16:50:44 +01:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2023-11-03 22:40:19 +01:00
|
|
|
|
2024-02-27 15:24:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "0.2.15"
|
2024-02-27 15:24:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
|
2024-02-27 15:24:39 +01:00
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2023-11-04 15:31:56 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "1.4.1"
|
2023-11-04 15:31:56 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
|
2023-11-04 15:31:56 +01:00
|
|
|
dependencies = [
|
|
|
|
"diff",
|
|
|
|
"yansi",
|
|
|
|
]
|
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "1.0.92"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
|
2023-11-03 22:40:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "1.0.37"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
2023-11-03 22:40:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2023-11-07 09:51:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "0.5.7"
|
2023-11-07 09:51:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
|
2023-11-07 09:51:08 +01:00
|
|
|
dependencies = [
|
2024-06-27 07:57:21 +02:00
|
|
|
"bitflags 2.6.0",
|
2024-02-15 09:24:30 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "0.4.6"
|
2024-02-15 09:24:30 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
2024-02-15 09:24:30 +01:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"libredox",
|
|
|
|
"thiserror",
|
2023-11-07 09:51:08 +01:00
|
|
|
]
|
|
|
|
|
2023-11-05 12:46:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "1.11.1"
|
2023-11-05 12:46:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
2023-11-05 12:46:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-11-28 08:41:15 +01:00
|
|
|
"regex-automata 0.4.9",
|
|
|
|
"regex-syntax 0.8.5",
|
2024-02-27 16:03:24 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
|
|
|
"regex-syntax 0.6.29",
|
2023-11-05 12:46:04 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "0.4.9"
|
2023-11-05 12:46:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
2023-11-05 12:46:04 +01:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-11-28 08:41:15 +01:00
|
|
|
"regex-syntax 0.8.5",
|
2023-11-05 12:46:04 +01:00
|
|
|
]
|
|
|
|
|
2024-02-27 16:03:24 +01:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.6.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
|
2023-11-05 12:46:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "0.8.5"
|
2023-11-05 12:46:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
2023-11-05 12:46:04 +01:00
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2024-02-19 22:25:12 +01:00
|
|
|
version = "0.17.8"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-19 22:25:12 +01:00
|
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
2023-11-03 22:40:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2024-02-19 22:25:12 +01:00
|
|
|
"cfg-if",
|
2023-11-03 22:40:19 +01:00
|
|
|
"getrandom",
|
|
|
|
"libc",
|
|
|
|
"spin",
|
|
|
|
"untrusted",
|
2024-02-19 22:25:12 +01:00
|
|
|
"windows-sys 0.52.0",
|
2023-11-03 22:40:19 +01:00
|
|
|
]
|
|
|
|
|
2023-11-03 14:26:18 +01:00
|
|
|
[[package]]
|
|
|
|
name = "risp"
|
|
|
|
version = "0.1.0"
|
2023-11-03 22:40:19 +01:00
|
|
|
dependencies = [
|
2024-02-15 08:48:26 +01:00
|
|
|
"clap",
|
2024-02-15 09:24:30 +01:00
|
|
|
"directories",
|
2023-11-04 15:31:56 +01:00
|
|
|
"pretty_assertions",
|
2024-02-15 15:07:36 +01:00
|
|
|
"regex",
|
2023-11-04 10:07:43 +01:00
|
|
|
"roxmltree",
|
2023-11-03 22:40:19 +01:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"time",
|
2024-02-06 10:17:14 +01:00
|
|
|
"toml",
|
2023-11-07 09:51:08 +01:00
|
|
|
"tqdm",
|
2024-02-27 15:24:39 +01:00
|
|
|
"tracing",
|
2024-02-27 16:03:24 +01:00
|
|
|
"tracing-subscriber",
|
2023-11-03 22:40:19 +01:00
|
|
|
"ureq",
|
|
|
|
]
|
|
|
|
|
2023-11-04 10:07:43 +01:00
|
|
|
[[package]]
|
|
|
|
name = "roxmltree"
|
2024-06-05 15:09:13 +02:00
|
|
|
version = "0.20.0"
|
2023-11-04 10:07:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-05 15:09:13 +02:00
|
|
|
checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
|
2023-11-05 12:46:04 +01:00
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "0.23.19"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "934b404430bb06b3fae2cba809eb45a1ab1aecd64491213d7c3301b88393f8d1"
|
2023-11-03 22:40:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2024-07-24 21:12:19 +02:00
|
|
|
"once_cell",
|
2023-11-03 22:40:19 +01:00
|
|
|
"ring",
|
2024-02-06 11:41:50 +01:00
|
|
|
"rustls-pki-types",
|
2023-11-03 22:40:19 +01:00
|
|
|
"rustls-webpki",
|
2024-02-06 11:41:50 +01:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
2023-11-03 22:40:19 +01:00
|
|
|
]
|
|
|
|
|
2024-02-06 11:41:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pki-types"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "1.10.0"
|
2024-02-06 11:41:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
|
2024-02-06 11:41:50 +01:00
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "0.102.8"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
2023-11-03 22:40:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"ring",
|
2024-02-06 11:41:50 +01:00
|
|
|
"rustls-pki-types",
|
2023-11-03 22:40:19 +01:00
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-06-05 15:09:13 +02:00
|
|
|
version = "1.0.18"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-05 15:09:13 +02:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2023-11-03 22:40:19 +01:00
|
|
|
|
2023-11-07 09:51:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "1.0.215"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
|
2023-11-03 22:40:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "1.0.215"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
|
2023-11-03 22:40:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "1.0.133"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
|
2023-11-03 22:40:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
2024-11-28 08:41:15 +01:00
|
|
|
"memchr",
|
2023-11-03 22:40:19 +01:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-02-06 11:41:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "0.6.8"
|
2024-02-06 11:41:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
2024-02-06 11:41:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-02-27 16:03:24 +01:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2024-11-28 08:41:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2023-11-07 09:51:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-mio"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "0.2.4"
|
2023-11-07 09:51:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd"
|
2023-11-07 09:51:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"signal-hook",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2024-06-05 15:09:13 +02:00
|
|
|
version = "1.4.2"
|
2023-11-07 09:51:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-05 15:09:13 +02:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2023-11-07 09:51:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-03-21 10:12:20 +01:00
|
|
|
version = "1.13.2"
|
2023-11-07 09:51:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-21 10:12:20 +01:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2023-11-07 09:51:08 +01:00
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.9.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
|
2024-11-28 08:41:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2024-02-15 08:48:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-06-05 15:09:13 +02:00
|
|
|
version = "0.11.1"
|
2024-02-15 08:48:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-05 15:09:13 +02:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2024-02-15 08:48:26 +01:00
|
|
|
|
2024-02-06 11:41:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2024-06-27 07:57:21 +02:00
|
|
|
version = "2.6.1"
|
2024-02-06 11:41:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-27 07:57:21 +02:00
|
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
2024-02-06 11:41:50 +01:00
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "2.0.89"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "44d46482f1c1c87acd84dea20c1bf5ebff4c757009ed6bf19cfd36fb10e92c4e"
|
2023-11-03 22:40:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2024-11-28 08:41:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2023-11-05 12:46:04 +01:00
|
|
|
[[package]]
|
2024-02-06 11:41:50 +01:00
|
|
|
name = "thiserror"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "1.0.69"
|
2024-02-06 11:41:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
2024-02-06 11:41:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "1.0.69"
|
2023-11-05 12:46:04 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
2023-11-05 12:46:04 +01:00
|
|
|
dependencies = [
|
2024-02-06 11:41:50 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2023-11-05 12:46:04 +01:00
|
|
|
]
|
|
|
|
|
2024-02-27 16:03:24 +01:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "1.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2024-06-05 15:09:13 +02:00
|
|
|
version = "0.3.36"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-05 15:09:13 +02:00
|
|
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
2023-11-03 22:40:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"deranged",
|
|
|
|
"itoa",
|
2024-02-06 11:41:50 +01:00
|
|
|
"num-conv",
|
2023-11-03 22:40:19 +01:00
|
|
|
"powerfmt",
|
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2024-06-05 15:09:13 +02:00
|
|
|
version = "0.2.18"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-05 15:09:13 +02:00
|
|
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
2023-11-03 22:40:19 +01:00
|
|
|
dependencies = [
|
2024-02-06 11:41:50 +01:00
|
|
|
"num-conv",
|
2023-11-03 22:40:19 +01:00
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-28 08:41:15 +01:00
|
|
|
name = "tinystr"
|
|
|
|
version = "0.7.6"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
2023-11-03 22:40:19 +01:00
|
|
|
dependencies = [
|
2024-11-28 08:41:15 +01:00
|
|
|
"displaydoc",
|
|
|
|
"zerovec",
|
2023-11-03 22:40:19 +01:00
|
|
|
]
|
|
|
|
|
2024-02-06 10:17:14 +01:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "0.8.19"
|
2024-02-06 11:41:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
|
2024-02-06 11:41:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "0.6.8"
|
2024-02-06 10:17:14 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
2024-02-06 10:17:14 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-02-06 11:41:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "0.22.22"
|
2024-02-06 11:41:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
|
2024-02-06 11:41:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2023-11-07 09:51:08 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tqdm"
|
2024-06-05 15:09:13 +02:00
|
|
|
version = "0.7.0"
|
2023-11-07 09:51:08 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-05 15:09:13 +02:00
|
|
|
checksum = "aa2d2932240205a99b65f15d9861992c95fbb8c9fb280b3a1f17a92db6dc611f"
|
2023-11-07 09:51:08 +01:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"crossterm",
|
2024-06-05 15:09:13 +02:00
|
|
|
"once_cell",
|
2023-11-07 09:51:08 +01:00
|
|
|
]
|
|
|
|
|
2024-02-27 15:24:39 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "0.1.41"
|
2024-02-27 15:24:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
2024-02-27 15:24:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "0.1.28"
|
2024-02-27 15:24:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
2024-02-27 15:24:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "0.1.33"
|
2024-02-27 15:24:39 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
2024-02-27 15:24:39 +01:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
2024-02-27 16:03:24 +01:00
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
version = "0.3.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
|
|
|
"nu-ansi-term",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
2024-02-27 15:24:39 +01:00
|
|
|
]
|
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "1.0.14"
|
2024-06-27 07:57:21 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
|
2024-06-27 07:57:21 +02:00
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ureq"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "2.10.1"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "b74fc6b57825be3373f7054754755f03ac3a8f5d70015ccad699ba2029956f4a"
|
2023-11-03 22:40:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"flate2",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"rustls",
|
2024-02-06 11:41:50 +01:00
|
|
|
"rustls-pki-types",
|
2023-11-03 22:40:19 +01:00
|
|
|
"url",
|
|
|
|
"webpki-roots",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "2.5.4"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
2023-11-03 22:40:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2024-11-28 08:41:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "utf16_iter"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8_iter"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
|
|
2024-02-06 11:41:50 +01:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2024-06-11 19:07:15 +02:00
|
|
|
version = "0.2.2"
|
2024-02-06 11:41:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-11 19:07:15 +02:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2024-02-06 11:41:50 +01:00
|
|
|
|
2024-02-27 16:03:24 +01:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "0.26.7"
|
2023-11-03 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
|
2024-02-06 11:41:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"rustls-pki-types",
|
|
|
|
]
|
2023-11-03 22:40:19 +01:00
|
|
|
|
2023-11-05 12:46:04 +01:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2024-01-26 16:50:44 +01:00
|
|
|
"windows-targets 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2024-07-24 21:12:19 +02:00
|
|
|
"windows-targets 0.52.6",
|
2023-11-03 22:40:19 +01:00
|
|
|
]
|
|
|
|
|
2024-11-28 08:41:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
|
|
dependencies = [
|
2024-01-26 16:50:44 +01:00
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-07-24 21:12:19 +02:00
|
|
|
version = "0.52.6"
|
2024-01-26 16:50:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 21:12:19 +02:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2024-01-26 16:50:44 +01:00
|
|
|
dependencies = [
|
2024-07-24 21:12:19 +02:00
|
|
|
"windows_aarch64_gnullvm 0.52.6",
|
|
|
|
"windows_aarch64_msvc 0.52.6",
|
|
|
|
"windows_i686_gnu 0.52.6",
|
2024-06-05 15:09:13 +02:00
|
|
|
"windows_i686_gnullvm",
|
2024-07-24 21:12:19 +02:00
|
|
|
"windows_i686_msvc 0.52.6",
|
|
|
|
"windows_x86_64_gnu 0.52.6",
|
|
|
|
"windows_x86_64_gnullvm 0.52.6",
|
|
|
|
"windows_x86_64_msvc 0.52.6",
|
2023-11-03 22:40:19 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
|
2024-01-26 16:50:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-07-24 21:12:19 +02:00
|
|
|
version = "0.52.6"
|
2024-01-26 16:50:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 21:12:19 +02:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2024-01-26 16:50:44 +01:00
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
|
2024-01-26 16:50:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-07-24 21:12:19 +02:00
|
|
|
version = "0.52.6"
|
2024-01-26 16:50:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 21:12:19 +02:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2024-01-26 16:50:44 +01:00
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
|
2024-01-26 16:50:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-07-24 21:12:19 +02:00
|
|
|
version = "0.52.6"
|
2024-01-26 16:50:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 21:12:19 +02:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-06-05 15:09:13 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
2024-07-24 21:12:19 +02:00
|
|
|
version = "0.52.6"
|
2024-06-05 15:09:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 21:12:19 +02:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2024-01-26 16:50:44 +01:00
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
|
2024-01-26 16:50:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-07-24 21:12:19 +02:00
|
|
|
version = "0.52.6"
|
2024-01-26 16:50:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 21:12:19 +02:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2024-01-26 16:50:44 +01:00
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
|
2024-01-26 16:50:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-07-24 21:12:19 +02:00
|
|
|
version = "0.52.6"
|
2024-01-26 16:50:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 21:12:19 +02:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2024-01-26 16:50:44 +01:00
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
|
2024-01-26 16:50:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-07-24 21:12:19 +02:00
|
|
|
version = "0.52.6"
|
2024-01-26 16:50:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 21:12:19 +02:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2024-01-26 16:50:44 +01:00
|
|
|
|
2023-11-03 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-11-04 10:07:43 +01:00
|
|
|
|
2024-01-26 16:50:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-07-24 21:12:19 +02:00
|
|
|
version = "0.52.6"
|
2024-01-26 16:50:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-24 21:12:19 +02:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2024-01-26 16:50:44 +01:00
|
|
|
|
2023-11-04 10:07:43 +01:00
|
|
|
[[package]]
|
2024-02-06 11:41:50 +01:00
|
|
|
name = "winnow"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "0.6.20"
|
2023-11-04 10:07:43 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
|
2024-02-06 11:41:50 +01:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2023-11-04 15:31:56 +01:00
|
|
|
|
2024-11-28 08:41:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "write16"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "writeable"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|
|
|
|
2023-11-04 15:31:56 +01:00
|
|
|
[[package]]
|
|
|
|
name = "yansi"
|
2024-11-28 08:41:15 +01:00
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yoke"
|
|
|
|
version = "0.7.5"
|
2023-11-04 15:31:56 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-28 08:41:15 +01:00
|
|
|
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"yoke-derive",
|
|
|
|
"zerofrom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yoke-derive"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
|
|
|
|
dependencies = [
|
|
|
|
"zerofrom-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom-derive"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|
2024-02-06 11:41:50 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2024-06-05 15:09:13 +02:00
|
|
|
version = "1.8.1"
|
2024-02-06 11:41:50 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-05 15:09:13 +02:00
|
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
2024-11-28 08:41:15 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
|
|
|
dependencies = [
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec-derive"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|