anchor/Cargo.lock

5613 lines
132 KiB
Plaintext
Raw Normal View History

2020-12-31 16:03:34 -08:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-02-26 01:31:48 -08:00
version = 3
2021-01-02 22:40:17 -08:00
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
dependencies = [
"lazy_static",
"regex",
]
[[package]]
2022-07-04 20:58:31 -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-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-04 20:58:31 -07:00
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
2021-01-02 22:40:17 -08:00
dependencies = [
2022-07-04 20:58:31 -07:00
"generic-array",
2021-01-02 22:40:17 -08:00
]
[[package]]
2022-07-04 20:58:31 -07:00
name = "aes"
version = "0.7.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-04 20:58:31 -07:00
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
dependencies = [
"cfg-if",
2023-06-04 04:09:39 -07:00
"cipher",
2022-07-04 20:58:31 -07:00
"cpufeatures",
"opaque-debug",
]
[[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-06-04 04:09:39 -07:00
"cipher",
2022-07-04 20:58:31 -07:00
"ctr",
"polyval",
"subtle",
"zeroize",
]
2021-01-02 22:40:17 -08:00
2022-03-16 12:55:15 -07:00
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom 0.2.10",
2023-06-04 04:09:39 -07:00
"once_cell",
"version_check",
]
[[package]]
name = "ahash"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
dependencies = [
"cfg-if",
"getrandom 0.2.10",
2022-03-16 12:55:15 -07:00
"once_cell",
"version_check",
]
2020-12-31 16:03:34 -08:00
[[package]]
name = "aho-corasick"
version = "1.0.2"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
2020-12-31 16:03:34 -08:00
dependencies = [
"memchr",
]
2022-07-04 20:58:31 -07:00
[[package]]
name = "alloc-no-stdlib"
version = "2.0.4"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
2022-07-04 20:58:31 -07:00
[[package]]
name = "alloc-stdlib"
version = "0.2.2"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
2022-07-04 20:58:31 -07:00
dependencies = [
"alloc-no-stdlib",
]
[[package]]
name = "alloc-traits"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b2d54853319fd101b8dd81de382bcbf3e03410a64d8928bbee85a3e7dcde483"
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-09 22:03:14 -08:00
name = "anchor-attribute-access-control"
2023-06-09 09:00:35 -07:00
version = "0.28.0"
2020-12-31 16:03:34 -08:00
dependencies = [
"anchor-syn",
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 1.0.109",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-09 22:03:14 -08:00
name = "anchor-attribute-account"
2023-06-09 09:00:35 -07:00
version = "0.28.0"
2021-01-09 22:03:14 -08:00
dependencies = [
"anchor-syn",
"bs58 0.5.0",
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 1.0.109",
2021-01-09 22:03:14 -08:00
]
2021-12-03 15:49:38 -08:00
[[package]]
name = "anchor-attribute-constant"
2023-06-09 09:00:35 -07:00
version = "0.28.0"
2021-12-03 15:49:38 -08:00
dependencies = [
"anchor-syn",
"quote 1.0.28",
"syn 1.0.109",
2021-12-03 15:49:38 -08:00
]
2021-01-15 23:05:26 -08:00
[[package]]
name = "anchor-attribute-error"
2023-06-09 09:00:35 -07:00
version = "0.28.0"
2021-01-15 23:05:26 -08:00
dependencies = [
"anchor-syn",
"quote 1.0.28",
"syn 1.0.109",
2021-01-15 23:05:26 -08:00
]
2021-03-24 20:19:29 -07:00
[[package]]
name = "anchor-attribute-event"
2023-06-09 09:00:35 -07:00
version = "0.28.0"
2021-03-24 20:19:29 -07:00
dependencies = [
"anchor-syn",
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 1.0.109",
2021-03-24 20:19:29 -07:00
]
2021-01-09 22:03:14 -08:00
[[package]]
name = "anchor-attribute-program"
2023-06-09 09:00:35 -07:00
version = "0.28.0"
2020-12-31 16:03:34 -08:00
dependencies = [
"anchor-syn",
"quote 1.0.28",
"syn 1.0.109",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "anchor-cli"
2023-06-09 09:00:35 -07:00
version = "0.28.0"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-05-22 16:06:08 -07:00
"anchor-client",
"anchor-lang",
2020-12-31 16:03:34 -08:00
"anchor-syn",
"anyhow",
"base64 0.13.1",
"bincode",
2021-08-08 02:11:48 -07:00
"cargo_toml",
"chrono",
"clap 4.3.2",
"dirs",
"flate2",
"heck 0.4.1",
2021-08-08 02:11:48 -07:00
"pathdiff",
"portpicker",
"regex",
2021-08-08 02:11:48 -07:00
"reqwest",
"semver",
2021-01-02 22:40:17 -08:00
"serde",
2020-12-31 16:03:34 -08:00
"serde_json",
"shellexpand",
"solana-cli-config",
2021-01-04 18:29:16 -08:00
"solana-client",
"solana-faucet",
"solana-program",
2021-01-02 22:40:17 -08:00
"solana-sdk",
"solang-parser",
"syn 1.0.109",
2021-08-08 02:11:48 -07:00
"tar",
2023-07-14 14:17:23 -07:00
"toml 0.7.6",
"walkdir",
2020-12-31 16:03:34 -08:00
]
2021-01-29 08:02:34 -08:00
[[package]]
name = "anchor-client"
2023-06-09 09:00:35 -07:00
version = "0.28.0"
2021-01-29 08:02:34 -08:00
dependencies = [
"anchor-lang",
2021-03-24 20:19:29 -07:00
"anyhow",
"futures",
2021-03-24 20:19:29 -07:00
"regex",
2021-05-22 16:06:08 -07:00
"serde",
"solana-account-decoder",
2021-01-29 08:02:34 -08:00
"solana-client",
"solana-sdk",
"thiserror",
"tokio",
"url",
2021-01-29 08:02:34 -08:00
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-09 22:03:14 -08:00
name = "anchor-derive-accounts"
2023-06-09 09:00:35 -07:00
version = "0.28.0"
2020-12-31 16:03:34 -08:00
dependencies = [
"anchor-syn",
"quote 1.0.28",
"syn 1.0.109",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "anchor-derive-serde"
version = "0.28.0"
dependencies = [
"anchor-syn",
"borsh-derive-internal 0.10.3",
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 1.0.109",
]
2023-01-26 03:22:48 -08:00
[[package]]
name = "anchor-derive-space"
2023-06-09 09:00:35 -07:00
version = "0.28.0"
2023-01-26 03:22:48 -08:00
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 1.0.109",
2023-01-26 03:22:48 -08:00
]
2021-01-14 22:35:50 -08:00
[[package]]
name = "anchor-lang"
2023-06-09 09:00:35 -07:00
version = "0.28.0"
2021-01-14 22:35:50 -08:00
dependencies = [
"anchor-attribute-access-control",
"anchor-attribute-account",
2021-12-03 15:49:38 -08:00
"anchor-attribute-constant",
2021-01-15 23:05:26 -08:00
"anchor-attribute-error",
2021-03-24 20:19:29 -07:00
"anchor-attribute-event",
2021-01-14 22:35:50 -08:00
"anchor-attribute-program",
"anchor-derive-accounts",
"anchor-derive-serde",
2023-01-26 03:22:48 -08:00
"anchor-derive-space",
"anchor-syn",
"arrayref",
"base64 0.13.1",
2021-12-05 11:14:16 -08:00
"bincode",
2023-06-04 04:09:39 -07:00
"borsh 0.10.3",
2021-04-17 12:07:48 -07:00
"bytemuck",
"getrandom 0.2.10",
2021-01-14 22:35:50 -08:00
"solana-program",
"thiserror",
]
2021-01-15 19:16:17 -08:00
[[package]]
name = "anchor-spl"
2023-06-09 09:00:35 -07:00
version = "0.28.0"
2021-01-15 19:16:17 -08:00
dependencies = [
"anchor-lang",
2023-06-04 04:09:39 -07:00
"borsh 0.10.3",
"mpl-token-metadata",
"serum_dex",
"solana-program",
"spl-associated-token-account",
"spl-token",
2023-06-04 04:09:39 -07:00
"spl-token-2022",
2021-01-15 19:16:17 -08:00
]
2020-12-31 16:03:34 -08:00
[[package]]
name = "anchor-syn"
2023-06-09 09:00:35 -07:00
version = "0.28.0"
2020-12-31 16:03:34 -08:00
dependencies = [
"anyhow",
"bs58 0.5.0",
2022-01-27 16:32:58 -08:00
"heck 0.3.3",
"proc-macro2 1.0.60",
"quote 1.0.28",
2020-12-31 16:03:34 -08:00
"serde",
2021-01-02 22:40:17 -08:00
"serde_json",
"sha2 0.10.6",
"syn 1.0.109",
"thiserror",
2021-01-02 22:40:17 -08:00
]
2023-06-04 04:09:39 -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",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "ansi_term"
2022-03-16 12:55:15 -07:00
version = "0.12.1"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 12:55:15 -07:00
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"winapi",
2020-12-31 16:03:34 -08:00
]
2023-04-27 03:10:23 -07:00
[[package]]
name = "anstream"
version = "0.3.2"
2023-04-27 03:10:23 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
2023-04-27 03:10:23 -07:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is-terminal",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
[[package]]
name = "anstyle-parse"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "anstyle-wincon"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
dependencies = [
"anstyle",
"windows-sys 0.48.0",
]
2020-12-31 16:03:34 -08:00
[[package]]
name = "anyhow"
version = "1.0.71"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
2020-12-31 16:03:34 -08:00
[[package]]
name = "ark-bn254"
2023-06-04 04:09:39 -07:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "a22f4561524cd949590d78d7d4c5df8f592430d221f7f3c9497bbafd8972120f"
dependencies = [
"ark-ec",
"ark-ff",
"ark-std",
]
[[package]]
name = "ark-ec"
2023-06-04 04:09:39 -07:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba"
dependencies = [
"ark-ff",
2023-06-04 04:09:39 -07:00
"ark-poly",
"ark-serialize",
"ark-std",
"derivative",
2023-06-04 04:09:39 -07:00
"hashbrown 0.13.2",
"itertools 0.10.5",
"num-traits",
"zeroize",
]
[[package]]
name = "ark-ff"
2023-06-04 04:09:39 -07:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba"
dependencies = [
"ark-ff-asm",
"ark-ff-macros",
"ark-serialize",
"ark-std",
"derivative",
2023-06-04 04:09:39 -07:00
"digest 0.10.7",
"itertools 0.10.5",
"num-bigint 0.4.3",
"num-traits",
"paste",
"rustc_version",
"zeroize",
]
[[package]]
name = "ark-ff-asm"
2023-06-04 04:09:39 -07:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348"
dependencies = [
"quote 1.0.28",
"syn 1.0.109",
]
[[package]]
name = "ark-ff-macros"
2023-06-04 04:09:39 -07:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565"
dependencies = [
"num-bigint 0.4.3",
"num-traits",
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 1.0.109",
]
2023-06-04 04:09:39 -07:00
[[package]]
name = "ark-poly"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf"
dependencies = [
"ark-ff",
"ark-serialize",
"ark-std",
"derivative",
"hashbrown 0.13.2",
]
[[package]]
name = "ark-serialize"
2023-06-04 04:09:39 -07:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5"
dependencies = [
2023-06-04 04:09:39 -07:00
"ark-serialize-derive",
"ark-std",
2023-06-04 04:09:39 -07:00
"digest 0.10.7",
"num-bigint 0.4.3",
]
[[package]]
name = "ark-serialize-derive"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea"
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
2023-06-04 04:09:39 -07:00
"syn 1.0.109",
]
[[package]]
name = "ark-std"
2023-06-04 04:09:39 -07:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185"
dependencies = [
"num-traits",
"rand 0.8.5",
]
[[package]]
name = "array-bytes"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ad284aeb45c13f2fb4f084de4a420ebf447423bdf9386c0540ce33cb3ef4b8c"
2021-01-02 22:40:17 -08:00
[[package]]
name = "arrayref"
2023-06-04 04:09:39 -07:00
version = "0.3.7"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
2021-01-02 22:40:17 -08:00
[[package]]
name = "arrayvec"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
[[package]]
name = "ascii"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e"
[[package]]
name = "ascii-canvas"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
dependencies = [
"term",
]
[[package]]
name = "asn1-rs"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0"
dependencies = [
"asn1-rs-derive",
"asn1-rs-impl",
"displaydoc",
"nom",
"num-traits",
"rusticata-macros",
"thiserror",
"time 0.3.22",
]
[[package]]
name = "asn1-rs-derive"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c"
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 1.0.109",
"synstructure",
]
[[package]]
name = "asn1-rs-impl"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed"
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 1.0.109",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "assert_matches"
2021-03-10 05:30:10 -08:00
version = "1.5.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-10 05:30:10 -08:00
checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
2021-01-02 22:40:17 -08:00
2023-06-04 04:09:39 -07:00
[[package]]
name = "async-channel"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
2020-12-31 16:03:34 -08:00
[[package]]
2022-07-04 20:58:31 -07:00
name = "async-compression"
version = "0.3.15"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a"
2020-12-31 16:03:34 -08:00
dependencies = [
2022-07-04 20:58:31 -07:00
"brotli",
"flate2",
"futures-core",
"memchr",
"pin-project-lite",
"tokio",
2020-12-31 16:03:34 -08:00
]
[[package]]
2022-07-04 20:58:31 -07:00
name = "async-mutex"
version = "1.4.0"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-04 20:58:31 -07:00
checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
dependencies = [
"event-listener",
]
2020-12-31 16:03:34 -08:00
2021-01-02 22:40:17 -08:00
[[package]]
2022-07-04 20:58:31 -07:00
name = "async-trait"
2023-06-04 04:09:39 -07:00
version = "0.1.68"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
2021-01-02 22:40:17 -08:00
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 2.0.18",
2022-07-04 20:58:31 -07:00
]
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi 0.1.19",
2021-01-02 22:40:17 -08:00
"libc",
2022-07-04 20:58:31 -07:00
"winapi",
2021-01-02 22:40:17 -08:00
]
[[package]]
2022-07-04 20:58:31 -07:00
name = "autocfg"
version = "1.1.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-04 20:58:31 -07:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2021-01-02 22:40:17 -08:00
[[package]]
name = "avm"
2023-06-09 09:00:35 -07:00
version = "0.28.0"
dependencies = [
"anyhow",
"cfg-if",
"clap 4.3.2",
"dirs",
"once_cell",
"reqwest",
"semver",
"serde",
"tempfile",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "base64"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
[[package]]
name = "base64"
version = "0.13.1"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2021-01-02 22:40:17 -08:00
2023-06-04 04:09:39 -07:00
[[package]]
name = "base64"
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
2022-07-04 20:58:31 -07:00
[[package]]
name = "base64ct"
version = "1.6.0"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
2022-07-04 20:58:31 -07:00
2020-12-31 16:03:34 -08:00
[[package]]
name = "bincode"
2021-08-31 14:52:41 -07:00
version = "1.3.3"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
2020-12-31 16:03:34 -08:00
dependencies = [
"serde",
]
[[package]]
name = "bit-set"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2020-12-31 16:03:34 -08:00
[[package]]
name = "bitflags"
version = "1.3.2"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2020-12-31 16:03:34 -08:00
2022-07-04 20:58:31 -07:00
[[package]]
name = "bitmaps"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
dependencies = [
"typenum",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "blake3"
2023-06-09 09:00:35 -07:00
version = "1.4.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 09:00:35 -07:00
checksum = "729b71f35bd3fa1a4c86b85d32c8b9069ea7fe14f7a53cfabb65f62d4265b888"
2021-01-02 22:40:17 -08:00
dependencies = [
"arrayref",
"arrayvec",
2021-01-02 22:40:17 -08:00
"cc",
"cfg-if",
2021-01-02 22:40:17 -08:00
"constant_time_eq",
2023-06-04 04:09:39 -07:00
"digest 0.10.7",
2020-12-31 16:03:34 -08:00
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
"block-padding",
"generic-array",
2021-01-02 22:40:17 -08:00
]
2020-12-31 16:03:34 -08:00
[[package]]
name = "block-buffer"
2023-06-04 04:09:39 -07:00
version = "0.10.4"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2020-12-31 16:03:34 -08:00
dependencies = [
"generic-array",
2020-12-31 16:03:34 -08:00
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "block-padding"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
2021-02-26 01:31:48 -08:00
[[package]]
name = "borsh"
2022-03-16 12:55:15 -07:00
version = "0.9.3"
2021-02-26 01:31:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 12:55:15 -07:00
checksum = "15bf3650200d8bffa99015595e10f1fbd17de07abbc25bb067da79e769939bfa"
2021-02-26 01:31:48 -08:00
dependencies = [
2023-06-04 04:09:39 -07:00
"borsh-derive 0.9.3",
2022-07-04 20:58:31 -07:00
"hashbrown 0.11.2",
]
2023-06-04 04:09:39 -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",
]
[[package]]
name = "borsh-derive"
2022-03-16 12:55:15 -07:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 12:55:15 -07:00
checksum = "6441c552f230375d18e3cc377677914d2ca2b0d36e52129fe15450a2dce46775"
dependencies = [
2023-06-04 04:09:39 -07:00
"borsh-derive-internal 0.9.3",
"borsh-schema-derive-internal 0.9.3",
2021-08-31 14:52:41 -07:00
"proc-macro-crate 0.1.5",
"proc-macro2 1.0.60",
2023-06-04 04:09:39 -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",
"proc-macro-crate 0.1.5",
"proc-macro2 1.0.60",
"syn 1.0.109",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "borsh-derive-internal"
2022-03-16 12:55:15 -07:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 12:55:15 -07:00
checksum = "5449c28a7b352f2d1e592a8a28bf139bc71afb0764a14f3c02500935d8c44065"
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
2023-06-04 04:09:39 -07:00
"syn 1.0.109",
]
[[package]]
name = "borsh-derive-internal"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb"
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 1.0.109",
]
[[package]]
name = "borsh-schema-derive-internal"
2022-03-16 12:55:15 -07:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 12:55:15 -07:00
checksum = "cdbd5696d8bfa21d53d9fe39a714a18538bad11492a42d066dbbc395fb1951c0"
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
2023-06-04 04:09:39 -07:00
"syn 1.0.109",
]
[[package]]
name = "borsh-schema-derive-internal"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd"
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 1.0.109",
2022-07-04 20:58:31 -07:00
]
[[package]]
name = "brotli"
version = "3.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
version = "2.3.4"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
2022-07-04 20:58:31 -07:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
2020-12-31 16:03:34 -08:00
[[package]]
name = "bs58"
version = "0.4.0"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
2020-12-31 16:03:34 -08:00
[[package]]
name = "bs58"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5353f36341f7451062466f0b755b96ac3a9547e4d7f6b70d603fc721a7d7896"
dependencies = [
"tinyvec",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "bumpalo"
version = "3.13.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
2021-01-02 22:40:17 -08:00
2020-12-31 16:03:34 -08:00
[[package]]
name = "bv"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8834bb1d8ee5dc048ee3124f2c7c1afcc6bc9aed03f11e9dfd8c69470a5db340"
dependencies = [
"feature-probe",
"serde",
]
2021-04-17 12:07:48 -07:00
[[package]]
name = "bytemuck"
version = "1.13.1"
2021-04-17 12:07:48 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192"
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 2.0.18",
]
2021-04-17 12:07:48 -07:00
2020-12-31 16:03:34 -08:00
[[package]]
name = "byteorder"
2021-08-31 14:52:41 -07:00
version = "1.4.3"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2020-12-31 16:03:34 -08:00
2021-01-31 06:08:32 -08:00
[[package]]
name = "bytes"
version = "1.4.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
2021-01-02 22:40:17 -08:00
[[package]]
name = "caps"
2023-06-04 04:09:39 -07:00
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "190baaad529bcfbde9e1a19022c42781bdb6ff9de25721abdb8fd98c0807730b"
dependencies = [
"libc",
"thiserror",
]
2021-08-08 02:11:48 -07:00
[[package]]
name = "cargo_toml"
2023-07-14 14:17:23 -07:00
version = "0.15.3"
2021-08-08 02:11:48 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 14:17:23 -07:00
checksum = "599aa35200ffff8f04c1925aa1acc92fa2e08874379ef42e210a80e527e60838"
2021-08-08 02:11:48 -07:00
dependencies = [
"serde",
2023-07-14 14:17:23 -07:00
"toml 0.7.6",
2021-08-08 02:11:48 -07:00
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "cc"
version = "1.0.79"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2021-01-02 22:40:17 -08:00
dependencies = [
"jobserver",
]
2020-12-31 16:03:34 -08:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2021-01-02 22:40:17 -08:00
[[package]]
name = "chrono"
2023-06-04 04:09:39 -07:00
version = "0.4.26"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
2021-01-02 22:40:17 -08:00
dependencies = [
2023-06-04 04:09:39 -07:00
"android-tzdata",
"iana-time-zone",
"js-sys",
2021-01-02 22:40:17 -08:00
"num-traits",
"serde",
"time 0.1.45",
"wasm-bindgen",
2021-08-31 14:52:41 -07:00
"winapi",
2021-01-02 22:40:17 -08:00
]
2022-07-04 20:58:31 -07:00
[[package]]
name = "cipher"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
dependencies = [
"generic-array",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "clap"
2022-03-16 12:55:15 -07:00
version = "2.34.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 12:55:15 -07:00
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
2021-01-02 22:40:17 -08:00
dependencies = [
"ansi_term",
"atty",
"bitflags",
"strsim 0.8.0",
"textwrap 0.11.0",
"unicode-width",
"vec_map",
]
2020-12-31 16:03:34 -08:00
[[package]]
name = "clap"
version = "3.2.25"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
2020-12-31 16:03:34 -08:00
dependencies = [
"atty",
"bitflags",
"clap_lex 0.2.4",
2023-07-14 14:17:23 -07:00
"indexmap 1.9.3",
"once_cell",
2021-01-02 22:40:17 -08:00
"strsim 0.10.0",
2020-12-31 16:03:34 -08:00
"termcolor",
"textwrap 0.16.0",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "clap"
version = "4.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "401a4694d2bf92537b6867d94de48c4842089645fdcdf6c71865b175d836e9c2"
dependencies = [
2023-04-27 03:10:23 -07:00
"clap_builder",
"clap_derive",
"once_cell",
2023-04-27 03:10:23 -07:00
]
[[package]]
name = "clap_builder"
version = "4.3.1"
2023-04-27 03:10:23 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72394f3339a76daf211e57d4bcb374410f3965dcc606dd0e03738c7888766980"
2023-04-27 03:10:23 -07:00
dependencies = [
"anstream",
"anstyle",
"bitflags",
"clap_lex 0.5.0",
"strsim 0.10.0",
]
2020-12-31 16:03:34 -08:00
[[package]]
name = "clap_derive"
version = "4.3.2"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f"
2020-12-31 16:03:34 -08:00
dependencies = [
"heck 0.4.1",
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 2.0.18",
]
[[package]]
name = "clap_lex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
dependencies = [
"os_str_bytes",
]
[[package]]
name = "clap_lex"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
2020-12-31 16:03:34 -08:00
2023-04-27 03:10:23 -07:00
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
[[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",
]
2023-06-04 04:09:39 -07:00
[[package]]
name = "concurrent-queue"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
dependencies = [
"crossbeam-utils",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "console"
2023-06-04 04:09:39 -07:00
version = "0.15.7"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"encode_unicode",
"lazy_static",
2021-01-02 22:40:17 -08:00
"libc",
"unicode-width",
2023-06-04 04:09:39 -07:00
"windows-sys 0.45.0",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "console_error_panic_hook"
version = "0.1.7"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
2020-12-31 16:03:34 -08:00
dependencies = [
"cfg-if",
"wasm-bindgen",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "console_log"
2023-06-04 04:09:39 -07:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "e89f72f65e8501878b8a004d5a1afb780987e2ce2b4532c562e367a72c57499f"
dependencies = [
"log",
"web-sys",
]
2022-07-04 20:58:31 -07:00
[[package]]
name = "const-oid"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "constant_time_eq"
2023-06-04 04:09:39 -07:00
version = "0.2.5"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b"
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "core-foundation"
2022-03-16 12:55:15 -07:00
version = "0.9.3"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 12:55:15 -07:00
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
2021-01-02 22:40:17 -08:00
dependencies = [
"core-foundation-sys",
"libc",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "core-foundation-sys"
version = "0.8.4"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2020-12-31 16:03:34 -08:00
2021-01-27 19:58:26 -08:00
[[package]]
2021-08-31 14:52:41 -07:00
name = "cpufeatures"
version = "0.2.7"
2021-01-27 19:58:26 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
2021-08-31 14:52:41 -07:00
dependencies = [
"libc",
]
2021-01-27 19:58:26 -08:00
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "crc32fast"
2022-03-16 12:55:15 -07:00
version = "1.3.2"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 12:55:15 -07:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2020-12-31 16:03:34 -08:00
dependencies = [
"cfg-if",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "crossbeam-channel"
2023-06-04 04:09:39 -07:00
version = "0.5.8"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
2020-12-31 16:03:34 -08:00
dependencies = [
"cfg-if",
"crossbeam-utils",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "crossbeam-deque"
version = "0.8.3"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
2020-12-31 16:03:34 -08:00
dependencies = [
"cfg-if",
2021-08-31 14:52:41 -07:00
"crossbeam-epoch",
"crossbeam-utils",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "crossbeam-epoch"
version = "0.9.14"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
2021-01-02 22:40:17 -08:00
dependencies = [
2022-03-16 12:55:15 -07:00
"autocfg",
"cfg-if",
"crossbeam-utils",
"memoffset 0.8.0",
2021-01-02 22:40:17 -08:00
"scopeguard",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "crossbeam-utils"
version = "0.8.15"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
2020-12-31 16:03:34 -08:00
dependencies = [
"cfg-if",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "crunchy"
version = "0.2.2"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
2020-12-31 16:03:34 -08:00
[[package]]
name = "crypto-common"
version = "0.1.6"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2021-01-02 22:40:17 -08:00
dependencies = [
"generic-array",
"typenum",
2021-01-02 22:40:17 -08:00
]
2020-12-31 16:03:34 -08:00
2021-06-10 20:01:25 -07:00
[[package]]
name = "crypto-mac"
version = "0.8.0"
2021-06-10 20:01:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
2021-06-10 20:01:25 -07:00
dependencies = [
"generic-array",
2021-08-04 12:29:38 -07:00
"subtle",
2021-06-10 20:01:25 -07:00
]
2021-02-26 01:31:48 -08:00
[[package]]
2022-07-04 20:58:31 -07:00
name = "ctr"
version = "0.8.0"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-04 20:58:31 -07:00
checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"
2020-12-31 16:03:34 -08:00
dependencies = [
2023-06-04 04:09:39 -07:00
"cipher",
2020-12-31 16:03:34 -08:00
]
2021-04-04 00:55:56 -07:00
[[package]]
name = "curve25519-dalek"
2022-07-04 20:58:31 -07:00
version = "3.2.1"
2021-04-04 00:55:56 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-04 20:58:31 -07:00
checksum = "90f9d052967f590a76e62eb387bd0bbb1b000182c3cefe5364db6b7211651bc0"
2021-04-04 00:55:56 -07:00
dependencies = [
"byteorder",
"digest 0.9.0",
"rand_core 0.5.1",
2022-07-04 20:58:31 -07:00
"serde",
2021-08-04 12:29:38 -07:00
"subtle",
2021-04-04 00:55:56 -07:00
"zeroize",
]
[[package]]
name = "darling"
2023-06-04 04:09:39 -07:00
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "0558d22a7b463ed0241e993f76f09f30b126687447751a8638587b864e4b3944"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2023-06-04 04:09:39 -07:00
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "ab8bfa2e259f8ee1ce5e97824a3c55ec4404a0d772ca7fa96bf19f0752a046eb"
dependencies = [
"fnv",
"ident_case",
"proc-macro2 1.0.60",
"quote 1.0.28",
"strsim 0.10.0",
"syn 2.0.18",
]
[[package]]
name = "darling_macro"
2023-06-04 04:09:39 -07:00
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "29a358ff9f12ec09c3e61fef9b5a9902623a695a46a917b07f269bff1445611a"
dependencies = [
"darling_core",
"quote 1.0.28",
"syn 2.0.18",
]
[[package]]
name = "data-encoding"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
2021-06-10 20:01:25 -07:00
[[package]]
2022-07-04 20:58:31 -07:00
name = "der"
version = "0.5.1"
2021-06-10 20:01:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-04 20:58:31 -07:00
checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"
2021-06-10 20:01:25 -07:00
dependencies = [
2022-07-04 20:58:31 -07:00
"const-oid",
2021-06-10 20:01:25 -07:00
]
[[package]]
name = "der-parser"
version = "8.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e"
dependencies = [
"asn1-rs",
"displaydoc",
"nom",
"num-bigint 0.4.3",
"num-traits",
"rusticata-macros",
]
2022-07-04 20:58:31 -07:00
[[package]]
name = "derivation-path"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e5c37193a1db1d8ed868c03ec7b152175f26160a5b740e5e484143877e0adf0"
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 1.0.109",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "dialoguer"
2023-06-04 04:09:39 -07:00
version = "0.10.4"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "59c6f2989294b9a498d3ad5491a79c6deb604617378e1cdc4bfc1c1361fe2f87"
2020-12-31 16:03:34 -08:00
dependencies = [
"console",
2023-06-04 04:09:39 -07:00
"shell-words",
2021-01-02 22:40:17 -08:00
"tempfile",
"zeroize",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "diff"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "digest"
version = "0.9.0"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
2020-12-31 16:03:34 -08:00
dependencies = [
"generic-array",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "digest"
2023-06-04 04:09:39 -07:00
version = "0.10.7"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2021-01-02 22:40:17 -08:00
dependencies = [
2023-06-04 04:09:39 -07:00
"block-buffer 0.10.4",
"crypto-common",
"subtle",
2021-01-02 22:40:17 -08:00
]
2020-12-31 16:03:34 -08:00
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
"dirs-sys",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "dirs-next"
version = "2.0.0"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
dependencies = [
"cfg-if",
2021-01-02 22:40:17 -08:00
"dirs-sys-next",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "dirs-sys"
version = "0.3.7"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"libc",
"redox_users",
2021-08-31 14:52:41 -07:00
"winapi",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "dirs-sys-next"
2021-01-31 06:08:32 -08:00
version = "0.1.2"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-31 06:08:32 -08:00
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"libc",
"redox_users",
2021-08-31 14:52:41 -07:00
"winapi",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "displaydoc"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 2.0.18",
]
[[package]]
name = "dlopen"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71e80ad39f814a9abe68583cd50a2d45c8a67561c3361ab8da240587dda80937"
dependencies = [
"dlopen_derive",
"lazy_static",
"libc",
"winapi",
]
[[package]]
name = "dlopen_derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f236d9e1b1fbd81cea0f9cbdc8dcc7e8ebcd80e6659cd7cb2ad5f6c05946c581"
dependencies = [
"libc",
"quote 0.6.13",
"syn 0.15.44",
]
[[package]]
name = "eager"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abe71d579d1812060163dff96056261deb5bf6729b100fa2e36a68b9649ba3d3"
2021-01-02 22:40:17 -08:00
[[package]]
name = "ed25519"
version = "1.5.3"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"signature",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "ed25519-dalek"
2021-04-04 00:55:56 -07:00
version = "1.0.1"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-04 00:55:56 -07:00
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
2020-12-31 16:03:34 -08:00
dependencies = [
"curve25519-dalek",
2021-01-02 22:40:17 -08:00
"ed25519",
"rand 0.7.3",
2021-01-02 22:40:17 -08:00
"serde",
2022-07-04 20:58:31 -07:00
"sha2 0.9.9",
2021-01-02 22:40:17 -08:00
"zeroize",
2020-12-31 16:03:34 -08:00
]
2021-06-10 20:01:25 -07:00
[[package]]
name = "ed25519-dalek-bip32"
2022-07-04 20:58:31 -07:00
version = "0.2.0"
2021-06-10 20:01:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-04 20:58:31 -07:00
checksum = "9d2be62a4061b872c8c0873ee4fc6f101ce7b889d039f019c5fa2af471a59908"
2021-06-10 20:01:25 -07:00
dependencies = [
"derivation-path",
"ed25519-dalek",
2022-07-04 20:58:31 -07:00
"hmac 0.12.1",
"sha2 0.10.6",
2021-06-10 20:01:25 -07:00
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "either"
2023-06-04 04:09:39 -07:00
version = "1.8.1"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2021-01-02 22:40:17 -08:00
[[package]]
name = "ena"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1"
dependencies = [
"log",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "encoding_rs"
version = "0.8.32"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
2020-12-31 16:03:34 -08:00
dependencies = [
"cfg-if",
2020-12-31 16:03:34 -08:00
]
2022-07-04 20:58:31 -07:00
[[package]]
name = "enum-iterator"
2023-06-04 04:09:39 -07:00
version = "1.4.1"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "7add3873b5dd076766ee79c8e406ad1a472c385476b9e38849f8eec24f1be689"
2022-07-04 20:58:31 -07:00
dependencies = [
"enum-iterator-derive",
]
[[package]]
name = "enum-iterator-derive"
2023-06-04 04:09:39 -07:00
version = "1.2.1"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "eecf8589574ce9b895052fa12d69af7a233f99e6107f5cb8dd1044f2a17bfdcb"
2022-07-04 20:58:31 -07:00
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 2.0.18",
2022-07-04 20:58:31 -07:00
]
[[package]]
name = "enumflags2"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"
dependencies = [
"enumflags2_derive",
]
[[package]]
name = "enumflags2_derive"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 1.0.109",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "env_logger"
version = "0.9.3"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"atty",
"humantime",
"log",
"regex",
"termcolor",
2020-12-31 16:03:34 -08:00
]
2023-07-14 14:17:23 -07:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "errno"
2023-04-27 03:10:23 -07:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-27 03:10:23 -07:00
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
dependencies = [
"errno-dragonfly",
"libc",
2023-04-27 03:10:23 -07:00
"windows-sys 0.48.0",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2021-06-10 20:01:25 -07:00
[[package]]
2022-07-04 20:58:31 -07:00
name = "event-listener"
version = "2.5.3"
2021-06-10 20:01:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2021-06-10 20:01:25 -07:00
[[package]]
name = "fastrand"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
dependencies = [
"instant",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "feature-probe"
version = "0.1.1"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "835a3dc7d1ec9e75e2b5fb4ba75396837112d2060b03f7d43bc1897c7f7211da"
[[package]]
name = "field-offset"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
dependencies = [
"memoffset 0.9.0",
"rustc_version",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "filetime"
version = "0.2.21"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
2020-12-31 16:03:34 -08:00
dependencies = [
"cfg-if",
2021-01-02 22:40:17 -08:00
"libc",
"redox_syscall 0.2.16",
"windows-sys 0.48.0",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "fixedbitset"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "flate2"
version = "1.0.26"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"crc32fast",
"miniz_oxide",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "fnv"
version = "1.0.7"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "form_urlencoded"
version = "1.2.0"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"percent-encoding",
2020-12-31 16:03:34 -08:00
]
2021-04-04 00:55:56 -07:00
[[package]]
name = "futures"
2023-06-04 04:09:39 -07:00
version = "0.3.28"
2021-04-04 00:55:56 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
2021-04-04 00:55:56 -07:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "futures-channel"
2023-06-04 04:09:39 -07:00
version = "0.3.28"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"futures-core",
2021-04-04 00:55:56 -07:00
"futures-sink",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "futures-core"
2023-06-04 04:09:39 -07:00
version = "0.3.28"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2021-01-02 22:40:17 -08:00
2021-04-04 00:55:56 -07:00
[[package]]
name = "futures-executor"
2023-06-04 04:09:39 -07:00
version = "0.3.28"
2021-04-04 00:55:56 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
2021-04-04 00:55:56 -07:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "futures-io"
2023-06-04 04:09:39 -07:00
version = "0.3.28"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2021-01-02 22:40:17 -08:00
[[package]]
name = "futures-macro"
2023-06-04 04:09:39 -07:00
version = "0.3.28"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
2021-01-02 22:40:17 -08:00
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 2.0.18",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "futures-sink"
2023-06-04 04:09:39 -07:00
version = "0.3.28"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2021-01-02 22:40:17 -08:00
[[package]]
name = "futures-task"
2023-06-04 04:09:39 -07:00
version = "0.3.28"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2021-01-02 22:40:17 -08:00
[[package]]
name = "futures-util"
2023-06-04 04:09:39 -07:00
version = "0.3.28"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-04-04 00:55:56 -07:00
"futures-channel",
2021-01-02 22:40:17 -08:00
"futures-core",
"futures-io",
"futures-macro",
2021-04-04 00:55:56 -07:00
"futures-sink",
2021-01-02 22:40:17 -08:00
"futures-task",
"memchr",
2021-04-04 00:55:56 -07:00
"pin-project-lite",
2021-01-02 22:40:17 -08:00
"pin-utils",
"slab",
]
[[package]]
name = "generic-array"
2023-06-04 04:09:39 -07:00
version = "0.14.7"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2021-01-02 22:40:17 -08:00
dependencies = [
"serde",
"typenum",
"version_check",
]
[[package]]
name = "gethostname"
2022-03-16 12:55:15 -07:00
version = "0.2.3"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 12:55:15 -07:00
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
2021-01-02 22:40:17 -08:00
dependencies = [
"libc",
2021-08-31 14:52:41 -07:00
"winapi",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "getrandom"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
"cfg-if",
2021-10-24 17:42:52 -07:00
"js-sys",
2021-01-02 22:40:17 -08:00
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
2021-10-24 17:42:52 -07:00
"wasm-bindgen",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "getrandom"
version = "0.2.10"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
2021-01-02 22:40:17 -08:00
dependencies = [
"cfg-if",
"js-sys",
2021-01-02 22:40:17 -08:00
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
"wasm-bindgen",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "goblin"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7666983ed0dd8d21a6f6576ee00053ca0926fb281a5522577a4dbd0f1b54143"
dependencies = [
"log",
"plain",
"scroll",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "h2"
version = "0.3.19"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782"
2021-01-02 22:40:17 -08:00
dependencies = [
"bytes",
2021-01-02 22:40:17 -08:00
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
2023-07-14 14:17:23 -07:00
"indexmap 1.9.3",
2021-01-02 22:40:17 -08:00
"slab",
2021-08-31 14:52:41 -07:00
"tokio",
2021-01-02 22:40:17 -08:00
"tokio-util",
"tracing",
]
[[package]]
name = "hash32"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
dependencies = [
"byteorder",
]
2021-08-31 14:52:41 -07:00
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2022-03-16 12:55:15 -07:00
dependencies = [
2023-06-04 04:09:39 -07:00
"ahash 0.7.6",
2022-03-16 12:55:15 -07:00
]
2021-08-31 14:52:41 -07:00
2022-07-04 20:58:31 -07:00
[[package]]
name = "hashbrown"
version = "0.12.3"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2023-06-04 04:09:39 -07:00
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
2023-06-04 04:09:39 -07:00
"ahash 0.8.3",
]
2022-07-04 20:58:31 -07:00
2023-07-14 14:17:23 -07:00
[[package]]
name = "hashbrown"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
2021-01-02 22:40:17 -08:00
[[package]]
name = "heck"
2021-08-31 14:52:41 -07:00
version = "0.3.3"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2021-01-02 22:40:17 -08:00
dependencies = [
"unicode-segmentation",
]
2022-01-27 16:32:58 -08:00
[[package]]
name = "heck"
version = "0.4.1"
2022-01-27 16:32:58 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-01-27 16:32:58 -08:00
2021-01-02 22:40:17 -08:00
[[package]]
name = "hermit-abi"
2021-08-31 14:52:41 -07:00
version = "0.1.19"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2021-01-02 22:40:17 -08:00
dependencies = [
"libc",
]
2023-06-04 04:09:39 -07:00
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
[[package]]
name = "hermit-abi"
2023-04-27 03:10:23 -07:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-27 03:10:23 -07:00
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
2021-01-02 22:40:17 -08:00
[[package]]
2022-07-04 20:58:31 -07:00
name = "histogram"
version = "0.6.9"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-04 20:58:31 -07:00
checksum = "12cb882ccb290b8646e554b157ab0b71e64e8d5bef775cd66b6531e52d302669"
2021-01-02 22:40:17 -08:00
2021-04-04 00:55:56 -07:00
[[package]]
name = "hmac"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
dependencies = [
2022-07-04 20:58:31 -07:00
"crypto-mac",
2021-04-04 00:55:56 -07:00
"digest 0.9.0",
]
2021-06-10 20:01:25 -07:00
[[package]]
name = "hmac"
2022-07-04 20:58:31 -07:00
version = "0.12.1"
2021-02-26 01:31:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-04 20:58:31 -07:00
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2021-02-26 01:31:48 -08:00
dependencies = [
2023-06-04 04:09:39 -07:00
"digest 0.10.7",
2021-02-26 01:31:48 -08:00
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "hmac-drbg"
2021-08-04 12:29:38 -07:00
version = "0.3.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-04 12:29:38 -07:00
checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-08-04 12:29:38 -07:00
"digest 0.9.0",
"generic-array",
2021-08-04 12:29:38 -07:00
"hmac 0.8.1",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "http"
version = "0.2.9"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
2021-01-02 22:40:17 -08:00
dependencies = [
"bytes",
2021-01-02 22:40:17 -08:00
"fnv",
2022-03-16 12:55:15 -07:00
"itoa",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "http-body"
version = "0.4.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
2021-01-02 22:40:17 -08:00
dependencies = [
"bytes",
2021-01-02 22:40:17 -08:00
"http",
2021-04-04 00:55:56 -07:00
"pin-project-lite",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "httparse"
version = "1.8.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2021-01-02 22:40:17 -08:00
[[package]]
name = "httpdate"
version = "1.0.2"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2021-01-02 22:40:17 -08:00
[[package]]
name = "humantime"
2021-01-31 06:08:32 -08:00
version = "2.1.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-31 06:08:32 -08:00
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2021-01-02 22:40:17 -08:00
[[package]]
name = "hyper"
version = "0.14.26"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
2021-01-02 22:40:17 -08:00
dependencies = [
"bytes",
2021-01-02 22:40:17 -08:00
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
2022-03-16 12:55:15 -07:00
"itoa",
2021-08-31 14:52:41 -07:00
"pin-project-lite",
"socket2",
2021-08-31 14:52:41 -07:00
"tokio",
2021-01-02 22:40:17 -08:00
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-rustls"
version = "0.23.2"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
2021-01-02 22:40:17 -08:00
dependencies = [
"http",
2021-01-02 22:40:17 -08:00
"hyper",
"rustls",
2021-08-31 14:52:41 -07:00
"tokio",
2021-01-02 22:40:17 -08:00
"tokio-rustls",
]
[[package]]
name = "iana-time-zone"
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2021-01-02 22:40:17 -08:00
[[package]]
name = "idna"
version = "0.4.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2021-01-02 22:40:17 -08:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2022-07-04 20:58:31 -07:00
[[package]]
name = "im"
version = "15.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0acd33ff0285af998aaf9b57342af478078f53492322fafc47450e09397e0e9"
dependencies = [
"bitmaps",
"rand_core 0.6.4",
2022-07-04 20:58:31 -07:00
"rand_xoshiro",
"rayon",
"serde",
"sized-chunks",
"typenum",
"version_check",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "indexmap"
2023-06-04 04:09:39 -07:00
version = "1.9.3"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2021-01-02 22:40:17 -08:00
dependencies = [
"autocfg",
"hashbrown 0.12.3",
2021-01-02 22:40:17 -08:00
]
2023-07-14 14:17:23 -07:00
[[package]]
name = "indexmap"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
dependencies = [
"equivalent",
"hashbrown 0.14.0",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "indicatif"
version = "0.17.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057"
2021-01-02 22:40:17 -08:00
dependencies = [
"console",
2023-06-04 04:09:39 -07:00
"instant",
2021-01-02 22:40:17 -08:00
"number_prefix",
"portable-atomic",
"unicode-width",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "instant"
version = "0.1.12"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2021-01-02 22:40:17 -08:00
dependencies = [
"cfg-if",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "io-lifetimes"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
dependencies = [
2023-04-27 03:10:23 -07:00
"hermit-abi 0.3.1",
"libc",
2023-04-27 03:10:23 -07:00
"windows-sys 0.48.0",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "ipnet"
version = "2.7.2"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
2021-01-02 22:40:17 -08:00
[[package]]
name = "is-terminal"
2023-04-27 03:10:23 -07:00
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-27 03:10:23 -07:00
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
dependencies = [
2023-04-27 03:10:23 -07:00
"hermit-abi 0.3.1",
"io-lifetimes",
"rustix",
2023-04-27 03:10:23 -07:00
"windows-sys 0.48.0",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
"either",
]
[[package]]
2022-03-16 12:55:15 -07:00
name = "itertools"
version = "0.10.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
2022-03-16 12:55:15 -07:00
dependencies = [
"either",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "itoa"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
2021-01-02 22:40:17 -08:00
[[package]]
name = "jobserver"
version = "0.1.26"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
2021-01-02 22:40:17 -08:00
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
2023-06-04 04:09:39 -07:00
version = "0.3.63"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790"
2021-01-02 22:40:17 -08:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "jsonrpc-core"
2021-08-31 14:52:41 -07:00
version = "18.0.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"futures",
"futures-executor",
"futures-util",
2021-01-02 22:40:17 -08:00
"log",
"serde",
"serde_derive",
"serde_json",
]
[[package]]
name = "keccak"
version = "0.1.4"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940"
dependencies = [
"cpufeatures",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "lalrpop"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da4081d44f4611b66c6dd725e6de3169f9f63905421e8626fcb86b6a898998b8"
dependencies = [
"ascii-canvas",
"bit-set",
"diff",
"ena",
"is-terminal",
"itertools 0.10.5",
"lalrpop-util",
"petgraph",
"regex",
"regex-syntax",
"string_cache",
"term",
"tiny-keccak",
"unicode-xid 0.2.4",
]
[[package]]
name = "lalrpop-util"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f35c735096c0293d313e8f2a641627472b83d01b937177fe76e5e2708d31e0d"
2021-01-02 22:40:17 -08:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.146"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
2021-01-02 22:40:17 -08:00
[[package]]
name = "libsecp256k1"
version = "0.6.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9d220bc1feda2ac231cb78c3d26f27676b8cf82c96971f7aeef3d0cf2797c73"
2021-01-02 22:40:17 -08:00
dependencies = [
"arrayref",
2021-08-04 12:29:38 -07:00
"base64 0.12.3",
"digest 0.9.0",
2021-01-02 22:40:17 -08:00
"hmac-drbg",
2021-08-04 12:29:38 -07:00
"libsecp256k1-core",
"libsecp256k1-gen-ecmult",
"libsecp256k1-gen-genmult",
"rand 0.7.3",
2021-08-04 12:29:38 -07:00
"serde",
2022-07-04 20:58:31 -07:00
"sha2 0.9.9",
2021-01-02 22:40:17 -08:00
"typenum",
]
2021-08-04 12:29:38 -07:00
[[package]]
name = "libsecp256k1-core"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0f6ab710cec28cef759c5f18671a27dae2a5f952cdaaee1d8e2908cb2478a80"
dependencies = [
"crunchy",
"digest 0.9.0",
"subtle",
]
[[package]]
name = "libsecp256k1-gen-ecmult"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccab96b584d38fac86a83f07e659f0deafd0253dc096dab5a36d53efe653c5c3"
dependencies = [
"libsecp256k1-core",
]
[[package]]
name = "libsecp256k1-gen-genmult"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67abfe149395e3aa1c48a2beb32b068e2334402df8181f818d3aee2b304c4f5d"
dependencies = [
"libsecp256k1-core",
]
[[package]]
name = "linux-raw-sys"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2022-07-04 20:58:31 -07:00
[[package]]
name = "lock_api"
version = "0.4.10"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
2022-07-04 20:58:31 -07:00
dependencies = [
"autocfg",
"scopeguard",
2022-07-04 20:58:31 -07:00
]
[[package]]
name = "log"
version = "0.4.18"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
2022-07-04 20:58:31 -07:00
2021-01-02 22:40:17 -08:00
[[package]]
name = "memchr"
version = "2.5.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2021-01-02 22:40:17 -08:00
[[package]]
name = "memmap2"
version = "0.5.10"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
2021-01-02 22:40:17 -08:00
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
version = "0.7.1"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
2021-01-02 22:40:17 -08:00
dependencies = [
"autocfg",
]
[[package]]
name = "memoffset"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
2023-06-04 04:09:39 -07:00
dependencies = [
"autocfg",
]
[[package]]
name = "memoffset"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
dependencies = [
"autocfg",
]
2022-07-04 20:58:31 -07:00
[[package]]
name = "merlin"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d"
dependencies = [
"byteorder",
"keccak",
"rand_core 0.6.4",
2022-07-04 20:58:31 -07:00
"zeroize",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "mime"
version = "0.3.17"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2021-01-02 22:40:17 -08:00
2021-08-08 02:11:48 -07:00
[[package]]
name = "mime_guess"
2022-03-16 12:55:15 -07:00
version = "2.0.4"
2021-08-08 02:11:48 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 12:55:15 -07:00
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
2021-08-08 02:11:48 -07:00
dependencies = [
"mime",
"unicase",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2021-01-02 22:40:17 -08:00
[[package]]
name = "miniz_oxide"
version = "0.7.1"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
2021-01-02 22:40:17 -08:00
dependencies = [
"adler",
]
[[package]]
name = "mio"
2023-06-04 04:09:39 -07:00
version = "0.7.14"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
2021-01-02 22:40:17 -08:00
dependencies = [
"libc",
"log",
2023-06-04 04:09:39 -07:00
"miow",
"ntapi",
"winapi",
]
[[package]]
name = "miow"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
dependencies = [
"winapi",
2022-07-04 20:58:31 -07:00
]
[[package]]
name = "mpl-token-metadata"
version = "3.0.2"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9eefd9179d205bfedf07eb243959ae33ff6f76488f791f2d1cb1f895f17d0824"
2022-07-04 20:58:31 -07:00
dependencies = [
"borsh 0.10.3",
2022-07-04 20:58:31 -07:00
"num-derive",
"num-traits",
"solana-program",
"thiserror",
]
[[package]]
name = "new_debug_unreachable"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
2021-01-02 22:40:17 -08:00
[[package]]
name = "nix"
2023-06-04 04:09:39 -07:00
version = "0.26.2"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
2021-01-02 22:40:17 -08:00
dependencies = [
"bitflags",
"cfg-if",
2021-01-02 22:40:17 -08:00
"libc",
2023-06-04 04:09:39 -07:00
"memoffset 0.7.1",
"pin-utils",
2023-06-04 04:09:39 -07:00
"static_assertions",
2021-01-02 22:40:17 -08:00
]
2021-02-26 01:31:48 -08:00
[[package]]
name = "nom"
version = "7.1.3"
2021-02-26 01:31:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2021-02-26 01:31:48 -08:00
dependencies = [
"memchr",
"minimal-lexical",
2021-02-26 01:31:48 -08:00
]
2023-06-04 04:09:39 -07:00
[[package]]
name = "ntapi"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
dependencies = [
"winapi",
]
2022-07-04 20:58:31 -07:00
[[package]]
name = "num"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36"
dependencies = [
"num-bigint 0.2.6",
2022-07-04 20:58:31 -07:00
"num-complex",
"num-integer",
"num-iter",
"num-rational",
"num-traits",
]
[[package]]
name = "num-bigint"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-bigint"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
2022-07-04 20:58:31 -07:00
[[package]]
name = "num-complex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
dependencies = [
"autocfg",
"num-traits",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "num-derive"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 1.0.109",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "num-integer"
version = "0.1.45"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2021-01-02 22:40:17 -08:00
dependencies = [
"autocfg",
"num-traits",
]
2022-07-04 20:58:31 -07:00
[[package]]
name = "num-iter"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-rational"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
dependencies = [
"autocfg",
"num-bigint 0.2.6",
2022-07-04 20:58:31 -07:00
"num-integer",
"num-traits",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "num-traits"
version = "0.2.15"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2021-01-02 22:40:17 -08:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
2023-06-04 04:09:39 -07:00
version = "1.15.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2021-01-02 22:40:17 -08:00
dependencies = [
2023-06-04 04:09:39 -07:00
"hermit-abi 0.2.6",
2021-01-02 22:40:17 -08:00
"libc",
]
[[package]]
name = "num_enum"
version = "0.5.11"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
2021-01-02 22:40:17 -08:00
dependencies = [
2023-06-04 04:09:39 -07:00
"num_enum_derive 0.5.11",
]
[[package]]
name = "num_enum"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1"
dependencies = [
"num_enum_derive 0.6.1",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "num_enum_derive"
version = "0.5.11"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
2021-01-02 22:40:17 -08:00
dependencies = [
"proc-macro-crate 1.3.1",
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 1.0.109",
2021-01-02 22:40:17 -08:00
]
2023-06-04 04:09:39 -07:00
[[package]]
name = "num_enum_derive"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6"
dependencies = [
"proc-macro-crate 1.3.1",
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 2.0.18",
2022-07-04 20:58:31 -07:00
]
2021-01-02 22:40:17 -08:00
[[package]]
2022-07-04 20:58:31 -07:00
name = "number_prefix"
version = "0.4.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-04 20:58:31 -07:00
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2021-01-02 22:40:17 -08:00
[[package]]
name = "oid-registry"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"
dependencies = [
"asn1-rs",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "once_cell"
version = "1.18.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2021-01-02 22:40:17 -08:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "openssl-probe"
2022-03-16 12:55:15 -07:00
version = "0.1.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 12:55:15 -07:00
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2021-01-02 22:40:17 -08:00
[[package]]
name = "os_str_bytes"
version = "6.5.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
2022-07-04 20:58:31 -07:00
2023-06-04 04:09:39 -07:00
[[package]]
name = "parking_lot"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
"lock_api",
"parking_lot_core 0.8.6",
]
2022-07-04 20:58:31 -07:00
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
"parking_lot_core 0.9.8",
2023-06-04 04:09:39 -07:00
]
[[package]]
name = "parking_lot_core"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
dependencies = [
"cfg-if",
"instant",
"libc",
"redox_syscall 0.2.16",
2023-06-04 04:09:39 -07:00
"smallvec",
"winapi",
2021-01-02 22:40:17 -08:00
]
2022-07-04 20:58:31 -07:00
[[package]]
name = "parking_lot_core"
version = "0.9.8"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
2022-07-04 20:58:31 -07:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall 0.3.5",
2022-07-04 20:58:31 -07:00
"smallvec",
"windows-targets 0.48.0",
2022-07-04 20:58:31 -07:00
]
[[package]]
name = "paste"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
2021-08-08 02:11:48 -07:00
[[package]]
name = "pathdiff"
version = "0.2.1"
2021-08-08 02:11:48 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
2021-08-08 02:11:48 -07:00
2021-01-02 22:40:17 -08:00
[[package]]
name = "pbkdf2"
2021-04-04 00:55:56 -07:00
version = "0.4.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-04 00:55:56 -07:00
checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"
2021-01-02 22:40:17 -08:00
dependencies = [
2022-07-04 20:58:31 -07:00
"crypto-mac",
2021-01-02 22:40:17 -08:00
]
2021-02-26 01:31:48 -08:00
[[package]]
name = "pbkdf2"
version = "0.11.0"
2021-02-26 01:31:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
2021-02-26 01:31:48 -08:00
dependencies = [
2023-06-04 04:09:39 -07:00
"digest 0.10.7",
2022-07-04 20:58:31 -07:00
]
[[package]]
name = "pem"
version = "1.1.1"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
2022-07-04 20:58:31 -07:00
dependencies = [
"base64 0.13.1",
2021-02-26 01:31:48 -08:00
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "percent-encoding"
version = "2.3.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2021-01-02 22:40:17 -08:00
2022-07-04 20:58:31 -07:00
[[package]]
name = "percentage"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fd23b938276f14057220b707937bcb42fa76dda7560e57a2da30cb52d557937"
dependencies = [
"num",
]
[[package]]
name = "petgraph"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
dependencies = [
"fixedbitset",
2023-07-14 14:17:23 -07:00
"indexmap 1.9.3",
]
[[package]]
name = "phf"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
dependencies = [
"phf_macros",
"phf_shared 0.11.1",
]
[[package]]
name = "phf_generator"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1181c94580fa345f50f19d738aaa39c0ed30a600d95cb2d3e23f94266f14fbf"
dependencies = [
"phf_shared 0.11.1",
"rand 0.8.5",
]
[[package]]
name = "phf_macros"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92aacdc5f16768709a569e913f7451034034178b05bdc8acda226659a3dccc66"
dependencies = [
"phf_generator",
"phf_shared 0.11.1",
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 1.0.109",
]
[[package]]
name = "phf_shared"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
dependencies = [
"siphasher",
]
[[package]]
name = "phf_shared"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
dependencies = [
"siphasher",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "pin-project-lite"
version = "0.2.9"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2021-01-02 22:40:17 -08:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2022-07-04 20:58:31 -07:00
[[package]]
name = "pkcs8"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"
dependencies = [
"der",
"spki",
"zeroize",
]
[[package]]
name = "pkg-config"
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
[[package]]
name = "plain"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
2022-07-04 20:58:31 -07:00
[[package]]
name = "polyval"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"
dependencies = [
"cfg-if",
"cpufeatures",
"opaque-debug",
"universal-hash",
]
[[package]]
name = "portable-atomic"
2023-06-04 04:09:39 -07:00
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "767eb9f07d4a5ebcb39bbf2d452058a93c011373abf6832e24194a1c3f004794"
[[package]]
name = "portpicker"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be97d76faf1bfab666e1375477b23fde79eccf0276e9b63b92a39d676a889ba9"
dependencies = [
"rand 0.8.5",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "ppv-lite86"
version = "0.2.17"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2021-01-02 22:40:17 -08:00
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2021-01-02 22:40:17 -08:00
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
2023-07-14 14:17:23 -07:00
"toml 0.5.11",
2021-01-02 22:40:17 -08:00
]
2021-08-31 14:52:41 -07:00
[[package]]
name = "proc-macro-crate"
version = "1.3.1"
2021-08-31 14:52:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
2021-08-31 14:52:41 -07:00
dependencies = [
"once_cell",
"toml_edit",
2021-08-31 14:52:41 -07:00
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "proc-macro2"
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
dependencies = [
"unicode-xid 0.1.0",
]
[[package]]
name = "proc-macro2"
version = "1.0.60"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406"
2021-01-02 22:40:17 -08:00
dependencies = [
2022-07-04 20:58:31 -07:00
"unicode-ident",
2021-01-02 22:40:17 -08:00
]
2021-06-10 20:01:25 -07:00
[[package]]
name = "qstring"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d464fae65fff2680baf48019211ce37aaec0c78e9264c84a3e484717f965104e"
dependencies = [
"percent-encoding",
]
2022-07-04 20:58:31 -07:00
[[package]]
name = "quinn"
version = "0.9.3"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "445cbfe2382fa023c4f2f3c7e1c95c03dcc1df2bf23cebcb2b13e1402c4394d1"
2022-07-04 20:58:31 -07:00
dependencies = [
"bytes",
"pin-project-lite",
2022-07-04 20:58:31 -07:00
"quinn-proto",
"quinn-udp",
"rustc-hash",
2022-07-04 20:58:31 -07:00
"rustls",
"thiserror",
"tokio",
"tracing",
"webpki",
]
[[package]]
name = "quinn-proto"
2023-06-04 04:09:39 -07:00
version = "0.9.3"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "67c10f662eee9c94ddd7135043e544f3c82fa839a1e7b865911331961b53186c"
2022-07-04 20:58:31 -07:00
dependencies = [
"bytes",
"rand 0.8.5",
"ring",
"rustc-hash",
2022-07-04 20:58:31 -07:00
"rustls",
"rustls-native-certs",
"slab",
"thiserror",
"tinyvec",
"tracing",
"webpki",
]
[[package]]
name = "quinn-udp"
version = "0.3.2"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "641538578b21f5e5c8ea733b736895576d0fe329bb883b937db6f4d163dbaaf4"
2022-07-04 20:58:31 -07:00
dependencies = [
"libc",
"quinn-proto",
"socket2",
"tracing",
"windows-sys 0.42.0",
2022-07-04 20:58:31 -07:00
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "quote"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
dependencies = [
"proc-macro2 0.4.30",
]
[[package]]
name = "quote"
version = "1.0.28"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
2021-01-02 22:40:17 -08:00
dependencies = [
"proc-macro2 1.0.60",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
"getrandom 0.1.16",
"libc",
"rand_chacha 0.2.2",
2021-01-31 06:08:32 -08:00
"rand_core 0.5.1",
"rand_hc",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha 0.3.1",
"rand_core 0.6.4",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
2021-01-31 06:08:32 -08:00
"rand_core 0.5.1",
]
[[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 0.6.4",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
"getrandom 0.1.16",
]
2021-01-31 06:08:32 -08:00
[[package]]
name = "rand_core"
version = "0.6.4"
2021-01-31 06:08:32 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom 0.2.10",
]
2021-01-31 06:08:32 -08:00
2021-01-02 22:40:17 -08:00
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
2021-01-31 06:08:32 -08:00
"rand_core 0.5.1",
]
2022-07-04 20:58:31 -07:00
[[package]]
name = "rand_xoshiro"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
dependencies = [
"rand_core 0.6.4",
2022-07-04 20:58:31 -07:00
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "rayon"
2023-06-04 04:09:39 -07:00
version = "1.7.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
2021-01-02 22:40:17 -08:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-06-04 04:09:39 -07:00
version = "1.11.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
2021-01-02 22:40:17 -08:00
dependencies = [
"crossbeam-channel",
2021-08-31 14:52:41 -07:00
"crossbeam-deque",
"crossbeam-utils",
2021-01-02 22:40:17 -08:00
"num_cpus",
]
2022-07-04 20:58:31 -07:00
[[package]]
name = "rcgen"
version = "0.10.0"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"
2022-07-04 20:58:31 -07:00
dependencies = [
"pem",
"ring",
"time 0.3.22",
2022-07-04 20:58:31 -07:00
"yasna",
]
2021-01-31 06:08:32 -08:00
[[package]]
name = "redox_syscall"
version = "0.2.16"
2021-01-31 06:08:32 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2021-01-31 06:08:32 -08:00
dependencies = [
"bitflags",
]
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags",
]
2021-01-31 06:08:32 -08:00
[[package]]
name = "redox_users"
version = "0.4.3"
2021-01-31 06:08:32 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
2021-01-31 06:08:32 -08:00
dependencies = [
"getrandom 0.2.10",
"redox_syscall 0.2.16",
"thiserror",
2021-01-31 06:08:32 -08:00
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "regex"
version = "1.8.4"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
2021-01-02 22:40:17 -08:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "regex-syntax"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
2021-01-02 22:40:17 -08:00
[[package]]
name = "reqwest"
2023-06-04 04:09:39 -07:00
version = "0.11.17"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "13293b639a097af28fc8a90f22add145a9c954e49d77da06263d58cf44d5fb91"
2021-01-02 22:40:17 -08:00
dependencies = [
2022-07-04 20:58:31 -07:00
"async-compression",
2023-06-04 04:09:39 -07:00
"base64 0.21.2",
"bytes",
2021-01-02 22:40:17 -08:00
"encoding_rs",
"futures-core",
"futures-util",
"h2",
2021-01-02 22:40:17 -08:00
"http",
"http-body",
"hyper",
"hyper-rustls",
"ipnet",
"js-sys",
"log",
"mime",
2021-08-08 02:11:48 -07:00
"mime_guess",
"once_cell",
2021-01-02 22:40:17 -08:00
"percent-encoding",
2021-04-04 00:55:56 -07:00
"pin-project-lite",
2021-01-02 22:40:17 -08:00
"rustls",
"rustls-pemfile",
2021-01-02 22:40:17 -08:00
"serde",
"serde_json",
"serde_urlencoded",
2021-08-31 14:52:41 -07:00
"tokio",
2021-01-02 22:40:17 -08:00
"tokio-rustls",
2022-07-04 20:58:31 -07:00
"tokio-util",
"tower-service",
2021-01-02 22:40:17 -08:00
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots",
"winreg",
]
[[package]]
name = "ring"
2021-06-10 20:01:25 -07:00
version = "0.16.20"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-10 20:01:25 -07:00
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
2021-01-02 22:40:17 -08:00
dependencies = [
"cc",
"libc",
2021-06-10 20:01:25 -07:00
"once_cell",
2021-01-02 22:40:17 -08:00
"spin",
"untrusted",
"web-sys",
2021-08-31 14:52:41 -07:00
"winapi",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "rpassword"
version = "7.2.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6678cf63ab3491898c0d021b493c94c9b221d91295294a2a5746eacbe5928322"
dependencies = [
"libc",
"rtoolbox",
"winapi",
]
[[package]]
name = "rtoolbox"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "034e22c514f5c0cb8a10ff341b9b048b5ceb21591f31c8f44c43b960f9b3524a"
2021-01-02 22:40:17 -08:00
dependencies = [
"libc",
2021-08-31 14:52:41 -07:00
"winapi",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2021-01-02 22:40:17 -08:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2022-03-16 12:55:15 -07:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
[[package]]
name = "rusticata-macros"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
dependencies = [
"nom",
2022-03-16 12:55:15 -07:00
]
[[package]]
name = "rustix"
version = "0.37.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
2023-04-27 03:10:23 -07:00
"windows-sys 0.48.0",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "rustls"
2023-06-04 04:09:39 -07:00
version = "0.20.8"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
2021-01-02 22:40:17 -08:00
dependencies = [
"log",
"ring",
"sct",
"webpki",
]
2022-07-04 20:58:31 -07:00
[[package]]
name = "rustls-native-certs"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
dependencies = [
"openssl-probe",
"rustls-pemfile",
2022-07-04 20:58:31 -07:00
"schannel",
"security-framework",
]
[[package]]
name = "rustls-pemfile"
version = "1.0.2"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
2022-07-04 20:58:31 -07:00
dependencies = [
"base64 0.21.2",
2022-07-04 20:58:31 -07:00
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "rustversion"
2023-06-04 04:09:39 -07:00
version = "1.0.12"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
2021-01-02 22:40:17 -08:00
[[package]]
name = "ryu"
version = "1.0.13"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
2021-01-02 22:40:17 -08:00
[[package]]
name = "safe-transmute"
2021-08-31 14:52:41 -07:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "98a01dab6acf992653be49205bdd549f32f17cb2803e8eacf1560bf97259aae8"
2021-01-02 22:40:17 -08:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "schannel"
version = "0.1.21"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
2021-01-02 22:40:17 -08:00
dependencies = [
"windows-sys 0.42.0",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "scroll"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da"
dependencies = [
"scroll_derive",
]
[[package]]
name = "scroll_derive"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdbda6ac5cd1321e724fa9cee216f3a61885889b896f073b8f82322789c5250e"
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 1.0.109",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "sct"
version = "0.7.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
2021-01-02 22:40:17 -08:00
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "security-framework"
version = "2.9.1"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"
2021-01-02 22:40:17 -08:00
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.9.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"
2021-01-02 22:40:17 -08:00
dependencies = [
"core-foundation-sys",
"libc",
]
2021-10-25 09:47:59 -07:00
[[package]]
name = "semver"
2023-06-04 04:09:39 -07:00
version = "1.0.17"
2021-10-25 09:47:59 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
2021-10-25 09:47:59 -07:00
2021-01-02 22:40:17 -08:00
[[package]]
name = "serde"
version = "1.0.164"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
2021-01-02 22:40:17 -08:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_bytes"
2023-06-04 04:09:39 -07:00
version = "0.11.9"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "416bda436f9aab92e02c8e10d49a15ddd339cea90b6e340fe51ed97abb548294"
2021-01-02 22:40:17 -08:00
dependencies = [
"serde",
]
[[package]]
name = "serde_derive"
version = "1.0.164"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
2021-01-02 22:40:17 -08:00
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 2.0.18",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "serde_json"
2023-06-04 04:09:39 -07:00
version = "1.0.96"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
2021-01-02 22:40:17 -08:00
dependencies = [
2022-03-16 12:55:15 -07:00
"itoa",
2021-01-02 22:40:17 -08:00
"ryu",
"serde",
]
2023-07-14 14:17:23 -07:00
[[package]]
name = "serde_spanned"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
dependencies = [
"serde",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "serde_urlencoded"
2022-03-16 12:55:15 -07:00
version = "0.7.1"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 12:55:15 -07:00
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2021-01-02 22:40:17 -08:00
dependencies = [
"form_urlencoded",
2022-03-16 12:55:15 -07:00
"itoa",
2021-01-02 22:40:17 -08:00
"ryu",
"serde",
]
[[package]]
name = "serde_with"
2023-06-04 04:09:39 -07:00
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "07ff71d2c147a7b57362cead5e22f772cd52f6ab31cfcd9edcd7f6aeb2a0afbe"
dependencies = [
"serde",
"serde_with_macros",
]
[[package]]
name = "serde_with_macros"
2023-06-04 04:09:39 -07:00
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "881b6f881b17d13214e5d494c939ebab463d01264ce1811e9d4ac3a882e7695f"
dependencies = [
"darling",
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 2.0.18",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "serde_yaml"
2023-06-04 04:09:39 -07:00
version = "0.9.21"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "d9d684e3ec7de3bf5466b32bd75303ac16f0736426e5a4e0d6e489559ce1249c"
2021-01-02 22:40:17 -08:00
dependencies = [
2023-07-14 14:17:23 -07:00
"indexmap 1.9.3",
"itoa",
"ryu",
2021-01-02 22:40:17 -08:00
"serde",
"unsafe-libyaml",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "serum_dex"
2021-08-04 12:29:38 -07:00
version = "0.4.0"
source = "git+https://github.com/openbook-dex/program/?rev=1be91f2#1be91f2863d8ecede32daaae7e768034e24bbc79"
dependencies = [
"arrayref",
"bincode",
"bytemuck",
"byteorder",
"enumflags2",
"field-offset",
2022-03-16 12:55:15 -07:00
"itertools 0.9.0",
"num-traits",
2023-06-04 04:09:39 -07:00
"num_enum 0.5.11",
"safe-transmute",
"serde",
"solana-program",
"spl-token",
"static_assertions",
"thiserror",
"without-alloc",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "sha-1"
version = "0.10.1"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
2021-01-02 22:40:17 -08:00
dependencies = [
"cfg-if",
"cpufeatures",
2023-06-04 04:09:39 -07:00
"digest 0.10.7",
2021-01-02 22:40:17 -08:00
]
2021-01-27 19:58:26 -08:00
[[package]]
name = "sha2"
2022-03-16 12:55:15 -07:00
version = "0.9.9"
2021-01-27 19:58:26 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 12:55:15 -07:00
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
2021-01-27 19:58:26 -08:00
dependencies = [
"block-buffer 0.9.0",
"cfg-if",
2021-08-31 14:52:41 -07:00
"cpufeatures",
2021-01-27 19:58:26 -08:00
"digest 0.9.0",
"opaque-debug",
2021-01-27 19:58:26 -08:00
]
2022-07-04 20:58:31 -07:00
[[package]]
name = "sha2"
version = "0.10.6"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
2022-07-04 20:58:31 -07:00
dependencies = [
"cfg-if",
"cpufeatures",
2023-06-04 04:09:39 -07:00
"digest 0.10.7",
2022-07-04 20:58:31 -07:00
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "sha3"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"
dependencies = [
"block-buffer 0.9.0",
"digest 0.9.0",
"keccak",
"opaque-debug",
2021-01-02 22:40:17 -08:00
]
2022-07-04 20:58:31 -07:00
[[package]]
name = "sha3"
version = "0.10.8"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
2022-07-04 20:58:31 -07:00
dependencies = [
2023-06-04 04:09:39 -07:00
"digest 0.10.7",
2022-07-04 20:58:31 -07:00
"keccak",
]
2023-06-04 04:09:39 -07:00
[[package]]
name = "shell-words"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
2021-01-02 22:40:17 -08:00
[[package]]
name = "shellexpand"
version = "2.1.2"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
2021-01-02 22:40:17 -08:00
dependencies = [
"dirs",
2021-01-02 22:40:17 -08:00
]
2021-02-26 01:31:48 -08:00
[[package]]
name = "signal-hook-registry"
version = "1.4.1"
2021-02-26 01:31:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2021-02-26 01:31:48 -08:00
dependencies = [
"libc",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "signature"
version = "1.6.4"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
2021-01-02 22:40:17 -08:00
[[package]]
name = "siphasher"
version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2022-07-04 20:58:31 -07:00
[[package]]
name = "sized-chunks"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
dependencies = [
"bitmaps",
"typenum",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "slab"
version = "0.4.8"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
dependencies = [
"autocfg",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "smallvec"
version = "1.10.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2021-01-02 22:40:17 -08:00
2021-04-04 00:55:56 -07:00
[[package]]
name = "socket2"
2023-06-04 04:09:39 -07:00
version = "0.4.9"
2021-04-04 00:55:56 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2021-04-04 00:55:56 -07:00
dependencies = [
"libc",
2021-08-31 14:52:41 -07:00
"winapi",
2021-04-04 00:55:56 -07:00
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "solana-account-decoder"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "579f978391c966b0a8f94467e446fd8155ed668e9d074c614329d4bad47134ac"
2021-01-02 22:40:17 -08:00
dependencies = [
"Inflector",
2023-06-04 04:09:39 -07:00
"base64 0.21.2",
2021-01-02 22:40:17 -08:00
"bincode",
"bs58 0.4.0",
2021-01-02 22:40:17 -08:00
"bv",
"lazy_static",
"serde",
"serde_derive",
"serde_json",
"solana-address-lookup-table-program",
2021-01-02 22:40:17 -08:00
"solana-config-program",
"solana-sdk",
"spl-token",
2023-06-04 04:09:39 -07:00
"spl-token-2022",
2021-01-02 22:40:17 -08:00
"thiserror",
"zstd",
]
[[package]]
name = "solana-address-lookup-table-program"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "b73818e763f0f23ff538c5e42a07b1a76d556ff5719780a897147fe2958d345a"
dependencies = [
"bincode",
"bytemuck",
"log",
"num-derive",
"num-traits",
"rustc_version",
"serde",
"solana-frozen-abi",
"solana-frozen-abi-macro",
2022-07-04 20:58:31 -07:00
"solana-program",
"solana-program-runtime",
"solana-sdk",
"thiserror",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "solana-clap-utils"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "770e68ef834e2835687facdf7e706f12e7f5c0e17044c0b956f068f6297a1685"
2021-01-02 22:40:17 -08:00
dependencies = [
"chrono",
2022-03-16 12:55:15 -07:00
"clap 2.34.0",
2021-01-02 22:40:17 -08:00
"rpassword",
"solana-perf",
2021-01-02 22:40:17 -08:00
"solana-remote-wallet",
"solana-sdk",
"thiserror",
"tiny-bip39",
2021-04-18 12:13:07 -07:00
"uriparse",
"url",
]
[[package]]
name = "solana-cli-config"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
2021-04-18 12:13:07 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "95cb48e3e7679ebb2188960cefde449899005753edf7f2d830080f16a7572b7b"
2021-04-18 12:13:07 -07:00
dependencies = [
"dirs-next",
"lazy_static",
"serde",
"serde_derive",
"serde_yaml",
2022-07-04 20:58:31 -07:00
"solana-clap-utils",
"solana-sdk",
2021-01-02 22:40:17 -08:00
"url",
]
[[package]]
name = "solana-client"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "0f3059c513c25718282bc53432f7d8b0a06748161d6dcbdf67ecc6fa2bcec520"
2021-01-02 22:40:17 -08:00
dependencies = [
2022-07-04 20:58:31 -07:00
"async-trait",
2021-01-02 22:40:17 -08:00
"bincode",
2022-07-04 20:58:31 -07:00
"futures",
"futures-util",
2023-07-14 14:17:23 -07:00
"indexmap 1.9.3",
2021-01-02 22:40:17 -08:00
"indicatif",
"log",
2022-07-04 20:58:31 -07:00
"quinn",
"rand 0.7.3",
2021-01-02 22:40:17 -08:00
"rayon",
"solana-connection-cache",
"solana-measure",
2022-07-04 20:58:31 -07:00
"solana-metrics",
"solana-pubsub-client",
"solana-quic-client",
"solana-rpc-client",
"solana-rpc-client-api",
"solana-rpc-client-nonce-utils",
2021-01-02 22:40:17 -08:00
"solana-sdk",
2022-07-04 20:58:31 -07:00
"solana-streamer",
"solana-thin-client",
"solana-tpu-client",
"solana-udp-client",
2021-01-02 22:40:17 -08:00
"thiserror",
2021-08-31 14:52:41 -07:00
"tokio",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "solana-config-program"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "daad46dde420f68e4064ccba14e604f8ac97a88553234bcd2a087c1030b3f522"
2021-01-02 22:40:17 -08:00
dependencies = [
"bincode",
"chrono",
"serde",
"serde_derive",
"solana-program-runtime",
"solana-sdk",
]
[[package]]
name = "solana-connection-cache"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "ea40235b2b75e6a125f95c14d91884516e7229fb0505930b1ae38d05b3ad32b3"
dependencies = [
"async-trait",
"bincode",
"futures-util",
2023-07-14 14:17:23 -07:00
"indexmap 1.9.3",
"log",
"rand 0.7.3",
"rayon",
2023-06-04 04:09:39 -07:00
"rcgen",
"solana-measure",
"solana-metrics",
"solana-sdk",
"thiserror",
"tokio",
]
2021-04-18 12:13:07 -07:00
[[package]]
name = "solana-faucet"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
2021-04-18 12:13:07 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "919219ad369fd499afd7af560186748816aa5f8320284458825e33592a60f6fe"
2021-04-18 12:13:07 -07:00
dependencies = [
"bincode",
"byteorder",
2022-03-16 12:55:15 -07:00
"clap 2.34.0",
2022-07-04 20:58:31 -07:00
"crossbeam-channel",
2021-04-18 12:13:07 -07:00
"log",
"serde",
"serde_derive",
"solana-clap-utils",
"solana-cli-config",
"solana-logger",
"solana-metrics",
"solana-sdk",
"solana-version",
"spl-memo",
"thiserror",
2021-08-31 14:52:41 -07:00
"tokio",
2021-04-18 12:13:07 -07:00
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "solana-frozen-abi"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "e0ec1a23136ef6072f3c6e3eabf6349dc0219ae23129c44754a4f9f8506941cd"
2021-01-02 22:40:17 -08:00
dependencies = [
2023-06-04 04:09:39 -07:00
"ahash 0.8.3",
"blake3",
2023-06-04 04:09:39 -07:00
"block-buffer 0.10.4",
"bs58 0.4.0",
2021-01-02 22:40:17 -08:00
"bv",
"byteorder",
"cc",
"either",
"generic-array",
"getrandom 0.1.16",
2022-07-04 20:58:31 -07:00
"im",
"lazy_static",
2021-01-02 22:40:17 -08:00
"log",
"memmap2",
"once_cell",
"rand_core 0.6.4",
"rustc_version",
2021-01-02 22:40:17 -08:00
"serde",
2022-07-04 20:58:31 -07:00
"serde_bytes",
2021-01-02 22:40:17 -08:00
"serde_derive",
"serde_json",
"sha2 0.10.6",
2021-01-02 22:40:17 -08:00
"solana-frozen-abi-macro",
"subtle",
2021-01-02 22:40:17 -08:00
"thiserror",
]
[[package]]
name = "solana-frozen-abi-macro"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "89744bbdcb6dc87805bf50f3db4520adf56b9fdd2a55b80b8de3b4c97b5c4bc8"
2021-01-02 22:40:17 -08:00
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
"rustc_version",
"syn 2.0.18",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "solana-logger"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "4fc342d61b86066ca7bb72ab4ba17f677b8c2c3a3e71fb9286a57097f3b36b85"
2021-01-02 22:40:17 -08:00
dependencies = [
"env_logger",
"lazy_static",
"log",
]
[[package]]
name = "solana-measure"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "ea333a383efa6ddab7f4ba48273502af563abeb392f5731a00b22b9f45c15491"
2021-01-02 22:40:17 -08:00
dependencies = [
"log",
"solana-sdk",
]
[[package]]
name = "solana-metrics"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "7f7cced7756637c9d9b46aa52dca715bd0efb396f29aade27ecbd336787174fd"
2021-01-02 22:40:17 -08:00
dependencies = [
2022-07-04 20:58:31 -07:00
"crossbeam-channel",
2021-01-02 22:40:17 -08:00
"gethostname",
"lazy_static",
"log",
"reqwest",
"solana-sdk",
]
[[package]]
name = "solana-net-utils"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "8a17ef4a81db76c9604037cadecdbd83c0b82cce3576a275e48327b4d06a98d7"
2021-01-02 22:40:17 -08:00
dependencies = [
"bincode",
"clap 3.2.25",
2022-07-04 20:58:31 -07:00
"crossbeam-channel",
2021-01-02 22:40:17 -08:00
"log",
"nix",
"rand 0.7.3",
2021-01-02 22:40:17 -08:00
"serde",
"serde_derive",
"socket2",
2021-01-02 22:40:17 -08:00
"solana-logger",
"solana-sdk",
2021-01-02 22:40:17 -08:00
"solana-version",
2021-08-31 14:52:41 -07:00
"tokio",
2021-01-02 22:40:17 -08:00
"url",
]
[[package]]
name = "solana-perf"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "7b4bcf9dd10dffe2707c1dfd91b695c2dc3cb9585a7cbb17ed24c7d98a4103e9"
dependencies = [
2023-06-04 04:09:39 -07:00
"ahash 0.8.3",
"bincode",
"bv",
"caps",
"curve25519-dalek",
"dlopen",
"dlopen_derive",
"fnv",
"lazy_static",
"libc",
"log",
"nix",
"rand 0.7.3",
"rayon",
"serde",
"solana-metrics",
"solana-rayon-threadlimit",
"solana-sdk",
"solana-vote-program",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "solana-program"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "aaf210d64911289b4a76cbd1fd0bfc6ab1d08e9d568a2dd021d03835d2e7efb6"
2021-01-02 22:40:17 -08:00
dependencies = [
"ark-bn254",
"ark-ec",
"ark-ff",
2023-06-04 04:09:39 -07:00
"ark-serialize",
"array-bytes",
2023-06-04 04:09:39 -07:00
"base64 0.21.2",
2021-01-02 22:40:17 -08:00
"bincode",
"bitflags",
2021-04-18 12:13:07 -07:00
"blake3",
2023-06-04 04:09:39 -07:00
"borsh 0.10.3",
"bs58 0.4.0",
2021-01-02 22:40:17 -08:00
"bv",
"bytemuck",
"cc",
"console_error_panic_hook",
"console_log",
"curve25519-dalek",
"getrandom 0.2.10",
"itertools 0.10.5",
"js-sys",
2021-01-02 22:40:17 -08:00
"lazy_static",
"libc",
2021-08-04 12:29:38 -07:00
"libsecp256k1",
2021-01-02 22:40:17 -08:00
"log",
2023-06-04 04:09:39 -07:00
"memoffset 0.9.0",
"num-bigint 0.4.3",
2021-01-02 22:40:17 -08:00
"num-derive",
"num-traits",
2023-06-04 04:09:39 -07:00
"parking_lot 0.12.1",
"rand 0.7.3",
"rand_chacha 0.2.2",
"rustc_version",
2021-01-02 22:40:17 -08:00
"rustversion",
"serde",
"serde_bytes",
"serde_derive",
"serde_json",
"sha2 0.10.6",
"sha3 0.10.8",
2021-01-02 22:40:17 -08:00
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-sdk-macro",
"thiserror",
"tiny-bip39",
"wasm-bindgen",
"zeroize",
]
[[package]]
name = "solana-program-runtime"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "b2dbb6d2286cb5bae6e480b0d9acae38c6618e3ff858319b64c455e6039661b1"
dependencies = [
2023-06-04 04:09:39 -07:00
"base64 0.21.2",
"bincode",
"eager",
2022-07-04 20:58:31 -07:00
"enum-iterator",
"itertools 0.10.5",
"libc",
"log",
"num-derive",
"num-traits",
2023-06-04 04:09:39 -07:00
"percentage",
"rand 0.7.3",
"rustc_version",
"serde",
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-measure",
"solana-metrics",
"solana-sdk",
"solana_rbpf",
"thiserror",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "solana-pubsub-client"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "a4313ba746070ee268076535b36ed5e4dcf584e5ec815ca04d714af5d485d765"
dependencies = [
"crossbeam-channel",
"futures-util",
"log",
"reqwest",
"semver",
"serde",
"serde_derive",
"serde_json",
"solana-account-decoder",
"solana-rpc-client-api",
"solana-sdk",
"thiserror",
"tokio",
"tokio-stream",
"tokio-tungstenite",
"tungstenite",
"url",
]
[[package]]
name = "solana-quic-client"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "6a57937b9919152f3f2b1a5c9874113edf82e267be1c1f2448780e515ce115bb"
dependencies = [
"async-mutex",
"async-trait",
"futures",
"itertools 0.10.5",
"lazy_static",
"log",
"quinn",
"quinn-proto",
"quinn-udp",
2023-06-04 04:09:39 -07:00
"rcgen",
"rustls",
"solana-connection-cache",
"solana-measure",
"solana-metrics",
"solana-net-utils",
"solana-rpc-client-api",
"solana-sdk",
"solana-streamer",
"thiserror",
"tokio",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "solana-rayon-threadlimit"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "49e5674c5786d04e4c1766e580827a417e7a523d724b4c1e8bb6c1842097ff3c"
2021-01-02 22:40:17 -08:00
dependencies = [
"lazy_static",
"num_cpus",
]
[[package]]
name = "solana-remote-wallet"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "123151e4cba3be5e887c333e430c43316d3b882e9a364f3368a6ac448bcfd1bb"
2021-01-02 22:40:17 -08:00
dependencies = [
"console",
"dialoguer",
2021-01-02 22:40:17 -08:00
"log",
"num-derive",
"num-traits",
2023-06-04 04:09:39 -07:00
"parking_lot 0.12.1",
2021-06-10 20:01:25 -07:00
"qstring",
"semver",
2021-01-02 22:40:17 -08:00
"solana-sdk",
"thiserror",
2021-06-10 20:01:25 -07:00
"uriparse",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "solana-rpc-client"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "d81847cc7339aec68c34819e6223ce5782ca62b4b402ec7976ba9af0ff82f400"
dependencies = [
"async-trait",
2023-06-04 04:09:39 -07:00
"base64 0.21.2",
"bincode",
"bs58 0.4.0",
"indicatif",
"log",
"reqwest",
"semver",
"serde",
"serde_derive",
"serde_json",
"solana-account-decoder",
"solana-rpc-client-api",
"solana-sdk",
"solana-transaction-status",
"solana-version",
"solana-vote-program",
"tokio",
]
[[package]]
name = "solana-rpc-client-api"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "41df84c31b89e75b0b47bf3ef265042fd3c806f4c0d8d928c7f7f7a04b67472d"
dependencies = [
2023-06-04 04:09:39 -07:00
"base64 0.21.2",
"bs58 0.4.0",
"jsonrpc-core",
"reqwest",
"semver",
"serde",
"serde_derive",
"serde_json",
"solana-account-decoder",
"solana-sdk",
"solana-transaction-status",
"solana-version",
2023-06-04 04:09:39 -07:00
"spl-token-2022",
"thiserror",
]
[[package]]
name = "solana-rpc-client-nonce-utils"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "6c96a92be32409c7fd101169e34a0c4be17bd336a5bf4b22e52880ffda599126"
dependencies = [
"clap 2.34.0",
"solana-clap-utils",
"solana-rpc-client",
"solana-sdk",
"thiserror",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "solana-sdk"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "e0a43b1c03aa69e1410ada4b5b2971ab948806c188015ac54684deec67d2739a"
2021-01-02 22:40:17 -08:00
dependencies = [
"assert_matches",
2023-06-04 04:09:39 -07:00
"base64 0.21.2",
2021-01-02 22:40:17 -08:00
"bincode",
"bitflags",
2023-06-04 04:09:39 -07:00
"borsh 0.10.3",
2021-10-24 17:42:52 -07:00
"bs58 0.4.0",
"bytemuck",
2021-01-02 22:40:17 -08:00
"byteorder",
"chrono",
2021-06-10 20:01:25 -07:00
"derivation-path",
2023-06-04 04:09:39 -07:00
"digest 0.10.7",
2021-01-02 22:40:17 -08:00
"ed25519-dalek",
2021-06-10 20:01:25 -07:00
"ed25519-dalek-bip32",
"generic-array",
2022-07-04 20:58:31 -07:00
"hmac 0.12.1",
"itertools 0.10.5",
"js-sys",
2021-01-02 22:40:17 -08:00
"lazy_static",
"libsecp256k1",
"log",
"memmap2",
"num-derive",
"num-traits",
2023-06-04 04:09:39 -07:00
"num_enum 0.6.1",
"pbkdf2 0.11.0",
2021-06-10 20:01:25 -07:00
"qstring",
"rand 0.7.3",
"rand_chacha 0.2.2",
"rustc_version",
2021-01-02 22:40:17 -08:00
"rustversion",
"serde",
"serde_bytes",
"serde_derive",
"serde_json",
"serde_with",
"sha2 0.10.6",
"sha3 0.10.8",
2021-01-02 22:40:17 -08:00
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-logger",
"solana-program",
"solana-sdk-macro",
"thiserror",
2021-06-10 20:01:25 -07:00
"uriparse",
"wasm-bindgen",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "solana-sdk-macro"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "aec66b2d42de3e7a90086ca6ec16f66ac0019bfc3a6ca44ade2404a9dc8c128a"
2021-01-02 22:40:17 -08:00
dependencies = [
"bs58 0.4.0",
"proc-macro2 1.0.60",
"quote 1.0.28",
2021-01-02 22:40:17 -08:00
"rustversion",
"syn 2.0.18",
2021-01-02 22:40:17 -08:00
]
2022-07-04 20:58:31 -07:00
[[package]]
name = "solana-streamer"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "be763578e5c6719e543e9d86d9517d3b2dde6581db76b942b4bd4a1c3ed19256"
2022-07-04 20:58:31 -07:00
dependencies = [
2023-06-04 04:09:39 -07:00
"async-channel",
"bytes",
2022-07-04 20:58:31 -07:00
"crossbeam-channel",
"futures-util",
"histogram",
2023-07-14 14:17:23 -07:00
"indexmap 1.9.3",
"itertools 0.10.5",
2022-07-04 20:58:31 -07:00
"libc",
"log",
"nix",
"pem",
"percentage",
"pkcs8",
"quinn",
"quinn-proto",
"quinn-udp",
2022-07-04 20:58:31 -07:00
"rand 0.7.3",
"rcgen",
"rustls",
"solana-metrics",
"solana-perf",
"solana-sdk",
"thiserror",
"tokio",
"x509-parser",
2022-07-04 20:58:31 -07:00
]
[[package]]
name = "solana-thin-client"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "8baffff86187a65ef4cfa190019108c4c3b1738ecfd51b862eeac19a8f8caf98"
dependencies = [
"bincode",
"log",
"rayon",
"solana-connection-cache",
"solana-rpc-client",
"solana-rpc-client-api",
"solana-sdk",
]
[[package]]
name = "solana-tpu-client"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "0d068ff8db750b4cc3a0a2bce228370bc3f4b7883c53fab64a862a7ba1e7343b"
dependencies = [
"async-trait",
"bincode",
"futures-util",
2023-07-14 14:17:23 -07:00
"indexmap 1.9.3",
"indicatif",
"log",
"rand 0.7.3",
"rayon",
"solana-connection-cache",
"solana-measure",
"solana-metrics",
"solana-pubsub-client",
"solana-rpc-client",
"solana-rpc-client-api",
"solana-sdk",
"thiserror",
"tokio",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "solana-transaction-status"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "eb0138e64aa7a6c2630c26d450bcdc296a57a399fb256fe85707aec10ac978ee"
2021-01-02 22:40:17 -08:00
dependencies = [
"Inflector",
2023-06-04 04:09:39 -07:00
"base64 0.21.2",
2021-01-02 22:40:17 -08:00
"bincode",
2023-06-04 04:09:39 -07:00
"borsh 0.9.3",
"bs58 0.4.0",
2021-01-02 22:40:17 -08:00
"lazy_static",
"log",
2021-01-02 22:40:17 -08:00
"serde",
"serde_derive",
"serde_json",
"solana-account-decoder",
"solana-address-lookup-table-program",
2021-01-02 22:40:17 -08:00
"solana-sdk",
2021-04-18 12:13:07 -07:00
"spl-associated-token-account",
"spl-memo",
"spl-token",
2023-06-04 04:09:39 -07:00
"spl-token-2022",
2021-01-02 22:40:17 -08:00
"thiserror",
]
[[package]]
name = "solana-udp-client"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "e61134203fd0598b31cd24fd2f2d5866419911e4dbdb93fe9ad53404f6d79819"
dependencies = [
"async-trait",
"solana-connection-cache",
"solana-net-utils",
"solana-sdk",
"solana-streamer",
"thiserror",
"tokio",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "solana-version"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "0869902287377b9fd67fe6d1135ef612a9983f74cbee0e99fc5faf6df095dc15"
2021-01-02 22:40:17 -08:00
dependencies = [
"log",
"rustc_version",
"semver",
2021-01-02 22:40:17 -08:00
"serde",
"serde_derive",
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-sdk",
]
[[package]]
name = "solana-vote-program"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "e5764f7601a524e52d3ef70d314c68678ef623f8e1f7e48b3ccc3dec09d80503"
2021-01-02 22:40:17 -08:00
dependencies = [
"bincode",
"log",
"num-derive",
"num-traits",
"rustc_version",
2021-01-02 22:40:17 -08:00
"serde",
"serde_derive",
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-metrics",
"solana-program",
"solana-program-runtime",
2021-01-02 22:40:17 -08:00
"solana-sdk",
"thiserror",
]
2022-07-04 20:58:31 -07:00
[[package]]
name = "solana-zk-token-sdk"
2023-06-04 04:09:39 -07:00
version = "1.16.0"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "34a565bea0147718f57ee8bbd79438341769acd53f634d665c34114040ea7c26"
2022-07-04 20:58:31 -07:00
dependencies = [
"aes-gcm-siv",
"arrayref",
2023-06-04 04:09:39 -07:00
"base64 0.21.2",
2022-07-04 20:58:31 -07:00
"bincode",
"bytemuck",
"byteorder",
"curve25519-dalek",
"getrandom 0.1.16",
"itertools 0.10.5",
2022-07-04 20:58:31 -07:00
"lazy_static",
"merlin",
"num-derive",
"num-traits",
"rand 0.7.3",
"serde",
"serde_json",
"sha3 0.9.1",
"solana-program",
"solana-sdk",
"subtle",
"thiserror",
"zeroize",
]
[[package]]
name = "solana_rbpf"
2023-06-04 04:09:39 -07:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "5c0820fa96c8e644159a308b338465d2a6314b0a71abc92ed3ecf9ad61c906e3"
dependencies = [
"byteorder",
"combine",
"goblin",
"hash32",
"libc",
"log",
"rand 0.8.5",
"rustc-demangle",
"scroll",
"thiserror",
"winapi",
]
[[package]]
name = "solang-parser"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c792fe9fae2a2f716846f214ca10d5a1e21133e0bf36cef34bcc4a852467b21"
dependencies = [
"itertools 0.10.5",
"lalrpop",
"lalrpop-util",
"phf",
"thiserror",
"unicode-xid 0.2.4",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2022-07-04 20:58:31 -07:00
[[package]]
name = "spki"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"
dependencies = [
"base64ct",
"der",
]
2021-01-02 22:40:17 -08:00
[[package]]
2021-04-18 12:13:07 -07:00
name = "spl-associated-token-account"
2023-06-04 04:09:39 -07:00
version = "1.1.3"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "978dba3bcbe88d0c2c58366c254d9ea41c5f73357e72fc0bdee4d6b5fc99c8f4"
2021-01-02 22:40:17 -08:00
dependencies = [
"assert_matches",
2023-06-04 04:09:39 -07:00
"borsh 0.9.3",
"num-derive",
"num-traits",
2021-01-02 22:40:17 -08:00
"solana-program",
"spl-token",
2023-06-04 04:09:39 -07:00
"spl-token-2022",
"thiserror",
2020-12-31 16:03:34 -08:00
]
2021-02-26 01:31:48 -08:00
[[package]]
name = "spl-memo"
2021-04-18 12:13:07 -07:00
version = "3.0.1"
2021-02-26 01:31:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-18 12:13:07 -07:00
checksum = "bd0dc6f70db6bacea7ff25870b016a65ba1d1b6013536f08e4fd79a8f9005325"
2021-02-26 01:31:48 -08:00
dependencies = [
"solana-program",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "spl-token"
version = "3.5.0"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e85e168a785e82564160dcb87b2a8e04cee9bfd1f4d488c729d53d6a4bd300d"
2022-07-04 20:58:31 -07:00
dependencies = [
"arrayref",
"bytemuck",
2022-07-04 20:58:31 -07:00
"num-derive",
"num-traits",
2023-06-04 04:09:39 -07:00
"num_enum 0.5.11",
2022-07-04 20:58:31 -07:00
"solana-program",
"thiserror",
]
[[package]]
name = "spl-token-2022"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0043b590232c400bad5ee9eb983ced003d15163c4c5d56b090ac6d9a57457b47"
dependencies = [
"arrayref",
"bytemuck",
"num-derive",
"num-traits",
2023-06-04 04:09:39 -07:00
"num_enum 0.5.11",
"solana-program",
"solana-zk-token-sdk",
"spl-memo",
"spl-token",
"thiserror",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "string_cache"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
dependencies = [
"new_debug_unreachable",
"once_cell",
2023-06-04 04:09:39 -07:00
"parking_lot 0.12.1",
"phf_shared 0.10.0",
"precomputed-hash",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "subtle"
2021-08-31 14:52:41 -07:00
version = "2.4.1"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
2021-01-02 22:40:17 -08:00
[[package]]
name = "syn"
version = "0.15.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
dependencies = [
"proc-macro2 0.4.30",
"quote 0.6.13",
"unicode-xid 0.1.0",
]
[[package]]
name = "syn"
version = "1.0.109"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2021-01-02 22:40:17 -08:00
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
2023-04-27 03:10:23 -07:00
"unicode-ident",
]
[[package]]
name = "syn"
version = "2.0.18"
2023-04-27 03:10:23 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
2023-04-27 03:10:23 -07:00
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
2022-07-04 20:58:31 -07:00
"unicode-ident",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "synstructure"
version = "0.12.6"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
2021-01-02 22:40:17 -08:00
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 1.0.109",
"unicode-xid 0.2.4",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "tar"
2022-03-16 12:55:15 -07:00
version = "0.4.38"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 12:55:15 -07:00
checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
2021-01-02 22:40:17 -08:00
dependencies = [
"filetime",
"libc",
"xattr",
]
[[package]]
name = "tempfile"
version = "3.6.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
2021-01-02 22:40:17 -08:00
dependencies = [
"autocfg",
"cfg-if",
"fastrand",
"redox_syscall 0.3.5",
"rustix",
"windows-sys 0.48.0",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "term"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
dependencies = [
"dirs-next",
"rustversion",
"winapi",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "termcolor"
version = "1.2.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2021-01-02 22:40:17 -08:00
dependencies = [
"winapi-util",
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
[[package]]
name = "textwrap"
version = "0.16.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
2021-01-02 22:40:17 -08:00
[[package]]
name = "thiserror"
2023-06-04 04:09:39 -07:00
version = "1.0.40"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
2021-01-02 22:40:17 -08:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-06-04 04:09:39 -07:00
version = "1.0.40"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
2021-01-02 22:40:17 -08:00
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 2.0.18",
2021-01-02 22:40:17 -08:00
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "time"
version = "0.1.45"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"libc",
2022-03-16 12:55:15 -07:00
"wasi 0.10.0+wasi-snapshot-preview1",
2021-08-31 14:52:41 -07:00
"winapi",
2021-01-02 22:40:17 -08:00
]
2022-07-04 20:58:31 -07:00
[[package]]
name = "time"
version = "0.3.22"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd"
2022-07-04 20:58:31 -07:00
dependencies = [
"itoa",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
[[package]]
name = "time-macros"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
dependencies = [
"time-core",
2022-07-04 20:58:31 -07:00
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "tiny-bip39"
2021-10-24 17:42:52 -07:00
version = "0.8.2"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-24 17:42:52 -07:00
checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-04-04 00:55:56 -07:00
"anyhow",
"hmac 0.8.1",
2021-01-02 22:40:17 -08:00
"once_cell",
2021-04-04 00:55:56 -07:00
"pbkdf2 0.4.0",
"rand 0.7.3",
2021-01-02 22:40:17 -08:00
"rustc-hash",
2022-07-04 20:58:31 -07:00
"sha2 0.9.9",
2021-04-04 00:55:56 -07:00
"thiserror",
2021-01-02 22:40:17 -08:00
"unicode-normalization",
2021-10-24 17:42:52 -07:00
"wasm-bindgen",
2021-04-04 00:55:56 -07:00
"zeroize",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "tiny-keccak"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
dependencies = [
"crunchy",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "tinyvec"
version = "1.6.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2021-01-02 22:40:17 -08:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2021-01-02 22:40:17 -08:00
[[package]]
name = "tokio"
2023-06-04 04:09:39 -07:00
version = "1.14.1"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "b9d0183f6f6001549ab68f8c7585093bb732beefbcf6d23a10b9b95c73a1dd49"
2021-02-26 01:31:48 -08:00
dependencies = [
"autocfg",
"bytes",
2021-02-26 01:31:48 -08:00
"libc",
"memchr",
2021-08-31 14:52:41 -07:00
"mio",
2021-02-26 01:31:48 -08:00
"num_cpus",
2023-06-04 04:09:39 -07:00
"once_cell",
"parking_lot 0.11.2",
2021-04-04 00:55:56 -07:00
"pin-project-lite",
2021-02-26 01:31:48 -08:00
"signal-hook-registry",
"tokio-macros",
2023-06-04 04:09:39 -07:00
"winapi",
2020-12-31 16:03:34 -08:00
]
2021-02-26 01:31:48 -08:00
[[package]]
name = "tokio-macros"
version = "1.8.2"
2021-02-26 01:31:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
2021-02-26 01:31:48 -08:00
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 1.0.109",
2021-02-26 01:31:48 -08:00
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "tokio-rustls"
version = "0.23.4"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
2021-01-02 22:40:17 -08:00
dependencies = [
"rustls",
2021-08-31 14:52:41 -07:00
"tokio",
2021-01-02 22:40:17 -08:00
"webpki",
]
2022-07-04 20:58:31 -07:00
[[package]]
name = "tokio-stream"
2023-06-04 04:09:39 -07:00
version = "0.1.12"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313"
2022-07-04 20:58:31 -07:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-tungstenite"
version = "0.17.2"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
2022-07-04 20:58:31 -07:00
dependencies = [
"futures-util",
"log",
"rustls",
"tokio",
"tokio-rustls",
"tungstenite",
"webpki",
"webpki-roots",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "tokio-util"
2023-06-04 04:09:39 -07:00
version = "0.7.2"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"
2020-12-31 16:03:34 -08:00
dependencies = [
"bytes",
2021-01-02 22:40:17 -08:00
"futures-core",
"futures-sink",
2021-04-04 00:55:56 -07:00
"pin-project-lite",
2021-08-31 14:52:41 -07:00
"tokio",
"tracing",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "toml"
version = "0.5.11"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"serde",
2020-12-31 16:03:34 -08:00
]
2023-07-14 14:17:23 -07:00
[[package]]
name = "toml"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
2023-07-14 14:17:23 -07:00
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 14:17:23 -07:00
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2023-07-14 14:17:23 -07:00
version = "0.19.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 14:17:23 -07:00
checksum = "5f8751d9c1b03c6500c387e96f81f815a4f8e72d142d2d4a9ffa6fedd51ddee7"
dependencies = [
2023-07-14 14:17:23 -07:00
"indexmap 2.0.0",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "tower-service"
version = "0.3.2"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2021-01-02 22:40:17 -08:00
[[package]]
name = "tracing"
version = "0.1.37"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2020-12-31 16:03:34 -08:00
dependencies = [
"cfg-if",
2023-06-04 04:09:39 -07:00
"log",
2021-04-04 00:55:56 -07:00
"pin-project-lite",
2022-07-04 20:58:31 -07:00
"tracing-attributes",
2021-01-02 22:40:17 -08:00
"tracing-core",
2020-12-31 16:03:34 -08:00
]
2022-07-04 20:58:31 -07:00
[[package]]
name = "tracing-attributes"
version = "0.1.24"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"
2022-07-04 20:58:31 -07:00
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 2.0.18",
2022-07-04 20:58:31 -07:00
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "tracing-core"
version = "0.1.31"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2020-12-31 16:03:34 -08:00
dependencies = [
"once_cell",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "try-lock"
version = "0.2.4"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2021-01-02 22:40:17 -08:00
[[package]]
name = "tungstenite"
version = "0.17.3"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
2020-12-31 16:03:34 -08:00
dependencies = [
"base64 0.13.1",
2021-01-02 22:40:17 -08:00
"byteorder",
"bytes",
2021-01-02 22:40:17 -08:00
"http",
"httparse",
"log",
"rand 0.8.5",
"rustls",
2021-01-02 22:40:17 -08:00
"sha-1",
"thiserror",
2021-01-02 22:40:17 -08:00
"url",
"utf-8",
"webpki",
"webpki-roots",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "typenum"
version = "1.16.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2021-01-02 22:40:17 -08:00
2021-08-08 02:11:48 -07:00
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "unicode-bidi"
version = "0.3.13"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2021-01-02 22:40:17 -08:00
2022-07-04 20:58:31 -07:00
[[package]]
name = "unicode-ident"
version = "1.0.9"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
2022-07-04 20:58:31 -07:00
2021-01-02 22:40:17 -08:00
[[package]]
name = "unicode-normalization"
version = "0.1.22"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2021-01-02 22:40:17 -08:00
dependencies = [
"tinyvec",
]
2020-12-31 16:03:34 -08:00
[[package]]
name = "unicode-segmentation"
version = "1.10.1"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2020-12-31 16:03:34 -08:00
[[package]]
name = "unicode-width"
version = "0.1.10"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2020-12-31 16:03:34 -08:00
2021-01-02 22:40:17 -08:00
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
2020-12-31 16:03:34 -08:00
[[package]]
name = "unicode-xid"
version = "0.2.4"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2020-12-31 16:03:34 -08:00
2022-07-04 20:58:31 -07:00
[[package]]
name = "universal-hash"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
dependencies = [
"generic-array",
"subtle",
]
[[package]]
name = "unreachable"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
dependencies = [
"void",
]
[[package]]
name = "unsafe-libyaml"
2023-06-04 04:09:39 -07:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6"
[[package]]
name = "unsize"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fa7a7a734c1a5664a662ddcea0b6c9472a21da8888c957c7f1eaa09dba7a939"
dependencies = [
"autocfg",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2021-04-18 12:13:07 -07:00
[[package]]
name = "uriparse"
version = "0.6.4"
2021-04-18 12:13:07 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0200d0fc04d809396c2ad43f3c95da3582a2556eba8d453c1087f4120ee352ff"
2021-04-18 12:13:07 -07:00
dependencies = [
"fnv",
"lazy_static",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "url"
version = "2.4.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
2021-01-02 22:40:17 -08:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[package]]
name = "utf-8"
2021-08-31 14:52:41 -07:00
version = "0.7.6"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2021-01-02 22:40:17 -08:00
2023-04-27 03:10:23 -07:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2020-12-31 16:03:34 -08:00
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "version_check"
2022-03-16 12:55:15 -07:00
version = "0.9.4"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 12:55:15 -07:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2020-12-31 16:03:34 -08:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2021-01-02 22:40:17 -08:00
[[package]]
name = "walkdir"
version = "2.3.3"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
2021-01-02 22:40:17 -08:00
dependencies = [
"same-file",
"winapi-util",
]
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
2020-12-31 16:03:34 -08:00
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2021-01-02 22:40:17 -08:00
[[package]]
name = "wasi"
2022-03-16 12:55:15 -07:00
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2021-01-02 22:40:17 -08:00
[[package]]
name = "wasm-bindgen"
2023-06-04 04:09:39 -07:00
version = "0.2.86"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73"
2021-01-02 22:40:17 -08:00
dependencies = [
"cfg-if",
2021-01-02 22:40:17 -08:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-06-04 04:09:39 -07:00
version = "0.2.86"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb"
2021-01-02 22:40:17 -08:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 2.0.18",
2021-01-02 22:40:17 -08:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.36"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e"
2021-01-02 22:40:17 -08:00
dependencies = [
"cfg-if",
2021-01-02 22:40:17 -08:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2023-06-04 04:09:39 -07:00
version = "0.2.86"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258"
2021-01-02 22:40:17 -08:00
dependencies = [
"quote 1.0.28",
2021-01-02 22:40:17 -08:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-06-04 04:09:39 -07:00
version = "0.2.86"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8"
2021-01-02 22:40:17 -08:00
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 2.0.18",
2021-01-02 22:40:17 -08:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-06-04 04:09:39 -07:00
version = "0.2.86"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93"
2021-01-02 22:40:17 -08:00
[[package]]
name = "web-sys"
version = "0.3.63"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2"
2021-01-02 22:40:17 -08:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
version = "0.22.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
2021-01-02 22:40:17 -08:00
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
version = "0.22.6"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
2021-01-02 22:40:17 -08:00
dependencies = [
"webpki",
]
2020-12-31 16:03:34 -08:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
2021-08-31 14:52:41 -07:00
"winapi",
2020-12-31 16:03:34 -08: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"
2022-07-04 20:58:31 -07:00
[[package]]
name = "windows"
version = "0.48.0"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2022-07-04 20:58:31 -07:00
dependencies = [
"windows-targets 0.48.0",
2022-07-04 20:58:31 -07:00
]
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
2023-06-04 04:09:39 -07:00
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets 0.42.2",
]
2023-04-27 03:10:23 -07:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-06-04 04:09:39 -07:00
"windows-targets 0.48.0",
]
[[package]]
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
2023-04-27 03:10:23 -07:00
]
[[package]]
name = "windows-targets"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
dependencies = [
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-06-04 04:09:39 -07:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2023-04-27 03:10:23 -07:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
[[package]]
name = "windows_aarch64_msvc"
2023-06-04 04:09:39 -07:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2023-04-27 03:10:23 -07:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
[[package]]
name = "windows_i686_gnu"
2023-06-04 04:09:39 -07:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2023-04-27 03:10:23 -07:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
[[package]]
name = "windows_i686_msvc"
2023-06-04 04:09:39 -07:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2023-04-27 03:10:23 -07:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
[[package]]
name = "windows_x86_64_gnu"
2023-06-04 04:09:39 -07:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2023-04-27 03:10:23 -07:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
[[package]]
name = "windows_x86_64_gnullvm"
2023-06-04 04:09:39 -07:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2023-04-27 03:10:23 -07:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
[[package]]
name = "windows_x86_64_msvc"
2023-06-04 04:09:39 -07:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-04 04:09:39 -07:00
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2023-04-27 03:10:23 -07:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
[[package]]
name = "winnow"
2023-07-14 14:17:23 -07:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 14:17:23 -07:00
checksum = "81fac9742fd1ad1bd9643b991319f72dd031016d44b77039a26977eb667141e7"
dependencies = [
"memchr",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "winreg"
2022-03-16 12:55:15 -07:00
version = "0.10.1"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 12:55:15 -07:00
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"winapi",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "without-alloc"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "375db0478b203b950ef10d1cce23cdbe5f30c2454fd9e7673ff56656df23adbb"
dependencies = [
"alloc-traits",
"unsize",
]
[[package]]
name = "x509-parser"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8"
dependencies = [
"asn1-rs",
"base64 0.13.1",
"data-encoding",
"der-parser",
"lazy_static",
"nom",
"oid-registry",
"rusticata-macros",
"thiserror",
"time 0.3.22",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "xattr"
version = "0.2.3"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
2021-01-02 22:40:17 -08:00
dependencies = [
"libc",
]
2022-07-04 20:58:31 -07:00
[[package]]
name = "yasna"
version = "0.5.2"
2022-07-04 20:58:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
2022-07-04 20:58:31 -07:00
dependencies = [
"time 0.3.22",
2022-07-04 20:58:31 -07:00
]
2020-12-31 16:03:34 -08:00
[[package]]
name = "zeroize"
2022-07-04 20:58:31 -07:00
version = "1.3.0"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-04 20:58:31 -07:00
checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
2021-01-02 22:40:17 -08:00
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
version = "1.4.2"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
2021-01-02 22:40:17 -08:00
dependencies = [
"proc-macro2 1.0.60",
"quote 1.0.28",
"syn 2.0.18",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "zstd"
2022-07-04 20:58:31 -07:00
version = "0.11.2+zstd.1.5.2"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-04 20:58:31 -07:00
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
2021-01-02 22:40:17 -08:00
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
2022-07-04 20:58:31 -07:00
version = "5.0.2+zstd.1.5.2"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-04 20:58:31 -07:00
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
2021-01-02 22:40:17 -08:00
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
version = "2.0.8+zstd.1.5.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
2021-01-02 22:40:17 -08:00
dependencies = [
"cc",
"libc",
"pkg-config",
2021-01-02 22:40:17 -08:00
]