2023-09-14 20:47:02 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2024-12-11 13:55:48 +00:00
|
|
|
version = 4
|
2023-09-14 20:47:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2024-10-12 19:36:36 +00:00
|
|
|
version = "0.24.2"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-12 19:36:36 +00:00
|
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-01 06:33:10 +00:00
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 06:33:10 +00:00
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
2023-09-14 20:47:02 +00:00
|
|
|
|
2023-10-01 15:16:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-03-28 07:08:57 +00:00
|
|
|
version = "0.8.11"
|
2023-10-01 15:16:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-28 07:08:57 +00:00
|
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
2023-10-01 15:16:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2023-10-27 19:05:09 +00:00
|
|
|
"zerocopy",
|
2023-10-01 15:16:23 +00:00
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-03-28 07:08:57 +00:00
|
|
|
version = "1.1.3"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-28 07:08:57 +00:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-10-26 11:08:24 +00:00
|
|
|
version = "0.6.18"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-26 11:08:24 +00:00
|
|
|
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
2024-05-09 11:33:23 +00:00
|
|
|
"is_terminal_polyfill",
|
2023-09-14 20:47:02 +00:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-10-26 11:08:24 +00:00
|
|
|
version = "1.0.10"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-26 11:08:24 +00:00
|
|
|
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
2023-09-14 20:47:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-10-26 11:08:24 +00:00
|
|
|
version = "0.2.6"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-26 11:08:24 +00:00
|
|
|
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-10-26 11:08:24 +00:00
|
|
|
version = "1.1.2"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-26 11:08:24 +00:00
|
|
|
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
2024-10-26 11:08:24 +00:00
|
|
|
"windows-sys 0.59.0",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-10-26 11:08:24 +00:00
|
|
|
version = "3.0.6"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-26 11:08:24 +00:00
|
|
|
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2024-10-26 11:08:24 +00:00
|
|
|
"windows-sys 0.59.0",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-01 15:16:23 +00:00
|
|
|
name = "anyhow"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "1.0.94"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7"
|
2023-10-01 15:16:23 +00:00
|
|
|
|
2024-10-12 17:06:29 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
|
|
|
version = "1.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
|
|
|
|
|
2024-05-09 09:31:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "asn1-rs"
|
2024-10-01 06:33:10 +00:00
|
|
|
version = "0.6.2"
|
2024-05-09 09:31:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 06:33:10 +00:00
|
|
|
checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048"
|
2024-05-09 09:31:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"asn1-rs-derive",
|
|
|
|
"asn1-rs-impl",
|
|
|
|
"displaydoc",
|
|
|
|
"nom",
|
|
|
|
"num-traits",
|
|
|
|
"rusticata-macros",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "asn1-rs-derive"
|
2024-10-01 06:33:10 +00:00
|
|
|
version = "0.5.1"
|
2024-05-09 09:31:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 06:33:10 +00:00
|
|
|
checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490"
|
2024-05-09 09:31:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-09 11:33:23 +00:00
|
|
|
"syn",
|
2024-05-09 09:31:39 +00:00
|
|
|
"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",
|
2024-05-09 11:33:23 +00:00
|
|
|
"syn",
|
2024-05-09 09:31:39 +00:00
|
|
|
]
|
|
|
|
|
2024-08-04 09:19:26 +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",
|
|
|
|
]
|
|
|
|
|
2023-10-16 17:26:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2024-09-26 12:32:14 +00:00
|
|
|
version = "0.1.83"
|
2023-10-16 17:26:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-26 12:32:14 +00:00
|
|
|
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
|
2023-10-16 17:26:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-09 11:33:23 +00:00
|
|
|
"syn",
|
2023-10-16 17:26:32 +00:00
|
|
|
]
|
|
|
|
|
2024-07-20 08:55:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-waker"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-10-01 06:33:10 +00:00
|
|
|
version = "1.4.0"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 06:33:10 +00:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2024-05-09 11:33:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-lc-rs"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "1.11.1"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "f47bb8cc16b669d267eeccf585aea077d0882f4777b1c1f740217885d6e6e5a3"
|
2024-05-09 11:33:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-lc-sys",
|
|
|
|
"paste",
|
2024-08-27 07:08:17 +00:00
|
|
|
"untrusted 0.7.1",
|
2024-05-09 11:33:23 +00:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aws-lc-sys"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.23.1"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "a2101df3813227bbaaaa0b04cd61c534c7954b22bd68d399b440be937dc63ff7"
|
2024-05-09 11:33:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"bindgen",
|
|
|
|
"cc",
|
|
|
|
"cmake",
|
|
|
|
"dunce",
|
|
|
|
"fs_extra",
|
|
|
|
"libc",
|
|
|
|
"paste",
|
|
|
|
]
|
2023-09-14 20:47:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-10-01 06:33:10 +00:00
|
|
|
version = "0.3.74"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 06:33:10 +00:00
|
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2024-10-01 06:33:10 +00:00
|
|
|
"windows-targets 0.52.6",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-01-20 10:11:32 +00:00
|
|
|
version = "0.21.7"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-20 10:11:32 +00:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2023-09-14 20:47:02 +00:00
|
|
|
|
2024-03-28 07:08:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-05-09 11:33:23 +00:00
|
|
|
version = "0.22.1"
|
2024-03-28 07:08:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 11:33:23 +00:00
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
2024-03-28 07:08:57 +00:00
|
|
|
|
2023-10-23 17:11:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bb8"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.9.0"
|
2023-10-23 17:11:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "212d8b8e1a22743d9241575c6ba822cf9c8fef34771c86ab7e477a4fbfd254e5"
|
2023-10-23 17:11:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"parking_lot",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2024-10-12 19:36:36 +00:00
|
|
|
version = "0.69.5"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-12 19:36:36 +00:00
|
|
|
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
2024-05-09 11:33:23 +00:00
|
|
|
dependencies = [
|
2024-07-09 06:40:58 +00:00
|
|
|
"bitflags 2.6.0",
|
2024-05-09 11:33:23 +00:00
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"itertools",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"prettyplease",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
|
|
|
"syn",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-12-03 09:24:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-07-09 06:40:58 +00:00
|
|
|
version = "2.6.0"
|
2023-12-03 09:24:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 06:40:58 +00:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2023-12-03 09:24:31 +00:00
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
2023-10-01 15:16:23 +00:00
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-01 15:16:23 +00:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
2023-09-14 20:47:02 +00:00
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bollard"
|
2024-09-28 12:26:36 +00:00
|
|
|
version = "0.17.1"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-28 12:26:36 +00:00
|
|
|
checksum = "d41711ad46fda47cd701f6908e59d1bd6b9a2b7464c0d0aeab95c6d37096ff8a"
|
2024-05-09 11:33:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"base64 0.22.1",
|
|
|
|
"bollard-stubs",
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"hex",
|
|
|
|
"home",
|
2024-12-11 13:55:48 +00:00
|
|
|
"http 1.2.0",
|
2024-05-09 11:33:23 +00:00
|
|
|
"http-body-util",
|
|
|
|
"hyper",
|
|
|
|
"hyper-named-pipe",
|
|
|
|
"hyper-rustls",
|
|
|
|
"hyper-util",
|
2024-09-28 12:26:36 +00:00
|
|
|
"hyperlocal",
|
2024-05-09 11:33:23 +00:00
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
2024-12-15 08:34:40 +00:00
|
|
|
"rustls 0.23.20",
|
2024-09-28 12:26:36 +00:00
|
|
|
"rustls-native-certs 0.7.3",
|
2024-10-01 06:33:10 +00:00
|
|
|
"rustls-pemfile 2.2.0",
|
2024-05-09 11:33:23 +00:00
|
|
|
"rustls-pki-types",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"serde_repr",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tower-service",
|
|
|
|
"url",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-10-27 19:02:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bollard-stubs"
|
2024-09-28 12:26:36 +00:00
|
|
|
version = "1.45.0-rc.26.0.1"
|
2023-10-27 19:02:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-28 12:26:36 +00:00
|
|
|
checksum = "6d7c5415e3a6bc6d3e99eff6268e488fd4ee25e7b28c10f08fa6760bd9de16e4"
|
2023-10-27 19:02:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
2024-05-09 11:33:23 +00:00
|
|
|
"serde_repr",
|
2023-10-27 19:02:12 +00:00
|
|
|
"serde_with",
|
|
|
|
]
|
|
|
|
|
2023-12-04 17:21:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-05-09 11:33:23 +00:00
|
|
|
version = "3.16.0"
|
2023-12-04 17:21:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 11:33:23 +00:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2023-12-04 17:21:55 +00:00
|
|
|
|
2024-10-01 06:33:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "1.9.0"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
|
2023-09-14 20:47:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-12-15 08:34:40 +00:00
|
|
|
version = "1.2.4"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-15 08:34:40 +00:00
|
|
|
checksum = "9157bbaa6b165880c27a4293a474c91cdcf265cc68cc829bf10be0964a391caf"
|
2024-05-09 11:33:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
"libc",
|
2024-09-26 12:32:14 +00:00
|
|
|
"shlex",
|
2024-05-09 11:33:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
|
|
|
version = "0.6.0"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 11:33:23 +00:00
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
2023-09-14 20:47:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2024-03-28 07:08:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
2024-05-25 08:48:12 +00:00
|
|
|
version = "0.2.1"
|
2024-03-28 07:08:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-25 08:48:12 +00:00
|
|
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
2024-03-28 07:08:57 +00:00
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.4.39"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
|
2024-05-09 11:33:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"android-tzdata",
|
|
|
|
"iana-time-zone",
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
2024-07-20 08:55:14 +00:00
|
|
|
"windows-targets 0.52.6",
|
2024-05-09 11:33:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2024-08-26 21:35:09 +00:00
|
|
|
version = "1.8.1"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-26 21:35:09 +00:00
|
|
|
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
2024-05-09 11:33:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
|
|
|
"libloading",
|
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "4.5.23"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "4.5.23"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
2024-07-09 06:40:58 +00:00
|
|
|
"strsim",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2024-09-26 12:32:14 +00:00
|
|
|
version = "4.5.18"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-26 12:32:14 +00:00
|
|
|
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
2024-10-01 06:33:10 +00:00
|
|
|
"heck",
|
2023-09-14 20:47:02 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-09 11:33:23 +00:00
|
|
|
"syn",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.7.4"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
|
2023-09-14 20:47:02 +00:00
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.1.52"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "c682c223677e0e5b6b7f63a64b9351844c3f1b1678a68b7ee617e30fb082620e"
|
2024-05-09 11:33:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2024-12-15 14:13:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "collection_macros"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50b180e6a75e306052a61658f832b4fc565a6e5a204da05f0fe7f50a31fb827a"
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
2024-10-26 11:08:24 +00:00
|
|
|
version = "1.0.3"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-26 11:08:24 +00:00
|
|
|
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
2023-09-14 20:47:02 +00:00
|
|
|
|
2024-08-04 09:19:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
|
|
|
version = "2.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2023-12-04 17:21:55 +00:00
|
|
|
version = "0.9.4"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-04 17:21:55 +00:00
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-12-11 13:55:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-09-28 12:26:36 +00:00
|
|
|
version = "0.8.7"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-28 12:26:36 +00:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2023-09-14 20:47:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-10-01 15:16:23 +00:00
|
|
|
name = "cpufeatures"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.2.16"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
2023-10-01 15:16:23 +00:00
|
|
|
"libc",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
2023-12-29 08:56:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-10-01 06:33:10 +00:00
|
|
|
version = "0.8.20"
|
2023-12-29 08:56:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 06:33:10 +00:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2023-12-29 08:56:47 +00:00
|
|
|
|
2023-12-13 21:27:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
2024-08-04 09:19:26 +00:00
|
|
|
version = "0.28.1"
|
2023-12-13 21:27:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-04 09:19:26 +00:00
|
|
|
checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6"
|
2023-12-13 21:27:42 +00:00
|
|
|
dependencies = [
|
2024-07-09 06:40:58 +00:00
|
|
|
"bitflags 2.6.0",
|
2023-12-13 21:27:42 +00:00
|
|
|
"crossterm_winapi",
|
2024-10-26 11:08:24 +00:00
|
|
|
"mio",
|
2023-12-13 21:27:42 +00:00
|
|
|
"parking_lot",
|
2024-08-04 09:19:26 +00:00
|
|
|
"rustix",
|
2023-12-13 21:27:42 +00:00
|
|
|
"signal-hook",
|
|
|
|
"signal-hook-mio",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm_winapi"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
2023-10-01 15:16:23 +00:00
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-01 15:16:23 +00:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
2023-10-01 15:16:23 +00:00
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
2023-10-27 19:02:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2024-07-20 08:55:14 +00:00
|
|
|
version = "0.20.10"
|
2023-10-27 19:02:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-20 08:55:14 +00:00
|
|
|
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
|
2023-10-27 19:02:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2024-07-20 08:55:14 +00:00
|
|
|
version = "0.20.10"
|
2023-10-27 19:02:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-20 08:55:14 +00:00
|
|
|
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
|
2023-10-27 19:02:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-09 06:40:58 +00:00
|
|
|
"strsim",
|
2024-05-09 11:33:23 +00:00
|
|
|
"syn",
|
2023-10-27 19:02:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2024-07-20 08:55:14 +00:00
|
|
|
version = "0.20.10"
|
2023-10-27 19:02:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-20 08:55:14 +00:00
|
|
|
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
2023-10-27 19:02:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
2024-05-09 11:33:23 +00:00
|
|
|
"syn",
|
2023-10-27 19:02:12 +00:00
|
|
|
]
|
|
|
|
|
2023-12-19 21:41:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
2024-05-09 11:33:23 +00:00
|
|
|
version = "2.6.0"
|
2023-12-19 21:41:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 11:33:23 +00:00
|
|
|
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
|
2023-12-19 21:41:11 +00:00
|
|
|
|
2024-05-09 09:31:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "der-parser"
|
|
|
|
version = "9.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553"
|
|
|
|
dependencies = [
|
|
|
|
"asn1-rs",
|
|
|
|
"displaydoc",
|
|
|
|
"nom",
|
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
|
|
|
"rusticata-macros",
|
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
2023-10-01 15:16:23 +00:00
|
|
|
name = "deranged"
|
2024-01-09 20:04:57 +00:00
|
|
|
version = "0.3.11"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-09 20:04:57 +00:00
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
2023-10-15 18:01:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
2024-05-09 11:33:23 +00:00
|
|
|
"serde",
|
2023-10-15 18:01:58 +00:00
|
|
|
]
|
2023-09-14 20:47:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
2023-10-01 15:16:23 +00:00
|
|
|
name = "digest"
|
|
|
|
version = "0.10.7"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-01 15:16:23 +00:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
2023-10-01 15:16:23 +00:00
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
2024-05-09 11:33:23 +00:00
|
|
|
]
|
|
|
|
|
2024-05-09 09:31:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "displaydoc"
|
2024-10-01 06:33:10 +00:00
|
|
|
version = "0.2.5"
|
2024-05-09 09:31:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 06:33:10 +00:00
|
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
2024-05-09 09:31:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-09 11:33:23 +00:00
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "docker_credential"
|
|
|
|
version = "1.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "31951f49556e34d90ed28342e1df7e1cb7a229c4cab0aecc627b5d91edd41d07"
|
|
|
|
dependencies = [
|
|
|
|
"base64 0.21.7",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dunce"
|
2024-08-26 21:35:09 +00:00
|
|
|
version = "1.0.5"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-26 21:35:09 +00:00
|
|
|
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
2024-05-09 11:33:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-07-09 06:40:58 +00:00
|
|
|
version = "1.13.0"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 06:40:58 +00:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2024-05-09 11:33:23 +00:00
|
|
|
|
2023-12-19 21:41:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "enum-as-inner"
|
2024-10-01 06:33:10 +00:00
|
|
|
version = "0.6.1"
|
2023-12-19 21:41:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 06:33:10 +00:00
|
|
|
checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
|
2023-12-19 21:41:11 +00:00
|
|
|
dependencies = [
|
2024-10-01 06:33:10 +00:00
|
|
|
"heck",
|
2023-12-19 21:41:11 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-09 11:33:23 +00:00
|
|
|
"syn",
|
2023-12-19 21:41:11 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.3.10"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
2024-05-09 11:33:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-12-11 13:55:48 +00:00
|
|
|
"windows-sys 0.59.0",
|
2024-05-09 11:33:23 +00:00
|
|
|
]
|
|
|
|
|
2024-09-28 12:26:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "etcetera"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"home",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2024-08-04 09:19:26 +00:00
|
|
|
[[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"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.5.3"
|
2024-08-04 09:19:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
|
2024-08-04 09:19:26 +00:00
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
2023-10-16 17:26:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fast-socks5"
|
2024-03-28 07:08:57 +00:00
|
|
|
version = "0.9.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f89f36d4ee12370d30d57b16c7e190950a1a916e7dbbb5fd5a412f5ef913fe84"
|
2023-10-16 17:26:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"async-trait",
|
|
|
|
"log",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
2023-10-01 15:16:23 +00:00
|
|
|
name = "fastwebsockets"
|
2024-06-24 18:06:38 +00:00
|
|
|
version = "0.8.0"
|
2024-10-02 19:33:49 +00:00
|
|
|
source = "git+https://github.com/erebe/fastwebsockets.git#ef904598ec168d7748b28d77ec1803ba721932d8"
|
2023-10-01 15:16:23 +00:00
|
|
|
dependencies = [
|
2024-03-28 07:08:57 +00:00
|
|
|
"base64 0.21.7",
|
2024-01-20 10:11:32 +00:00
|
|
|
"bytes",
|
2023-12-15 08:47:06 +00:00
|
|
|
"http-body-util",
|
2023-10-01 15:16:23 +00:00
|
|
|
"hyper",
|
2023-12-15 08:47:06 +00:00
|
|
|
"hyper-util",
|
2023-10-01 15:16:23 +00:00
|
|
|
"pin-project",
|
|
|
|
"rand",
|
|
|
|
"sha1",
|
|
|
|
"simdutf8",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
|
|
|
"utf-8",
|
|
|
|
]
|
2023-09-14 20:47:02 +00:00
|
|
|
|
2024-11-08 18:51:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fdlimit"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e182f7dbc2ef73d9ef67351c5fbbea084729c48362d3ce9dd44c28e32e277fe5"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-12-29 08:56:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2024-09-26 12:32:14 +00:00
|
|
|
version = "0.2.25"
|
2023-12-29 08:56:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-26 12:32:14 +00:00
|
|
|
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
|
2023-12-29 08:56:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-09-26 12:32:14 +00:00
|
|
|
"libredox",
|
|
|
|
"windows-sys 0.59.0",
|
2023-12-29 08:56:47 +00:00
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-11-26 15:24:24 +00:00
|
|
|
version = "1.2.1"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 15:24:24 +00:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fs_extra"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
|
|
|
|
2023-12-29 08:56:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
|
|
|
version = "4.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-10-27 19:02:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2024-10-12 19:36:36 +00:00
|
|
|
version = "0.3.31"
|
2023-10-27 19:02:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-12 19:36:36 +00:00
|
|
|
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
2023-10-27 19:02:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2024-10-12 19:36:36 +00:00
|
|
|
version = "0.3.31"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-12 19:36:36 +00:00
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2023-10-27 19:02:12 +00:00
|
|
|
"futures-sink",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-10-12 19:36:36 +00:00
|
|
|
version = "0.3.31"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-12 19:36:36 +00:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2023-09-14 20:47:02 +00:00
|
|
|
|
2023-10-27 19:02:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2024-10-12 19:36:36 +00:00
|
|
|
version = "0.3.31"
|
2023-10-27 19:02:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-12 19:36:36 +00:00
|
|
|
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
2023-10-27 19:02:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2024-10-12 19:36:36 +00:00
|
|
|
version = "0.3.31"
|
2023-10-27 19:02:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-12 19:36:36 +00:00
|
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
2023-10-27 19:02:12 +00:00
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2024-10-12 19:36:36 +00:00
|
|
|
version = "0.3.31"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-12 19:36:36 +00:00
|
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-09 11:33:23 +00:00
|
|
|
"syn",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
2023-10-27 19:02:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2024-10-12 19:36:36 +00:00
|
|
|
version = "0.3.31"
|
2023-10-27 19:02:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-12 19:36:36 +00:00
|
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2023-10-27 19:02:12 +00:00
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-10-12 19:36:36 +00:00
|
|
|
version = "0.3.31"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-12 19:36:36 +00:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2023-09-14 20:47:02 +00:00
|
|
|
|
2024-12-15 14:13:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-timer"
|
|
|
|
version = "3.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-10-12 19:36:36 +00:00
|
|
|
version = "0.3.31"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-12 19:36:36 +00:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
2023-10-23 17:11:12 +00:00
|
|
|
"futures-channel",
|
2023-09-14 20:47:02 +00:00
|
|
|
"futures-core",
|
2023-10-27 19:02:12 +00:00
|
|
|
"futures-io",
|
2023-09-14 20:47:02 +00:00
|
|
|
"futures-macro",
|
2023-10-27 19:02:12 +00:00
|
|
|
"futures-sink",
|
2023-09-14 20:47:02 +00:00
|
|
|
"futures-task",
|
2023-10-27 19:02:12 +00:00
|
|
|
"memchr",
|
2023-09-14 20:47:02 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2023-10-01 15:16:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-05-09 11:33:23 +00:00
|
|
|
version = "0.2.15"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 11:33:23 +00:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2023-12-04 17:21:55 +00:00
|
|
|
"js-sys",
|
2023-09-14 20:47:02 +00:00
|
|
|
"libc",
|
|
|
|
"wasi",
|
2023-12-04 17:21:55 +00:00
|
|
|
"wasm-bindgen",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-10-12 19:36:36 +00:00
|
|
|
version = "0.31.1"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-12 19:36:36 +00:00
|
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
2023-09-14 20:47:02 +00:00
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
|
|
|
|
|
2023-12-19 21:41:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2024-05-09 11:33:23 +00:00
|
|
|
version = "0.3.26"
|
2023-12-19 21:41:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 11:33:23 +00:00
|
|
|
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
2023-12-19 21:41:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
2024-03-28 07:08:57 +00:00
|
|
|
"http 0.2.12",
|
2024-12-11 13:55:48 +00:00
|
|
|
"indexmap 2.7.0",
|
2023-12-19 21:41:11 +00:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2024-01-14 18:18:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.4.7"
|
2024-01-14 18:18:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
|
2024-01-14 18:18:57 +00:00
|
|
|
dependencies = [
|
2024-07-20 08:55:14 +00:00
|
|
|
"atomic-waker",
|
2024-01-14 18:18:57 +00:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2024-12-11 13:55:48 +00:00
|
|
|
"http 1.2.0",
|
|
|
|
"indexmap 2.7.0",
|
2024-01-14 18:18:57 +00:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-12-19 21:41:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-05-09 11:33:23 +00:00
|
|
|
version = "0.12.3"
|
2023-12-19 21:41:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 11:33:23 +00:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.15.2"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
2023-12-19 21:41:11 +00:00
|
|
|
|
2024-03-28 07:08:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
|
|
2023-10-27 19:02:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2023-12-19 21:41:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hickory-proto"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.24.2"
|
2023-12-19 21:41:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "447afdcdb8afb9d0a852af6dc65d9b285ce720ed7a59e42a8bf2e931c67bc1b5"
|
2023-12-19 21:41:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"cfg-if",
|
|
|
|
"data-encoding",
|
|
|
|
"enum-as-inner",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-io",
|
|
|
|
"futures-util",
|
2024-05-09 11:33:23 +00:00
|
|
|
"h2 0.3.26",
|
2024-03-28 07:08:57 +00:00
|
|
|
"http 0.2.12",
|
2024-12-11 13:55:48 +00:00
|
|
|
"idna",
|
2023-12-19 21:41:11 +00:00
|
|
|
"ipnet",
|
|
|
|
"once_cell",
|
|
|
|
"rand",
|
2024-05-09 11:33:23 +00:00
|
|
|
"rustls 0.21.12",
|
2024-06-19 20:34:53 +00:00
|
|
|
"rustls-native-certs 0.6.3",
|
2023-12-19 21:41:11 +00:00
|
|
|
"rustls-pemfile 1.0.4",
|
|
|
|
"thiserror",
|
|
|
|
"tinyvec",
|
|
|
|
"tokio",
|
2024-05-09 11:33:23 +00:00
|
|
|
"tokio-rustls 0.24.1",
|
2023-12-19 21:41:11 +00:00
|
|
|
"tracing",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hickory-resolver"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.24.2"
|
2023-12-19 21:41:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "0a2e2aba9c389ce5267d31cf1e4dace82390ae276b0b364ea55630b1fa1b44b4"
|
2023-12-19 21:41:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"futures-util",
|
|
|
|
"hickory-proto",
|
|
|
|
"ipconfig",
|
|
|
|
"lru-cache",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"rand",
|
|
|
|
"resolv-conf",
|
2024-05-09 11:33:23 +00:00
|
|
|
"rustls 0.21.12",
|
2024-06-19 20:34:53 +00:00
|
|
|
"rustls-native-certs 0.6.3",
|
2023-12-19 21:41:11 +00:00
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"tokio",
|
2024-05-09 11:33:23 +00:00
|
|
|
"tokio-rustls 0.24.1",
|
2023-12-19 21:41:11 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2023-10-27 19:02:12 +00:00
|
|
|
[[package]]
|
2024-05-09 11:33:23 +00:00
|
|
|
name = "home"
|
|
|
|
version = "0.5.9"
|
2023-10-27 19:02:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 11:33:23 +00:00
|
|
|
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
2023-10-27 19:02:12 +00:00
|
|
|
dependencies = [
|
2024-05-09 11:33:23 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-10-27 19:02:12 +00:00
|
|
|
]
|
|
|
|
|
2023-12-19 21:41:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hostname"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"match_cfg",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-03-28 07:08:57 +00:00
|
|
|
version = "0.2.12"
|
2023-12-19 21:41:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-28 07:08:57 +00:00
|
|
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
2023-12-19 21:41:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "1.2.0"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-08-10 09:08:22 +00:00
|
|
|
version = "1.0.1"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-10 09:08:22 +00:00
|
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-12-11 13:55:48 +00:00
|
|
|
"http 1.2.0",
|
2023-12-15 08:47:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body-util"
|
2024-06-24 18:06:38 +00:00
|
|
|
version = "0.1.2"
|
2023-12-15 08:47:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-24 18:06:38 +00:00
|
|
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
2023-12-15 08:47:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-06-24 18:06:38 +00:00
|
|
|
"futures-util",
|
2024-12-11 13:55:48 +00:00
|
|
|
"http 1.2.0",
|
2023-12-15 08:47:06 +00:00
|
|
|
"http-body",
|
2023-09-14 20:47:02 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2024-10-01 06:33:10 +00:00
|
|
|
version = "1.9.5"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 06:33:10 +00:00
|
|
|
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
2023-09-14 20:47:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "1.5.1"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2024-12-11 13:55:48 +00:00
|
|
|
"h2 0.4.7",
|
|
|
|
"http 1.2.0",
|
2023-10-01 15:16:23 +00:00
|
|
|
"http-body",
|
2023-09-14 20:47:02 +00:00
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
2024-03-28 07:08:57 +00:00
|
|
|
"smallvec",
|
2023-09-14 20:47:02 +00:00
|
|
|
"tokio",
|
2023-12-15 08:47:06 +00:00
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-named-pipe"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73b7d8abf35697b81a825e386fc151e0d503e8cb5fcb93cc8669c376dfd6f278"
|
|
|
|
dependencies = [
|
|
|
|
"hex",
|
|
|
|
"hyper",
|
|
|
|
"hyper-util",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2024-09-28 12:26:36 +00:00
|
|
|
version = "0.27.3"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-28 12:26:36 +00:00
|
|
|
checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
|
2024-05-09 11:33:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
2024-12-11 13:55:48 +00:00
|
|
|
"http 1.2.0",
|
2024-05-09 11:33:23 +00:00
|
|
|
"hyper",
|
|
|
|
"hyper-util",
|
2024-12-15 08:34:40 +00:00
|
|
|
"rustls 0.23.20",
|
2024-05-09 11:33:23 +00:00
|
|
|
"rustls-pki-types",
|
|
|
|
"tokio",
|
2024-12-11 13:55:48 +00:00
|
|
|
"tokio-rustls 0.26.1",
|
2024-05-09 11:33:23 +00:00
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2023-12-15 08:47:06 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-util"
|
2024-10-26 11:08:24 +00:00
|
|
|
version = "0.1.10"
|
2023-12-15 08:47:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-26 11:08:24 +00:00
|
|
|
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
2023-12-15 08:47:06 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-05-09 11:33:23 +00:00
|
|
|
"futures-channel",
|
2023-12-15 08:47:06 +00:00
|
|
|
"futures-util",
|
2024-12-11 13:55:48 +00:00
|
|
|
"http 1.2.0",
|
2023-12-15 08:47:06 +00:00
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"tokio",
|
2024-05-09 11:33:23 +00:00
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-09-28 12:26:36 +00:00
|
|
|
name = "hyperlocal"
|
|
|
|
version = "0.9.1"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-28 12:26:36 +00:00
|
|
|
checksum = "986c5ce3b994526b3cd75578e62554abd09f0899d6206de48b3e96ab34ccc8c7"
|
2024-05-09 11:33:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"hex",
|
|
|
|
"http-body-util",
|
|
|
|
"hyper",
|
|
|
|
"hyper-util",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-10-01 06:33:10 +00:00
|
|
|
version = "0.1.61"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 06:33:10 +00:00
|
|
|
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
2024-05-09 11:33:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"windows-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
2024-10-26 11:08:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "icu_collections"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"litemap",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_locid_transform_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_normalizer_data",
|
|
|
|
"icu_properties",
|
|
|
|
"icu_provider",
|
|
|
|
"smallvec",
|
|
|
|
"utf16_iter",
|
|
|
|
"utf8_iter",
|
|
|
|
"write16",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_locid_transform",
|
|
|
|
"icu_properties_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties_data"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_provider_macros",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider_macros"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2023-10-27 19:02:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2024-10-26 11:08:24 +00:00
|
|
|
version = "1.0.3"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-26 11:08:24 +00:00
|
|
|
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
2024-10-26 11:08:24 +00:00
|
|
|
"idna_adapter",
|
|
|
|
"smallvec",
|
|
|
|
"utf8_iter",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna_adapter"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
|
|
|
dependencies = [
|
|
|
|
"icu_normalizer",
|
|
|
|
"icu_properties",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "1.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown 0.12.3",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-12-19 21:41:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "2.7.0"
|
2023-12-19 21:41:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
|
2023-12-19 21:41:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2024-12-11 13:55:48 +00:00
|
|
|
"hashbrown 0.15.2",
|
2024-05-09 11:33:23 +00:00
|
|
|
"serde",
|
2023-12-19 21:41:11 +00:00
|
|
|
]
|
|
|
|
|
2023-12-29 08:56:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
2024-10-26 11:08:24 +00:00
|
|
|
version = "0.10.2"
|
2023-12-29 08:56:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-26 11:08:24 +00:00
|
|
|
checksum = "fdd168d97690d0b8c412d6b6c10360277f4d7ee495c5d0d5d5fe0854923255cc"
|
2023-12-29 08:56:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"inotify-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify-sys"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-10-26 11:08:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2023-12-19 21:41:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipconfig"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
|
|
|
|
dependencies = [
|
|
|
|
"socket2",
|
|
|
|
"widestring",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2024-10-12 19:36:36 +00:00
|
|
|
version = "2.10.1"
|
2023-12-19 21:41:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-12 19:36:36 +00:00
|
|
|
checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
|
2024-04-27 20:40:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2023-12-19 21:41:11 +00:00
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "is_terminal_polyfill"
|
2024-09-26 12:32:14 +00:00
|
|
|
version = "1.70.1"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-26 12:32:14 +00:00
|
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
2024-05-09 11:33:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "1.0.14"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
2023-09-14 20:47:02 +00:00
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2024-08-26 21:35:09 +00:00
|
|
|
version = "0.1.32"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-26 21:35:09 +00:00
|
|
|
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
2024-05-09 11:33:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-12-04 17:21:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.3.76"
|
2023-12-04 17:21:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
|
2023-12-04 17:21:55 +00:00
|
|
|
dependencies = [
|
2024-12-11 13:55:48 +00:00
|
|
|
"once_cell",
|
2023-12-04 17:21:55 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2023-10-01 15:16:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jsonwebtoken"
|
2024-03-28 07:08:57 +00:00
|
|
|
version = "9.3.0"
|
2023-10-01 15:16:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-28 07:08:57 +00:00
|
|
|
checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
|
2023-10-01 15:16:23 +00:00
|
|
|
dependencies = [
|
2024-03-28 07:08:57 +00:00
|
|
|
"base64 0.21.7",
|
2023-12-04 17:21:55 +00:00
|
|
|
"js-sys",
|
2023-10-28 16:18:48 +00:00
|
|
|
"ring",
|
2023-10-01 15:16:23 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2023-12-29 08:56:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kqueue"
|
|
|
|
version = "1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
|
|
|
|
dependencies = [
|
|
|
|
"kqueue-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kqueue-sys"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2024-07-09 06:40:58 +00:00
|
|
|
version = "1.5.0"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 06:40:58 +00:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2023-09-14 20:47:02 +00:00
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.2.168"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d"
|
2024-05-09 11:33:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.8.6"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
|
2024-05-09 11:33:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-07-20 08:55:14 +00:00
|
|
|
"windows-targets 0.52.6",
|
2024-05-09 11:33:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libredox"
|
|
|
|
version = "0.1.3"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 11:33:23 +00:00
|
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
|
|
|
dependencies = [
|
2024-07-09 06:40:58 +00:00
|
|
|
"bitflags 2.6.0",
|
2024-05-09 11:33:23 +00:00
|
|
|
"libc",
|
2024-12-15 08:34:40 +00:00
|
|
|
"redox_syscall 0.5.8",
|
2024-05-09 11:33:23 +00:00
|
|
|
]
|
2023-09-14 20:47:02 +00:00
|
|
|
|
2023-12-19 21:41:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2024-07-09 06:40:58 +00:00
|
|
|
version = "0.4.14"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 06:40:58 +00:00
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
2024-05-09 11:33:23 +00:00
|
|
|
|
2024-10-26 11:08:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "litemap"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.7.4"
|
2024-10-26 11:08:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
|
2024-10-26 11:08:24 +00:00
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-05-09 11:33:23 +00:00
|
|
|
version = "0.4.12"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 11:33:23 +00:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-07-09 06:40:58 +00:00
|
|
|
version = "0.4.22"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 06:40:58 +00:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2023-09-14 20:47:02 +00:00
|
|
|
|
2023-12-19 21:41:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lru-cache"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "match_cfg"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matchers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
|
|
|
dependencies = [
|
|
|
|
"regex-automata 0.1.10",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-07-09 06:40:58 +00:00
|
|
|
version = "2.7.4"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 06:40:58 +00:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2023-09-14 20:47:02 +00:00
|
|
|
|
2023-12-03 09:24:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2024-03-28 07:08:57 +00:00
|
|
|
version = "0.9.1"
|
2023-12-03 09:24:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-28 07:08:57 +00:00
|
|
|
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
2023-12-03 09:24:31 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2024-05-09 09:31:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-10-01 06:33:10 +00:00
|
|
|
version = "0.8.0"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 06:33:10 +00:00
|
|
|
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
2024-10-01 06:33:10 +00:00
|
|
|
"adler2",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
2024-07-30 18:22:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "1.0.3"
|
2024-07-30 18:22:54 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
2024-07-30 18:22:54 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-08-04 09:19:26 +00:00
|
|
|
"log",
|
2024-07-30 18:22:54 +00:00
|
|
|
"wasi",
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
2023-12-03 09:24:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2024-05-25 08:48:12 +00:00
|
|
|
version = "0.29.0"
|
2023-12-03 09:24:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-25 08:48:12 +00:00
|
|
|
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
|
2023-12-03 09:24:31 +00:00
|
|
|
dependencies = [
|
2024-07-09 06:40:58 +00:00
|
|
|
"bitflags 2.6.0",
|
2023-12-03 09:24:31 +00:00
|
|
|
"cfg-if",
|
2024-03-28 07:08:57 +00:00
|
|
|
"cfg_aliases",
|
2023-12-03 09:24:31 +00:00
|
|
|
"libc",
|
|
|
|
"memoffset",
|
|
|
|
]
|
|
|
|
|
2024-05-09 09:31:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "7.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2023-12-29 08:56:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2024-10-26 11:08:24 +00:00
|
|
|
version = "7.0.0"
|
2023-12-29 08:56:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-26 11:08:24 +00:00
|
|
|
checksum = "c533b4c39709f9ba5005d8002048266593c1cfaf3c5f0739d5b8ab0c6c504009"
|
2023-12-29 08:56:47 +00:00
|
|
|
dependencies = [
|
2024-07-09 06:40:58 +00:00
|
|
|
"bitflags 2.6.0",
|
2023-12-29 08:56:47 +00:00
|
|
|
"filetime",
|
|
|
|
"fsevent-sys",
|
|
|
|
"inotify",
|
|
|
|
"kqueue",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2024-10-26 11:08:24 +00:00
|
|
|
"mio",
|
|
|
|
"notify-types",
|
2023-12-29 08:56:47 +00:00
|
|
|
"walkdir",
|
2024-10-26 11:08:24 +00:00
|
|
|
"windows-sys 0.52.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "notify-types"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7393c226621f817964ffb3dc5704f9509e107a8b024b489cc2c1b217378785df"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
2023-12-29 08:56:47 +00:00
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +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",
|
|
|
|
]
|
|
|
|
|
2024-05-09 09:31:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2024-10-01 06:33:10 +00:00
|
|
|
version = "0.4.6"
|
2024-05-09 09:31:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 06:33:10 +00:00
|
|
|
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
2024-05-09 09:31:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2024-03-28 07:08:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2024-05-09 09:31:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.46"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
2024-03-28 07:08:57 +00:00
|
|
|
version = "0.1.7"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-28 07:08:57 +00:00
|
|
|
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-10-12 19:36:36 +00:00
|
|
|
version = "0.36.5"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-12 19:36:36 +00:00
|
|
|
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-05-09 09:31:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "oid-registry"
|
2024-10-01 06:33:10 +00:00
|
|
|
version = "0.7.1"
|
2024-05-09 09:31:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 06:33:10 +00:00
|
|
|
checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9"
|
2024-05-09 09:31:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"asn1-rs",
|
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-10-12 19:36:36 +00:00
|
|
|
version = "1.20.2"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-12 19:36:36 +00:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2023-09-14 20:47:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2024-08-04 09:19:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
2024-10-01 06:33:10 +00:00
|
|
|
version = "2.2.1"
|
2024-08-04 09:19:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 06:33:10 +00:00
|
|
|
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
2024-08-04 09:19:26 +00:00
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2024-05-25 08:48:12 +00:00
|
|
|
version = "0.12.3"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-25 08:48:12 +00:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2024-05-09 11:33:23 +00:00
|
|
|
version = "0.9.10"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 11:33:23 +00:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-12-15 08:34:40 +00:00
|
|
|
"redox_syscall 0.5.8",
|
2023-09-14 20:47:02 +00:00
|
|
|
"smallvec",
|
2024-07-20 08:55:14 +00:00
|
|
|
"windows-targets 0.52.6",
|
2024-05-09 11:33:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parse-display"
|
2024-09-28 12:26:36 +00:00
|
|
|
version = "0.9.1"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-28 12:26:36 +00:00
|
|
|
checksum = "914a1c2265c98e2446911282c6ac86d8524f495792c38c5bd884f80499c7538a"
|
2024-05-09 11:33:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"parse-display-derive",
|
|
|
|
"regex",
|
2024-10-01 06:33:10 +00:00
|
|
|
"regex-syntax 0.8.5",
|
2024-05-09 11:33:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parse-display-derive"
|
2024-09-28 12:26:36 +00:00
|
|
|
version = "0.9.1"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-28 12:26:36 +00:00
|
|
|
checksum = "2ae7800a4c974efd12df917266338e79a7a74415173caf7e70aa0a0707345281"
|
2024-05-09 11:33:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
2024-10-01 06:33:10 +00:00
|
|
|
"regex-syntax 0.8.5",
|
2024-05-09 11:33:23 +00:00
|
|
|
"structmeta",
|
|
|
|
"syn",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
|
|
|
version = "1.0.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-11-26 15:24:24 +00:00
|
|
|
version = "2.3.1"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 15:24:24 +00:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2023-09-14 20:47:02 +00:00
|
|
|
|
2023-10-01 15:16:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2024-10-26 11:08:24 +00:00
|
|
|
version = "1.1.7"
|
2023-10-01 15:16:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-26 11:08:24 +00:00
|
|
|
checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
|
2023-10-01 15:16:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2024-10-26 11:08:24 +00:00
|
|
|
version = "1.1.7"
|
2023-10-01 15:16:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-26 11:08:24 +00:00
|
|
|
checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
|
2023-10-01 15:16:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-09 11:33:23 +00:00
|
|
|
"syn",
|
2023-10-01 15:16:23 +00:00
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-10-26 11:08:24 +00:00
|
|
|
version = "0.2.15"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-26 11:08:24 +00:00
|
|
|
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
|
2023-09-14 20:47:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2023-10-15 18:01:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2024-01-09 20:04:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppp"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "82d901d7dd743c478e14af9518bdbc33e53e50be56429233f812537f29dbf0d1"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2024-10-01 06:33:10 +00:00
|
|
|
version = "0.2.20"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 06:33:10 +00:00
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy",
|
|
|
|
]
|
2023-09-14 20:47:02 +00:00
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "prettyplease"
|
2024-10-26 11:08:24 +00:00
|
|
|
version = "0.2.25"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-26 11:08:24 +00:00
|
|
|
checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
|
2024-05-09 11:33:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-12-15 14:13:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
|
|
|
version = "3.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
|
|
|
|
dependencies = [
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "1.0.92"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-12-19 21:41:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-09-26 12:32:14 +00:00
|
|
|
version = "1.0.37"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-26 12:32:14 +00:00
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2024-08-27 07:08:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rcgen"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54077e1872c46788540de1ea3d7f4ccb1983d12f9aa909b234468676c1a36779"
|
|
|
|
dependencies = [
|
|
|
|
"aws-lc-rs",
|
|
|
|
"ring",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"time",
|
|
|
|
"yasna",
|
|
|
|
]
|
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-09-28 12:26:36 +00:00
|
|
|
version = "0.3.5"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-28 12:26:36 +00:00
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
2024-05-09 11:33:23 +00:00
|
|
|
dependencies = [
|
2024-09-28 12:26:36 +00:00
|
|
|
"bitflags 1.3.2",
|
2024-05-09 11:33:23 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-09-28 12:26:36 +00:00
|
|
|
name = "redox_syscall"
|
2024-12-15 08:34:40 +00:00
|
|
|
version = "0.5.8"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-15 08:34:40 +00:00
|
|
|
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
|
2024-05-09 11:33:23 +00:00
|
|
|
dependencies = [
|
2024-09-28 12:26:36 +00:00
|
|
|
"bitflags 2.6.0",
|
2024-05-09 11:33:23 +00:00
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-10-26 11:08:24 +00:00
|
|
|
version = "1.11.1"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-26 11:08:24 +00:00
|
|
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-12-11 13:55:48 +00:00
|
|
|
"regex-automata 0.4.9",
|
2024-10-01 06:33:10 +00:00
|
|
|
"regex-syntax 0.8.5",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
dependencies = [
|
|
|
|
"regex-syntax 0.6.29",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.4.9"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-10-01 06:33:10 +00:00
|
|
|
"regex-syntax 0.8.5",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.6.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-10-01 06:33:10 +00:00
|
|
|
version = "0.8.5"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 06:33:10 +00:00
|
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
2023-09-14 20:47:02 +00:00
|
|
|
|
2024-12-15 14:13:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "relative-path"
|
|
|
|
version = "1.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
|
|
|
|
|
2023-12-19 21:41:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "resolv-conf"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
|
|
|
|
dependencies = [
|
|
|
|
"hostname",
|
|
|
|
"quick-error",
|
|
|
|
]
|
|
|
|
|
2023-10-16 17:26:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2024-03-28 07:08:57 +00:00
|
|
|
version = "0.17.8"
|
2023-10-16 17:26:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-28 07:08:57 +00:00
|
|
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
2023-10-16 17:26:32 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2024-03-28 07:08:57 +00:00
|
|
|
"cfg-if",
|
2023-10-16 17:26:32 +00:00
|
|
|
"getrandom",
|
|
|
|
"libc",
|
2023-10-28 16:18:48 +00:00
|
|
|
"spin",
|
2024-08-27 07:08:17 +00:00
|
|
|
"untrusted 0.9.0",
|
2024-03-28 07:08:57 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-10-16 17:26:32 +00:00
|
|
|
]
|
|
|
|
|
2024-12-15 14:13:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rstest"
|
|
|
|
version = "0.23.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0a2c585be59b6b5dd66a9d2084aa1d8bd52fbdb806eafdeffb52791147862035"
|
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"futures-timer",
|
|
|
|
"rstest_macros",
|
|
|
|
"rustc_version",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rstest_macros"
|
|
|
|
version = "0.23.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "825ea780781b15345a146be27eaefb05085e337e869bff01b4306a4fd4a9ad5a"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"glob",
|
|
|
|
"proc-macro-crate",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"relative-path",
|
|
|
|
"rustc_version",
|
|
|
|
"syn",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
2023-10-01 15:16:23 +00:00
|
|
|
name = "rustc-demangle"
|
2024-05-09 11:33:23 +00:00
|
|
|
version = "0.1.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 11:33:23 +00:00
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
2023-10-01 15:16:23 +00:00
|
|
|
|
2024-12-15 14:13:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
|
|
dependencies = [
|
|
|
|
"semver",
|
|
|
|
]
|
|
|
|
|
2024-05-09 09:31:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rusticata-macros"
|
|
|
|
version = "4.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.38.42"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
|
2024-05-09 11:33:23 +00:00
|
|
|
dependencies = [
|
2024-07-09 06:40:58 +00:00
|
|
|
"bitflags 2.6.0",
|
2024-05-09 11:33:23 +00:00
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2024-12-11 13:55:48 +00:00
|
|
|
"windows-sys 0.59.0",
|
2024-05-09 11:33:23 +00:00
|
|
|
]
|
|
|
|
|
2023-10-01 15:16:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2024-05-09 11:33:23 +00:00
|
|
|
version = "0.21.12"
|
2023-10-01 15:16:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 11:33:23 +00:00
|
|
|
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
2023-10-01 15:16:23 +00:00
|
|
|
"log",
|
2023-10-28 16:18:48 +00:00
|
|
|
"ring",
|
2024-05-09 11:33:23 +00:00
|
|
|
"rustls-webpki 0.101.7",
|
2023-10-01 15:16:23 +00:00
|
|
|
"sct",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2024-12-15 08:34:40 +00:00
|
|
|
version = "0.23.20"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-15 08:34:40 +00:00
|
|
|
checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
|
2024-05-09 11:33:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-lc-rs",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"ring",
|
|
|
|
"rustls-pki-types",
|
2024-10-01 06:33:10 +00:00
|
|
|
"rustls-webpki 0.102.8",
|
2024-05-09 11:33:23 +00:00
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2024-06-19 20:34:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-native-certs"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
|
|
|
|
dependencies = [
|
|
|
|
"openssl-probe",
|
|
|
|
"rustls-pemfile 1.0.4",
|
|
|
|
"schannel",
|
2024-12-11 13:55:48 +00:00
|
|
|
"security-framework 2.11.1",
|
2024-06-19 20:34:53 +00:00
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
2023-10-01 15:16:23 +00:00
|
|
|
name = "rustls-native-certs"
|
2024-09-28 12:26:36 +00:00
|
|
|
version = "0.7.3"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-28 12:26:36 +00:00
|
|
|
checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5"
|
2023-10-01 15:16:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"openssl-probe",
|
2024-10-01 06:33:10 +00:00
|
|
|
"rustls-pemfile 2.2.0",
|
2023-12-04 17:21:55 +00:00
|
|
|
"rustls-pki-types",
|
2023-10-01 15:16:23 +00:00
|
|
|
"schannel",
|
2024-12-11 13:55:48 +00:00
|
|
|
"security-framework 2.11.1",
|
2023-10-01 15:16:23 +00:00
|
|
|
]
|
2023-09-14 20:47:02 +00:00
|
|
|
|
2024-09-26 12:32:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-native-certs"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.8.1"
|
2024-09-26 12:32:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
|
2024-09-26 12:32:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"openssl-probe",
|
|
|
|
"rustls-pki-types",
|
|
|
|
"schannel",
|
2024-12-11 13:55:48 +00:00
|
|
|
"security-framework 3.0.1",
|
2024-09-26 12:32:14 +00:00
|
|
|
]
|
|
|
|
|
2023-12-19 21:41:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pemfile"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
|
|
|
dependencies = [
|
2024-03-28 07:08:57 +00:00
|
|
|
"base64 0.21.7",
|
2023-12-19 21:41:11 +00:00
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
2023-10-01 15:16:23 +00:00
|
|
|
name = "rustls-pemfile"
|
2024-10-01 06:33:10 +00:00
|
|
|
version = "2.2.0"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 06:33:10 +00:00
|
|
|
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
2023-12-04 17:21:55 +00:00
|
|
|
"rustls-pki-types",
|
2023-10-01 15:16:23 +00:00
|
|
|
]
|
|
|
|
|
2023-12-04 17:21:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-pki-types"
|
2024-12-15 08:34:40 +00:00
|
|
|
version = "1.10.1"
|
2023-12-04 17:21:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-15 08:34:40 +00:00
|
|
|
checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37"
|
2023-12-04 17:21:55 +00:00
|
|
|
|
2023-10-01 15:16:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2023-10-28 16:18:48 +00:00
|
|
|
version = "0.101.7"
|
2023-10-01 15:16:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-28 16:18:48 +00:00
|
|
|
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
|
2023-10-01 15:16:23 +00:00
|
|
|
dependencies = [
|
2023-10-28 16:18:48 +00:00
|
|
|
"ring",
|
2024-08-27 07:08:17 +00:00
|
|
|
"untrusted 0.9.0",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustls-webpki"
|
2024-10-01 06:33:10 +00:00
|
|
|
version = "0.102.8"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 06:33:10 +00:00
|
|
|
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
2024-05-09 11:33:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"aws-lc-rs",
|
|
|
|
"ring",
|
|
|
|
"rustls-pki-types",
|
2024-08-27 07:08:17 +00:00
|
|
|
"untrusted 0.9.0",
|
2024-05-09 11:33:23 +00:00
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-05-09 11:33:23 +00:00
|
|
|
version = "1.0.18"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 11:33:23 +00:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2023-09-14 20:47:02 +00:00
|
|
|
|
2023-12-29 08:56:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2024-12-15 14:13:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scc"
|
|
|
|
version = "2.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "66b202022bb57c049555430e11fc22fea12909276a80a4c3d368da36ac1d88ed"
|
|
|
|
dependencies = [
|
|
|
|
"sdd",
|
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.1.27"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
2024-10-01 06:33:10 +00:00
|
|
|
"windows-sys 0.59.0",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
2023-10-01 15:16:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2023-10-28 16:18:48 +00:00
|
|
|
version = "0.7.1"
|
2023-10-01 15:16:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-28 16:18:48 +00:00
|
|
|
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
2023-10-01 15:16:23 +00:00
|
|
|
dependencies = [
|
2023-10-28 16:18:48 +00:00
|
|
|
"ring",
|
2024-08-27 07:08:17 +00:00
|
|
|
"untrusted 0.9.0",
|
2023-10-01 15:16:23 +00:00
|
|
|
]
|
|
|
|
|
2024-12-15 14:13:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sdd"
|
|
|
|
version = "3.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49c1eeaf4b6a87c7479688c6d52b9f1153cedd3c489300564f932b065c6eab95"
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2024-09-28 12:26:36 +00:00
|
|
|
version = "2.11.1"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-28 12:26:36 +00:00
|
|
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
2024-07-09 06:40:58 +00:00
|
|
|
"bitflags 2.6.0",
|
2024-12-11 13:55:48 +00:00
|
|
|
"core-foundation 0.9.4",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
|
|
|
version = "3.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1415a607e92bec364ea2cf9264646dcce0f91e6d65281bd6f2819cca3bf39c8"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.6.0",
|
|
|
|
"core-foundation 0.10.0",
|
2023-09-14 20:47:02 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2024-10-26 11:08:24 +00:00
|
|
|
version = "2.12.1"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-26 11:08:24 +00:00
|
|
|
checksum = "fa39c7303dc58b5543c94d22c1766b0d31f2ee58306363ea622b10bbc075eaa2"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-12-15 14:13:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "1.0.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "1.0.216"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "1.0.216"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-09 11:33:23 +00:00
|
|
|
"syn",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "1.0.133"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
2024-09-26 12:32:14 +00:00
|
|
|
"memchr",
|
2023-09-14 20:47:02 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-04-27 20:40:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_regex"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf"
|
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_repr"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
]
|
|
|
|
|
2023-10-27 19:02:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_with"
|
2024-10-12 19:36:36 +00:00
|
|
|
version = "3.11.0"
|
2023-10-27 19:02:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-12 19:36:36 +00:00
|
|
|
checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817"
|
2023-10-27 19:02:12 +00:00
|
|
|
dependencies = [
|
2024-05-09 11:33:23 +00:00
|
|
|
"base64 0.22.1",
|
|
|
|
"chrono",
|
|
|
|
"hex",
|
|
|
|
"indexmap 1.9.3",
|
2024-12-11 13:55:48 +00:00
|
|
|
"indexmap 2.7.0",
|
2023-10-27 19:02:12 +00:00
|
|
|
"serde",
|
2024-05-09 11:33:23 +00:00
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2023-10-27 19:02:12 +00:00
|
|
|
"serde_with_macros",
|
2024-05-09 11:33:23 +00:00
|
|
|
"time",
|
2023-10-27 19:02:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_with_macros"
|
2024-10-12 19:36:36 +00:00
|
|
|
version = "3.11.0"
|
2023-10-27 19:02:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-12 19:36:36 +00:00
|
|
|
checksum = "9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d"
|
2023-10-27 19:02:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-09 11:33:23 +00:00
|
|
|
"syn",
|
2023-10-27 19:02:12 +00:00
|
|
|
]
|
|
|
|
|
2024-04-27 20:40:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
|
|
|
version = "0.9.34+deprecated"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
|
|
|
|
dependencies = [
|
2024-12-11 13:55:48 +00:00
|
|
|
"indexmap 2.7.0",
|
2024-04-27 20:40:32 +00:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
"unsafe-libyaml",
|
|
|
|
]
|
|
|
|
|
2024-12-15 14:13:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serial_test"
|
|
|
|
version = "3.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b258109f244e1d6891bf1053a55d63a5cd4f8f4c30cf9a1280989f80e7a1fa9"
|
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
|
|
|
"scc",
|
|
|
|
"serial_test_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serial_test_derive"
|
|
|
|
version = "3.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d69265a08751de7844521fd15003ae0a888e035773ba05695c5c759a6f89eef"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
2023-10-01 15:16:23 +00:00
|
|
|
name = "sha1"
|
|
|
|
version = "0.10.6"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-01 15:16:23 +00:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
2023-10-01 15:16:23 +00:00
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2023-10-15 18:01:58 +00:00
|
|
|
version = "0.1.7"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-15 18:01:58 +00:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2023-12-13 21:27:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-mio"
|
2024-08-04 09:19:26 +00:00
|
|
|
version = "0.2.4"
|
2023-12-13 21:27:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-04 09:19:26 +00:00
|
|
|
checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd"
|
2023-12-13 21:27:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-10-26 11:08:24 +00:00
|
|
|
"mio",
|
2023-12-13 21:27:42 +00:00
|
|
|
"signal-hook",
|
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2024-05-09 11:33:23 +00:00
|
|
|
version = "1.4.2"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 11:33:23 +00:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-10-01 15:16:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "simdutf8"
|
2024-10-01 06:33:10 +00:00
|
|
|
version = "0.1.5"
|
2023-10-01 15:16:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 06:33:10 +00:00
|
|
|
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
|
2023-10-01 15:16:23 +00:00
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.4.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-03-28 07:08:57 +00:00
|
|
|
version = "1.13.2"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-28 07:08:57 +00:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2023-09-14 20:47:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.5.8"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-03-28 07:08:57 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
2023-10-16 17:26:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.9.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
|
2024-10-26 11:08:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2024-03-28 07:08:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-05-09 11:33:23 +00:00
|
|
|
version = "0.11.1"
|
2024-03-28 07:08:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 11:33:23 +00:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2024-03-28 07:08:57 +00:00
|
|
|
|
2023-10-27 19:02:12 +00:00
|
|
|
[[package]]
|
2024-05-09 11:33:23 +00:00
|
|
|
name = "structmeta"
|
|
|
|
version = "0.3.0"
|
2023-10-27 19:02:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 11:33:23 +00:00
|
|
|
checksum = "2e1575d8d40908d70f6fd05537266b90ae71b15dbbe7a8b7dffa2b759306d329"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"structmeta-derive",
|
|
|
|
"syn",
|
|
|
|
]
|
2023-10-27 19:02:12 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-05-09 11:33:23 +00:00
|
|
|
name = "structmeta-derive"
|
|
|
|
version = "0.3.0"
|
2023-10-27 19:02:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 11:33:23 +00:00
|
|
|
checksum = "152a0b65a590ff6c3da95cabe2353ee04e6167c896b28e3b14478c2636c922fc"
|
2023-10-27 19:02:12 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-09 11:33:23 +00:00
|
|
|
"syn",
|
2023-10-27 19:02:12 +00:00
|
|
|
]
|
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2024-07-09 06:40:58 +00:00
|
|
|
version = "2.6.1"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 06:40:58 +00:00
|
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
2024-05-09 11:33:23 +00:00
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "2.0.90"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2024-05-09 09:31:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-09 11:33:23 +00:00
|
|
|
"syn",
|
2024-05-09 09:31:39 +00:00
|
|
|
]
|
|
|
|
|
2024-12-15 14:13:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "test-case"
|
|
|
|
version = "3.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8"
|
|
|
|
dependencies = [
|
|
|
|
"test-case-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "test-case-core"
|
|
|
|
version = "3.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "adcb7fd841cd518e279be3d5a3eb0636409487998a4aff22f3de87b81e88384f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "test-case-macros"
|
|
|
|
version = "3.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c89e72a01ed4c579669add59014b9a524d609c0c88c6a585ce37485879f6ffb"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"test-case-core",
|
|
|
|
]
|
|
|
|
|
2023-10-27 19:02:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "testcontainers"
|
2024-09-28 12:26:36 +00:00
|
|
|
version = "0.23.1"
|
2023-10-27 19:02:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-28 12:26:36 +00:00
|
|
|
checksum = "5f40cc2bd72e17f328faf8ca7687fe337e61bccd8acf9674fa78dd3792b045e1"
|
2023-10-27 19:02:12 +00:00
|
|
|
dependencies = [
|
2024-05-09 11:33:23 +00:00
|
|
|
"async-trait",
|
|
|
|
"bollard",
|
2023-10-27 19:02:12 +00:00
|
|
|
"bollard-stubs",
|
2024-06-07 20:17:47 +00:00
|
|
|
"bytes",
|
2024-05-09 11:33:23 +00:00
|
|
|
"docker_credential",
|
2024-09-28 12:26:36 +00:00
|
|
|
"either",
|
|
|
|
"etcetera",
|
2023-10-27 19:02:12 +00:00
|
|
|
"futures",
|
|
|
|
"log",
|
2024-06-07 20:17:47 +00:00
|
|
|
"memchr",
|
2024-05-09 11:33:23 +00:00
|
|
|
"parse-display",
|
2024-09-28 12:26:36 +00:00
|
|
|
"pin-project-lite",
|
2023-10-27 19:02:12 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-05-09 11:33:23 +00:00
|
|
|
"serde_with",
|
2024-06-07 20:17:47 +00:00
|
|
|
"thiserror",
|
2024-05-09 11:33:23 +00:00
|
|
|
"tokio",
|
2024-06-07 20:17:47 +00:00
|
|
|
"tokio-stream",
|
2024-09-28 12:26:36 +00:00
|
|
|
"tokio-tar",
|
2024-05-09 11:33:23 +00:00
|
|
|
"tokio-util",
|
|
|
|
"url",
|
2023-10-27 19:02:12 +00:00
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "1.0.69"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "1.0.69"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-09 11:33:23 +00:00
|
|
|
"syn",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2024-03-28 07:08:57 +00:00
|
|
|
version = "1.1.8"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-28 07:08:57 +00:00
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.3.37"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"deranged",
|
|
|
|
"itoa",
|
|
|
|
"libc",
|
2024-03-28 07:08:57 +00:00
|
|
|
"num-conv",
|
2023-09-14 20:47:02 +00:00
|
|
|
"num_threads",
|
2023-10-15 18:01:58 +00:00
|
|
|
"powerfmt",
|
2023-09-14 20:47:02 +00:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.2.19"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
2024-03-28 07:08:57 +00:00
|
|
|
"num-conv",
|
2023-09-14 20:47:02 +00:00
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
2024-10-26 11:08:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinystr"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2024-07-20 08:55:14 +00:00
|
|
|
version = "1.8.0"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-20 08:55:14 +00:00
|
|
|
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "1.42.0"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"bytes",
|
|
|
|
"libc",
|
2024-10-26 11:08:24 +00:00
|
|
|
"mio",
|
2023-09-14 20:47:02 +00:00
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
2023-12-15 08:47:06 +00:00
|
|
|
"socket2",
|
2023-09-14 20:47:02 +00:00
|
|
|
"tokio-macros",
|
2024-07-30 18:22:54 +00:00
|
|
|
"windows-sys 0.52.0",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-01 15:16:23 +00:00
|
|
|
name = "tokio-fd"
|
|
|
|
version = "0.3.0"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-01 15:16:23 +00:00
|
|
|
checksum = "5cedf0b897610a4baff98bf6116c060c5cfe7574d4339c50e9d23fe09377641d"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
2023-10-01 15:16:23 +00:00
|
|
|
"libc",
|
|
|
|
"tokio",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-01 15:16:23 +00:00
|
|
|
name = "tokio-macros"
|
2024-07-30 18:22:54 +00:00
|
|
|
version = "2.4.0"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-30 18:22:54 +00:00
|
|
|
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
2023-10-01 15:16:23 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-09 11:33:23 +00:00
|
|
|
"syn",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-01 15:16:23 +00:00
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.24.1"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-01 15:16:23 +00:00
|
|
|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
2024-05-09 11:33:23 +00:00
|
|
|
"rustls 0.21.12",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.26.1"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
|
2024-05-09 11:33:23 +00:00
|
|
|
dependencies = [
|
2024-12-15 08:34:40 +00:00
|
|
|
"rustls 0.23.20",
|
2023-09-14 20:47:02 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-01 15:16:23 +00:00
|
|
|
name = "tokio-stream"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.1.17"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2024-09-28 12:26:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-tar"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d5714c010ca3e5c27114c1cdeb9d14641ace49874aa5626d7149e47aedace75"
|
|
|
|
dependencies = [
|
|
|
|
"filetime",
|
|
|
|
"futures-core",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall 0.3.5",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"xattr",
|
|
|
|
]
|
|
|
|
|
2023-12-13 21:27:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.7.13"
|
2023-12-13 21:27:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
|
2023-12-13 21:27:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2024-05-09 11:33:23 +00:00
|
|
|
]
|
|
|
|
|
2024-12-15 14:13:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
|
|
|
version = "0.6.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.22.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap 2.7.0",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2024-09-26 12:32:14 +00:00
|
|
|
version = "0.3.3"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-09-26 12:32:14 +00:00
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
2024-05-09 11:33:23 +00:00
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.1.41"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.1.28"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-09 11:33:23 +00:00
|
|
|
"syn",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.1.33"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2023-11-26 15:24:24 +00:00
|
|
|
version = "0.2.0"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-26 15:24:24 +00:00
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2023-10-28 16:18:48 +00:00
|
|
|
"once_cell",
|
2023-09-14 20:47:02 +00:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.3.19"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"matchers",
|
|
|
|
"nu-ansi-term",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"time",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-12-13 21:27:42 +00:00
|
|
|
version = "0.2.5"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-13 21:27:42 +00:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2023-09-14 20:47:02 +00:00
|
|
|
|
2023-10-01 15:16:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "1.0.14"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
|
2023-09-14 20:47:02 +00:00
|
|
|
|
2024-04-27 20:40:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unsafe-libyaml"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
|
|
|
|
|
2024-08-27 07:08:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
|
2023-10-16 17:26:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "2.5.4"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2024-12-11 13:55:48 +00:00
|
|
|
"idna",
|
2023-09-14 20:47:02 +00:00
|
|
|
"percent-encoding",
|
2024-05-09 11:33:23 +00:00
|
|
|
"serde",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
2023-11-09 16:18:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "urlencoding"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
|
|
|
|
2023-10-01 15:16:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
|
2024-10-26 11:08:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf16_iter"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8_iter"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2024-07-09 06:40:58 +00:00
|
|
|
version = "0.2.2"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 06:40:58 +00:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2023-09-14 20:47:02 +00:00
|
|
|
|
2023-10-01 15:16:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2024-10-26 11:08:24 +00:00
|
|
|
version = "1.11.0"
|
2023-10-01 15:16:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-26 11:08:24 +00:00
|
|
|
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
|
2023-10-01 15:16:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-01 15:16:23 +00:00
|
|
|
name = "version_check"
|
2024-10-01 06:33:10 +00:00
|
|
|
version = "0.9.5"
|
2023-09-14 20:47:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 06:33:10 +00:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2023-09-14 20:47:02 +00:00
|
|
|
|
2023-12-29 08:56:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2024-03-28 07:08:57 +00:00
|
|
|
version = "2.5.0"
|
2023-12-29 08:56:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-28 07:08:57 +00:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2023-12-29 08:56:47 +00:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2023-12-04 17:21:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.2.99"
|
2023-12-04 17:21:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
|
2023-12-04 17:21:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-09-28 12:26:36 +00:00
|
|
|
"once_cell",
|
2023-12-04 17:21:55 +00:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.2.99"
|
2023-12-04 17:21:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
|
2023-12-04 17:21:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-09 11:33:23 +00:00
|
|
|
"syn",
|
2023-12-04 17:21:55 +00:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.2.99"
|
2023-12-04 17:21:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
|
2023-12-04 17:21:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.2.99"
|
2023-12-04 17:21:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
|
2023-12-04 17:21:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-09 11:33:23 +00:00
|
|
|
"syn",
|
2023-12-04 17:21:55 +00:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.2.99"
|
2023-12-04 17:21:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
|
2023-12-04 17:21:55 +00:00
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
|
|
|
version = "4.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"home",
|
|
|
|
"once_cell",
|
|
|
|
"rustix",
|
|
|
|
]
|
|
|
|
|
2023-12-19 21:41:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "widestring"
|
2024-05-09 11:33:23 +00:00
|
|
|
version = "1.1.0"
|
2023-12-19 21:41:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-09 11:33:23 +00:00
|
|
|
checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
|
2023-12-19 21:41:11 +00:00
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
2023-12-29 08:56:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2024-10-01 06:33:10 +00:00
|
|
|
version = "0.1.9"
|
2023-12-29 08:56:47 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 06:33:10 +00:00
|
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
2023-12-29 08:56:47 +00:00
|
|
|
dependencies = [
|
2024-10-01 06:33:10 +00:00
|
|
|
"windows-sys 0.59.0",
|
2023-12-29 08:56:47 +00:00
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
|
|
dependencies = [
|
2024-07-20 08:55:14 +00:00
|
|
|
"windows-targets 0.52.6",
|
2024-05-09 11:33:23 +00:00
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-12-13 21:27:42 +00:00
|
|
|
"windows-targets 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2024-07-20 08:55:14 +00:00
|
|
|
"windows-targets 0.52.6",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
2024-09-26 12:32:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
]
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
|
|
dependencies = [
|
2023-12-13 21:27:42 +00:00
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-07-20 08:55:14 +00:00
|
|
|
version = "0.52.6"
|
2023-12-13 21:27:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-20 08:55:14 +00:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2023-12-13 21:27:42 +00:00
|
|
|
dependencies = [
|
2024-07-20 08:55:14 +00:00
|
|
|
"windows_aarch64_gnullvm 0.52.6",
|
|
|
|
"windows_aarch64_msvc 0.52.6",
|
|
|
|
"windows_i686_gnu 0.52.6",
|
2024-05-09 11:33:23 +00:00
|
|
|
"windows_i686_gnullvm",
|
2024-07-20 08:55:14 +00:00
|
|
|
"windows_i686_msvc 0.52.6",
|
|
|
|
"windows_x86_64_gnu 0.52.6",
|
|
|
|
"windows_x86_64_gnullvm 0.52.6",
|
|
|
|
"windows_x86_64_msvc 0.52.6",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
|
2023-12-13 21:27:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-07-20 08:55:14 +00:00
|
|
|
version = "0.52.6"
|
2023-12-13 21:27:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-20 08:55:14 +00:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2023-12-13 21:27:42 +00:00
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
|
2023-12-13 21:27:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-07-20 08:55:14 +00:00
|
|
|
version = "0.52.6"
|
2023-12-13 21:27:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-20 08:55:14 +00:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2023-12-13 21:27:42 +00:00
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
|
2023-12-13 21:27:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-07-20 08:55:14 +00:00
|
|
|
version = "0.52.6"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-20 08:55:14 +00:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-05-09 11:33:23 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
2024-07-20 08:55:14 +00:00
|
|
|
version = "0.52.6"
|
2023-12-13 21:27:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-20 08:55:14 +00:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2023-12-13 21:27:42 +00:00
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
|
2023-12-13 21:27:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-07-20 08:55:14 +00:00
|
|
|
version = "0.52.6"
|
2023-12-13 21:27:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-20 08:55:14 +00:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2023-12-13 21:27:42 +00:00
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
|
2023-12-13 21:27:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-07-20 08:55:14 +00:00
|
|
|
version = "0.52.6"
|
2023-12-13 21:27:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-20 08:55:14 +00:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2023-12-13 21:27:42 +00:00
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
|
2023-12-13 21:27:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-07-20 08:55:14 +00:00
|
|
|
version = "0.52.6"
|
2023-12-13 21:27:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-20 08:55:14 +00:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2023-12-13 21:27:42 +00:00
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
|
|
2023-12-13 21:27:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-07-20 08:55:14 +00:00
|
|
|
version = "0.52.6"
|
2023-12-13 21:27:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-20 08:55:14 +00:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2023-12-13 21:27:42 +00:00
|
|
|
|
2024-12-15 14:13:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
|
|
|
version = "0.6.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-12-19 21:41:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.50.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2024-10-26 11:08:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "write16"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "writeable"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|
|
|
|
2023-09-14 20:47:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wstunnel"
|
2024-12-15 08:34:40 +00:00
|
|
|
version = "10.1.8"
|
2023-09-14 20:47:02 +00:00
|
|
|
dependencies = [
|
2023-10-01 15:16:23 +00:00
|
|
|
"ahash",
|
|
|
|
"anyhow",
|
2024-10-12 17:06:29 +00:00
|
|
|
"arc-swap",
|
2024-08-04 09:19:26 +00:00
|
|
|
"async-channel",
|
2024-05-09 11:33:23 +00:00
|
|
|
"base64 0.22.1",
|
2023-10-23 17:11:12 +00:00
|
|
|
"bb8",
|
2023-10-26 19:45:55 +00:00
|
|
|
"bytes",
|
2023-09-14 20:47:02 +00:00
|
|
|
"clap",
|
2024-12-15 14:13:31 +00:00
|
|
|
"collection_macros",
|
2023-12-13 21:27:42 +00:00
|
|
|
"crossterm",
|
2023-10-16 17:26:32 +00:00
|
|
|
"fast-socks5",
|
2023-10-01 15:16:23 +00:00
|
|
|
"fastwebsockets",
|
2024-11-08 18:51:56 +00:00
|
|
|
"fdlimit",
|
2023-10-01 15:16:23 +00:00
|
|
|
"futures-util",
|
2023-12-19 21:41:11 +00:00
|
|
|
"hickory-resolver",
|
2023-12-15 08:47:06 +00:00
|
|
|
"http-body-util",
|
2023-10-01 15:16:23 +00:00
|
|
|
"hyper",
|
2023-12-15 08:47:06 +00:00
|
|
|
"hyper-util",
|
2024-04-27 20:40:32 +00:00
|
|
|
"ipnet",
|
2023-10-01 15:16:23 +00:00
|
|
|
"jsonwebtoken",
|
2023-10-16 17:26:32 +00:00
|
|
|
"log",
|
2023-12-03 09:24:31 +00:00
|
|
|
"nix",
|
2023-12-29 08:56:47 +00:00
|
|
|
"notify",
|
2023-10-28 18:44:47 +00:00
|
|
|
"parking_lot",
|
2023-10-01 15:16:23 +00:00
|
|
|
"pin-project",
|
2024-01-09 20:04:57 +00:00
|
|
|
"ppp",
|
2024-08-27 07:08:17 +00:00
|
|
|
"rcgen",
|
2024-04-27 20:40:32 +00:00
|
|
|
"regex",
|
2024-12-15 14:13:31 +00:00
|
|
|
"rstest",
|
2024-12-11 13:55:48 +00:00
|
|
|
"rustls-native-certs 0.8.1",
|
2024-10-01 06:33:10 +00:00
|
|
|
"rustls-pemfile 2.2.0",
|
2023-10-01 15:16:23 +00:00
|
|
|
"scopeguard",
|
|
|
|
"serde",
|
2024-04-27 20:40:32 +00:00
|
|
|
"serde_regex",
|
|
|
|
"serde_yaml",
|
2024-12-15 14:13:31 +00:00
|
|
|
"serial_test",
|
2023-12-15 08:47:06 +00:00
|
|
|
"socket2",
|
2024-12-15 14:13:31 +00:00
|
|
|
"test-case",
|
2023-10-27 19:02:12 +00:00
|
|
|
"testcontainers",
|
2023-09-14 20:47:02 +00:00
|
|
|
"tokio",
|
2023-10-01 15:16:23 +00:00
|
|
|
"tokio-fd",
|
2024-12-11 13:55:48 +00:00
|
|
|
"tokio-rustls 0.26.1",
|
2023-10-01 15:16:23 +00:00
|
|
|
"tokio-stream",
|
2023-12-13 21:27:42 +00:00
|
|
|
"tokio-util",
|
2023-09-14 20:47:02 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-subscriber",
|
|
|
|
"url",
|
2023-11-09 16:18:38 +00:00
|
|
|
"urlencoding",
|
2023-10-01 15:16:23 +00:00
|
|
|
"uuid",
|
2024-05-09 09:31:39 +00:00
|
|
|
"x509-parser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "x509-parser"
|
|
|
|
version = "0.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69"
|
|
|
|
dependencies = [
|
|
|
|
"asn1-rs",
|
|
|
|
"data-encoding",
|
|
|
|
"der-parser",
|
|
|
|
"lazy_static",
|
|
|
|
"nom",
|
|
|
|
"oid-registry",
|
|
|
|
"rusticata-macros",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
2023-09-14 20:47:02 +00:00
|
|
|
]
|
2023-10-27 19:05:09 +00:00
|
|
|
|
2024-09-28 12:26:36 +00:00
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
|
|
|
version = "1.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
|
|
|
"rustix",
|
|
|
|
]
|
|
|
|
|
2024-08-27 07:08:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yasna"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
|
|
|
|
dependencies = [
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
2024-10-26 11:08:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "yoke"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.7.5"
|
2024-10-26 11:08:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
2024-10-26 11:08:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"yoke-derive",
|
|
|
|
"zerofrom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yoke-derive"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.7.5"
|
2024-10-26 11:08:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
2024-10-26 11:08:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
2023-10-27 19:05:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2024-10-01 06:33:10 +00:00
|
|
|
version = "0.7.35"
|
2023-10-27 19:05:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 06:33:10 +00:00
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
2023-10-27 19:05:09 +00:00
|
|
|
dependencies = [
|
2024-10-01 06:33:10 +00:00
|
|
|
"byteorder",
|
2023-10-27 19:05:09 +00:00
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2024-10-01 06:33:10 +00:00
|
|
|
version = "0.7.35"
|
2023-10-27 19:05:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 06:33:10 +00:00
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
2023-10-27 19:05:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-05-09 11:33:23 +00:00
|
|
|
"syn",
|
2023-10-27 19:05:09 +00:00
|
|
|
]
|
2024-05-09 11:33:23 +00:00
|
|
|
|
2024-10-26 11:08:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zerofrom"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.1.5"
|
2024-10-26 11:08:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
|
2024-10-26 11:08:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"zerofrom-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom-derive"
|
2024-12-11 13:55:48 +00:00
|
|
|
version = "0.1.5"
|
2024-10-26 11:08:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-11 13:55:48 +00:00
|
|
|
checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
|
2024-10-26 11:08:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
2024-05-09 11:33:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2024-07-09 06:40:58 +00:00
|
|
|
version = "1.8.1"
|
2024-05-09 11:33:23 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-09 06:40:58 +00:00
|
|
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
2024-10-26 11:08:24 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
|
|
|
dependencies = [
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec-derive"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|