2019-04-12 01:55:42 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-12-29 18:01:07 +00:00
|
|
|
version = 3
|
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.24.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cipher",
|
|
|
|
"cpufeatures",
|
|
|
|
]
|
|
|
|
|
2022-03-16 01:33:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.1.3"
|
2022-03-16 01:33:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2022-03-16 01:33:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "amq-protocol"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "7.2.2"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "e3a41c091e49edfcc098b4f90d4d7706a8cf9158034e84ebfee7ff346092f67c"
|
2020-04-28 20:09:45 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"amq-protocol-tcp",
|
|
|
|
"amq-protocol-types",
|
|
|
|
"amq-protocol-uri",
|
|
|
|
"cookie-factory",
|
2024-10-28 19:30:31 +00:00
|
|
|
"nom 7.1.3",
|
2022-11-10 16:52:15 +00:00
|
|
|
"serde",
|
2020-04-28 20:09:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "amq-protocol-tcp"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "7.2.2"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "3ed7a4a662472f88823ed2fc81babb0b00562f2c54284e3e7bffc02b6df649bf"
|
2020-04-28 20:09:45 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"amq-protocol-uri",
|
|
|
|
"tcp-stream",
|
|
|
|
"tracing",
|
2020-04-28 20:09:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "amq-protocol-types"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "7.2.2"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "bd6484fdc918c1b6e2ae8eda2914d19a5873e1975f93ad8d33d6a24d1d98df05"
|
2020-04-28 20:09:45 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"cookie-factory",
|
2024-10-28 19:30:31 +00:00
|
|
|
"nom 7.1.3",
|
2021-05-16 16:44:18 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-04-28 20:09:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "amq-protocol-uri"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "7.2.2"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "7f7f2da69e0e1182765bf33407cd8a843f20791b5af2b57a2645818c4776c56c"
|
2020-04-28 20:09:45 +00:00
|
|
|
dependencies = [
|
2022-11-10 16:52:15 +00:00
|
|
|
"amq-protocol-types",
|
2022-11-15 10:14:04 +00:00
|
|
|
"percent-encoding 2.1.0",
|
|
|
|
"url 2.3.0",
|
2022-11-01 19:58:51 +00:00
|
|
|
]
|
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
2022-11-01 19:58:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2020-04-28 20:09:45 +00:00
|
|
|
]
|
|
|
|
|
2024-10-30 21:07:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
|
|
|
version = "0.6.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23a1e53f0f5d86382dafe1cf314783b2044280f406e7e1506368220ad11b1338"
|
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
|
|
|
"is_terminal_polyfill",
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
|
|
|
version = "1.0.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8365de52b16c035ff4fcafe0092ba9390540e3e352870ac09933bebcaa2c8c56"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
|
|
|
version = "3.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
|
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
]
|
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "asn1-rs"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048"
|
|
|
|
dependencies = [
|
|
|
|
"asn1-rs-derive",
|
|
|
|
"asn1-rs-impl",
|
|
|
|
"displaydoc",
|
|
|
|
"nom 7.1.3",
|
|
|
|
"num-traits",
|
|
|
|
"rusticata-macros",
|
|
|
|
"thiserror",
|
|
|
|
"time 0.3.36",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "asn1-rs-derive"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "asn1-rs-impl"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-02-18 17:37:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.9.0"
|
2022-02-18 17:37:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
2022-02-18 17:37:56 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener 2.5.3",
|
2022-02-18 17:37:56 +00:00
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
|
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener-strategy",
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2022-11-10 06:29:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-executor"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.13.1"
|
2022-11-10 06:29:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
|
2022-11-10 06:29:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-task",
|
2024-10-28 19:30:31 +00:00
|
|
|
"concurrent-queue",
|
|
|
|
"fastrand 2.1.1",
|
|
|
|
"futures-lite 2.4.0",
|
2022-11-10 06:29:21 +00:00
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-global-executor"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "2.4.1"
|
2022-11-10 06:29:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
|
2022-11-10 06:29:21 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"async-channel 2.3.1",
|
2022-11-10 06:29:21 +00:00
|
|
|
"async-executor",
|
2024-10-28 19:30:31 +00:00
|
|
|
"async-io 2.3.4",
|
|
|
|
"async-lock 3.4.0",
|
2022-11-10 06:29:21 +00:00
|
|
|
"blocking",
|
2024-10-28 19:30:31 +00:00
|
|
|
"futures-lite 2.4.0",
|
2022-11-10 06:29:21 +00:00
|
|
|
"once_cell",
|
2022-12-03 21:50:13 +00:00
|
|
|
"tokio",
|
2022-11-10 06:29:21 +00:00
|
|
|
]
|
|
|
|
|
2022-11-10 16:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-global-executor-trait"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "2.1.2"
|
2022-11-10 16:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "80f19936c1a84fb48ceb8899b642d2a72572587d1021cc561bfb24de9f33ee89"
|
2022-11-10 16:52:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-global-executor",
|
|
|
|
"async-trait",
|
|
|
|
"executor-trait",
|
|
|
|
]
|
|
|
|
|
2022-11-10 06:29:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.13.0"
|
2022-11-10 06:29:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
|
2022-11-10 06:29:21 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"async-lock 2.8.0",
|
2022-11-10 06:29:21 +00:00
|
|
|
"autocfg",
|
2024-10-28 19:30:31 +00:00
|
|
|
"cfg-if",
|
|
|
|
"concurrent-queue",
|
|
|
|
"futures-lite 1.13.0",
|
|
|
|
"log 0.4.22",
|
2022-11-10 06:29:21 +00:00
|
|
|
"parking",
|
2024-10-28 19:30:31 +00:00
|
|
|
"polling 2.8.0",
|
|
|
|
"rustix 0.37.27",
|
2022-11-10 06:29:21 +00:00
|
|
|
"slab",
|
2024-10-28 19:30:31 +00:00
|
|
|
"socket2 0.4.10",
|
2022-11-10 06:29:21 +00:00
|
|
|
"waker-fn",
|
2024-10-28 19:30:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-io"
|
|
|
|
version = "2.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "444b0228950ee6501b3568d3c93bf1176a1fdbc3b758dcd9475046d30f4dc7e8"
|
|
|
|
dependencies = [
|
|
|
|
"async-lock 3.4.0",
|
|
|
|
"cfg-if",
|
|
|
|
"concurrent-queue",
|
|
|
|
"futures-io",
|
|
|
|
"futures-lite 2.4.0",
|
|
|
|
"parking",
|
|
|
|
"polling 3.7.3",
|
|
|
|
"rustix 0.38.38",
|
|
|
|
"slab",
|
|
|
|
"tracing",
|
|
|
|
"windows-sys 0.59.0",
|
2022-11-10 06:29:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "2.8.0"
|
2022-11-10 06:29:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
|
2022-11-10 06:29:21 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"event-listener 2.5.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-lock"
|
|
|
|
version = "3.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
|
|
|
|
dependencies = [
|
|
|
|
"event-listener 5.3.1",
|
|
|
|
"event-listener-strategy",
|
|
|
|
"pin-project-lite",
|
2022-11-10 06:29:21 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-process"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.8.1"
|
2022-11-10 06:29:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
|
2022-11-10 06:29:21 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"async-io 1.13.0",
|
|
|
|
"async-lock 2.8.0",
|
|
|
|
"async-signal",
|
2022-11-10 06:29:21 +00:00
|
|
|
"blocking",
|
|
|
|
"cfg-if",
|
2024-10-28 19:30:31 +00:00
|
|
|
"event-listener 3.1.0",
|
|
|
|
"futures-lite 1.13.0",
|
|
|
|
"rustix 0.38.38",
|
|
|
|
"windows-sys 0.48.0",
|
2022-11-10 06:29:21 +00:00
|
|
|
]
|
|
|
|
|
2022-11-10 16:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-reactor-trait"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a6012d170ad00de56c9ee354aef2e358359deb1ec504254e0e5a3774771de0e"
|
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"async-io 1.13.0",
|
2022-11-10 16:52:15 +00:00
|
|
|
"async-trait",
|
|
|
|
"futures-core",
|
|
|
|
"reactor-trait",
|
|
|
|
]
|
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-signal"
|
|
|
|
version = "0.2.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
|
|
|
|
dependencies = [
|
|
|
|
"async-io 2.3.4",
|
|
|
|
"async-lock 3.4.0",
|
|
|
|
"atomic-waker",
|
|
|
|
"cfg-if",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"rustix 0.38.38",
|
|
|
|
"signal-hook-registry",
|
|
|
|
"slab",
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
]
|
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-std"
|
2022-11-10 06:29:21 +00:00
|
|
|
version = "1.12.0"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 06:29:21 +00:00
|
|
|
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
|
2020-04-28 20:09:45 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"async-channel 1.9.0",
|
2022-11-10 06:29:21 +00:00
|
|
|
"async-global-executor",
|
2024-10-28 19:30:31 +00:00
|
|
|
"async-io 1.13.0",
|
|
|
|
"async-lock 2.8.0",
|
2022-11-10 06:29:21 +00:00
|
|
|
"async-process",
|
|
|
|
"crossbeam-utils",
|
2022-02-18 17:37:56 +00:00
|
|
|
"futures-channel",
|
2021-05-16 16:44:18 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
2024-10-28 19:30:31 +00:00
|
|
|
"futures-lite 1.13.0",
|
2022-11-10 06:29:21 +00:00
|
|
|
"gloo-timers",
|
2021-05-16 16:44:18 +00:00
|
|
|
"kv-log-macro",
|
2024-10-28 19:30:31 +00:00
|
|
|
"log 0.4.22",
|
2021-05-16 16:44:18 +00:00
|
|
|
"memchr",
|
|
|
|
"once_cell",
|
2022-11-10 06:29:21 +00:00
|
|
|
"pin-project-lite",
|
2021-05-16 16:44:18 +00:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2022-02-18 17:37:56 +00:00
|
|
|
"wasm-bindgen-futures",
|
2020-05-25 20:59:16 +00:00
|
|
|
]
|
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-task"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "4.7.1"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
2020-04-28 20:09:45 +00:00
|
|
|
|
2022-11-10 16:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.1.83"
|
2022-11-10 16:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
|
2022-11-10 16:52:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-02-18 17:37:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.1.2"
|
2022-02-18 17:37:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
2022-02-18 17:37:56 +00:00
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.4.0"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
|
|
|
version = "0.3.74"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
2020-04-28 20:09:45 +00:00
|
|
|
|
2018-11-23 19:52:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 16:44:18 +00:00
|
|
|
checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
2018-11-23 19:52:56 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"byteorder",
|
|
|
|
"safemem",
|
2018-11-23 19:52:56 +00:00
|
|
|
]
|
|
|
|
|
2022-11-15 10:14:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
|
|
|
|
2019-01-03 16:58:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2022-11-01 19:58:51 +00:00
|
|
|
version = "0.13.1"
|
2020-05-25 21:19:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-01 19:58:51 +00:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2020-05-25 21:19:38 +00:00
|
|
|
|
2023-02-13 22:19:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.21.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
|
|
|
2024-10-30 22:12:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.22.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
|
|
|
version = "1.6.0"
|
2023-02-13 22:19:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
2023-02-13 22:19:05 +00:00
|
|
|
|
2017-11-14 13:32:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2022-11-01 19:58:51 +00:00
|
|
|
version = "1.3.2"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-01 19:58:51 +00:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2020-04-28 20:09:45 +00:00
|
|
|
|
2024-10-28 14:57:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
|
|
|
|
2022-11-10 16:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.10.4"
|
2022-11-10 16:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-11-10 16:52:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.3.3"
|
2022-11-10 16:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
|
2022-11-10 16:52:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2022-02-18 17:37:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blocking"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.6.1"
|
2022-02-18 17:37:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
|
2022-02-18 17:37:56 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"async-channel 2.3.1",
|
2022-11-10 06:29:21 +00:00
|
|
|
"async-task",
|
2024-10-28 19:30:31 +00:00
|
|
|
"futures-io",
|
|
|
|
"futures-lite 2.4.0",
|
|
|
|
"piper",
|
2022-02-18 17:37:56 +00:00
|
|
|
]
|
|
|
|
|
2023-06-07 04:35:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "brace-expand"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c3adb80ee272c844254166ea32c8ae11c211b3639a293fdde41b1645b6be2c62"
|
|
|
|
|
2022-02-18 17:37:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "3.16.0"
|
2022-02-18 17:37:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2022-02-18 17:37:56 +00:00
|
|
|
|
2017-11-14 13:32:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.5.0"
|
2017-11-14 13:32:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2017-11-14 13:32:28 +00:00
|
|
|
|
2022-11-15 10:14:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
|
|
|
|
2022-11-10 16:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cbc"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
|
|
|
|
dependencies = [
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
2017-11-05 14:46:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.1.31"
|
2017-11-05 14:46:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f"
|
|
|
|
dependencies = [
|
2024-10-30 22:12:16 +00:00
|
|
|
"jobserver",
|
|
|
|
"libc",
|
2024-10-28 19:30:31 +00:00
|
|
|
"shlex",
|
|
|
|
]
|
2017-11-05 14:46:42 +00:00
|
|
|
|
2018-12-10 14:19:48 +00:00
|
|
|
[[package]]
|
2021-05-16 16:44:18 +00:00
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
2018-12-10 14:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 16:44:18 +00:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2018-12-10 14:19:48 +00:00
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
2021-05-16 16:44:18 +00:00
|
|
|
name = "chrono"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.4.38"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
2020-04-28 20:09:45 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"android-tzdata",
|
2022-11-01 19:58:51 +00:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
2021-05-16 16:44:18 +00:00
|
|
|
"num-traits",
|
2022-11-01 19:58:51 +00:00
|
|
|
"wasm-bindgen",
|
2024-10-28 19:30:31 +00:00
|
|
|
"windows-targets 0.52.6",
|
2020-04-28 20:09:45 +00:00
|
|
|
]
|
|
|
|
|
2022-11-10 16:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.4.4"
|
2022-11-10 16:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
2022-11-10 16:52:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"crypto-common",
|
|
|
|
"inout",
|
|
|
|
]
|
|
|
|
|
2024-10-30 21:07:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
|
|
|
version = "4.5.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
|
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
|
|
|
version = "4.5.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
|
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
|
|
|
version = "4.5.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
|
|
|
|
|
2022-11-01 19:58:51 +00:00
|
|
|
[[package]]
|
2024-10-28 19:30:31 +00:00
|
|
|
name = "cms"
|
|
|
|
version = "0.2.3"
|
2022-11-01 19:58:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "7b77c319abfd5219629c45c34c89ba945ed3c5e49fcde9d16b6c3885f118a730"
|
2022-11-01 19:58:51 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"const-oid",
|
|
|
|
"der",
|
|
|
|
"spki",
|
|
|
|
"x509-cert",
|
2022-11-01 19:58:51 +00:00
|
|
|
]
|
|
|
|
|
2024-10-30 21:07:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
|
|
|
|
2022-02-18 17:37:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "2.5.0"
|
2022-02-18 17:37:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
2022-02-18 17:37:56 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"crossbeam-utils",
|
2022-02-18 17:37:56 +00:00
|
|
|
]
|
|
|
|
|
2022-11-10 06:29:21 +00:00
|
|
|
[[package]]
|
2024-10-28 19:30:31 +00:00
|
|
|
name = "const-oid"
|
|
|
|
version = "0.9.6"
|
2022-11-10 06:29:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
2022-11-10 06:29:21 +00:00
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cookie-factory"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.3.3"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "9885fa71e26b8ab7855e2ec7cae6e9b380edff76cd052e07c683a0319d51b3a2"
|
2020-04-28 20:09:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.9.4"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
2020-04-28 20:09:45 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2017-11-14 13:32:28 +00:00
|
|
|
]
|
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.8.7"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2020-04-28 20:09:45 +00:00
|
|
|
|
2021-05-16 16:44:18 +00:00
|
|
|
[[package]]
|
2022-11-10 16:52:15 +00:00
|
|
|
name = "cpufeatures"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.2.14"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
|
2020-04-28 20:09:45 +00:00
|
|
|
dependencies = [
|
2022-11-10 16:52:15 +00:00
|
|
|
"libc",
|
2021-05-16 16:44:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.8.20"
|
2021-05-16 16:44:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2020-04-28 20:09:45 +00:00
|
|
|
|
2022-11-10 16:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
2024-10-28 19:30:31 +00:00
|
|
|
name = "data-encoding"
|
|
|
|
version = "2.6.0"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
|
2020-04-28 20:09:45 +00:00
|
|
|
|
2022-11-01 19:58:51 +00:00
|
|
|
[[package]]
|
2024-10-28 19:30:31 +00:00
|
|
|
name = "der"
|
|
|
|
version = "0.7.9"
|
2022-11-01 19:58:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
|
2022-11-01 19:58:51 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"const-oid",
|
|
|
|
"der_derive",
|
|
|
|
"flagset",
|
|
|
|
"pem-rfc7468",
|
|
|
|
"zeroize",
|
2022-11-01 19:58:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-28 19:30:31 +00:00
|
|
|
name = "der-parser"
|
|
|
|
version = "9.0.0"
|
2022-11-01 19:58:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553"
|
2022-11-01 19:58:51 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"asn1-rs",
|
|
|
|
"displaydoc",
|
|
|
|
"nom 7.1.3",
|
|
|
|
"num-bigint 0.4.6",
|
|
|
|
"num-traits",
|
|
|
|
"rusticata-macros",
|
2022-11-01 19:58:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-28 19:30:31 +00:00
|
|
|
name = "der_derive"
|
|
|
|
version = "0.7.3"
|
2022-11-01 19:58:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "8034092389675178f570469e6c3b0465d3d30b4505c294a6550db47f3c17ad18"
|
2022-11-01 19:58:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-11-15 10:14:04 +00:00
|
|
|
[[package]]
|
2024-10-28 19:30:31 +00:00
|
|
|
name = "deranged"
|
|
|
|
version = "0.3.11"
|
2022-11-15 10:14:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
]
|
2022-11-15 10:14:04 +00:00
|
|
|
|
2022-11-10 16:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "des"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffdd80ce8ce993de27e9f063a444a4d53ce8e8db4c1f00cc03af5ad5a9867a1e"
|
|
|
|
dependencies = [
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.10.7"
|
2022-11-10 16:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2022-11-10 16:52:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
2024-10-28 14:57:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "5.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
|
|
|
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-10-28 19:30:31 +00: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",
|
|
|
|
]
|
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "doc-comment"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 16:44:18 +00:00
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
2020-04-28 20:09:45 +00:00
|
|
|
|
2018-02-22 02:36:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.13.0"
|
2018-02-22 02:36:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2018-02-22 02:36:27 +00:00
|
|
|
|
2017-11-05 14:46:42 +00:00
|
|
|
[[package]]
|
2022-11-15 10:14:04 +00:00
|
|
|
name = "encoding_rs"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.8.35"
|
2017-11-05 14:46:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
2017-11-05 14:46:42 +00:00
|
|
|
dependencies = [
|
2022-11-15 10:14:04 +00:00
|
|
|
"cfg-if",
|
2017-11-05 14:46:42 +00:00
|
|
|
]
|
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2022-02-18 17:37:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2022-11-01 19:58:51 +00:00
|
|
|
version = "2.5.3"
|
2022-02-18 17:37:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-01 19:58:51 +00:00
|
|
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
2022-02-18 17:37:56 +00:00
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "3.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
|
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
|
|
|
version = "5.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
|
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "event-listener-strategy"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
|
|
|
|
dependencies = [
|
|
|
|
"event-listener 5.3.1",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2022-11-10 16:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "executor-trait"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "2.1.2"
|
2022-11-10 16:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "13c39dff9342e4e0e16ce96be751eb21a94e94a87bb2f6e63ad1961c2ce109bf"
|
2022-11-10 16:52:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
]
|
|
|
|
|
2022-02-18 17:37:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.9.0"
|
2022-02-18 17:37:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
|
2022-02-18 17:37:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "2.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flagset"
|
|
|
|
version = "0.4.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b3ea1ec5f8307826a5b71094dd91fc04d4ae75d5709b20ad351c7fb4815c86ec"
|
|
|
|
|
2022-11-10 16:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.11.1"
|
2022-11-10 16:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
|
2022-11-10 16:52:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2024-10-28 19:30:31 +00:00
|
|
|
"spin 0.9.8",
|
2022-11-10 16:52:15 +00:00
|
|
|
]
|
|
|
|
|
2022-11-15 10:14:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2021-05-16 16:44:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2022-11-15 10:14:04 +00:00
|
|
|
version = "1.0.1"
|
2018-11-23 19:52:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-15 10:14:04 +00:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2018-11-23 19:52:56 +00:00
|
|
|
dependencies = [
|
2022-11-15 10:14:04 +00:00
|
|
|
"matches",
|
|
|
|
"percent-encoding 2.1.0",
|
2018-11-23 19:52:56 +00:00
|
|
|
]
|
|
|
|
|
2017-11-05 14:46:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fs2"
|
2018-01-19 16:12:12 +00:00
|
|
|
version = "0.4.3"
|
2017-11-05 14:46:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 16:44:18 +00:00
|
|
|
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
2017-11-05 14:46:42 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"libc",
|
2022-11-10 06:46:46 +00:00
|
|
|
"winapi",
|
2017-11-05 14:46:42 +00:00
|
|
|
]
|
|
|
|
|
2022-11-15 10:14:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.3.31"
|
2022-11-15 10:14:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
2022-11-15 10:14:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2022-02-18 17:37:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.3.31"
|
2022-02-18 17:37:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
2020-05-24 11:43:14 +00:00
|
|
|
dependencies = [
|
2022-02-18 17:37:56 +00:00
|
|
|
"futures-core",
|
2022-11-15 10:14:04 +00:00
|
|
|
"futures-sink",
|
2020-05-24 11:43:14 +00:00
|
|
|
]
|
2017-11-05 14:46:42 +00:00
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
2022-02-18 17:37:56 +00:00
|
|
|
name = "futures-core"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.3.31"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2021-05-16 16:44:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-02-18 17:37:56 +00:00
|
|
|
name = "futures-io"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.3.31"
|
2021-05-16 16:44:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
2020-04-28 20:09:45 +00:00
|
|
|
|
2020-05-24 11:43:14 +00:00
|
|
|
[[package]]
|
2022-02-18 17:37:56 +00:00
|
|
|
name = "futures-lite"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.13.0"
|
2020-05-24 11:43:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
|
2022-02-18 17:37:56 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"fastrand 1.9.0",
|
2022-02-18 17:37:56 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"memchr",
|
2022-11-10 06:29:21 +00:00
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
2022-02-18 17:37:56 +00:00
|
|
|
"waker-fn",
|
|
|
|
]
|
2020-05-24 11:43:14 +00:00
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-lite"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f1fa2f9765705486b33fd2acf1577f8ec449c2ba1f318ae5447697b7c08d210"
|
|
|
|
dependencies = [
|
|
|
|
"fastrand 2.1.1",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2020-05-24 11:43:14 +00:00
|
|
|
[[package]]
|
2022-02-18 17:37:56 +00:00
|
|
|
name = "futures-macro"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.3.31"
|
2020-05-24 11:43:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
2022-02-18 17:37:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-11-10 16:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.3.31"
|
2022-11-10 16:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2022-11-10 16:52:15 +00:00
|
|
|
|
2022-02-18 17:37:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.3.31"
|
2022-02-18 17:37:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2020-05-24 11:43:14 +00:00
|
|
|
|
2022-02-18 17:37:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.3.31"
|
2022-02-18 17:37:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2022-02-18 17:37:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-macro",
|
2022-11-15 10:14:04 +00:00
|
|
|
"futures-sink",
|
2022-02-18 17:37:56 +00:00
|
|
|
"futures-task",
|
2022-11-10 06:29:21 +00:00
|
|
|
"pin-project-lite",
|
2022-02-18 17:37:56 +00:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
2020-04-28 20:09:45 +00:00
|
|
|
|
2022-11-10 16:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.14.7"
|
2022-11-10 16:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2022-11-10 16:52:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
2024-10-28 19:30:31 +00:00
|
|
|
"version_check 0.9.5",
|
2022-11-10 16:52:15 +00:00
|
|
|
]
|
|
|
|
|
2022-11-10 06:49:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.2.15"
|
2022-11-10 06:49:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2022-11-10 06:49:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
|
|
|
version = "0.31.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
|
|
|
2022-02-18 17:37:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gloo-timers"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.2.6"
|
2022-02-18 17:37:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
|
2022-02-18 17:37:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-11-15 10:14:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.3.26"
|
2022-11-15 10:14:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
2022-11-15 10:14:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.15.0"
|
2022-11-15 10:14:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
|
2022-11-15 10:14:04 +00:00
|
|
|
|
2024-10-30 21:07:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.3.9"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2020-04-28 20:09:45 +00:00
|
|
|
|
2022-11-10 16:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2022-11-15 10:14:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.2.12"
|
2022-11-15 10:14:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
2022-11-15 10:14:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.4.6"
|
2022-11-15 10:14:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
2022-11-15 10:14:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2017-11-05 14:46:42 +00:00
|
|
|
[[package]]
|
2017-11-14 13:32:28 +00:00
|
|
|
name = "httparse"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.9.5"
|
2017-11-05 14:46:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
2017-11-05 14:46:42 +00:00
|
|
|
|
2022-11-15 10:14:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.0.3"
|
2022-11-15 10:14:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2022-11-15 10:14:04 +00:00
|
|
|
|
2017-11-05 14:46:42 +00:00
|
|
|
[[package]]
|
2017-11-14 13:32:28 +00:00
|
|
|
name = "hubcaps"
|
2022-11-15 10:14:04 +00:00
|
|
|
version = "0.6.2"
|
|
|
|
source = "git+https://github.com/softprops/hubcaps.git?rev=d60d157b6638760fc725b2e4e4f329a4ec6b901e#d60d157b6638760fc725b2e4e4f329a4ec6b901e"
|
2017-11-05 14:46:42 +00:00
|
|
|
dependencies = [
|
2022-11-15 10:14:04 +00:00
|
|
|
"base64 0.13.1",
|
|
|
|
"data-encoding",
|
|
|
|
"futures",
|
|
|
|
"http",
|
|
|
|
"hyperx",
|
|
|
|
"jsonwebtoken",
|
2024-10-28 19:30:31 +00:00
|
|
|
"log 0.4.22",
|
|
|
|
"mime 0.3.17",
|
2022-11-15 10:14:04 +00:00
|
|
|
"percent-encoding 2.1.0",
|
|
|
|
"reqwest",
|
2021-05-16 16:44:18 +00:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2022-11-15 10:14:04 +00:00
|
|
|
"url 2.3.0",
|
2017-11-14 13:32:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2020-05-24 11:43:14 +00:00
|
|
|
version = "0.10.16"
|
2017-11-14 13:32:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 16:44:18 +00:00
|
|
|
checksum = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273"
|
2017-11-14 13:32:28 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"base64 0.9.3",
|
|
|
|
"httparse",
|
2022-11-15 10:14:04 +00:00
|
|
|
"language-tags 0.2.2",
|
2021-05-16 16:44:18 +00:00
|
|
|
"log 0.3.9",
|
2022-11-15 10:14:04 +00:00
|
|
|
"mime 0.2.6",
|
2021-05-16 16:44:18 +00:00
|
|
|
"num_cpus",
|
2024-10-28 19:30:31 +00:00
|
|
|
"time 0.1.45",
|
2021-05-16 16:44:18 +00:00
|
|
|
"traitobject",
|
|
|
|
"typeable",
|
2022-11-15 10:14:04 +00:00
|
|
|
"unicase 1.4.2",
|
2021-05-16 16:44:18 +00:00
|
|
|
"url 1.7.2",
|
2017-11-14 13:32:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-11-15 10:14:04 +00:00
|
|
|
name = "hyper"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.14.31"
|
2017-11-14 13:32:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
|
2017-11-14 13:32:28 +00:00
|
|
|
dependencies = [
|
2022-11-15 10:14:04 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
2024-10-28 19:30:31 +00:00
|
|
|
"socket2 0.5.7",
|
2022-11-15 10:14:04 +00:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-05-19 19:17:53 +00:00
|
|
|
name = "hyper-rustls"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.24.2"
|
2022-11-15 10:14:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
|
2022-11-15 10:14:04 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"futures-util",
|
2024-05-19 19:17:53 +00:00
|
|
|
"http",
|
2024-10-28 19:30:31 +00:00
|
|
|
"hyper 0.14.31",
|
|
|
|
"rustls 0.21.12",
|
2022-11-15 10:14:04 +00:00
|
|
|
"tokio",
|
2024-05-19 19:17:53 +00:00
|
|
|
"tokio-rustls",
|
2022-11-15 10:14:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyperx"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5617e92fc2f2501c3e2bc6ce547cad841adba2bae5b921c7e52510beca6d084c"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.1",
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"httpdate",
|
|
|
|
"language-tags 0.3.2",
|
2024-10-28 19:30:31 +00:00
|
|
|
"mime 0.3.17",
|
2022-11-15 10:14:04 +00:00
|
|
|
"percent-encoding 2.1.0",
|
|
|
|
"unicase 2.6.0",
|
2017-11-05 14:46:42 +00:00
|
|
|
]
|
|
|
|
|
2022-11-01 19:58:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.1.61"
|
2022-11-01 19:58:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
2022-11-01 19:58:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2024-10-28 19:30:31 +00:00
|
|
|
"windows-core",
|
2022-11-01 19:58:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.1.2"
|
2022-11-01 19:58:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2022-11-01 19:58:51 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"cc",
|
2022-11-01 19:58:51 +00:00
|
|
|
]
|
|
|
|
|
2017-11-05 14:46:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2018-12-01 03:22:44 +00:00
|
|
|
version = "0.1.5"
|
2017-11-05 14:46:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 16:44:18 +00:00
|
|
|
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
2017-11-05 14:46:42 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2017-11-05 14:46:42 +00:00
|
|
|
]
|
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2022-11-15 10:14:04 +00:00
|
|
|
version = "0.2.3"
|
2021-05-16 16:44:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-15 10:14:04 +00:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2021-05-16 16:44:18 +00:00
|
|
|
dependencies = [
|
2022-11-15 10:14:04 +00:00
|
|
|
"matches",
|
2021-05-16 16:44:18 +00:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2022-11-15 10:14:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "2.6.0"
|
2022-11-15 10:14:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
|
2022-11-15 10:14:04 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"equivalent",
|
2022-11-15 10:14:04 +00:00
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2022-11-10 16:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inout"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
|
|
|
dependencies = [
|
|
|
|
"block-padding",
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2021-05-16 16:44:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.1.13"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
2020-04-28 20:09:45 +00:00
|
|
|
dependencies = [
|
2022-11-10 06:29:21 +00:00
|
|
|
"cfg-if",
|
2020-04-28 20:09:45 +00:00
|
|
|
]
|
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "io-lifetimes"
|
|
|
|
version = "1.0.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi 0.3.9",
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2022-11-15 10:14:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "2.10.1"
|
2022-11-15 10:14:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
|
2022-11-15 10:14:04 +00:00
|
|
|
|
2024-10-30 21:07:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "is_terminal_polyfill"
|
|
|
|
version = "1.70.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
|
|
|
|
2017-11-06 21:56:58 +00:00
|
|
|
[[package]]
|
2020-05-25 20:59:16 +00:00
|
|
|
name = "itoa"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.0.11"
|
2017-11-06 21:56:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
2017-11-06 21:56:58 +00:00
|
|
|
|
2024-10-30 22:12:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jfs"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f428b1cf5248265f8358cf96c602323ce4bea140827eaefd8901e3106fec5e44"
|
|
|
|
dependencies = [
|
|
|
|
"fs2",
|
|
|
|
"log 0.4.22",
|
|
|
|
"parking_lot",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-02-18 17:37:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.3.72"
|
2022-02-18 17:37:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
|
2022-02-18 17:37:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2022-11-15 10:14:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jsonwebtoken"
|
|
|
|
version = "7.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "afabcc15e437a6484fc4f12d0fd63068fe457bf93f1c148d3d9649c60b103f32"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.12.3",
|
|
|
|
"pem",
|
2024-10-28 19:30:31 +00:00
|
|
|
"ring 0.16.20",
|
2022-11-15 10:14:04 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"simple_asn1",
|
|
|
|
]
|
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kv-log-macro"
|
2021-05-16 16:44:18 +00:00
|
|
|
version = "1.0.7"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 16:44:18 +00:00
|
|
|
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
2020-04-28 20:09:45 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"log 0.4.22",
|
2020-04-28 20:09:45 +00:00
|
|
|
]
|
|
|
|
|
2017-11-14 13:32:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 16:44:18 +00:00
|
|
|
checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
|
2017-11-14 13:32:28 +00:00
|
|
|
|
2022-11-15 10:14:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "language-tags"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
|
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lapin"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "2.5.0"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "209b09a06f4bd4952a0fd0594f90d53cf4496b062f59acc838a2823e1bb7d95c"
|
2020-04-28 20:09:45 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"amq-protocol",
|
2022-11-10 16:52:15 +00:00
|
|
|
"async-global-executor-trait",
|
|
|
|
"async-reactor-trait",
|
|
|
|
"async-trait",
|
|
|
|
"executor-trait",
|
|
|
|
"flume",
|
2021-05-16 16:44:18 +00:00
|
|
|
"futures-core",
|
2022-11-10 16:52:15 +00:00
|
|
|
"futures-io",
|
2021-05-16 16:44:18 +00:00
|
|
|
"parking_lot",
|
|
|
|
"pinky-swear",
|
2022-11-10 16:52:15 +00:00
|
|
|
"reactor-trait",
|
2021-05-16 16:44:18 +00:00
|
|
|
"serde",
|
2022-11-10 16:52:15 +00:00
|
|
|
"tracing",
|
|
|
|
"waker-fn",
|
2020-04-28 20:09:45 +00:00
|
|
|
]
|
|
|
|
|
2018-01-19 16:12:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.5.0"
|
2017-11-05 14:46:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2017-11-05 14:46:42 +00:00
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
2022-11-01 19:58:51 +00:00
|
|
|
name = "libc"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.2.161"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
|
2020-04-28 20:09:45 +00:00
|
|
|
|
2024-10-28 14:57:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libredox"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2018-01-23 02:45:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2022-11-01 19:58:51 +00:00
|
|
|
version = "0.5.6"
|
2018-01-23 02:45:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-01 19:58:51 +00:00
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
2018-01-23 02:45:15 +00:00
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
version = "0.4.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.4.12"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2020-04-28 20:09:45 +00:00
|
|
|
dependencies = [
|
2022-11-01 19:58:51 +00:00
|
|
|
"autocfg",
|
2021-05-16 16:44:18 +00:00
|
|
|
"scopeguard",
|
2020-04-28 20:09:45 +00:00
|
|
|
]
|
|
|
|
|
2018-01-19 16:12:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2020-05-24 11:43:14 +00:00
|
|
|
version = "0.3.9"
|
2017-11-05 14:46:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 16:44:18 +00:00
|
|
|
checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
2020-05-24 11:43:14 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"log 0.4.22",
|
2020-05-24 11:43:14 +00:00
|
|
|
]
|
2017-11-05 14:46:42 +00:00
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.4.22"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2020-04-28 20:09:45 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"value-bag",
|
2020-04-28 20:09:45 +00:00
|
|
|
]
|
|
|
|
|
2018-01-23 02:45:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lru-cache"
|
2020-05-24 11:43:14 +00:00
|
|
|
version = "0.1.2"
|
2018-01-23 02:45:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 16:44:18 +00:00
|
|
|
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
|
2018-01-23 02:45:15 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"linked-hash-map",
|
2018-01-23 02:45:15 +00:00
|
|
|
]
|
|
|
|
|
2020-05-01 16:44:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
2022-11-10 06:48:30 +00:00
|
|
|
version = "0.1.0"
|
2020-05-01 16:44:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 06:48:30 +00:00
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
2020-05-01 16:44:44 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"regex-automata 0.1.10",
|
2020-05-01 16:44:44 +00:00
|
|
|
]
|
|
|
|
|
2017-11-05 14:46:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.1.10"
|
2017-11-05 14:46:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
|
2017-11-05 14:46:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "md5"
|
2022-11-10 06:45:13 +00:00
|
|
|
version = "0.7.0"
|
2017-11-05 14:46:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 06:45:13 +00:00
|
|
|
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
2017-11-05 14:46:42 +00:00
|
|
|
|
2017-11-10 23:33:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "2.7.4"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2020-04-28 20:09:45 +00:00
|
|
|
|
2017-11-14 13:32:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 16:44:18 +00:00
|
|
|
checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
|
2017-11-14 13:32:28 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"log 0.3.9",
|
|
|
|
]
|
|
|
|
|
2022-11-15 10:14:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.3.17"
|
2022-11-15 10:14:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2022-11-15 10:14:04 +00:00
|
|
|
|
2022-11-01 19:58:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
|
|
|
dependencies = [
|
|
|
|
"adler2",
|
|
|
|
]
|
|
|
|
|
2021-05-16 16:44:18 +00:00
|
|
|
[[package]]
|
2022-11-15 10:14:04 +00:00
|
|
|
name = "mio"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.0.2"
|
2021-05-16 16:44:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
2021-05-16 16:44:18 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"hermit-abi 0.3.9",
|
2022-11-15 10:14:04 +00:00
|
|
|
"libc",
|
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2024-10-28 19:30:31 +00:00
|
|
|
"windows-sys 0.52.0",
|
2020-04-28 20:09:45 +00:00
|
|
|
]
|
|
|
|
|
2018-03-16 01:33:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2020-05-24 11:43:14 +00:00
|
|
|
version = "4.2.3"
|
2018-03-16 01:33:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 16:44:18 +00:00
|
|
|
checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
|
2018-03-16 01:33:38 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"memchr",
|
|
|
|
"version_check 0.1.5",
|
2020-04-28 20:09:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "7.1.3"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
2020-04-28 20:09:45 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"memchr",
|
2022-11-01 19:58:51 +00:00
|
|
|
"minimal-lexical",
|
2020-04-28 20:09:45 +00:00
|
|
|
]
|
|
|
|
|
2022-11-10 06:48:30 +00: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",
|
|
|
|
]
|
|
|
|
|
2022-11-15 10:14:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
|
|
|
version = "0.4.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
|
|
|
dependencies = [
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2018-12-10 14:19:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.1.46"
|
2018-12-10 14:19:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
2018-12-10 14:19:48 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"num-traits",
|
2018-12-10 14:19:48 +00:00
|
|
|
]
|
|
|
|
|
2017-11-05 14:46:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.2.19"
|
2017-11-05 14:46:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2020-05-24 11:43:14 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"autocfg",
|
2020-05-24 11:43:14 +00:00
|
|
|
]
|
2017-11-05 14:46:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
2017-11-14 13:32:28 +00:00
|
|
|
name = "num_cpus"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.16.0"
|
2017-11-05 14:46:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2017-11-05 14:46:42 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"hermit-abi 0.3.9",
|
2021-05-16 16:44:18 +00:00
|
|
|
"libc",
|
2017-11-05 14:46:42 +00:00
|
|
|
]
|
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
|
|
|
version = "0.36.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2018-01-20 19:24:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ofborg"
|
2020-04-29 22:12:47 +00:00
|
|
|
version = "0.1.9"
|
2018-01-20 19:24:17 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"async-std",
|
2024-10-30 22:12:16 +00:00
|
|
|
"base64 0.22.1",
|
2023-06-07 04:35:03 +00:00
|
|
|
"brace-expand",
|
2021-05-16 16:44:18 +00:00
|
|
|
"chrono",
|
2024-10-30 21:07:48 +00:00
|
|
|
"clap",
|
2021-05-16 16:44:18 +00:00
|
|
|
"either",
|
|
|
|
"fs2",
|
2022-02-18 17:37:56 +00:00
|
|
|
"futures-util",
|
2022-11-15 10:14:04 +00:00
|
|
|
"http",
|
2021-05-16 16:44:18 +00:00
|
|
|
"hubcaps",
|
2022-11-15 10:14:04 +00:00
|
|
|
"hyper 0.10.16",
|
2024-10-30 22:12:16 +00:00
|
|
|
"jfs",
|
2021-05-16 16:44:18 +00:00
|
|
|
"lapin",
|
|
|
|
"lru-cache",
|
|
|
|
"md5",
|
|
|
|
"nom 4.2.3",
|
2022-03-16 01:33:13 +00:00
|
|
|
"regex",
|
2024-10-28 19:30:31 +00:00
|
|
|
"rustls-pemfile 1.0.4",
|
2021-05-16 16:44:18 +00:00
|
|
|
"separator",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2024-10-28 14:57:02 +00:00
|
|
|
"shellexpand",
|
2021-05-16 16:44:18 +00:00
|
|
|
"sys-info",
|
2022-11-10 06:46:46 +00:00
|
|
|
"tempfile",
|
2021-05-16 16:44:18 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"uuid",
|
2024-10-30 22:12:16 +00:00
|
|
|
"zstd",
|
2018-01-20 19:24:17 +00:00
|
|
|
]
|
|
|
|
|
2020-04-24 20:07:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ofborg-simple-build"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"log 0.4.22",
|
2021-05-16 16:44:18 +00:00
|
|
|
"ofborg",
|
2020-04-24 20:07:59 +00:00
|
|
|
]
|
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "oid-registry"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9"
|
|
|
|
dependencies = [
|
|
|
|
"asn1-rs",
|
|
|
|
]
|
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.20.2"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2020-04-28 20:09:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2022-11-01 19:58:51 +00:00
|
|
|
version = "0.1.5"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-01 19:58:51 +00:00
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
2020-04-28 20:09:45 +00:00
|
|
|
|
2024-10-28 14:57:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "option-ext"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
|
|
2022-11-10 06:48:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2022-11-10 16:52:15 +00:00
|
|
|
[[package]]
|
2024-10-28 19:30:31 +00:00
|
|
|
name = "p12-keystore"
|
|
|
|
version = "0.1.3"
|
2022-11-10 16:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "df7b60d0b2dcace322e6e8c4499c4c8bdf331c1bae046a54be5e4191c3610286"
|
2022-11-10 16:52:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"cbc",
|
2024-10-28 19:30:31 +00:00
|
|
|
"cms",
|
|
|
|
"der",
|
2022-11-10 16:52:15 +00:00
|
|
|
"des",
|
2024-10-28 19:30:31 +00:00
|
|
|
"hex",
|
2022-11-10 16:52:15 +00:00
|
|
|
"hmac",
|
2024-10-28 19:30:31 +00:00
|
|
|
"pkcs12",
|
|
|
|
"pkcs5",
|
|
|
|
"rand",
|
2022-11-10 16:52:15 +00:00
|
|
|
"rc2",
|
|
|
|
"sha1",
|
2024-10-28 19:30:31 +00:00
|
|
|
"sha2",
|
|
|
|
"thiserror",
|
|
|
|
"x509-parser",
|
2022-11-10 16:52:15 +00:00
|
|
|
]
|
|
|
|
|
2022-02-18 17:37:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "2.2.1"
|
2022-02-18 17:37:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
2022-02-18 17:37:56 +00:00
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.12.3"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2020-04-28 20:09:45 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
2020-04-28 20:09:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.9.10"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2020-04-28 20:09:45 +00:00
|
|
|
dependencies = [
|
2022-11-10 06:29:21 +00:00
|
|
|
"cfg-if",
|
2021-05-16 16:44:18 +00:00
|
|
|
"libc",
|
2022-11-10 06:46:46 +00:00
|
|
|
"redox_syscall",
|
2021-05-16 16:44:18 +00:00
|
|
|
"smallvec",
|
2024-10-28 19:30:31 +00:00
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
|
|
|
version = "0.12.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
|
|
|
|
dependencies = [
|
|
|
|
"digest",
|
|
|
|
"hmac",
|
2017-11-05 14:46:42 +00:00
|
|
|
]
|
|
|
|
|
2022-11-15 10:14:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pem"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.1",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pem-rfc7468"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
]
|
|
|
|
|
2017-11-05 14:46:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2017-11-14 13:32:28 +00:00
|
|
|
version = "1.0.1"
|
2017-11-05 14:46:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 16:44:18 +00:00
|
|
|
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
2017-11-05 14:46:42 +00:00
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2022-11-15 10:14:04 +00:00
|
|
|
version = "2.1.0"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-15 10:14:04 +00:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2020-04-28 20:09:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.2.15"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
|
2020-04-28 20:09:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 16:44:18 +00:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-04-28 20:09:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pinky-swear"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "6.2.0"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "6cfae3ead413ca051a681152bd266438d3bfa301c9bdf836939a14c721bb2a21"
|
2020-04-28 20:09:45 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"doc-comment",
|
2022-11-10 16:52:15 +00:00
|
|
|
"flume",
|
2021-05-16 16:44:18 +00:00
|
|
|
"parking_lot",
|
|
|
|
"tracing",
|
2020-04-28 20:09:45 +00:00
|
|
|
]
|
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "piper"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
|
|
|
|
dependencies = [
|
|
|
|
"atomic-waker",
|
|
|
|
"fastrand 2.1.1",
|
|
|
|
"futures-io",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkcs12"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "695b3df3d3cc1015f12d70235e35b6b79befc5fa7a9b95b951eab1dd07c9efc2"
|
|
|
|
dependencies = [
|
|
|
|
"cms",
|
|
|
|
"const-oid",
|
|
|
|
"der",
|
|
|
|
"digest",
|
|
|
|
"spki",
|
|
|
|
"x509-cert",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkcs5"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e847e2c91a18bfa887dd028ec33f2fe6f25db77db3619024764914affe8b69a6"
|
|
|
|
dependencies = [
|
|
|
|
"aes",
|
|
|
|
"cbc",
|
|
|
|
"der",
|
|
|
|
"pbkdf2",
|
|
|
|
"scrypt",
|
|
|
|
"sha2",
|
|
|
|
"spki",
|
|
|
|
]
|
|
|
|
|
2024-10-30 22:12:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.31"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
|
|
|
|
2022-11-10 06:29:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "2.8.0"
|
2022-11-10 06:29:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
|
2022-11-10 06:29:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2024-10-28 19:30:31 +00:00
|
|
|
"bitflags 1.3.2",
|
2022-11-10 06:29:21 +00:00
|
|
|
"cfg-if",
|
2024-10-28 19:30:31 +00:00
|
|
|
"concurrent-queue",
|
2022-11-10 06:29:21 +00:00
|
|
|
"libc",
|
2024-10-28 19:30:31 +00:00
|
|
|
"log 0.4.22",
|
|
|
|
"pin-project-lite",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "polling"
|
|
|
|
version = "3.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cc2790cd301dec6cd3b7a025e4815cf825724a51c98dccfe6a3e55f05ffb6511"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"concurrent-queue",
|
|
|
|
"hermit-abi 0.4.0",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustix 0.38.38",
|
|
|
|
"tracing",
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy",
|
2022-11-10 06:29:21 +00:00
|
|
|
]
|
|
|
|
|
2018-03-16 01:33:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.0.89"
|
2018-03-16 01:33:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
|
2018-03-16 01:33:38 +00:00
|
|
|
dependencies = [
|
2022-11-01 19:58:51 +00:00
|
|
|
"unicode-ident",
|
2018-03-16 01:33:38 +00:00
|
|
|
]
|
|
|
|
|
2017-11-06 21:56:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.0.37"
|
2017-11-06 21:56:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
2018-03-16 01:33:38 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"proc-macro2",
|
2018-03-16 01:33:38 +00:00
|
|
|
]
|
2017-11-06 21:56:58 +00:00
|
|
|
|
2024-10-28 19:30:31 +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",
|
|
|
|
]
|
|
|
|
|
2022-11-10 16:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rc2"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62c64daa8e9438b84aaae55010a93f396f8e60e3911590fcba770d04643fc1dd"
|
|
|
|
dependencies = [
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reactor-trait"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "438a4293e4d097556730f4711998189416232f009c137389e0f961d2bc0ddc58"
|
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
]
|
|
|
|
|
2021-05-16 16:44:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.5.7"
|
2017-11-08 08:34:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
|
2021-05-16 16:44:18 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"bitflags 2.6.0",
|
2024-10-28 14:57:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"libredox",
|
|
|
|
"thiserror",
|
2021-05-16 16:44:18 +00:00
|
|
|
]
|
2017-11-08 08:34:48 +00:00
|
|
|
|
2017-11-10 23:33:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.11.1"
|
2017-11-10 23:33:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
2017-11-10 23:33:14 +00:00
|
|
|
dependencies = [
|
2022-03-16 01:33:13 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-10-28 19:30:31 +00:00
|
|
|
"regex-automata 0.4.8",
|
|
|
|
"regex-syntax 0.8.5",
|
2020-05-01 16:44:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2021-05-16 16:44:18 +00:00
|
|
|
version = "0.1.10"
|
2020-05-01 16:44:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 16:44:18 +00:00
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
2020-05-01 16:44:44 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"regex-syntax 0.6.29",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax 0.8.5",
|
2017-11-10 23:33:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.6.29"
|
2017-11-10 23:33:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
2018-03-16 01:33:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-10-28 19:30:31 +00:00
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.8.5"
|
2018-03-16 01:33:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
2017-11-10 23:33:14 +00:00
|
|
|
|
2022-11-15 10:14:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.11.27"
|
2022-11-15 10:14:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
|
2022-11-15 10:14:04 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"base64 0.21.7",
|
2022-11-15 10:14:04 +00:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2024-10-28 19:30:31 +00:00
|
|
|
"hyper 0.14.31",
|
2024-05-19 19:17:53 +00:00
|
|
|
"hyper-rustls",
|
2022-11-15 10:14:04 +00:00
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
2024-10-28 19:30:31 +00:00
|
|
|
"log 0.4.22",
|
|
|
|
"mime 0.3.17",
|
2022-11-15 10:14:04 +00:00
|
|
|
"once_cell",
|
|
|
|
"percent-encoding 2.1.0",
|
|
|
|
"pin-project-lite",
|
2024-10-28 19:30:31 +00:00
|
|
|
"rustls 0.21.12",
|
|
|
|
"rustls-pemfile 1.0.4",
|
2022-11-15 10:14:04 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2024-10-28 19:30:31 +00:00
|
|
|
"sync_wrapper",
|
|
|
|
"system-configuration",
|
2022-11-15 10:14:04 +00:00
|
|
|
"tokio",
|
2024-05-19 19:17:53 +00:00
|
|
|
"tokio-rustls",
|
2022-11-15 10:14:04 +00:00
|
|
|
"tower-service",
|
|
|
|
"url 2.3.0",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2024-05-19 19:17:53 +00:00
|
|
|
"webpki-roots",
|
2022-11-15 10:14:04 +00:00
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2022-11-10 16:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.16.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"spin 0.5.2",
|
2024-10-28 19:30:31 +00:00
|
|
|
"untrusted 0.7.1",
|
2022-11-10 16:52:15 +00:00
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
|
|
|
version = "0.17.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"getrandom",
|
|
|
|
"libc",
|
|
|
|
"spin 0.9.8",
|
|
|
|
"untrusted 0.9.0",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rusticata-macros"
|
|
|
|
version = "4.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
|
|
|
|
dependencies = [
|
|
|
|
"nom 7.1.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.37.27"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"errno",
|
|
|
|
"io-lifetimes",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys 0.3.8",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
|
|
|
version = "0.38.38"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys 0.4.14",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2022-11-10 16:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.21.12"
|
2022-11-10 16:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
2022-11-10 16:52:15 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"log 0.4.22",
|
|
|
|
"ring 0.17.8",
|
|
|
|
"rustls-webpki 0.101.7",
|
2022-11-10 16:52:15 +00:00
|
|
|
"sct",
|
2024-10-28 19:30:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
|
|
|
version = "0.23.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eee87ff5d9b36712a58574e12e9f0ea80f915a5b0ac518d322b24a465617925e"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"ring 0.17.8",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"rustls-webpki 0.102.8",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
2022-11-10 16:52:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-connector"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.20.1"
|
2022-11-10 16:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "2a980454b497c439c274f2feae2523ed8138bbd3d323684e1435fec62f800481"
|
2022-11-10 16:52:15 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"log 0.4.22",
|
|
|
|
"rustls 0.23.16",
|
2022-11-10 16:52:15 +00:00
|
|
|
"rustls-native-certs",
|
2024-10-28 19:30:31 +00:00
|
|
|
"rustls-pki-types",
|
|
|
|
"rustls-webpki 0.102.8",
|
2022-11-10 16:52:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-native-certs"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.7.3"
|
2022-11-10 16:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5"
|
2022-11-10 16:52:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"openssl-probe",
|
2024-10-28 19:30:31 +00:00
|
|
|
"rustls-pemfile 2.2.0",
|
|
|
|
"rustls-pki-types",
|
2022-11-10 16:52:15 +00:00
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.21.7",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
|
|
|
dependencies = [
|
|
|
|
"rustls-pki-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-pki-types"
|
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
|
|
|
version = "0.101.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
|
|
|
dependencies = [
|
|
|
|
"ring 0.17.8",
|
|
|
|
"untrusted 0.9.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
|
|
|
version = "0.102.8"
|
2022-11-10 16:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
2022-11-10 16:52:15 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"ring 0.17.8",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"untrusted 0.9.0",
|
2022-11-10 16:52:15 +00:00
|
|
|
]
|
|
|
|
|
2017-11-05 14:46:42 +00:00
|
|
|
[[package]]
|
2018-12-01 03:22:44 +00:00
|
|
|
name = "ryu"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.0.18"
|
2017-11-14 13:32:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2017-11-14 13:32:28 +00:00
|
|
|
|
2018-11-23 19:52:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
2020-05-24 11:43:14 +00:00
|
|
|
version = "0.3.3"
|
2018-11-23 19:52:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 16:44:18 +00:00
|
|
|
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
2018-11-23 19:52:56 +00:00
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "salsa20"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
|
|
|
|
dependencies = [
|
|
|
|
"cipher",
|
|
|
|
]
|
|
|
|
|
2017-11-14 13:32:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.1.26"
|
2017-11-14 13:32:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1"
|
2017-11-14 13:32:28 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"windows-sys 0.59.0",
|
2017-11-14 13:32:28 +00:00
|
|
|
]
|
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.2.0"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2020-04-28 20:09:45 +00:00
|
|
|
|
2022-11-01 19:58:51 +00:00
|
|
|
[[package]]
|
2024-10-28 19:30:31 +00:00
|
|
|
name = "scrypt"
|
|
|
|
version = "0.11.0"
|
2022-11-01 19:58:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
|
|
|
|
dependencies = [
|
|
|
|
"pbkdf2",
|
|
|
|
"salsa20",
|
|
|
|
"sha2",
|
|
|
|
]
|
2022-11-01 19:58:51 +00:00
|
|
|
|
2022-11-10 16:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.7.1"
|
2022-11-10 16:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
2022-11-10 16:52:15 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"ring 0.17.8",
|
|
|
|
"untrusted 0.9.0",
|
2022-11-10 16:52:15 +00:00
|
|
|
]
|
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "2.11.1"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
2020-04-28 20:09:45 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"bitflags 2.6.0",
|
2021-05-16 16:44:18 +00:00
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
2020-04-28 20:09:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "2.12.0"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6"
|
2020-04-28 20:09:45 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
2017-11-05 14:46:42 +00:00
|
|
|
]
|
|
|
|
|
2019-04-14 23:35:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "separator"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 16:44:18 +00:00
|
|
|
checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
|
2019-04-14 23:35:32 +00:00
|
|
|
|
2017-11-06 21:56:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.0.214"
|
2017-11-06 21:56:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5"
|
2020-04-28 20:09:45 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"serde_derive",
|
2020-04-28 20:09:45 +00:00
|
|
|
]
|
2017-11-06 21:56:58 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.0.214"
|
2017-11-06 21:56:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
|
2017-11-06 21:56:58 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2017-11-06 21:56:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.0.132"
|
2017-11-06 21:56:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
|
2017-11-06 21:56:58 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"itoa",
|
2024-10-28 19:30:31 +00:00
|
|
|
"memchr",
|
2021-05-16 16:44:18 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2020-04-28 20:09:45 +00:00
|
|
|
]
|
|
|
|
|
2022-11-15 10:14:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-11-10 16:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.10.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.10.8"
|
2022-11-10 16:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2022-11-10 16:52:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2020-05-01 16:44:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.1.7"
|
2020-05-01 16:44:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2020-05-01 16:44:44 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"lazy_static",
|
2020-05-01 16:44:44 +00:00
|
|
|
]
|
|
|
|
|
2024-10-28 14:57:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shellexpand"
|
|
|
|
version = "3.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
|
|
|
|
dependencies = [
|
|
|
|
"dirs",
|
|
|
|
]
|
|
|
|
|
2022-11-10 06:29:21 +00:00
|
|
|
[[package]]
|
2024-10-28 19:30:31 +00:00
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
2022-11-10 06:29:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
2022-11-10 06:29:21 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.4.2"
|
2022-11-10 06:29:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2022-11-10 06:29:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-11-15 10:14:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "simple_asn1"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "692ca13de57ce0613a363c8c2f1de925adebc81b04c923ac60c5488bb44abe4b"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
2024-10-28 19:30:31 +00:00
|
|
|
"num-bigint 0.2.6",
|
2022-11-15 10:14:04 +00:00
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.4.9"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-11-01 19:58:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2020-04-28 20:09:45 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.13.2"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2020-04-28 20:09:45 +00:00
|
|
|
|
2022-02-18 17:37:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.4.10"
|
2022-02-18 17:37:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
|
2022-02-18 17:37:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-11-10 06:46:46 +00:00
|
|
|
"winapi",
|
2022-02-18 17:37:56 +00:00
|
|
|
]
|
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
|
|
|
version = "0.5.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2022-11-10 16:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.9.8"
|
2022-11-10 16:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
2022-11-10 16:52:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spki"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
|
|
|
|
dependencies = [
|
|
|
|
"base64ct",
|
|
|
|
"der",
|
|
|
|
]
|
|
|
|
|
2024-10-30 21:07:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
|
|
|
2022-11-10 16:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "2.6.1"
|
2022-11-10 16:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
2022-11-10 16:52:15 +00:00
|
|
|
|
2017-11-06 21:56:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "2.0.85"
|
2017-11-06 21:56:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56"
|
2017-11-06 21:56:58 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-11-01 19:58:51 +00:00
|
|
|
"unicode-ident",
|
2017-11-06 21:56:58 +00:00
|
|
|
]
|
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2018-05-21 18:33:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sys-info"
|
2022-11-10 06:46:08 +00:00
|
|
|
version = "0.9.1"
|
2018-05-21 18:33:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-10 06:46:08 +00:00
|
|
|
checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
|
2018-05-21 18:33:49 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2020-04-28 20:09:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-28 19:30:31 +00:00
|
|
|
name = "system-configuration"
|
|
|
|
version = "0.5.1"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
|
2020-04-28 20:09:45 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"bitflags 1.3.2",
|
|
|
|
"core-foundation",
|
|
|
|
"system-configuration-sys",
|
2018-05-21 18:33:49 +00:00
|
|
|
]
|
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
2024-10-28 19:30:31 +00:00
|
|
|
name = "system-configuration-sys"
|
|
|
|
version = "0.5.0"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
|
2020-04-28 20:09:45 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"core-foundation-sys",
|
2021-05-16 16:44:18 +00:00
|
|
|
"libc",
|
2020-04-28 20:09:45 +00:00
|
|
|
]
|
|
|
|
|
2017-11-10 23:33:14 +00:00
|
|
|
[[package]]
|
2024-10-28 19:30:31 +00:00
|
|
|
name = "tcp-stream"
|
|
|
|
version = "0.28.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "495b0abdce3dc1f8fd27240651c9e68890c14e9d9c61527b1ce44d8a5a7bd3d5"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"p12-keystore",
|
|
|
|
"rustls-connector",
|
|
|
|
"rustls-pemfile 2.2.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
|
|
|
version = "3.13.0"
|
2017-11-10 23:33:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b"
|
2022-11-01 19:58:51 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"cfg-if",
|
|
|
|
"fastrand 2.1.1",
|
|
|
|
"once_cell",
|
|
|
|
"rustix 0.38.38",
|
|
|
|
"windows-sys 0.59.0",
|
2022-11-01 19:58:51 +00:00
|
|
|
]
|
|
|
|
|
2024-10-28 14:57:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.0.65"
|
2024-10-28 14:57:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
|
2024-10-28 14:57:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.0.65"
|
2024-10-28 14:57:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
|
2024-10-28 14:57:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-11-01 19:58:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.1.8"
|
2022-11-01 19:58:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2017-11-10 23:33:14 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"cfg-if",
|
2021-05-16 16:44:18 +00:00
|
|
|
"once_cell",
|
2017-11-10 23:33:14 +00:00
|
|
|
]
|
|
|
|
|
2017-11-14 13:32:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.1.45"
|
2017-11-14 13:32:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
|
2017-11-14 13:32:28 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"libc",
|
2022-11-10 06:49:31 +00:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2022-11-10 06:46:46 +00:00
|
|
|
"winapi",
|
2017-11-14 13:32:28 +00:00
|
|
|
]
|
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.3.36"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
|
|
|
dependencies = [
|
|
|
|
"deranged",
|
|
|
|
"itoa",
|
|
|
|
"num-conv",
|
|
|
|
"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"
|
|
|
|
version = "0.2.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
|
|
|
dependencies = [
|
|
|
|
"num-conv",
|
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
2021-05-16 16:44:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.8.0"
|
2021-05-16 16:44:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
2021-05-16 16:44:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.1.1"
|
2021-05-16 16:44:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2021-05-16 16:44:18 +00:00
|
|
|
|
2022-11-15 10:14:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.41.0"
|
2022-11-15 10:14:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
|
2022-11-15 10:14:04 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"backtrace",
|
2022-11-15 10:14:04 +00:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"pin-project-lite",
|
2024-10-28 19:30:31 +00:00
|
|
|
"socket2 0.5.7",
|
|
|
|
"windows-sys 0.52.0",
|
2022-11-15 10:14:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-05-19 19:17:53 +00:00
|
|
|
name = "tokio-rustls"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.24.1"
|
2022-11-15 10:14:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
2022-11-15 10:14:04 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"rustls 0.21.12",
|
2022-11-15 10:14:04 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.7.12"
|
2022-11-15 10:14:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
|
2022-11-15 10:14:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.3.3"
|
2022-11-15 10:14:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
2022-11-15 10:14:04 +00:00
|
|
|
|
2020-05-01 16:44:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.1.40"
|
2020-05-01 16:44:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2020-05-01 16:44:44 +00:00
|
|
|
dependencies = [
|
2022-11-10 06:29:21 +00:00
|
|
|
"pin-project-lite",
|
2021-05-16 16:44:18 +00:00
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
2020-05-01 16:44:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.1.27"
|
2020-05-01 16:44:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2020-05-01 16:44:44 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-05-01 16:44:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.1.32"
|
2020-05-01 16:44:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2020-05-01 16:44:44 +00:00
|
|
|
dependencies = [
|
2022-11-01 19:58:51 +00:00
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
2020-05-01 16:44:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.2.0"
|
2020-05-01 16:44:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
2020-05-01 16:44:44 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"log 0.4.22",
|
|
|
|
"once_cell",
|
2021-05-16 16:44:18 +00:00
|
|
|
"tracing-core",
|
2020-05-01 16:44:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-serde"
|
2022-11-01 19:58:51 +00:00
|
|
|
version = "0.1.3"
|
2020-05-01 16:44:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-01 19:58:51 +00:00
|
|
|
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
|
2020-05-01 16:44:44 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"serde",
|
|
|
|
"tracing-core",
|
2020-05-01 16:44:44 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.3.18"
|
2020-05-01 16:44:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
2020-05-01 16:44:44 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"matchers",
|
2022-11-10 06:48:30 +00:00
|
|
|
"nu-ansi-term",
|
|
|
|
"once_cell",
|
2021-05-16 16:44:18 +00:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
"tracing-serde",
|
2020-05-01 16:44:44 +00:00
|
|
|
]
|
|
|
|
|
2017-11-14 13:32:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "traitobject"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 16:44:18 +00:00
|
|
|
checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
|
2017-11-14 13:32:28 +00:00
|
|
|
|
2022-11-15 10:14:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.2.5"
|
2022-11-15 10:14:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2022-11-15 10:14:04 +00:00
|
|
|
|
2017-11-14 13:32:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typeable"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 16:44:18 +00:00
|
|
|
checksum = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887"
|
2020-04-28 20:09:45 +00:00
|
|
|
|
2022-11-10 16:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.17.0"
|
2022-11-10 16:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2022-11-10 16:52:15 +00:00
|
|
|
|
2017-11-14 13:32:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "1.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 16:44:18 +00:00
|
|
|
checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
|
2017-11-14 13:32:28 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"version_check 0.1.5",
|
2017-11-14 13:32:28 +00:00
|
|
|
]
|
|
|
|
|
2022-11-15 10:14:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"version_check 0.9.5",
|
2022-11-15 10:14:04 +00:00
|
|
|
]
|
|
|
|
|
2017-11-05 14:46:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.3.17"
|
2017-11-05 14:46:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
|
2022-11-01 19:58:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.0.13"
|
2022-11-01 19:58:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
2017-11-05 14:46:42 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.1.24"
|
2017-11-05 14:46:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
|
2020-05-24 11:43:14 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"tinyvec",
|
2020-05-24 11:43:14 +00:00
|
|
|
]
|
2017-11-05 14:46:42 +00:00
|
|
|
|
2017-11-06 21:56:58 +00:00
|
|
|
[[package]]
|
2024-10-28 19:30:31 +00:00
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
2017-11-06 21:56:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
2017-11-06 21:56:58 +00:00
|
|
|
|
2022-11-10 16:52:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.9.0"
|
2022-11-10 16:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
2022-11-10 16:52:15 +00:00
|
|
|
|
2017-11-05 14:46:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2018-12-01 03:22:44 +00:00
|
|
|
version = "1.7.2"
|
2017-11-05 14:46:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 16:44:18 +00:00
|
|
|
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
|
2017-11-05 14:46:42 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"idna 0.1.5",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding 1.0.1",
|
2017-11-05 14:46:42 +00:00
|
|
|
]
|
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2022-11-15 10:14:04 +00:00
|
|
|
version = "2.3.0"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-15 10:14:04 +00:00
|
|
|
checksum = "22fe195a4f217c25b25cb5058ced57059824a678474874038dc88d211bf508d3"
|
2020-04-28 20:09:45 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"form_urlencoded",
|
2022-11-15 10:14:04 +00:00
|
|
|
"idna 0.2.3",
|
|
|
|
"percent-encoding 2.1.0",
|
2020-04-28 20:09:45 +00:00
|
|
|
]
|
|
|
|
|
2024-10-30 21:07:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
|
|
2018-01-20 16:42:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.11.0"
|
2018-01-20 16:42:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
|
2018-01-20 16:42:27 +00:00
|
|
|
dependencies = [
|
2022-11-10 06:49:31 +00:00
|
|
|
"getrandom",
|
2021-05-16 16:44:18 +00:00
|
|
|
]
|
|
|
|
|
2022-11-01 19:58:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2021-05-16 16:44:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "value-bag"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.10.0"
|
2021-05-16 16:44:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
|
2018-01-20 16:42:27 +00:00
|
|
|
|
2017-11-05 14:46:42 +00:00
|
|
|
[[package]]
|
2017-11-14 13:32:28 +00:00
|
|
|
name = "version_check"
|
2018-12-01 03:22:44 +00:00
|
|
|
version = "0.1.5"
|
2017-11-05 14:46:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 16:44:18 +00:00
|
|
|
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
2017-11-05 14:46:42 +00:00
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.9.5"
|
2020-05-24 11:43:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2020-05-24 11:43:14 +00:00
|
|
|
|
2022-02-18 17:37:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "waker-fn"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "1.2.0"
|
2022-02-18 17:37:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
|
2022-02-18 17:37:56 +00:00
|
|
|
|
2022-11-15 10:14:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.3.1"
|
2022-11-15 10:14:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2022-11-15 10:14:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2020-04-28 20:09:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-11-01 19:58:51 +00:00
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
2020-04-28 20:09:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-01 19:58:51 +00:00
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
2020-04-28 20:09:45 +00:00
|
|
|
|
2022-11-10 06:49:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2022-02-18 17:37:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.2.95"
|
2022-02-18 17:37:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
|
2022-02-18 17:37:56 +00:00
|
|
|
dependencies = [
|
2022-11-10 06:29:21 +00:00
|
|
|
"cfg-if",
|
2024-10-28 19:30:31 +00:00
|
|
|
"once_cell",
|
2022-02-18 17:37:56 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.2.95"
|
2022-02-18 17:37:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
|
2022-02-18 17:37:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
2024-10-28 19:30:31 +00:00
|
|
|
"log 0.4.22",
|
2022-11-01 19:58:51 +00:00
|
|
|
"once_cell",
|
2022-02-18 17:37:56 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.4.45"
|
2022-02-18 17:37:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b"
|
2022-02-18 17:37:56 +00:00
|
|
|
dependencies = [
|
2022-11-10 06:29:21 +00:00
|
|
|
"cfg-if",
|
2022-02-18 17:37:56 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.2.95"
|
2022-02-18 17:37:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
|
2022-02-18 17:37:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.2.95"
|
2022-02-18 17:37:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
|
2022-02-18 17:37:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.2.95"
|
2022-02-18 17:37:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
|
2022-02-18 17:37:56 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.3.72"
|
2022-02-18 17:37:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
|
2022-02-18 17:37:56 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2024-05-19 19:17:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.25.4"
|
2024-05-19 19:17:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
|
2022-02-18 17:37:56 +00:00
|
|
|
|
2018-01-19 16:12:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2021-05-16 16:44:18 +00:00
|
|
|
version = "0.3.9"
|
2018-01-19 16:12:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 16:44:18 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-01-19 16:12:12 +00:00
|
|
|
dependencies = [
|
2021-05-16 16:44:18 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-01-19 16:12:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 16:44:18 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-01-19 16:12:12 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-16 16:44:18 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-01-19 16:12:12 +00:00
|
|
|
|
2024-10-28 19:30:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
2021-05-16 16:44:18 +00:00
|
|
|
[[package]]
|
2022-11-01 19:58:51 +00:00
|
|
|
name = "windows-sys"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.48.0"
|
2022-11-01 19:58:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2022-11-01 19:58:51 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"windows-targets 0.48.5",
|
2022-11-01 19:58:51 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.52.0"
|
2022-11-01 19:58:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
2022-11-01 19:58:51 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"windows-targets 0.52.6",
|
2022-11-01 19:58:51 +00:00
|
|
|
]
|
|
|
|
|
2024-10-28 14:57:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.59.0"
|
2024-10-28 14:57:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
2024-10-28 14:57:02 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"windows-targets 0.52.6",
|
2024-10-28 14:57:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
|
|
dependencies = [
|
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2022-11-01 19:58:51 +00:00
|
|
|
[[package]]
|
2024-10-28 19:30:31 +00:00
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.52.6"
|
2022-11-01 19:58:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.52.6",
|
|
|
|
"windows_aarch64_msvc 0.52.6",
|
|
|
|
"windows_i686_gnu 0.52.6",
|
|
|
|
"windows_i686_gnullvm",
|
|
|
|
"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",
|
|
|
|
]
|
2022-11-01 19:58:51 +00:00
|
|
|
|
2024-10-28 14:57:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
|
2022-11-01 19:58:51 +00:00
|
|
|
[[package]]
|
2024-10-28 19:30:31 +00:00
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.52.6"
|
2022-11-01 19:58:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2022-11-01 19:58:51 +00:00
|
|
|
|
2024-10-28 14:57:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
|
2022-11-01 19:58:51 +00:00
|
|
|
[[package]]
|
2024-10-28 19:30:31 +00:00
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.52.6"
|
2022-11-01 19:58:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2022-11-01 19:58:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.48.5"
|
2022-11-01 19:58:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2022-11-01 19:58:51 +00:00
|
|
|
|
2024-10-28 14:57:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.52.6"
|
2024-10-28 14:57:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-10-28 14:57:02 +00:00
|
|
|
|
2022-11-01 19:58:51 +00:00
|
|
|
[[package]]
|
2024-10-28 19:30:31 +00:00
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.6"
|
2022-11-01 19:58:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2022-11-01 19:58:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.48.5"
|
2022-11-01 19:58:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2022-11-01 19:58:51 +00:00
|
|
|
|
2024-10-28 14:57:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.52.6"
|
2024-10-28 14:57:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2024-10-28 14:57:02 +00:00
|
|
|
|
2022-11-01 19:58:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.48.5"
|
2022-11-01 19:58:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2022-11-01 19:58:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.52.6"
|
2022-11-01 19:58:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2022-11-01 19:58:51 +00:00
|
|
|
|
2024-10-28 14:57:02 +00:00
|
|
|
[[package]]
|
2024-10-28 19:30:31 +00:00
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-10-28 14:57:02 +00:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2024-10-28 14:57:02 +00:00
|
|
|
|
2022-11-01 19:58:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.52.6"
|
2022-11-01 19:58:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2022-11-01 19:58:51 +00:00
|
|
|
|
2024-10-28 14:57:02 +00:00
|
|
|
[[package]]
|
2024-10-28 19:30:31 +00:00
|
|
|
name = "windows_x86_64_msvc"
|
2024-10-28 14:57:02 +00:00
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2024-10-28 14:57:02 +00:00
|
|
|
|
2022-11-01 19:58:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-10-28 19:30:31 +00:00
|
|
|
version = "0.52.6"
|
2022-11-01 19:58:51 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2022-11-01 19:58:51 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-10-28 19:30:31 +00:00
|
|
|
name = "winreg"
|
|
|
|
version = "0.50.0"
|
2021-05-16 16:44:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
2022-11-10 16:52:15 +00:00
|
|
|
|
2024-10-28 14:57:02 +00:00
|
|
|
[[package]]
|
2024-10-28 19:30:31 +00:00
|
|
|
name = "x509-cert"
|
|
|
|
version = "0.2.5"
|
2024-10-28 14:57:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "1301e935010a701ae5f8655edc0ad17c44bad3ac5ce8c39185f75453b720ae94"
|
|
|
|
dependencies = [
|
|
|
|
"const-oid",
|
|
|
|
"der",
|
|
|
|
"spki",
|
|
|
|
]
|
2024-10-28 14:57:02 +00:00
|
|
|
|
2022-11-15 10:14:04 +00:00
|
|
|
[[package]]
|
2024-10-28 19:30:31 +00:00
|
|
|
name = "x509-parser"
|
|
|
|
version = "0.16.0"
|
2022-11-15 10:14:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69"
|
2022-11-15 10:14:04 +00:00
|
|
|
dependencies = [
|
2024-10-28 19:30:31 +00:00
|
|
|
"asn1-rs",
|
|
|
|
"data-encoding",
|
|
|
|
"der-parser",
|
|
|
|
"lazy_static",
|
|
|
|
"nom 7.1.3",
|
|
|
|
"oid-registry",
|
|
|
|
"rusticata-macros",
|
|
|
|
"thiserror",
|
|
|
|
"time 0.3.36",
|
2022-11-15 10:14:04 +00:00
|
|
|
]
|
|
|
|
|
2022-11-10 16:52:15 +00:00
|
|
|
[[package]]
|
2024-10-28 19:30:31 +00:00
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.7.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.7.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
|
|
|
version = "1.8.1"
|
2022-11-10 16:52:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-28 19:30:31 +00:00
|
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
2024-10-30 22:12:16 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
|
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
|
|
|
version = "7.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
|
|
|
|
dependencies = [
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
|
|
|
version = "2.0.13+zstd.1.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|