2021-11-01 02:34:25 -07:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "Inflector"
|
|
|
|
version = "0.11.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2024-04-08 01:28:32 -07:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
2021-11-01 02:34:25 -07:00
|
|
|
[[package]]
|
2022-08-24 04:56:50 -07:00
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aead"
|
|
|
|
version = "0.4.3"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 04:56:50 -07:00
|
|
|
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
|
2021-11-01 02:34:25 -07:00
|
|
|
dependencies = [
|
2023-09-25 00:21:09 -07:00
|
|
|
"generic-array",
|
2021-11-01 02:34:25 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-08-24 04:56:50 -07:00
|
|
|
name = "aes"
|
|
|
|
version = "0.7.5"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 04:56:50 -07:00
|
|
|
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2023-09-08 14:39:35 -07:00
|
|
|
"cipher",
|
2022-08-24 04:56:50 -07:00
|
|
|
"cpufeatures",
|
2023-09-25 00:21:09 -07:00
|
|
|
"opaque-debug",
|
2022-08-24 04:56:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes-gcm-siv"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "589c637f0e68c877bbd59a4599bbe849cac8e5f3e4b5a3ebae8f528cd218dcdc"
|
|
|
|
dependencies = [
|
|
|
|
"aead",
|
|
|
|
"aes",
|
2023-09-08 14:39:35 -07:00
|
|
|
"cipher",
|
2022-08-24 04:56:50 -07:00
|
|
|
"ctr",
|
|
|
|
"polyval",
|
|
|
|
"subtle",
|
|
|
|
"zeroize",
|
|
|
|
]
|
2021-11-01 02:34:25 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-04-08 01:28:32 -07:00
|
|
|
version = "0.7.8"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 01:28:32 -07:00
|
|
|
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
|
2021-11-01 02:34:25 -07:00
|
|
|
dependencies = [
|
2024-04-08 01:28:32 -07:00
|
|
|
"getrandom 0.2.13",
|
2021-11-01 02:34:25 -07:00
|
|
|
"once_cell",
|
2022-01-04 01:38:49 -08:00
|
|
|
"version_check 0.9.4",
|
2021-11-01 02:34:25 -07:00
|
|
|
]
|
|
|
|
|
2023-09-08 14:39:35 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-04-08 01:28:32 -07:00
|
|
|
version = "0.8.5"
|
2023-09-08 14:39:35 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 01:28:32 -07:00
|
|
|
checksum = "cd7d5a2cecb58716e47d67d5703a249964b14c7be1ec3cad3affc295b2d1c35d"
|
2023-09-08 14:39:35 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2024-04-08 01:28:32 -07:00
|
|
|
"getrandom 0.2.13",
|
2023-09-08 14:39:35 -07:00
|
|
|
"once_cell",
|
|
|
|
"version_check 0.9.4",
|
2024-01-15 05:55:40 -08:00
|
|
|
"zerocopy",
|
2023-09-08 14:39:35 -07:00
|
|
|
]
|
|
|
|
|
2021-11-01 02:34:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-04-08 01:28:32 -07:00
|
|
|
version = "1.1.3"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 01:28:32 -07:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2021-11-01 02:34:25 -07:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2022-08-24 04:56:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "alloc-no-stdlib"
|
2022-11-16 06:57:50 -08:00
|
|
|
version = "2.0.4"
|
2022-08-24 04:56:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-16 06:57:50 -08:00
|
|
|
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
|
2022-08-24 04:56:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc-stdlib"
|
2022-11-16 06:57:50 -08:00
|
|
|
version = "0.2.2"
|
2022-08-24 04:56:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-16 06:57:50 -08:00
|
|
|
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
|
2022-08-24 04:56:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
]
|
|
|
|
|
2023-09-08 14:39:35 -07: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",
|
|
|
|
]
|
|
|
|
|
2024-08-08 08:14:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "anes"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
|
|
|
|
2023-09-08 14:39:35 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-04-08 01:28:32 -07:00
|
|
|
version = "1.0.81"
|
2023-09-08 14:39:35 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 01:28:32 -07:00
|
|
|
checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"
|
2023-09-08 14:39:35 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ark-bn254"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a22f4561524cd949590d78d7d4c5df8f592430d221f7f3c9497bbafd8972120f"
|
|
|
|
dependencies = [
|
|
|
|
"ark-ec",
|
|
|
|
"ark-ff",
|
|
|
|
"ark-std",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ark-ec"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba"
|
|
|
|
dependencies = [
|
|
|
|
"ark-ff",
|
|
|
|
"ark-poly",
|
|
|
|
"ark-serialize",
|
|
|
|
"ark-std",
|
|
|
|
"derivative",
|
|
|
|
"hashbrown 0.13.2",
|
2024-01-15 05:55:40 -08:00
|
|
|
"itertools 0.10.5",
|
2023-09-08 14:39:35 -07:00
|
|
|
"num-traits",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ark-ff"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba"
|
|
|
|
dependencies = [
|
|
|
|
"ark-ff-asm",
|
|
|
|
"ark-ff-macros",
|
|
|
|
"ark-serialize",
|
|
|
|
"ark-std",
|
|
|
|
"derivative",
|
|
|
|
"digest 0.10.7",
|
2024-01-15 05:55:40 -08:00
|
|
|
"itertools 0.10.5",
|
2023-09-08 14:39:35 -07:00
|
|
|
"num-bigint 0.4.4",
|
|
|
|
"num-traits",
|
|
|
|
"paste",
|
|
|
|
"rustc_version 0.4.0",
|
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ark-ff-asm"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348"
|
2022-11-16 06:57:50 -08:00
|
|
|
dependencies = [
|
2024-04-08 01:28:32 -07:00
|
|
|
"quote",
|
2023-09-08 14:39:35 -07:00
|
|
|
"syn 1.0.109",
|
2022-11-16 06:57:50 -08:00
|
|
|
]
|
|
|
|
|
2021-11-04 01:57:55 -07:00
|
|
|
[[package]]
|
2023-09-08 14:39:35 -07:00
|
|
|
name = "ark-ff-macros"
|
|
|
|
version = "0.4.2"
|
2023-08-29 06:57:14 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-08 14:39:35 -07:00
|
|
|
checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565"
|
2021-11-04 01:57:55 -07:00
|
|
|
dependencies = [
|
2023-09-08 14:39:35 -07:00
|
|
|
"num-bigint 0.4.4",
|
|
|
|
"num-traits",
|
2024-04-08 01:28:32 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-20 11:24:01 -07:00
|
|
|
"syn 1.0.109",
|
2021-11-04 01:57:55 -07:00
|
|
|
]
|
|
|
|
|
2023-08-29 06:57:14 -07:00
|
|
|
[[package]]
|
2023-09-08 14:39:35 -07:00
|
|
|
name = "ark-poly"
|
|
|
|
version = "0.4.2"
|
2023-08-29 06:57:14 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-08 14:39:35 -07:00
|
|
|
checksum = "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf"
|
|
|
|
dependencies = [
|
|
|
|
"ark-ff",
|
|
|
|
"ark-serialize",
|
|
|
|
"ark-std",
|
|
|
|
"derivative",
|
|
|
|
"hashbrown 0.13.2",
|
|
|
|
]
|
2023-08-29 06:57:14 -07:00
|
|
|
|
2022-08-24 04:56:50 -07:00
|
|
|
[[package]]
|
2023-09-08 14:39:35 -07:00
|
|
|
name = "ark-serialize"
|
|
|
|
version = "0.4.2"
|
2022-08-24 04:56:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-08 14:39:35 -07:00
|
|
|
checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5"
|
2022-08-24 04:56:50 -07:00
|
|
|
dependencies = [
|
2023-09-08 14:39:35 -07:00
|
|
|
"ark-serialize-derive",
|
|
|
|
"ark-std",
|
|
|
|
"digest 0.10.7",
|
|
|
|
"num-bigint 0.4.4",
|
2022-08-24 04:56:50 -07:00
|
|
|
]
|
|
|
|
|
2021-11-01 02:34:25 -07:00
|
|
|
[[package]]
|
2023-09-08 14:39:35 -07:00
|
|
|
name = "ark-serialize-derive"
|
|
|
|
version = "0.4.2"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-08 14:39:35 -07:00
|
|
|
checksum = "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea"
|
2021-11-01 02:34:25 -07:00
|
|
|
dependencies = [
|
2024-04-08 01:28:32 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-08 14:39:35 -07:00
|
|
|
"syn 1.0.109",
|
2021-11-01 02:34:25 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-09-08 14:39:35 -07:00
|
|
|
name = "ark-std"
|
|
|
|
version = "0.4.0"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-08 14:39:35 -07:00
|
|
|
checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
"rand 0.8.5",
|
|
|
|
]
|
2021-11-01 02:34:25 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
2023-04-20 11:24:01 -07:00
|
|
|
version = "0.3.7"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-20 11:24:01 -07:00
|
|
|
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
|
2021-11-01 02:34:25 -07:00
|
|
|
|
2022-01-04 01:38:49 -08:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2023-09-01 07:37:15 -07:00
|
|
|
version = "0.7.4"
|
2022-01-04 01:38:49 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-01 07:37:15 -07:00
|
|
|
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
|
2022-01-04 01:38:49 -08:00
|
|
|
|
2021-11-01 02:34:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ascii"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e"
|
|
|
|
|
2022-08-24 04:56:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "asn1-rs"
|
2023-04-20 11:24:01 -07:00
|
|
|
version = "0.5.2"
|
2022-08-24 04:56:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-20 11:24:01 -07:00
|
|
|
checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0"
|
2022-08-24 04:56:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"asn1-rs-derive",
|
|
|
|
"asn1-rs-impl",
|
|
|
|
"displaydoc",
|
2023-09-25 00:21:09 -07:00
|
|
|
"nom",
|
2022-08-24 04:56:50 -07:00
|
|
|
"num-traits",
|
|
|
|
"rusticata-macros",
|
|
|
|
"thiserror",
|
2024-04-08 01:28:32 -07:00
|
|
|
"time 0.3.34",
|
2022-08-24 04:56:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "asn1-rs-derive"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c"
|
|
|
|
dependencies = [
|
2024-04-08 01:28:32 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-20 11:24:01 -07:00
|
|
|
"syn 1.0.109",
|
2022-08-24 04:56:50 -07:00
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "asn1-rs-impl"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed"
|
|
|
|
dependencies = [
|
2024-04-08 01:28:32 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-20 11:24:01 -07:00
|
|
|
"syn 1.0.109",
|
2022-08-24 04:56:50 -07:00
|
|
|
]
|
|
|
|
|
2021-11-01 02:34:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "assert_matches"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
|
|
|
|
|
2021-11-03 04:17:49 -07:00
|
|
|
[[package]]
|
|
|
|
name = "async-channel"
|
2023-09-01 07:37:15 -07:00
|
|
|
version = "1.9.0"
|
2021-11-03 04:17:49 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-01 07:37:15 -07:00
|
|
|
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
|
2021-11-03 04:17:49 -07:00
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"event-listener",
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
2022-08-24 04:56:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "async-compression"
|
2024-04-08 01:28:32 -07:00
|
|
|
version = "0.4.8"
|
2022-08-24 04:56:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 01:28:32 -07:00
|
|
|
checksum = "07dbbf24db18d609b1462965249abdf49129ccad073ec257da372adc83259c60"
|
2022-08-24 04:56:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"brotli",
|
2024-01-15 05:55:40 -08:00
|
|
|
"flate2 1.0.28",
|
2022-08-24 04:56:50 -07:00
|
|
|
"futures-core",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-mutex"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
|
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
]
|
|
|
|
|
2021-11-01 02:34:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "async-stream"
|
2023-04-20 11:24:01 -07:00
|
|
|
version = "0.3.5"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-20 11:24:01 -07:00
|
|
|
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
|
2021-11-01 02:34:25 -07:00
|
|
|
dependencies = [
|
2023-03-21 04:12:03 -07:00
|
|
|
"async-stream-impl",
|
2021-11-01 02:34:25 -07:00
|
|
|
"futures-core",
|
2023-04-20 11:24:01 -07:00
|
|
|
"pin-project-lite",
|
2021-11-01 02:34:25 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-stream-impl"
|
2023-04-20 11:24:01 -07:00
|
|
|
version = "0.3.5"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-20 11:24:01 -07:00
|
|
|
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
|
2021-11-01 02:34:25 -07:00
|
|
|
dependencies = [
|
2024-04-08 01:28:32 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.58",
|
2021-11-01 02:34:25 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2024-04-08 01:28:32 -07:00
|
|
|
version = "0.1.79"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 01:28:32 -07:00
|
|
|
checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681"
|
2021-11-01 02:34:25 -07:00
|
|
|
dependencies = [
|
2024-04-08 01:28:32 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.58",
|
2021-11-01 02:34:25 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
2023-02-04 17:43:18 -08:00
|
|
|
"hermit-abi 0.1.19",
|
2021-11-01 02:34:25 -07:00
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-03-23 10:39:42 -07:00
|
|
|
version = "0.1.8"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 10:39:42 -07:00
|
|
|
checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
|
|
|
|
dependencies = [
|
2024-04-08 01:28:32 -07:00
|
|
|
"autocfg 1.2.0",
|
2022-03-23 10:39:42 -07:00
|
|
|
]
|
2021-11-01 02:34:25 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-04-08 01:28:32 -07:00
|
|
|
version = "1.2.0"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 01:28:32 -07:00
|
|
|
checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
|
2021-11-01 02:34:25 -07:00
|
|
|
|
2022-12-16 03:00:42 -08:00
|
|
|
[[package]]
|
|
|
|
name = "autotools"
|
2023-04-20 11:24:01 -07:00
|
|
|
version = "0.2.6"
|
2022-12-16 03:00:42 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-20 11:24:01 -07:00
|
|
|
checksum = "aef8da1805e028a172334c3b680f93e71126f2327622faef2ec3d893c0a4ad77"
|
2022-12-16 03:00:42 -08:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2021-11-01 02:34:25 -07:00
|
|
|
[[package]]
|
2022-08-24 04:56:50 -07:00
|
|
|
name = "axum"
|
2023-09-01 07:37:15 -07:00
|
|
|
version = "0.6.20"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-01 07:37:15 -07:00
|
|
|
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
|
2021-11-01 02:34:25 -07:00
|
|
|
dependencies = [
|
2022-08-24 04:56:50 -07:00
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
2023-09-01 07:37:15 -07:00
|
|
|
"bitflags 1.3.2",
|
2024-04-08 01:28:32 -07:00
|
|
|
"bytes 1.6.0",
|
2022-08-24 04:56:50 -07:00
|
|
|
"futures-util",
|
2024-04-08 01:28:32 -07:00
|
|
|
"http 0.2.12",
|
2022-08-24 04:56:50 -07:00
|
|
|
"http-body",
|
2024-01-15 05:55:40 -08:00
|
|
|
"hyper 0.14.28",
|
2022-08-24 04:56:50 -07:00
|
|
|
"itoa",
|
|
|
|
"matchit",
|
|
|
|
"memchr",
|
2023-04-20 11:24:01 -07:00
|
|
|
"mime 0.3.17",
|
2024-01-15 05:55:40 -08:00
|
|
|
"percent-encoding 2.3.1",
|
2022-08-24 04:56:50 -07:00
|
|
|
"pin-project-lite",
|
2022-12-16 03:00:42 -08:00
|
|
|
"rustversion",
|
2022-08-24 04:56:50 -07:00
|
|
|
"serde",
|
|
|
|
"sync_wrapper",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2021-11-01 02:34:25 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-08-24 04:56:50 -07:00
|
|
|
name = "axum-core"
|
2023-04-20 11:24:01 -07:00
|
|
|
version = "0.3.4"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-20 11:24:01 -07:00
|
|
|
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
|
2021-11-01 02:34:25 -07:00
|
|
|
dependencies = [
|
2022-08-24 04:56:50 -07:00
|
|
|
"async-trait",
|
2024-04-08 01:28:32 -07:00
|
|
|
"bytes 1.6.0",
|
2022-08-24 04:56:50 -07:00
|
|
|
"futures-util",
|
2024-04-08 01:28:32 -07:00
|
|
|
"http 0.2.12",
|
2022-08-24 04:56:50 -07:00
|
|
|
"http-body",
|
2023-04-20 11:24:01 -07:00
|
|
|
"mime 0.3.17",
|
2022-12-16 03:00:42 -08:00
|
|
|
"rustversion",
|
2022-11-16 06:57:50 -08:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2021-11-01 02:34:25 -07:00
|
|
|
]
|
|
|
|
|
2024-04-08 01:28:32 -07:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
|
|
|
version = "0.3.71"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
|
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2021-11-01 02:34:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"safemem",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2022-11-16 06:57:50 -08:00
|
|
|
version = "0.13.1"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-16 06:57:50 -08:00
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2021-11-01 02:34:25 -07:00
|
|
|
|
2022-12-16 03:00:42 -08:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-01-15 05:55:40 -08:00
|
|
|
version = "0.21.7"
|
2022-12-16 03:00:42 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-15 05:55:40 -08:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2022-12-16 03:00:42 -08:00
|
|
|
|
2022-03-22 01:36:59 -07:00
|
|
|
[[package]]
|
|
|
|
name = "base64ct"
|
2023-04-20 11:24:01 -07:00
|
|
|
version = "1.6.0"
|
2022-03-22 01:36:59 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-20 11:24:01 -07:00
|
|
|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
2022-03-22 01:36:59 -07:00
|
|
|
|
2021-11-01 02:34:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2022-03-22 01:36:59 -07:00
|
|
|
version = "1.3.2"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 01:36:59 -07:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-11-01 02:34:25 -07:00
|
|
|
|
2023-09-01 07:37:15 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-04-08 01:28:32 -07:00
|
|
|
version = "2.5.0"
|
2023-09-01 07:37:15 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 01:28:32 -07:00
|
|
|
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2023-09-01 07:37:15 -07:00
|
|
|
|
2022-08-24 04:56:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bitmaps"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2021-11-01 02:34:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "blake3"
|
2024-04-08 01:28:32 -07:00
|
|
|
version = "1.5.1"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 01:28:32 -07:00
|
|
|
checksum = "30cca6d3674597c30ddf2c587bf8d9d65c9a84d2326d941cc79c9842dfe0ef52"
|
2021-11-01 02:34:25 -07:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
2023-09-25 00:21:09 -07:00
|
|
|
"arrayvec",
|
2021-11-01 02:34:25 -07:00
|
|
|
"cc",
|
2022-03-22 01:36:59 -07:00
|
|
|
"cfg-if 1.0.0",
|
2021-11-01 02:34:25 -07:00
|
|
|
"constant_time_eq",
|
2023-09-01 07:37:15 -07:00
|
|
|
"digest 0.10.7",
|
2021-11-01 02:34:25 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
|
|
dependencies = [
|
2023-09-25 00:21:09 -07:00
|
|
|
"block-padding",
|
|
|
|
"generic-array",
|
2021-11-01 02:34:25 -07:00
|
|
|
]
|
|
|
|
|
2022-01-04 01:38:49 -08:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2023-04-20 11:24:01 -07:00
|
|
|
version = "0.10.4"
|
2022-01-04 01:38:49 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-20 11:24:01 -07:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2022-01-04 01:38:49 -08:00
|
|
|
dependencies = [
|
2023-09-25 00:21:09 -07:00
|
|
|
"generic-array",
|
2021-11-01 02:34:25 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh"
|
2022-03-23 10:39:42 -07:00
|
|
|
version = "0.9.3"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 10:39:42 -07:00
|
|
|
checksum = "15bf3650200d8bffa99015595e10f1fbd17de07abbc25bb067da79e769939bfa"
|
2021-11-01 02:34:25 -07:00
|
|
|
dependencies = [
|
2023-09-08 14:39:35 -07:00
|
|
|
"borsh-derive 0.9.3",
|
2022-08-24 04:56:50 -07:00
|
|
|
"hashbrown 0.11.2",
|
2021-11-01 02:34:25 -07:00
|
|
|
]
|
|
|
|
|
2023-09-08 14:39:35 -07:00
|
|
|
[[package]]
|
|
|
|
name = "borsh"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b"
|
|
|
|
dependencies = [
|
|
|
|
"borsh-derive 0.10.3",
|
|
|
|
"hashbrown 0.13.2",
|
|
|
|
]
|
|
|
|
|
2021-11-01 02:34:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "borsh-derive"
|
2022-03-23 10:39:42 -07:00
|
|
|
version = "0.9.3"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 10:39:42 -07:00
|
|
|
checksum = "6441c552f230375d18e3cc377677914d2ca2b0d36e52129fe15450a2dce46775"
|
2021-11-01 02:34:25 -07:00
|
|
|
dependencies = [
|
2023-09-08 14:39:35 -07:00
|
|
|
"borsh-derive-internal 0.9.3",
|
|
|
|
"borsh-schema-derive-internal 0.9.3",
|
|
|
|
"proc-macro-crate 0.1.5",
|
2024-04-08 01:28:32 -07:00
|
|
|
"proc-macro2",
|
2023-09-08 14:39:35 -07:00
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh-derive"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0754613691538d51f329cce9af41d7b7ca150bc973056f1156611489475f54f7"
|
|
|
|
dependencies = [
|
|
|
|
"borsh-derive-internal 0.10.3",
|
|
|
|
"borsh-schema-derive-internal 0.10.3",
|
2023-04-20 11:24:01 -07:00
|
|
|
"proc-macro-crate 0.1.5",
|
2024-04-08 01:28:32 -07:00
|
|
|
"proc-macro2",
|
2023-04-20 11:24:01 -07:00
|
|
|
"syn 1.0.109",
|
2021-11-01 02:34:25 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh-derive-internal"
|
2022-03-23 10:39:42 -07:00
|
|
|
version = "0.9.3"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 10:39:42 -07:00
|
|
|
checksum = "5449c28a7b352f2d1e592a8a28bf139bc71afb0764a14f3c02500935d8c44065"
|
2021-11-01 02:34:25 -07:00
|
|
|
dependencies = [
|
2024-04-08 01:28:32 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-20 11:24:01 -07:00
|
|
|
"syn 1.0.109",
|
2021-11-01 02:34:25 -07:00
|
|
|
]
|
|
|
|
|
2023-09-08 14:39:35 -07:00
|
|
|
[[package]]
|
|
|
|
name = "borsh-derive-internal"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb"
|
|
|
|
dependencies = [
|
2024-04-08 01:28:32 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-08 14:39:35 -07:00
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2021-11-01 02:34:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "borsh-schema-derive-internal"
|
2022-03-23 10:39:42 -07:00
|
|
|
version = "0.9.3"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-23 10:39:42 -07:00
|
|
|
checksum = "cdbd5696d8bfa21d53d9fe39a714a18538bad11492a42d066dbbc395fb1951c0"
|
2021-11-01 02:34:25 -07:00
|
|
|
dependencies = [
|
2024-04-08 01:28:32 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-04-20 11:24:01 -07:00
|
|
|
"syn 1.0.109",
|
2022-08-24 04:56:50 -07:00
|
|
|
]
|
|
|
|
|
2023-09-08 14:39:35 -07:00
|
|
|
[[package]]
|
|
|
|
name = "borsh-schema-derive-internal"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd"
|
|
|
|
dependencies = [
|
2024-04-08 01:28:32 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-08 14:39:35 -07:00
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2022-08-24 04:56:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "brotli"
|
2024-04-08 01:28:32 -07:00
|
|
|
version = "4.0.0"
|
2022-08-24 04:56:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 01:28:32 -07:00
|
|
|
checksum = "125740193d7fee5cc63ab9e16c2fdc4e07c74ba755cc53b327d6ea029e9fc569"
|
2022-08-24 04:56:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
|
|
|
"brotli-decompressor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "brotli-decompressor"
|
2024-04-08 01:28:32 -07:00
|
|
|
version = "3.0.0"
|
2022-08-24 04:56:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 01:28:32 -07:00
|
|
|
checksum = "65622a320492e09b5e0ac436b14c54ff68199bac392d0e89a6832c4518eea525"
|
2022-08-24 04:56:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"alloc-no-stdlib",
|
|
|
|
"alloc-stdlib",
|
2021-11-01 02:34:25 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bs58"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-04-11 00:42:29 -07:00
|
|
|
version = "3.14.0"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-11 00:42:29 -07:00
|
|
|
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
2021-11-01 02:34:25 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bv"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8834bb1d8ee5dc048ee3124f2c7c1afcc6bc9aed03f11e9dfd8c69470a5db340"
|
|
|
|
dependencies = [
|
|
|
|
"feature-probe",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2024-04-08 01:28:32 -07:00
|
|
|
version = "1.15.0"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 01:28:32 -07:00
|
|
|
checksum = "5d6d68c57235a3a081186990eca2867354726650f42f7516ca50c28d6281fd15"
|
2021-11-01 02:34:25 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck_derive"
|
2024-04-08 01:28:32 -07:00
|
|
|
version = "1.6.0"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 01:28:32 -07:00
|
|
|
checksum = "4da9a32f3fed317401fa3c862968128267c3106685286e15d5aaa3d7389c2f60"
|
2021-11-01 02:34:25 -07:00
|
|
|
dependencies = [
|
2024-04-08 01:28:32 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.58",
|
2021-11-01 02:34:25 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2024-01-15 05:55:40 -08:00
|
|
|
version = "1.5.0"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-15 05:55:40 -08:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2021-11-01 02:34:25 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "0.4.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"iovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-04-08 01:28:32 -07:00
|
|
|
version = "1.6.0"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 01:28:32 -07:00
|
|
|
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
|
2021-11-01 02:34:25 -07:00
|
|
|
|
2021-11-19 02:59:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "caps"
|
2022-11-16 06:57:50 -08:00
|
|
|
version = "0.5.5"
|
2021-11-19 02:59:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-16 06:57:50 -08:00
|
|
|
checksum = "190baaad529bcfbde9e1a19022c42781bdb6ff9de25721abdb8fd98c0807730b"
|
2021-11-19 02:59:59 -08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2024-08-08 08:14:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
|
|
|
2021-11-01 02:34:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-04-08 01:28:32 -07:00
|
|
|
version = "1.0.91"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 01:28:32 -07:00
|
|
|
checksum = "1fd97381a8cc6493395a5afc4c691c1084b3768db713b73aa215217aa245d153"
|
2021-11-01 02:34:25 -07:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
2023-09-01 07:37:15 -07:00
|
|
|
"libc",
|
2021-11-01 02:34:25 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-04-08 01:28:32 -07:00
|
|
|
version = "0.4.37"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-08 01:28:32 -07:00
|
|
|
checksum = "8a0d04d43504c61aa6c7531f1871dd0d418d91130162063b789da00fd7057a5e"
|
2021-11-01 02:34:25 -07:00
|
|
|
dependencies = [
|
2023-09-01 07:37:15 -07:00
|
|
|
"android-tzdata",
|
2022-08-24 04:56:50 -07:00
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
2021-11-01 02:34:25 -07:00
|
|
|
"num-traits",
|
|
|
|
"serde",
|
2022-08-24 04:56:50 -07:00
|
|
|
"wasm-bindgen",
|
2024-04-08 01:28:32 -07:00
|
|
|
"windows-targets 0.52.4",
|
2021-11-01 02:34:25 -07:00
|
|
|
]
|
|
|
|
|
2024-08-08 08:14:11 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ciborium"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
|
|
|
|
dependencies = [
|
|
|
|
"ciborium-io",
|
|
|
|
"ciborium-ll",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ciborium-io"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ciborium-ll"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
|
|
|
|
dependencies = [
|
|
|
|
"ciborium-io",
|
|
|
|
"half",
|
|
|
|
]
|
|
|
|
|
2022-08-24 04:56:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cipher"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
|
|
|
|
dependencies = [
|
2023-09-25 00:21:09 -07:00
|
|
|
"generic-array",
|
2022-08-24 04:56:50 -07:00
|
|
|
]
|
|
|
|
|
2021-11-01 02:34:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-01-04 01:38:49 -08:00
|
|
|
version = "2.34.0"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-04 01:38:49 -08:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2021-11-01 02:34:25 -07:00
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
2023-09-01 07:37:15 -07:00
|
|
|
"bitflags 1.3.2",
|
2022-12-16 03:00:42 -08:00
|
|
|
"strsim 0.8.0",
|
|
|
|
"textwrap 0.11.0",
|
2021-11-01 02:34:25 -07:00
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
2022-12-16 03:00:42 -08:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2023-09-01 07:37:15 -07:00
|
|
|
version = "3.2.25"
|
2022-12-16 03:00:42 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-01 07:37:15 -07:00
|
|
|
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
|
2022-12-16 03:00:42 -08:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
2023-09-01 07:37:15 -07:00
|
|
|
"bitflags 1.3.2",
|
|
|
|
"clap_derive",
|
2022-12-16 03:00:42 -08:00
|
|
|
"clap_lex",
|
2023-09-01 07:37:15 -07:00
|
|
|
"indexmap 1.9.3",
|
2022-12-16 03:00:42 -08:00
|
|
|
"once_cell",
|
|
|
|
"strsim 0.10.0",
|
|
|
|
"termcolor",
|
2024-04-08 01:28:32 -07:00
|
|
|
"textwrap 0.16.1",
|
2022-12-16 03:00:42 -08:00
|
|
|
]
|
|
|
|
|
2023-09-05 06:49:10 -07:00
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2023-09-01 07:37:15 -07:00
|
|
|
version = "3.2.25"
|
2023-09-05 06:49:10 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-01 07:37:15 -07:00
|
|
|
checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
|
2023-09-05 06:49:10 -07:00
|
|
|
dependencies = [
|
2024-04-08 01:28:32 -07:00
|
|
|
"heck 0.4.1",
|
2023-09-01 07:37:15 -07:00
|
|
|
"proc-macro-error",
|
2024-04-08 01:28:32 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-09-01 07:37:15 -07:00
|
|
|
"syn 1.0.109",
|
2023-09-05 06:49:10 -07:00
|
|
|
]
|
|
|
|
|
2022-12-16 03:00:42 -08:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
|
|
|
|
dependencies = [
|
|
|
|
"os_str_bytes",
|
|
|
|
]
|
|
|
|
|
2021-11-01 02:34:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
|
|
|
dependencies = [
|
2023-09-01 07:37:15 -07:00
|
|
|
"bitflags 1.3.2",
|
2022-11-16 06:57:50 -08:00
|
|
|
]
|
|
|
|
|
2021-11-01 02:34:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "combine"
|
|
|
|
version = "3.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680"
|
|
|
|
dependencies = [
|
|
|
|
"ascii",
|
|
|
|
"byteorder",
|
|
|
|
"either",
|
|
|
|
"memchr",
|
|
|
|
"unreachable",
|
|
|
|
]
|
|
|
|
|
2021-11-03 04:17:49 -07:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2024-01-15 05:55:40 -08:00
|
|
|
version = "2.4.0"
|
2021-11-03 04:17:49 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-15 05:55:40 -08:00
|
|
|
checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363"
|
2021-11-03 04:17:49 -07:00
|
|
|
dependencies = [
|
2024-01-15 05:55:40 -08:00
|
|
|
"crossbeam-utils 0.8.19",
|
2021-11-03 04:17:49 -07:00
|
|
|
]
|
|
|
|
|
2021-11-01 02:34:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2024-01-15 05:55:40 -08:00
|
|
|
version = "0.15.8"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-15 05:55:40 -08:00
|
|
|
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
|
2021-11-01 02:34:25 -07:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
2022-11-16 06:57:50 -08:00
|
|
|
"lazy_static",
|
2021-11-01 02:34:25 -07:00
|
|
|
"libc",
|
|
|
|
"unicode-width",
|
2024-01-15 05:55:40 -08:00
|
|
|
"windows-sys 0.52.0",
|
2021-11-01 02:34:25 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-22 01:36:59 -07:00
|
|
|
name = "console_error_panic_hook"
|
|
|
|
version = "0.1.7"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-22 01:36:59 -07:00
|
|
|
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
|
2021-11-01 02:34:25 -07:00
|
|
|
dependencies = [
|
2022-03-22 01:36:59 -07:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"wasm-bindgen",
|
2021-11-01 02:34:25 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-03-22 01:36:59 -07:00
|
|
|
name = "console_log"
|
2023-04-20 11:24:01 -07:00
|
|
|
version = "0.2.2"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-20 11:24:01 -07:00
|
|
|
checksum = "e89f72f65e8501878b8a004d5a1afb780987e2ce2b4532c562e367a72c57499f"
|
2021-11-01 02:34:25 -07:00
|
|
|
dependencies = [
|
2024-04-08 01:28:32 -07:00
|
|
|
"log 0.4.21",
|
2022-03-22 01:36:59 -07:00
|
|
|
"web-sys",
|
2021-11-01 02:34:25 -07:00
|
|
|
]
|
|
|
|
|
2022-03-22 01:36:59 -07:00
|
|
|
[[package]]
|
|
|
|
name = "const-oid"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"
|
|
|
|
|
2021-11-01 02:34:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
2023-09-01 07:37:15 -07:00
|
|
|
version = "0.3.0"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-09-01 07:37:15 -07:00
|
|
|
checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
|
2021-11-01 02:34:25 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2024-01-15 05:55:40 -08:00
|
|
|
version = "0.9.4"
|
2021-11-01 02:34:25 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-15 05:55:40 -08:00
|
|
|
checksum = "91e195e091a9 |