lite-rpc/Cargo.lock

6420 lines
150 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
dependencies = [
"lazy_static",
"regex",
]
2023-09-04 06:02:31 -07:00
[[package]]
name = "addr2line"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
dependencies = [
"gimli",
]
[[package]]
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
dependencies = [
"generic-array",
]
[[package]]
name = "aes"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
dependencies = [
2023-01-04 02:58:25 -08:00
"cfg-if",
2023-09-04 06:02:31 -07:00
"cipher",
"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-09-04 06:02:31 -07:00
"cipher",
"ctr",
"polyval",
"subtle",
"zeroize",
]
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
2023-09-04 06:02:31 -07:00
"getrandom 0.2.10",
"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",
"once_cell",
"version_check",
]
[[package]]
name = "aho-corasick"
2023-09-04 06:02:31 -07:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783"
dependencies = [
"memchr",
]
[[package]]
name = "alloc-no-stdlib"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
[[package]]
name = "alloc-stdlib"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
dependencies = [
"alloc-no-stdlib",
]
2023-09-04 06:02:31 -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",
]
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
"winapi",
]
[[package]]
name = "anstream"
2023-09-04 06:02:31 -07:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"utf8parse",
]
[[package]]
name = "anstyle"
2023-09-04 06:02:31 -07:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea"
[[package]]
name = "anstyle-parse"
2023-09-04 06:02:31 -07:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
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"
2023-09-04 06:02:31 -07:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
dependencies = [
"anstyle",
"windows-sys 0.48.0",
]
[[package]]
2023-01-31 02:02:48 -08:00
name = "anyhow"
2023-09-04 06:02:31 -07:00
version = "1.0.75"
2023-01-31 02:02:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
2023-01-31 02:02:48 -08:00
[[package]]
name = "ark-bn254"
2023-09-04 06:02:31 -07:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "a22f4561524cd949590d78d7d4c5df8f592430d221f7f3c9497bbafd8972120f"
dependencies = [
2023-01-31 02:02:48 -08:00
"ark-ec",
"ark-ff",
"ark-std",
]
[[package]]
2023-01-31 02:02:48 -08:00
name = "ark-ec"
2023-09-04 06:02:31 -07:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba"
2023-01-31 02:02:48 -08:00
dependencies = [
"ark-ff",
2023-09-04 06:02:31 -07:00
"ark-poly",
2023-01-31 02:02:48 -08:00
"ark-serialize",
"ark-std",
"derivative",
2023-09-04 06:02:31 -07:00
"hashbrown 0.13.2",
"itertools",
"num-traits 0.2.16",
2023-01-31 02:02:48 -08:00
"zeroize",
]
[[package]]
name = "ark-ff"
2023-09-04 06:02:31 -07:00
version = "0.4.2"
2023-01-31 02:02:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba"
2023-01-31 02:02:48 -08:00
dependencies = [
"ark-ff-asm",
"ark-ff-macros",
"ark-serialize",
"ark-std",
"derivative",
2023-09-04 06:02:31 -07:00
"digest 0.10.7",
"itertools",
"num-bigint 0.4.4",
"num-traits 0.2.16",
2023-01-31 02:02:48 -08:00
"paste",
2023-09-04 06:02:31 -07:00
"rustc_version",
2023-01-31 02:02:48 -08:00
"zeroize",
]
[[package]]
name = "ark-ff-asm"
2023-09-04 06:02:31 -07:00
version = "0.4.2"
2023-01-31 02:02:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348"
2023-01-31 02:02:48 -08:00
dependencies = [
2023-09-04 06:02:31 -07:00
"quote 1.0.33",
"syn 1.0.109",
2023-01-31 02:02:48 -08:00
]
[[package]]
name = "ark-ff-macros"
2023-09-04 06:02:31 -07:00
version = "0.4.2"
2023-01-31 02:02:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565"
2023-01-31 02:02:48 -08:00
dependencies = [
2023-09-04 06:02:31 -07:00
"num-bigint 0.4.4",
"num-traits 0.2.16",
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 1.0.109",
2023-01-31 02:02:48 -08:00
]
2023-09-04 06:02:31 -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",
]
2023-01-31 02:02:48 -08:00
[[package]]
name = "ark-serialize"
2023-09-04 06:02:31 -07:00
version = "0.4.2"
2023-01-31 02:02:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5"
2023-01-31 02:02:48 -08:00
dependencies = [
2023-09-04 06:02:31 -07:00
"ark-serialize-derive",
2023-01-31 02:02:48 -08:00
"ark-std",
2023-09-04 06:02:31 -07:00
"digest 0.10.7",
"num-bigint 0.4.4",
]
[[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.66",
"quote 1.0.33",
"syn 1.0.109",
2023-01-31 02:02:48 -08:00
]
[[package]]
name = "ark-std"
2023-09-04 06:02:31 -07:00
version = "0.4.0"
2023-01-31 02:02:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185"
2023-01-31 02:02:48 -08:00
dependencies = [
2023-09-04 06:02:31 -07:00
"num-traits 0.2.16",
2023-01-31 02:02:48 -08:00
"rand 0.8.5",
]
[[package]]
name = "array-bytes"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ad284aeb45c13f2fb4f084de4a420ebf447423bdf9386c0540ce33cb3ef4b8c"
2022-11-30 07:56:41 -08:00
[[package]]
name = "arrayref"
2023-09-04 06:02:31 -07:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
[[package]]
name = "arrayvec"
2023-09-04 06:02:31 -07:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
2023-01-31 02:02:48 -08:00
[[package]]
name = "ascii"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e"
[[package]]
name = "asn1-rs"
2023-04-04 00:17:32 -07:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 00:17:32 -07:00
checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0"
dependencies = [
"asn1-rs-derive",
"asn1-rs-impl",
"displaydoc",
2023-01-31 10:44:24 -08:00
"nom",
2023-09-04 06:02:31 -07:00
"num-traits 0.2.16",
"rusticata-macros",
"thiserror",
2023-09-04 06:02:31 -07:00
"time 0.3.28",
]
[[package]]
name = "asn1-rs-derive"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c"
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"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 = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 1.0.109",
]
[[package]]
name = "assert_matches"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
2023-02-22 05:58:14 -08:00
[[package]]
name = "async-channel"
2023-09-04 06:02:31 -07:00
version = "1.9.0"
2023-02-22 05:58:14 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
2023-02-22 05:58:14 -08:00
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
[[package]]
name = "async-compression"
2023-09-04 06:02:31 -07:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "d495b6dc0184693324491a5ac05f559acc97bf937ab31d7a1c33dd0016be6d2b"
dependencies = [
"brotli",
"flate2",
"futures-core",
"memchr",
"pin-project-lite",
"tokio",
]
2023-01-04 02:58:25 -08:00
[[package]]
name = "async-lock"
2023-09-04 06:02:31 -07:00
version = "2.8.0"
2023-01-04 02:58:25 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
2023-01-04 02:58:25 -08:00
dependencies = [
"event-listener",
]
[[package]]
name = "async-mutex"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
dependencies = [
"event-listener",
]
[[package]]
name = "async-stream"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
dependencies = [
"async-stream-impl",
"futures-core",
"pin-project-lite",
]
[[package]]
name = "async-stream-impl"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 2.0.31",
]
[[package]]
name = "async-trait"
2023-09-04 06:02:31 -07:00
version = "0.1.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 2.0.31",
]
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
2022-11-30 07:56:41 -08:00
"hermit-abi 0.1.19",
"libc",
2022-12-16 18:35:49 -08:00
"winapi",
]
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "autotools"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aef8da1805e028a172334c3b680f93e71126f2327622faef2ec3d893c0a4ad77"
dependencies = [
"cc",
]
[[package]]
name = "axum"
version = "0.6.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
dependencies = [
"async-trait",
"axum-core",
2023-09-04 06:02:31 -07:00
"bitflags 1.3.2",
"bytes",
"futures-util",
"http",
"http-body",
"hyper",
"itoa",
"matchit",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
"rustversion",
"serde",
"sync_wrapper",
"tower",
"tower-layer",
"tower-service",
]
[[package]]
name = "axum-core"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
dependencies = [
"async-trait",
"bytes",
"futures-util",
"http",
"http-body",
"mime",
"rustversion",
"tower-layer",
"tower-service",
]
2023-09-04 06:02:31 -07:00
[[package]]
name = "backtrace"
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2022-12-16 18:35:49 -08:00
[[package]]
name = "base64"
2023-09-04 06:02:31 -07:00
version = "0.21.3"
2022-12-16 18:35:49 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "414dcefbc63d77c526a76b3afcf6fbb9b5e2791c19c3aa2297733208750c6e53"
2022-12-16 18:35:49 -08:00
[[package]]
name = "base64ct"
2023-04-04 00:17:32 -07:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 00:17:32 -07:00
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
2023-01-04 02:58:25 -08:00
[[package]]
name = "beef"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
dependencies = [
"serde",
]
[[package]]
2023-01-12 00:55:30 -08:00
name = "bench"
version = "0.2.3"
dependencies = [
2022-12-16 18:35:49 -08:00
"anyhow",
"bincode",
2023-09-04 06:02:31 -07:00
"clap 4.4.2",
2023-01-12 00:55:30 -08:00
"csv",
2023-05-01 01:22:17 -07:00
"dashmap",
2023-01-16 21:32:19 -08:00
"dirs",
"futures",
"itertools",
2023-06-29 02:05:49 -07:00
"lazy_static",
2022-12-16 18:35:49 -08:00
"log",
2023-03-16 21:49:14 -07:00
"rand 0.8.5",
2023-04-04 08:19:42 -07:00
"rand_chacha 0.3.1",
"serde",
2023-01-16 21:32:19 -08:00
"serde_json",
"solana-rpc-client",
2023-04-04 00:17:32 -07:00
"solana-sdk",
"spl-memo 4.0.0",
2023-01-12 00:55:30 -08:00
"tokio",
"tracing-subscriber",
]
[[package]]
2022-12-16 18:35:49 -08:00
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-16 18:35:49 -08:00
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
2022-12-16 18:35:49 -08:00
"serde",
]
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-09-04 06:02:31 -07:00
[[package]]
name = "bitflags"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
[[package]]
name = "bitmaps"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
dependencies = [
"typenum",
]
[[package]]
name = "blake3"
2023-09-04 06:02:31 -07:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "199c42ab6972d92c9f8995f086273d25c42fc0f7b2a1fcefba465c1352d25ba5"
dependencies = [
"arrayref",
"arrayvec",
"cc",
2023-01-04 02:58:25 -08:00
"cfg-if",
"constant_time_eq",
2023-09-04 06:02:31 -07:00
"digest 0.10.7",
]
[[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",
]
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
[[package]]
name = "block-padding"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
[[package]]
name = "borsh"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15bf3650200d8bffa99015595e10f1fbd17de07abbc25bb067da79e769939bfa"
dependencies = [
2023-09-04 06:02:31 -07:00
"borsh-derive 0.9.3",
"hashbrown 0.11.2",
]
2023-09-04 06:02:31 -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"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6441c552f230375d18e3cc377677914d2ca2b0d36e52129fe15450a2dce46775"
dependencies = [
2023-09-04 06:02:31 -07:00
"borsh-derive-internal 0.9.3",
"borsh-schema-derive-internal 0.9.3",
"proc-macro-crate 0.1.5",
"proc-macro2 1.0.66",
"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",
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"syn 1.0.109",
]
[[package]]
name = "borsh-derive-internal"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5449c28a7b352f2d1e592a8a28bf139bc71afb0764a14f3c02500935d8c44065"
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"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.66",
"quote 1.0.33",
"syn 1.0.109",
]
[[package]]
name = "borsh-schema-derive-internal"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdbd5696d8bfa21d53d9fe39a714a18538bad11492a42d066dbbc395fb1951c0"
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"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.66",
"quote 1.0.33",
"syn 1.0.109",
]
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
[[package]]
name = "bs58"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
[[package]]
name = "bstr"
2023-09-04 06:02:31 -07:00
version = "1.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a"
dependencies = [
"memchr",
"serde",
]
[[package]]
name = "bumpalo"
2023-09-04 06:02:31 -07:00
version = "3.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
[[package]]
name = "bv"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8834bb1d8ee5dc048ee3124f2c7c1afcc6bc9aed03f11e9dfd8c69470a5db340"
dependencies = [
"feature-probe",
"serde",
]
[[package]]
name = "bytemuck"
version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
2023-09-04 06:02:31 -07:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192"
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 2.0.31",
]
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
2023-02-01 03:31:48 -08:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-01 03:31:48 -08:00
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
[[package]]
name = "caps"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "190baaad529bcfbde9e1a19022c42781bdb6ff9de25721abdb8fd98c0807730b"
dependencies = [
"libc",
"thiserror",
]
[[package]]
name = "cc"
2023-09-04 06:02:31 -07:00
version = "1.0.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"jobserver",
2023-09-04 06:02:31 -07:00
"libc",
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
2023-09-04 06:02:31 -07:00
version = "0.4.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "95ed24df0632f708f5f6d8082675bef2596f7084dee3dd55f632290bf35bfe0f"
dependencies = [
2023-09-04 06:02:31 -07:00
"android-tzdata",
"iana-time-zone",
"js-sys",
2023-09-04 06:02:31 -07:00
"num-traits 0.2.16",
"serde",
"time 0.1.45",
"wasm-bindgen",
2023-09-04 06:02:31 -07:00
"windows-targets 0.48.5",
]
[[package]]
2022-12-16 18:35:49 -08:00
name = "cipher"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-16 18:35:49 -08:00
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
dependencies = [
2022-12-16 18:35:49 -08:00
"generic-array",
]
[[package]]
name = "clap"
version = "2.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
dependencies = [
"ansi_term",
"atty",
2023-09-04 06:02:31 -07:00
"bitflags 1.3.2",
"strsim 0.8.0",
"textwrap 0.11.0",
"unicode-width",
"vec_map",
]
[[package]]
name = "clap"
2023-09-04 06:02:31 -07:00
version = "3.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
dependencies = [
"atty",
2023-09-04 06:02:31 -07:00
"bitflags 1.3.2",
2022-11-30 07:56:41 -08:00
"clap_lex 0.2.4",
"indexmap 1.9.3",
"once_cell",
"strsim 0.10.0",
"termcolor",
"textwrap 0.16.0",
]
2022-11-30 07:56:41 -08:00
[[package]]
name = "clap"
2023-09-04 06:02:31 -07:00
version = "4.4.2"
2022-11-30 07:56:41 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6"
2022-11-30 07:56:41 -08:00
dependencies = [
"clap_builder",
2022-11-30 07:56:41 -08:00
"clap_derive",
]
[[package]]
name = "clap_builder"
2023-09-04 06:02:31 -07:00
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08"
dependencies = [
"anstream",
"anstyle",
2023-09-04 06:02:31 -07:00
"clap_lex 0.5.1",
"strsim 0.10.0",
2022-11-30 07:56:41 -08:00
]
[[package]]
name = "clap_derive"
2023-09-04 06:02:31 -07:00
version = "4.4.2"
2022-11-30 07:56:41 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
2022-11-30 07:56:41 -08:00
dependencies = [
"heck",
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 2.0.31",
2022-11-30 07:56:41 -08:00
]
[[package]]
name = "clap_lex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
dependencies = [
"os_str_bytes",
]
2022-11-30 07:56:41 -08:00
[[package]]
name = "clap_lex"
2023-09-04 06:02:31 -07:00
version = "0.5.1"
2022-11-30 07:56:41 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2023-01-31 02:02:48 -08:00
[[package]]
name = "combine"
version = "3.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680"
dependencies = [
"ascii",
"byteorder",
"either",
"memchr",
"unreachable",
]
2023-02-22 05:58:14 -08:00
[[package]]
name = "concurrent-queue"
2023-09-04 06:02:31 -07:00
version = "2.2.0"
2023-02-22 05:58:14 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
2023-02-22 05:58:14 -08:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "console"
2023-09-04 06:02:31 -07:00
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"unicode-width",
2023-09-04 06:02:31 -07:00
"windows-sys 0.45.0",
]
[[package]]
name = "console_error_panic_hook"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
dependencies = [
2023-01-04 02:58:25 -08:00
"cfg-if",
"wasm-bindgen",
]
[[package]]
name = "console_log"
2023-09-04 06:02:31 -07:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "e89f72f65e8501878b8a004d5a1afb780987e2ce2b4532c562e367a72c57499f"
dependencies = [
"log",
"web-sys",
]
[[package]]
name = "const-oid"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"
[[package]]
name = "const_env"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e9e4f72c6e3398ca6da372abd9affd8f89781fe728869bbf986206e9af9627e"
dependencies = [
"const_env_impl",
]
[[package]]
name = "const_env_impl"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a4f51209740b5e1589e702b3044cdd4562cef41b6da404904192ffffb852d62"
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 1.0.109",
]
[[package]]
name = "constant_time_eq"
2023-09-04 06:02:31 -07:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
[[package]]
name = "core-foundation"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
[[package]]
name = "countmap"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ef2a403c4af585607826502480ab6e453f320c230ef67255eee21f0cc72c0a6"
dependencies = [
"num-traits 0.1.43",
]
[[package]]
name = "cpufeatures"
2023-09-04 06:02:31 -07:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
2023-01-04 02:58:25 -08:00
"cfg-if",
]
[[package]]
name = "crossbeam-channel"
2023-09-04 06:02:31 -07:00
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
dependencies = [
2023-01-04 02:58:25 -08:00
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2023-09-04 06:02:31 -07:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
dependencies = [
2023-01-04 02:58:25 -08:00
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2023-09-04 06:02:31 -07:00
version = "0.9.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
dependencies = [
"autocfg",
2023-01-04 02:58:25 -08:00
"cfg-if",
"crossbeam-utils",
2023-09-04 06:02:31 -07:00
"memoffset 0.9.0",
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
2023-09-04 06:02:31 -07:00
version = "0.8.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
dependencies = [
2023-01-04 02:58:25 -08:00
"cfg-if",
]
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "crypto-mac"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
dependencies = [
"generic-array",
"subtle",
]
[[package]]
name = "csv"
2023-09-04 06:02:31 -07:00
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "626ae34994d3d8d668f4269922248239db4ae42d538b14c398b74a52208e8086"
dependencies = [
"csv-core",
2023-02-22 05:58:14 -08:00
"itoa",
"ryu",
"serde",
]
[[package]]
name = "csv-core"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
dependencies = [
"memchr",
]
[[package]]
name = "ctr"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"
dependencies = [
2023-09-04 06:02:31 -07:00
"cipher",
]
[[package]]
name = "curve25519-dalek"
version = "3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90f9d052967f590a76e62eb387bd0bbb1b000182c3cefe5364db6b7211651bc0"
dependencies = [
"byteorder",
"digest 0.9.0",
"rand_core 0.5.1",
"serde",
"subtle",
"zeroize",
]
2023-01-31 02:02:48 -08:00
[[package]]
name = "darling"
2023-09-04 06:02:31 -07:00
version = "0.20.3"
2023-01-31 02:02:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e"
2023-01-31 02:02:48 -08:00
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2023-09-04 06:02:31 -07:00
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621"
dependencies = [
2023-01-31 02:02:48 -08:00
"fnv",
"ident_case",
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"strsim 0.10.0",
2023-09-04 06:02:31 -07:00
"syn 2.0.31",
2023-01-31 02:02:48 -08:00
]
[[package]]
name = "darling_macro"
2023-09-04 06:02:31 -07:00
version = "0.20.3"
2023-01-31 02:02:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
2023-01-31 02:02:48 -08:00
dependencies = [
"darling_core",
2023-09-04 06:02:31 -07:00
"quote 1.0.33",
"syn 2.0.31",
]
2022-12-27 02:11:06 -08:00
[[package]]
name = "dashmap"
2023-09-04 06:02:31 -07:00
version = "5.5.3"
2022-12-27 02:11:06 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
2022-12-27 02:11:06 -08:00
dependencies = [
2023-01-04 02:58:25 -08:00
"cfg-if",
2023-09-04 06:02:31 -07:00
"hashbrown 0.14.0",
2022-12-27 02:11:06 -08:00
"lock_api",
"once_cell",
2023-01-04 02:58:25 -08:00
"parking_lot_core",
2022-12-27 02:11:06 -08:00
]
[[package]]
name = "data-encoding"
2023-09-04 06:02:31 -07:00
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
[[package]]
name = "der"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"
dependencies = [
"const-oid",
]
[[package]]
name = "der-parser"
2023-04-04 00:17:32 -07:00
version = "8.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 00:17:32 -07:00
checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e"
dependencies = [
"asn1-rs",
"displaydoc",
2023-01-31 10:44:24 -08:00
"nom",
2023-09-04 06:02:31 -07:00
"num-bigint 0.4.4",
"num-traits 0.2.16",
"rusticata-macros",
]
2023-09-04 06:02:31 -07:00
[[package]]
name = "deranged"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
[[package]]
name = "derivation-path"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e5c37193a1db1d8ed868c03ec7b152175f26160a5b740e5e484143877e0adf0"
[[package]]
2023-01-31 02:02:48 -08:00
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 02:02:48 -08:00
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 1.0.109",
]
[[package]]
name = "derive_more"
version = "0.99.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
dependencies = [
"convert_case",
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"rustc_version",
"syn 1.0.109",
]
[[package]]
name = "dialoguer"
2023-09-04 06:02:31 -07:00
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "59c6f2989294b9a498d3ad5491a79c6deb604617378e1cdc4bfc1c1361fe2f87"
dependencies = [
"console",
"shell-words",
"tempfile",
"zeroize",
]
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array",
]
[[package]]
name = "digest"
2023-09-04 06:02:31 -07:00
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer 0.10.4",
"crypto-common",
"subtle",
]
2023-01-16 21:32:19 -08:00
[[package]]
name = "dirs"
2023-09-04 06:02:31 -07:00
version = "5.0.1"
2023-01-16 21:32:19 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
2023-01-16 21:32:19 -08:00
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
2023-09-04 06:02:31 -07:00
version = "0.4.1"
2023-01-16 21:32:19 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
2023-01-16 21:32:19 -08:00
dependencies = [
"libc",
2023-09-04 06:02:31 -07:00
"option-ext",
2023-01-16 21:32:19 -08:00
"redox_users",
2023-09-04 06:02:31 -07:00
"windows-sys 0.48.0",
2023-01-16 21:32:19 -08:00
]
[[package]]
name = "displaydoc"
2023-09-04 06:02:31 -07:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 2.0.31",
]
[[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",
2022-12-16 18:35:49 -08:00
"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 = "dotenv"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
[[package]]
name = "eager"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abe71d579d1812060163dff96056261deb5bf6729b100fa2e36a68b9649ba3d3"
[[package]]
name = "ed25519"
version = "1.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"
dependencies = [
"signature",
]
[[package]]
name = "ed25519-dalek"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
dependencies = [
"curve25519-dalek",
"ed25519",
"rand 0.7.3",
"serde",
"sha2 0.9.9",
"zeroize",
]
[[package]]
name = "ed25519-dalek-bip32"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d2be62a4061b872c8c0873ee4fc6f101ce7b889d039f019c5fa2af471a59908"
dependencies = [
"derivation-path",
"ed25519-dalek",
"hmac 0.12.1",
2023-09-04 06:02:31 -07:00
"sha2 0.10.7",
]
[[package]]
name = "either"
2023-09-04 06:02:31 -07:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "encoding_rs"
2023-09-04 06:02:31 -07:00
version = "0.8.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
dependencies = [
2023-01-04 02:58:25 -08:00
"cfg-if",
]
[[package]]
name = "enum-iterator"
2023-09-04 06:02:31 -07:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "7add3873b5dd076766ee79c8e406ad1a472c385476b9e38849f8eec24f1be689"
dependencies = [
"enum-iterator-derive",
]
[[package]]
name = "enum-iterator-derive"
2023-09-04 06:02:31 -07:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "eecf8589574ce9b895052fa12d69af7a233f99e6107f5cb8dd1044f2a17bfdcb"
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 2.0.31",
]
[[package]]
name = "env_logger"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
]
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2022-11-30 07:56:41 -08:00
[[package]]
name = "errno"
2023-09-04 06:02:31 -07:00
version = "0.3.3"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"
2023-04-04 00:17:32 -07:00
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys 0.48.0",
2023-04-04 00:17:32 -07:00
]
2022-11-30 07:56:41 -08:00
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "event-listener"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2023-01-17 08:56:17 -08:00
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
[[package]]
name = "fastrand"
2023-09-04 06:02:31 -07:00
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
[[package]]
name = "feature-probe"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "835a3dc7d1ec9e75e2b5fb4ba75396837112d2060b03f7d43bc1897c7f7211da"
[[package]]
name = "fixedbitset"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
[[package]]
name = "flate2"
2023-09-04 06:02:31 -07:00
version = "1.0.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2023-01-17 08:56:17 -08:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
2023-09-04 06:02:31 -07:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
dependencies = [
2023-01-04 02:58:25 -08:00
"percent-encoding",
]
[[package]]
name = "futures"
2023-04-04 00:17:32 -07:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 00:17:32 -07:00
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2023-04-04 00:17:32 -07:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 00:17:32 -07:00
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2023-04-04 00:17:32 -07:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 00:17:32 -07:00
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
[[package]]
name = "futures-executor"
2023-04-04 00:17:32 -07:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 00:17:32 -07:00
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2023-04-04 00:17:32 -07:00
version = "0.3.28"
2023-01-04 02:58:25 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 00:17:32 -07:00
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2023-01-04 02:58:25 -08:00
[[package]]
name = "futures-macro"
2023-04-04 00:17:32 -07:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 00:17:32 -07:00
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 2.0.31",
]
[[package]]
name = "futures-sink"
2023-04-04 00:17:32 -07:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 00:17:32 -07:00
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
[[package]]
name = "futures-task"
2023-04-04 00:17:32 -07:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 00:17:32 -07:00
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2023-01-04 02:58:25 -08:00
[[package]]
name = "futures-timer"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
dependencies = [
"gloo-timers",
"send_wrapper",
]
[[package]]
name = "futures-util"
2023-04-04 00:17:32 -07:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 00:17:32 -07:00
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"serde",
"typenum",
"version_check",
]
[[package]]
name = "gethostname"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
dependencies = [
"libc",
2022-12-16 18:35:49 -08:00
"winapi",
]
[[package]]
name = "getrandom"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
2023-01-04 02:58:25 -08:00
"cfg-if",
"js-sys",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
"wasm-bindgen",
]
[[package]]
name = "getrandom"
2023-09-04 06:02:31 -07:00
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
dependencies = [
2023-01-04 02:58:25 -08:00
"cfg-if",
"js-sys",
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
"wasm-bindgen",
]
2023-09-04 06:02:31 -07:00
[[package]]
name = "gimli"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
2023-01-03 01:50:09 -08:00
[[package]]
name = "globset"
2023-09-04 06:02:31 -07:00
version = "0.4.13"
2023-01-03 01:50:09 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"
2023-01-03 01:50:09 -08:00
dependencies = [
"aho-corasick",
2023-02-22 05:58:14 -08:00
"bstr",
2023-01-03 01:50:09 -08:00
"fnv",
"log",
"regex",
]
2023-01-04 02:58:25 -08:00
[[package]]
name = "gloo-net"
2023-01-31 02:02:48 -08:00
version = "0.2.6"
2023-01-04 02:58:25 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 02:02:48 -08:00
checksum = "9902a044653b26b99f7e3693a42f171312d9be8b26b5697bd1e43ad1f8a35e10"
2023-01-04 02:58:25 -08:00
dependencies = [
"futures-channel",
"futures-core",
"futures-sink",
"gloo-utils",
"js-sys",
"pin-project",
"serde",
"serde_json",
"thiserror",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "gloo-timers"
2023-01-31 02:02:48 -08:00
version = "0.2.6"
2023-01-04 02:58:25 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 02:02:48 -08:00
checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
2023-01-04 02:58:25 -08:00
dependencies = [
"futures-channel",
"futures-core",
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "gloo-utils"
2023-09-04 06:02:31 -07:00
version = "0.1.7"
2023-01-04 02:58:25 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "037fcb07216cb3a30f7292bd0176b050b7b9a052ba830ef7d5d65f6dc64ba58e"
2023-01-04 02:58:25 -08:00
dependencies = [
"js-sys",
"serde",
"serde_json",
"wasm-bindgen",
"web-sys",
]
2023-01-31 02:02:48 -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",
]
[[package]]
name = "h2"
2023-09-04 06:02:31 -07:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap 1.9.3",
"slab",
"tokio",
2023-01-04 02:58:25 -08:00
"tokio-util",
"tracing",
]
2023-01-31 02:02:48 -08:00
[[package]]
name = "hash32"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
dependencies = [
"byteorder",
]
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
dependencies = [
2023-09-04 06:02:31 -07:00
"ahash 0.7.6",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2023-09-04 06:02:31 -07:00
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
2023-09-04 06:02:31 -07:00
"ahash 0.8.3",
]
[[package]]
name = "hashbrown"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
[[package]]
name = "heck"
2023-02-02 02:50:06 -08:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-02 02:50:06 -08:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
2022-11-30 07:56:41 -08:00
[[package]]
name = "hermit-abi"
2023-09-04 06:02:31 -07:00
version = "0.3.2"
2023-02-04 03:45:20 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
2023-02-04 03:45:20 -08:00
[[package]]
name = "histogram"
version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12cb882ccb290b8646e554b157ab0b71e64e8d5bef775cd66b6531e52d302669"
[[package]]
name = "hmac"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
dependencies = [
"crypto-mac",
"digest 0.9.0",
]
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
2023-09-04 06:02:31 -07:00
"digest 0.10.7",
]
[[package]]
name = "hmac-drbg"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"
dependencies = [
"digest 0.9.0",
"generic-array",
"hmac 0.8.1",
]
[[package]]
name = "http"
2023-02-22 05:58:14 -08:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 05:58:14 -08:00
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
dependencies = [
"bytes",
"fnv",
2023-02-22 05:58:14 -08:00
"itoa",
]
[[package]]
name = "http-body"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
[[package]]
name = "httpdate"
2023-09-04 06:02:31 -07:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
2023-09-04 06:02:31 -07:00
version = "0.14.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
2023-02-22 05:58:14 -08:00
"itoa",
"pin-project-lite",
2023-04-04 00:17:32 -07:00
"socket2 0.4.9",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-rustls"
2023-09-04 06:02:31 -07:00
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"
dependencies = [
2023-09-04 06:02:31 -07:00
"futures-util",
"http",
"hyper",
2023-01-04 02:58:25 -08:00
"log",
2023-09-04 06:02:31 -07:00
"rustls 0.21.7",
2023-01-04 02:58:25 -08:00
"rustls-native-certs",
"tokio",
2023-09-04 06:02:31 -07:00
"tokio-rustls 0.24.1",
]
[[package]]
name = "hyper-timeout"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
dependencies = [
"hyper",
"pin-project-lite",
"tokio",
"tokio-io-timeout",
]
[[package]]
name = "iana-time-zone"
2023-09-04 06:02:31 -07:00
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows",
]
[[package]]
name = "iana-time-zone-haiku"
2023-09-04 06:02:31 -07:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
2023-09-04 06:02:31 -07:00
"cc",
]
2023-01-31 02:02:48 -08:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "idna"
2023-09-04 06:02:31 -07:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[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",
"rand_xoshiro",
"rayon",
"serde",
"sized-chunks",
"typenum",
"version_check",
]
[[package]]
name = "indexmap"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
"hashbrown 0.12.3",
]
[[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",
]
[[package]]
name = "indicatif"
2023-09-04 06:02:31 -07:00
version = "0.17.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "0b297dc40733f23a0e52728a58fa9489a5b7638a324932de16b41adc3ef80730"
dependencies = [
"console",
2023-09-04 06:02:31 -07:00
"instant",
"number_prefix",
2023-01-31 02:02:48 -08:00
"portable-atomic",
"unicode-width",
]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
2023-01-04 02:58:25 -08:00
"cfg-if",
]
[[package]]
name = "ipnet"
2023-09-04 06:02:31 -07:00
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
2022-11-30 07:56:41 -08:00
[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
[[package]]
name = "itoa"
2023-09-04 06:02:31 -07:00
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
[[package]]
name = "jobserver"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
2023-09-04 06:02:31 -07:00
version = "0.3.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
dependencies = [
"wasm-bindgen",
]
2023-01-03 01:50:09 -08:00
[[package]]
2023-01-04 02:58:25 -08:00
name = "jsonrpc-core"
2023-01-03 01:50:09 -08:00
version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-04 02:58:25 -08:00
checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
2023-01-03 01:50:09 -08:00
dependencies = [
2023-01-04 02:58:25 -08:00
"futures",
"futures-executor",
"futures-util",
2023-01-03 01:50:09 -08:00
"log",
"serde",
2023-01-04 02:58:25 -08:00
"serde_derive",
2023-01-03 01:50:09 -08:00
"serde_json",
]
[[package]]
2023-01-04 02:58:25 -08:00
name = "jsonrpsee"
2023-09-04 06:02:31 -07:00
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "8b971ce0f6cd1521ede485afc564b95b2c8e7079b9da41d4273bd9b55140a55d"
dependencies = [
2023-01-04 02:58:25 -08:00
"jsonrpsee-client-transport",
"jsonrpsee-core",
"jsonrpsee-http-client",
"jsonrpsee-proc-macros",
"jsonrpsee-server",
"jsonrpsee-types",
"jsonrpsee-wasm-client",
"jsonrpsee-ws-client",
"tracing",
]
[[package]]
name = "jsonrpsee-client-transport"
2023-09-04 06:02:31 -07:00
version = "0.17.1"
2023-01-04 02:58:25 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "7ca00d975eda834826b04ad57d4e690c67439bb51b02eb0f8b7e4c30fcef8ab9"
2023-01-04 02:58:25 -08:00
dependencies = [
"futures-channel",
"futures-util",
2023-01-04 02:58:25 -08:00
"gloo-net",
"http",
"jsonrpsee-core",
"pin-project",
"rustls-native-certs",
"soketto",
"thiserror",
"tokio",
2023-09-04 06:02:31 -07:00
"tokio-rustls 0.24.1",
2023-01-04 02:58:25 -08:00
"tokio-util",
"tracing",
2023-09-04 06:02:31 -07:00
"webpki-roots 0.23.1",
2023-01-04 02:58:25 -08:00
]
[[package]]
name = "jsonrpsee-core"
2023-09-04 06:02:31 -07:00
version = "0.17.1"
2023-01-04 02:58:25 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "b83cca7a5a7899eed8b2935d5f755c8c4052ad66ab5b328bd34ac2b3ffd3515f"
2023-01-04 02:58:25 -08:00
dependencies = [
"anyhow",
"async-lock",
"async-trait",
"beef",
"futures-timer",
"futures-util",
"globset",
"hyper",
"jsonrpsee-types",
"parking_lot",
"rand 0.8.5",
"rustc-hash",
"serde",
"serde_json",
2023-01-04 02:58:25 -08:00
"soketto",
"thiserror",
"tokio",
"tokio-stream",
2023-01-04 02:58:25 -08:00
"tracing",
"wasm-bindgen-futures",
]
2023-01-03 01:50:09 -08:00
[[package]]
2023-01-04 02:58:25 -08:00
name = "jsonrpsee-http-client"
2023-09-04 06:02:31 -07:00
version = "0.17.1"
2023-01-03 01:50:09 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "6483fea826f62260a88a132fa750a47b40d4218d41e3391936579533c6c67509"
2023-01-03 01:50:09 -08:00
dependencies = [
2023-01-04 02:58:25 -08:00
"async-trait",
"hyper",
2023-09-04 06:02:31 -07:00
"hyper-rustls",
2023-01-04 02:58:25 -08:00
"jsonrpsee-core",
"jsonrpsee-types",
"serde",
"serde_json",
"thiserror",
"tokio",
"tower",
2023-01-04 02:58:25 -08:00
"tracing",
2023-01-03 01:50:09 -08:00
]
[[package]]
2023-01-04 02:58:25 -08:00
name = "jsonrpsee-proc-macros"
2023-09-04 06:02:31 -07:00
version = "0.17.1"
2023-01-03 01:50:09 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "d814a21d9a819f8de1a41b819a263ffd68e4bb5f043d936db1c49b54684bde0a"
2023-01-03 01:50:09 -08:00
dependencies = [
2023-01-04 02:58:25 -08:00
"heck",
2023-09-04 06:02:31 -07:00
"proc-macro-crate 1.3.1",
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 1.0.109",
2023-01-03 01:50:09 -08:00
]
[[package]]
2023-01-04 02:58:25 -08:00
name = "jsonrpsee-server"
2023-09-04 06:02:31 -07:00
version = "0.17.1"
2023-01-03 01:50:09 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "4cf8b28bb9b0248d1ece5923c97355a4defc81c06b4b7a0097c61e412c716ca1"
2023-01-03 01:50:09 -08:00
dependencies = [
2023-01-04 02:58:25 -08:00
"futures-util",
2023-01-03 01:50:09 -08:00
"hyper",
2023-01-04 02:58:25 -08:00
"jsonrpsee-core",
"jsonrpsee-types",
"serde",
"serde_json",
"soketto",
"tokio",
"tokio-stream",
"tokio-util",
"tower",
"tracing",
2023-01-03 01:50:09 -08:00
]
[[package]]
2023-01-04 02:58:25 -08:00
name = "jsonrpsee-types"
2023-09-04 06:02:31 -07:00
version = "0.17.1"
2023-01-03 01:50:09 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "dd301ccc3e08718393432d1961539d78c4580dcca86014dfe6769c308b2c08b2"
2023-01-03 01:50:09 -08:00
dependencies = [
2023-01-04 02:58:25 -08:00
"anyhow",
"beef",
2023-01-03 01:50:09 -08:00
"serde",
2023-01-04 02:58:25 -08:00
"serde_json",
"thiserror",
"tracing",
2023-01-03 01:50:09 -08:00
]
[[package]]
2023-01-04 02:58:25 -08:00
name = "jsonrpsee-wasm-client"
2023-09-04 06:02:31 -07:00
version = "0.17.1"
2023-01-03 01:50:09 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "85dc3aea8bbb844dacc45cd98d01f624e4485184149a045761888c2e5fa5a0c6"
2023-01-03 01:50:09 -08:00
dependencies = [
2023-01-04 02:58:25 -08:00
"jsonrpsee-client-transport",
"jsonrpsee-core",
"jsonrpsee-types",
]
[[package]]
name = "jsonrpsee-ws-client"
2023-09-04 06:02:31 -07:00
version = "0.17.1"
2023-01-04 02:58:25 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "89a69852133d549b07cb37ff2d0ec540eae0d20abb75ae923f5d39bc7536d987"
2023-01-04 02:58:25 -08:00
dependencies = [
"http",
"jsonrpsee-client-transport",
"jsonrpsee-core",
"jsonrpsee-types",
2023-01-03 01:50:09 -08:00
]
[[package]]
name = "keccak"
2023-09-04 06:02:31 -07:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940"
2022-12-10 09:31:37 -08:00
dependencies = [
"cpufeatures",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2023-09-04 06:02:31 -07:00
version = "0.2.147"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
[[package]]
2022-12-16 18:35:49 -08:00
name = "libsecp256k1"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9d220bc1feda2ac231cb78c3d26f27676b8cf82c96971f7aeef3d0cf2797c73"
dependencies = [
"arrayref",
"base64 0.12.3",
"digest 0.9.0",
"hmac-drbg",
"libsecp256k1-core",
"libsecp256k1-gen-ecmult",
"libsecp256k1-gen-genmult",
"rand 0.7.3",
"serde",
"sha2 0.9.9",
"typenum",
]
[[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",
]
2023-04-04 00:17:32 -07:00
[[package]]
name = "linux-raw-sys"
2023-09-04 06:02:31 -07:00
version = "0.4.5"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
2023-04-04 00:17:32 -07:00
[[package]]
name = "lite-rpc"
version = "0.2.3"
dependencies = [
2022-12-16 18:35:49 -08:00
"anyhow",
2023-02-22 05:58:14 -08:00
"async-channel",
"async-trait",
2023-09-04 06:02:31 -07:00
"base64 0.21.3",
2023-01-12 00:55:30 -08:00
"bench",
"bincode",
"bs58",
2022-12-16 18:35:49 -08:00
"bytes",
"chrono",
2023-09-04 06:02:31 -07:00
"clap 4.4.2",
"const_env",
2022-12-27 02:11:06 -08:00
"dashmap",
"dotenv",
2023-01-04 02:58:25 -08:00
"futures",
"jsonrpsee",
2023-02-04 03:45:20 -08:00
"lazy_static",
"log",
2023-01-23 07:48:12 -08:00
"native-tls",
"postgres-native-tls",
2023-02-04 03:45:20 -08:00
"prometheus",
"quinn",
"serde",
"serde_json",
"solana-lite-rpc-cluster-endpoints",
"solana-lite-rpc-core",
"solana-lite-rpc-history",
2023-06-07 06:49:46 -07:00
"solana-lite-rpc-services",
"solana-rpc-client",
"solana-rpc-client-api",
2023-04-04 00:17:32 -07:00
"solana-sdk",
"solana-transaction-status",
"solana-version",
"thiserror",
"tokio",
"tokio-postgres",
2023-01-11 22:27:38 -08:00
"tracing-subscriber",
]
[[package]]
2022-12-16 18:35:49 -08:00
name = "lock_api"
2023-09-04 06:02:31 -07:00
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
dependencies = [
2022-12-16 18:35:49 -08:00
"autocfg",
"scopeguard",
]
[[package]]
2022-12-16 18:35:49 -08:00
name = "log"
2023-09-04 06:02:31 -07:00
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
2023-09-04 06:02:31 -07:00
"regex-automata 0.1.10",
]
[[package]]
name = "matchit"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed1202b2a6f884ae56f04cff409ab315c5ce26b5e58d7412e484f01fd52f52ef"
2023-01-17 08:56:17 -08:00
[[package]]
name = "md-5"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
dependencies = [
2023-09-04 06:02:31 -07:00
"digest 0.10.7",
]
[[package]]
name = "memchr"
2023-09-04 06:02:31 -07:00
version = "2.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
[[package]]
name = "memmap2"
2023-09-04 06:02:31 -07:00
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
dependencies = [
"libc",
]
2022-12-10 09:31:37 -08:00
[[package]]
name = "memoffset"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
"autocfg",
]
2023-02-04 03:45:20 -08:00
[[package]]
name = "memoffset"
2023-09-04 06:02:31 -07:00
version = "0.9.0"
2023-02-04 03:45:20 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
2023-02-04 03:45:20 -08:00
dependencies = [
"autocfg",
]
[[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",
"zeroize",
]
[[package]]
name = "mime"
2023-09-04 06:02:31 -07:00
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
2023-09-04 06:02:31 -07:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
]
[[package]]
name = "mio"
2023-09-04 06:02:31 -07:00
version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
dependencies = [
"libc",
2022-12-16 18:35:49 -08:00
"wasi 0.11.0+wasi-snapshot-preview1",
2023-09-04 06:02:31 -07:00
"windows-sys 0.48.0",
]
[[package]]
name = "multimap"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
2023-01-23 07:48:12 -08:00
[[package]]
name = "native-tls"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "nix"
2023-09-04 06:02:31 -07:00
version = "0.26.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
dependencies = [
2023-09-04 06:02:31 -07:00
"bitflags 1.3.2",
2023-01-04 02:58:25 -08:00
"cfg-if",
"libc",
2023-09-04 06:02:31 -07:00
"memoffset 0.7.1",
2023-01-31 02:02:48 -08:00
"pin-utils",
]
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
2023-01-11 22:27:38 -08:00
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
[[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",
"num-complex",
"num-integer",
"num-iter",
"num-rational",
2023-09-04 06:02:31 -07:00
"num-traits 0.2.16",
]
[[package]]
name = "num-bigint"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
dependencies = [
"autocfg",
"num-integer",
2023-09-04 06:02:31 -07:00
"num-traits 0.2.16",
]
[[package]]
name = "num-bigint"
2023-09-04 06:02:31 -07:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
dependencies = [
"autocfg",
"num-integer",
2023-09-04 06:02:31 -07:00
"num-traits 0.2.16",
]
[[package]]
name = "num-complex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
dependencies = [
"autocfg",
2023-09-04 06:02:31 -07:00
"num-traits 0.2.16",
]
[[package]]
name = "num-derive"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 1.0.109",
]
[[package]]
name = "num-derive"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfb77679af88f8b125209d354a202862602672222e7f2313fdd6dc349bad4712"
dependencies = [
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 2.0.31",
]
[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
2023-09-04 06:02:31 -07:00
"num-traits 0.2.16",
]
[[package]]
name = "num-iter"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
dependencies = [
"autocfg",
"num-integer",
2023-09-04 06:02:31 -07:00
"num-traits 0.2.16",
]
[[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",
"num-integer",
2023-09-04 06:02:31 -07:00
"num-traits 0.2.16",
]
[[package]]
name = "num-traits"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
dependencies = [
2023-09-04 06:02:31 -07:00
"num-traits 0.2.16",
]
[[package]]
name = "num-traits"
2023-09-04 06:02:31 -07:00
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
2023-09-04 06:02:31 -07:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
dependencies = [
2023-09-04 06:02:31 -07:00
"hermit-abi 0.3.2",
"libc",
]
[[package]]
name = "num_enum"
version = "0.6.1"
2023-09-04 06:02:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1"
2023-09-04 06:02:31 -07:00
dependencies = [
"num_enum_derive 0.6.1",
2023-09-04 06:02:31 -07:00
]
[[package]]
name = "num_enum"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "683751d591e6d81200c39fb0d1032608b77724f34114db54f571ff1317b337c0"
dependencies = [
"num_enum_derive 0.7.1",
]
[[package]]
name = "num_enum_derive"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6"
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro-crate 1.3.1",
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 2.0.31",
2022-12-10 09:31:37 -08:00
]
2023-09-04 06:02:31 -07:00
[[package]]
name = "num_enum_derive"
version = "0.7.1"
2023-09-04 06:02:31 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c11e44798ad209ccdd91fc192f0526a369a01234f7373e1b141c96d7cee4f0e"
2023-09-04 06:02:31 -07:00
dependencies = [
"proc-macro-crate 1.3.1",
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 2.0.31",
]
[[package]]
name = "number_prefix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2023-09-04 06:02:31 -07:00
[[package]]
name = "object"
version = "0.32.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
dependencies = [
"memchr",
]
[[package]]
name = "oid-registry"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"
dependencies = [
"asn1-rs",
]
[[package]]
name = "once_cell"
2023-09-04 06:02:31 -07:00
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
2023-01-17 08:56:17 -08:00
name = "openssl"
2023-09-04 06:02:31 -07:00
version = "0.10.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c"
2023-01-17 08:56:17 -08:00
dependencies = [
2023-09-04 06:02:31 -07:00
"bitflags 2.4.0",
"cfg-if",
2023-01-17 08:56:17 -08:00
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
2023-01-17 08:56:17 -08:00
name = "openssl-macros"
2023-04-04 00:17:32 -07:00
version = "0.1.1"
2023-01-17 08:56:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 00:17:32 -07:00
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2023-01-17 08:56:17 -08:00
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 2.0.31",
2023-01-17 08:56:17 -08:00
]
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2023-01-17 08:56:17 -08:00
[[package]]
name = "openssl-sys"
2023-09-04 06:02:31 -07:00
version = "0.9.92"
2023-01-17 08:56:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "db7e971c2c2bba161b2d2fdf37080177eff520b3bc044787c7f1f5f9e78d869b"
2023-01-17 08:56:17 -08:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2023-09-04 06:02:31 -07:00
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "os_str_bytes"
2023-09-04 06:02:31 -07:00
version = "6.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac"
2023-01-11 22:27:38 -08:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
2023-01-04 02:58:25 -08:00
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2023-09-04 06:02:31 -07:00
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
dependencies = [
2023-01-04 02:58:25 -08:00
"cfg-if",
"libc",
2023-09-04 06:02:31 -07:00
"redox_syscall 0.3.5",
"smallvec",
2023-09-04 06:02:31 -07:00
"windows-targets 0.48.5",
]
2023-01-31 02:02:48 -08:00
[[package]]
name = "paste"
2023-09-04 06:02:31 -07:00
version = "1.0.14"
2023-01-31 02:02:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
2023-01-31 02:02:48 -08:00
[[package]]
name = "pbkdf2"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"
dependencies = [
"crypto-mac",
]
[[package]]
name = "pbkdf2"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
dependencies = [
2023-09-04 06:02:31 -07:00
"digest 0.10.7",
]
[[package]]
name = "pem"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
dependencies = [
"base64 0.13.1",
]
[[package]]
name = "percent-encoding"
2023-09-04 06:02:31 -07:00
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
[[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.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
dependencies = [
"fixedbitset",
"indexmap 2.0.0",
]
2023-01-17 08:56:17 -08:00
[[package]]
name = "phf"
2023-09-04 06:02:31 -07:00
version = "0.11.2"
2023-01-17 08:56:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
2023-01-17 08:56:17 -08:00
dependencies = [
"phf_shared",
2023-01-17 08:56:17 -08:00
]
[[package]]
name = "phf_shared"
2023-09-04 06:02:31 -07:00
version = "0.11.2"
2023-01-17 08:56:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
2023-01-17 08:56:17 -08:00
dependencies = [
"siphasher",
2023-01-17 08:56:17 -08:00
]
2023-01-04 02:58:25 -08:00
[[package]]
name = "pin-project"
2023-09-04 06:02:31 -07:00
version = "1.1.3"
2023-01-04 02:58:25 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
2023-01-04 02:58:25 -08:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2023-09-04 06:02:31 -07:00
version = "1.1.3"
2023-01-04 02:58:25 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
2023-01-04 02:58:25 -08:00
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 2.0.31",
2023-01-04 02:58:25 -08:00
]
[[package]]
name = "pin-project-lite"
2023-09-04 06:02:31 -07:00
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[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"
2023-09-04 06:02:31 -07:00
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2023-01-31 02:02:48 -08:00
[[package]]
name = "plain"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
[[package]]
name = "polyval"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"
dependencies = [
2023-01-04 02:58:25 -08:00
"cfg-if",
"cpufeatures",
"opaque-debug",
"universal-hash",
]
2023-01-31 02:02:48 -08:00
[[package]]
name = "portable-atomic"
2023-09-04 06:02:31 -07:00
version = "1.4.3"
2023-01-31 02:02:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "31114a898e107c51bb1609ffaf55a0e011cf6a4d7f1170d0015a165082c0338b"
2023-01-31 02:02:48 -08:00
2023-01-17 08:56:17 -08:00
[[package]]
2023-01-23 07:48:12 -08:00
name = "postgres-native-tls"
version = "0.5.0"
2023-01-17 08:56:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-23 07:48:12 -08:00
checksum = "2d442770e2b1e244bb5eb03b31c79b65bb2568f413b899eaba850fa945a65954"
2023-01-17 08:56:17 -08:00
dependencies = [
"futures",
2023-01-23 07:48:12 -08:00
"native-tls",
"tokio",
2023-01-23 07:48:12 -08:00
"tokio-native-tls",
"tokio-postgres",
2023-01-17 08:56:17 -08:00
]
[[package]]
name = "postgres-protocol"
2023-09-04 06:02:31 -07:00
version = "0.6.6"
2023-01-17 08:56:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "49b6c5ef183cd3ab4ba005f1ca64c21e8bd97ce4699cfea9e8d9a2c4958ca520"
2023-01-17 08:56:17 -08:00
dependencies = [
2023-09-04 06:02:31 -07:00
"base64 0.21.3",
2023-01-17 08:56:17 -08:00
"byteorder",
"bytes",
2023-01-17 08:56:17 -08:00
"fallible-iterator",
"hmac 0.12.1",
"md-5",
"memchr",
"rand 0.8.5",
2023-09-04 06:02:31 -07:00
"sha2 0.10.7",
2023-01-17 08:56:17 -08:00
"stringprep",
]
[[package]]
name = "postgres-types"
2023-09-04 06:02:31 -07:00
version = "0.2.6"
2023-01-17 08:56:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "8d2234cdee9408b523530a9b6d2d6b373d1db34f6a8e51dc03ded1828d7fb67c"
2023-01-17 08:56:17 -08:00
dependencies = [
"bytes",
"chrono",
2023-01-17 08:56:17 -08:00
"fallible-iterator",
"postgres-protocol",
2023-01-17 08:56:17 -08:00
]
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "prettyplease"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"syn 2.0.31",
]
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
"toml",
]
[[package]]
name = "proc-macro-crate"
2023-09-04 06:02:31 -07:00
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
dependencies = [
"once_cell",
2023-01-31 01:25:37 -08:00
"toml_edit",
]
[[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"
2023-09-04 06:02:31 -07:00
version = "1.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
dependencies = [
"unicode-ident",
]
2023-02-04 03:45:20 -08:00
[[package]]
name = "prometheus"
version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
dependencies = [
"cfg-if",
"fnv",
"lazy_static",
"memchr",
"parking_lot",
"protobuf",
"thiserror",
]
[[package]]
name = "prost"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4fdd22f3b9c31b53c060df4a0613a1c7f062d4115a2b984dd15b1858f7e340d"
dependencies = [
"bytes",
"prost-derive",
]
[[package]]
name = "prost-build"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bdf592881d821b83d471f8af290226c8d51402259e9bb5be7f9f8bdebbb11ac"
dependencies = [
"bytes",
"heck",
"itertools",
"log",
"multimap",
"once_cell",
"petgraph",
"prettyplease",
"prost",
"prost-types",
"regex",
"syn 2.0.31",
"tempfile",
"which",
]
[[package]]
name = "prost-derive"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "265baba7fabd416cf5078179f7d2cbeca4ce7a9041111900675ea7c4cb8a4c32"
dependencies = [
"anyhow",
"itertools",
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 2.0.31",
]
[[package]]
name = "prost-types"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e081b29f63d83a4bc75cfc9f3fe424f9156cf92d8a4f0c9407cce9a1b67327cf"
dependencies = [
"prost",
]
2023-02-04 03:45:20 -08:00
[[package]]
name = "protobuf"
version = "2.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
[[package]]
name = "protobuf-src"
version = "1.1.0+21.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7ac8852baeb3cc6fb83b93646fb93c0ffe5d14bf138c945ceb4b9948ee0e3c1"
dependencies = [
"autotools",
]
[[package]]
2022-12-16 18:35:49 -08:00
name = "qstring"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-16 18:35:49 -08:00
checksum = "d464fae65fff2680baf48019211ce37aaec0c78e9264c84a3e484717f965104e"
dependencies = [
2023-01-04 02:58:25 -08:00
"percent-encoding",
]
[[package]]
2022-12-16 18:35:49 -08:00
name = "quinn"
2023-09-04 06:02:31 -07:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "2e8b432585672228923edbbf64b8b12c14e1112f62e88737655b4a083dbcd78e"
dependencies = [
"bytes",
2023-01-31 02:02:48 -08:00
"pin-project-lite",
2022-12-16 18:35:49 -08:00
"quinn-proto",
"quinn-udp",
2023-01-31 02:02:48 -08:00
"rustc-hash",
2023-10-09 08:45:08 -07:00
"rustls 0.20.9",
2022-12-16 18:35:49 -08:00
"thiserror",
"tokio",
"tracing",
"webpki",
]
[[package]]
2022-12-16 18:35:49 -08:00
name = "quinn-proto"
2023-10-09 08:45:08 -07:00
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 08:45:08 -07:00
checksum = "94b0b33c13a79f669c85defaf4c275dc86a0c0372807d0ca3d78e0bb87274863"
dependencies = [
"bytes",
"rand 0.8.5",
"ring",
2023-01-31 02:02:48 -08:00
"rustc-hash",
2023-10-09 08:45:08 -07:00
"rustls 0.20.9",
"rustls-native-certs",
"slab",
"thiserror",
"tinyvec",
"tracing",
"webpki",
]
[[package]]
name = "quinn-udp"
2023-01-31 02:02:48 -08:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 02:02:48 -08:00
checksum = "641538578b21f5e5c8ea733b736895576d0fe329bb883b937db6f4d163dbaaf4"
dependencies = [
"libc",
"quinn-proto",
2023-04-04 00:17:32 -07:00
"socket2 0.4.9",
"tracing",
2023-02-02 02:50:06 -08:00
"windows-sys 0.42.0",
]
[[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"
2023-09-04 06:02:31 -07:00
version = "1.0.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
]
[[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",
"rand_core 0.5.1",
"rand_hc",
]
[[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",
]
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
"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",
]
[[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",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
2023-09-04 06:02:31 -07:00
"getrandom 0.2.10",
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core 0.5.1",
]
[[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",
]
[[package]]
name = "rayon"
2023-09-04 06:02:31 -07:00
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-09-04 06:02:31 -07:00
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
2023-06-23 00:01:17 -07:00
[[package]]
name = "rcgen"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd"
dependencies = [
"pem",
"ring",
2023-09-04 06:02:31 -07:00
"time 0.3.28",
2023-06-23 00:01:17 -07:00
"yasna",
]
[[package]]
name = "rcgen"
2023-01-31 02:02:48 -08:00
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 02:02:48 -08:00
checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"
dependencies = [
"pem",
"ring",
2023-09-04 06:02:31 -07:00
"time 0.3.28",
"yasna",
]
[[package]]
name = "redox_syscall"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
2023-09-04 06:02:31 -07:00
"bitflags 1.3.2",
]
2023-04-04 00:17:32 -07:00
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
2023-09-04 06:02:31 -07:00
"bitflags 1.3.2",
2023-04-04 00:17:32 -07:00
]
[[package]]
name = "redox_users"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
2023-09-04 06:02:31 -07:00
"getrandom 0.2.10",
2023-04-04 00:17:32 -07:00
"redox_syscall 0.2.16",
"thiserror",
]
[[package]]
name = "regex"
2023-09-04 06:02:31 -07:00
version = "1.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47"
dependencies = [
"aho-corasick",
"memchr",
2023-09-04 06:02:31 -07:00
"regex-automata 0.3.8",
"regex-syntax 0.7.5",
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
2023-09-04 06:02:31 -07:00
"regex-syntax 0.6.29",
]
[[package]]
name = "regex-automata"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax 0.7.5",
]
[[package]]
name = "regex-syntax"
2023-09-04 06:02:31 -07:00
version = "0.6.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
[[package]]
name = "regex-syntax"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
[[package]]
name = "reqwest"
2023-09-04 06:02:31 -07:00
version = "0.11.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
dependencies = [
"async-compression",
2023-09-04 06:02:31 -07:00
"base64 0.21.3",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
2023-09-04 06:02:31 -07:00
"hyper-rustls",
"ipnet",
"js-sys",
"log",
"mime",
"once_cell",
2023-01-04 02:58:25 -08:00
"percent-encoding",
"pin-project-lite",
2023-09-04 06:02:31 -07:00
"rustls 0.21.7",
2023-01-31 02:02:48 -08:00
"rustls-pemfile",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
2023-09-04 06:02:31 -07:00
"tokio-rustls 0.24.1",
2023-01-04 02:58:25 -08:00
"tokio-util",
"tower-service",
2023-01-04 02:58:25 -08:00
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2023-09-04 06:02:31 -07:00
"webpki-roots 0.25.2",
"winreg",
]
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
2022-12-16 18:35:49 -08:00
"spin",
"untrusted",
"web-sys",
2022-12-16 18:35:49 -08:00
"winapi",
]
[[package]]
name = "rpassword"
version = "7.2.0"
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"
dependencies = [
"libc",
"winapi",
]
[[package]]
2023-01-31 02:02:48 -08:00
name = "rustc-demangle"
2023-09-04 06:02:31 -07:00
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
2023-09-04 06:02:31 -07:00
"semver",
]
[[package]]
name = "rusticata-macros"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
dependencies = [
2023-01-31 10:44:24 -08:00
"nom",
]
2022-11-30 07:56:41 -08:00
[[package]]
name = "rustix"
2023-09-04 06:02:31 -07:00
version = "0.38.11"
2022-11-30 07:56:41 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "c0c3dde1fc030af041adc40e79c0e7fbcf431dd24870053d187d7c66e4b87453"
2022-11-30 07:56:41 -08:00
dependencies = [
2023-09-04 06:02:31 -07:00
"bitflags 2.4.0",
"errno",
2022-11-30 07:56:41 -08:00
"libc",
"linux-raw-sys",
"windows-sys 0.48.0",
2023-04-04 00:17:32 -07:00
]
[[package]]
name = "rustls"
2023-10-09 08:45:08 -07:00
version = "0.20.9"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 08:45:08 -07:00
checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
2023-04-04 00:17:32 -07:00
dependencies = [
"log",
"ring",
"sct",
"webpki",
2022-11-30 07:56:41 -08:00
]
[[package]]
name = "rustls"
2023-09-04 06:02:31 -07:00
version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
dependencies = [
"log",
"ring",
2023-09-04 06:02:31 -07:00
"rustls-webpki 0.101.4",
"sct",
]
[[package]]
name = "rustls-native-certs"
2023-09-04 06:02:31 -07:00
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
dependencies = [
"openssl-probe",
2023-01-31 02:02:48 -08:00
"rustls-pemfile",
"schannel",
"security-framework",
]
[[package]]
name = "rustls-pemfile"
2023-09-04 06:02:31 -07:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
dependencies = [
"base64 0.21.3",
]
[[package]]
name = "rustls-webpki"
version = "0.100.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "e98ff011474fa39949b7e5c0428f9b4937eda7da7848bbb947786b7be0b27dab"
dependencies = [
2023-09-04 06:02:31 -07:00
"ring",
"untrusted",
]
[[package]]
name = "rustls-webpki"
2023-09-04 06:02:31 -07:00
version = "0.101.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "7d93931baf2d282fff8d3a532bbfd7653f734643161b87e3e01e59a04439bf0d"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "rustversion"
2023-09-04 06:02:31 -07:00
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
[[package]]
name = "ryu"
2023-09-04 06:02:31 -07:00
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
[[package]]
name = "schannel"
2023-09-04 06:02:31 -07:00
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
dependencies = [
2023-09-04 06:02:31 -07:00
"windows-sys 0.48.0",
]
[[package]]
name = "scopeguard"
2023-09-04 06:02:31 -07:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2023-01-31 02:02:48 -08:00
[[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"
2023-09-04 06:02:31 -07:00
version = "0.11.1"
2023-01-31 02:02:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "1db149f81d46d2deba7cd3c50772474707729550221e69588478ebf9ada425ae"
2023-01-31 02:02:48 -08:00
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 2.0.31",
2023-01-31 02:02:48 -08:00
]
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "security-framework"
2023-09-04 06:02:31 -07:00
version = "2.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
dependencies = [
2023-09-04 06:02:31 -07:00
"bitflags 1.3.2",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2023-09-04 06:02:31 -07:00
version = "2.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
dependencies = [
"core-foundation-sys",
"libc",
]
2023-01-31 02:02:48 -08:00
[[package]]
name = "semver"
2023-09-04 06:02:31 -07:00
version = "1.0.18"
2022-11-30 07:56:41 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
2023-01-31 02:02:48 -08:00
2023-01-04 02:58:25 -08:00
[[package]]
name = "send_wrapper"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0"
[[package]]
name = "serde"
2023-09-04 06:02:31 -07:00
version = "1.0.188"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_bytes"
2023-09-04 06:02:31 -07:00
version = "0.11.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "ab33ec92f677585af6d88c65593ae2375adde54efdbf16d597f2cbc7a6d368ff"
dependencies = [
"serde",
]
[[package]]
name = "serde_derive"
2023-09-04 06:02:31 -07:00
version = "1.0.188"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 2.0.31",
]
[[package]]
name = "serde_json"
2023-09-04 06:02:31 -07:00
version = "1.0.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
dependencies = [
2023-02-22 05:58:14 -08:00
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
2023-02-22 05:58:14 -08:00
"itoa",
"ryu",
"serde",
]
[[package]]
2023-01-31 02:02:48 -08:00
name = "serde_with"
2023-09-04 06:02:31 -07:00
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "07ff71d2c147a7b57362cead5e22f772cd52f6ab31cfcd9edcd7f6aeb2a0afbe"
dependencies = [
"serde",
2023-01-31 02:02:48 -08:00
"serde_with_macros",
]
[[package]]
name = "serde_with_macros"
2023-09-04 06:02:31 -07:00
version = "2.3.3"
2023-01-31 02:02:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "881b6f881b17d13214e5d494c939ebab463d01264ce1811e9d4ac3a882e7695f"
2023-01-31 02:02:48 -08:00
dependencies = [
"darling",
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 2.0.31",
]
2023-01-04 02:58:25 -08:00
[[package]]
name = "sha-1"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
dependencies = [
"block-buffer 0.9.0",
"cfg-if",
"cpufeatures",
"digest 0.9.0",
"opaque-debug",
]
[[package]]
name = "sha-1"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
dependencies = [
2023-01-04 02:58:25 -08:00
"cfg-if",
"cpufeatures",
2023-09-04 06:02:31 -07:00
"digest 0.10.7",
]
[[package]]
name = "sha2"
version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
dependencies = [
"block-buffer 0.9.0",
2023-01-04 02:58:25 -08:00
"cfg-if",
"cpufeatures",
"digest 0.9.0",
"opaque-debug",
]
[[package]]
name = "sha2"
2023-09-04 06:02:31 -07:00
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
dependencies = [
2023-01-04 02:58:25 -08:00
"cfg-if",
"cpufeatures",
2023-09-04 06:02:31 -07:00
"digest 0.10.7",
]
[[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",
]
[[package]]
name = "sha3"
2023-09-04 06:02:31 -07:00
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
dependencies = [
2023-09-04 06:02:31 -07:00
"digest 0.10.7",
"keccak",
]
2023-01-11 22:27:38 -08:00
[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
[[package]]
name = "shell-words"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
[[package]]
name = "signal-hook-registry"
2023-02-22 05:58:14 -08:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 05:58:14 -08:00
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
dependencies = [
"libc",
]
[[package]]
name = "signature"
version = "1.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
2023-01-17 08:56:17 -08:00
[[package]]
name = "siphasher"
2023-09-04 06:02:31 -07:00
version = "0.3.11"
2023-01-17 08:56:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2023-01-17 08:56:17 -08:00
[[package]]
name = "sized-chunks"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
dependencies = [
"bitmaps",
"typenum",
]
[[package]]
name = "slab"
2023-09-04 06:02:31 -07:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
2023-09-04 06:02:31 -07:00
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
[[package]]
name = "socket2"
2023-04-04 00:17:32 -07:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-04 00:17:32 -07:00
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
dependencies = [
"libc",
2022-12-16 18:35:49 -08:00
"winapi",
]
2023-04-04 00:17:32 -07:00
[[package]]
name = "socket2"
2023-09-04 06:02:31 -07:00
version = "0.5.3"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
2023-04-04 00:17:32 -07:00
dependencies = [
"libc",
2023-09-04 06:02:31 -07:00
"windows-sys 0.48.0",
2023-04-04 00:17:32 -07:00
]
2023-01-04 02:58:25 -08:00
[[package]]
name = "soketto"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"
dependencies = [
"base64 0.13.1",
"bytes",
"futures",
"http",
"httparse",
"log",
"rand 0.8.5",
"sha-1 0.9.8",
]
2023-02-02 02:50:06 -08:00
[[package]]
name = "solana-account-decoder"
version = "1.16.17"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "121e55656c2094950f374247e1303dd09517f1ed49c91bf60bf114760b286eb4"
2023-02-02 02:50:06 -08:00
dependencies = [
"Inflector",
2023-09-04 06:02:31 -07:00
"base64 0.21.3",
2023-02-02 02:50:06 -08:00
"bincode",
"bs58",
"bv",
"lazy_static",
"serde",
"serde_derive",
"serde_json",
"solana-address-lookup-table-program",
"solana-config-program",
2023-04-04 00:17:32 -07:00
"solana-sdk",
2023-02-02 02:50:06 -08:00
"spl-token",
"spl-token-2022",
"spl-token-metadata-interface",
2023-02-02 02:50:06 -08:00
"thiserror",
"zstd",
]
[[package]]
name = "solana-address-lookup-table-program"
version = "1.16.17"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ccb31f7f14d5876acd9ec38f5bf6097bfb4b350141d81c7ff2bf684db3ca815"
dependencies = [
"bincode",
"bytemuck",
"log",
"num-derive 0.3.3",
2023-09-04 06:02:31 -07:00
"num-traits 0.2.16",
"rustc_version",
"serde",
2023-04-04 00:17:32 -07:00
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-program",
"solana-program-runtime",
2023-04-04 00:17:32 -07:00
"solana-sdk",
2022-11-30 07:56:41 -08:00
"thiserror",
]
[[package]]
name = "solana-clap-utils"
version = "1.16.17"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47a8150d4ff694d9587496a5976d33e6ebdb16cc61c6338bdfe3b2fc2c7c4986"
dependencies = [
"chrono",
"clap 2.34.0",
"rpassword",
"solana-perf",
"solana-remote-wallet",
2023-04-04 00:17:32 -07:00
"solana-sdk",
"thiserror",
"tiny-bip39",
"uriparse",
"url",
]
[[package]]
name = "solana-client"
version = "1.16.17"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35d7582847ab4d60652ff640ca574647789461c1630e8c7580ff770738c3d7f4"
dependencies = [
"async-trait",
"bincode",
"futures",
"futures-util",
"indexmap 1.9.3",
"indicatif",
"log",
"quinn",
"rand 0.7.3",
"rayon",
2023-04-04 00:17:32 -07:00
"solana-connection-cache",
"solana-measure",
"solana-metrics",
"solana-pubsub-client",
"solana-quic-client",
"solana-rpc-client",
"solana-rpc-client-api",
"solana-rpc-client-nonce-utils",
2023-04-04 00:17:32 -07:00
"solana-sdk",
"solana-streamer",
"solana-thin-client",
"solana-tpu-client",
"solana-udp-client",
"thiserror",
"tokio",
]
2023-02-02 02:50:06 -08:00
[[package]]
name = "solana-config-program"
version = "1.16.17"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94dc0f4463daf1c6155f20eac948ea4ced705e5f5520546aef4e11e746a6d95d"
2023-02-02 02:50:06 -08:00
dependencies = [
"bincode",
"chrono",
"serde",
"serde_derive",
"solana-program-runtime",
2023-04-04 00:17:32 -07:00
"solana-sdk",
2023-02-02 02:50:06 -08:00
]
[[package]]
2023-04-04 00:17:32 -07:00
name = "solana-connection-cache"
version = "1.16.17"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "758587d44e05a4abdf82b9514d1c8b7d35637ad65f7af7c3e3e02417aaae3c9e"
dependencies = [
2023-04-04 00:17:32 -07:00
"async-trait",
"bincode",
"futures-util",
"indexmap 1.9.3",
"log",
2023-04-04 00:17:32 -07:00
"rand 0.7.3",
"rayon",
2023-09-04 06:02:31 -07:00
"rcgen 0.10.0",
2023-04-04 00:17:32 -07:00
"solana-measure",
"solana-metrics",
"solana-sdk",
"thiserror",
2023-04-04 00:17:32 -07:00
"tokio",
]
2023-02-02 02:50:06 -08:00
[[package]]
name = "solana-frozen-abi"
version = "1.16.17"
2023-02-22 05:58:14 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d266bf0311bb403d31206aa2904b8741f57c7f5e27580b6810ad5e22fc7c3282"
2023-02-02 02:50:06 -08:00
dependencies = [
2023-09-04 06:02:31 -07:00
"ahash 0.8.3",
2023-02-02 02:50:06 -08:00
"blake3",
2023-09-04 06:02:31 -07:00
"block-buffer 0.10.4",
2023-02-02 02:50:06 -08:00
"bs58",
"bv",
"byteorder",
"cc",
"either",
"generic-array",
"getrandom 0.1.16",
"im",
"lazy_static",
"log",
"memmap2",
"once_cell",
"rand_core 0.6.4",
2023-09-04 06:02:31 -07:00
"rustc_version",
2023-02-02 02:50:06 -08:00
"serde",
"serde_bytes",
"serde_derive",
"serde_json",
2023-09-04 06:02:31 -07:00
"sha2 0.10.7",
2023-04-04 00:17:32 -07:00
"solana-frozen-abi-macro",
2023-02-02 02:50:06 -08:00
"subtle",
"thiserror",
]
[[package]]
name = "solana-frozen-abi-macro"
version = "1.16.17"
2023-02-22 05:58:14 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dfe18c5155015dcb494c6de84a03b725fcf90ec2006a047769018b94c2cf0de"
2023-02-02 02:50:06 -08:00
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"rustc_version",
"syn 2.0.31",
2023-02-02 02:50:06 -08:00
]
[[package]]
name = "solana-lite-rpc-cluster-endpoints"
version = "0.2.3"
dependencies = [
"anyhow",
"async-channel",
"async-trait",
2023-09-04 06:02:31 -07:00
"base64 0.21.3",
"bincode",
"bs58",
"bytes",
"chrono",
"dashmap",
"derive_more",
"futures",
"itertools",
2023-10-25 01:37:20 -07:00
"lazy_static",
"log",
2023-10-25 01:37:20 -07:00
"prometheus",
"quinn",
2023-10-09 08:45:08 -07:00
"rustls 0.20.9",
"serde",
"serde_json",
"solana-client",
"solana-lite-rpc-core",
"solana-net-utils",
"solana-pubsub-client",
"solana-rpc-client-api",
"solana-sdk",
"solana-streamer",
"solana-transaction-status",
"solana-version",
"thiserror",
"tokio",
"yellowstone-grpc-client",
"yellowstone-grpc-proto",
]
[[package]]
name = "solana-lite-rpc-core"
version = "0.2.3"
dependencies = [
"anyhow",
"async-trait",
2023-09-04 06:02:31 -07:00
"base64 0.21.3",
"bincode",
"bs58",
"bytes",
"chrono",
"dashmap",
"futures",
"itertools",
"log",
"quinn",
2023-10-09 08:45:08 -07:00
"rustls 0.20.9",
"serde",
"serde_json",
2023-10-04 02:28:18 -07:00
"solana-account-decoder",
"solana-client",
"solana-net-utils",
"solana-pubsub-client",
2023-10-04 02:28:18 -07:00
"solana-rpc-client",
"solana-rpc-client-api",
"solana-sdk",
"solana-streamer",
"solana-transaction-status",
"solana-version",
"thiserror",
"tokio",
]
[[package]]
name = "solana-lite-rpc-history"
version = "0.2.3"
dependencies = [
"anyhow",
"async-trait",
"base64 0.21.3",
"bincode",
"chrono",
"dashmap",
"itertools",
"log",
"native-tls",
"postgres-native-tls",
"serde",
"solana-lite-rpc-core",
"solana-rpc-client",
"solana-rpc-client-api",
"solana-sdk",
"solana-transaction-status",
"tokio",
"tokio-postgres",
]
2023-06-23 00:01:17 -07:00
[[package]]
name = "solana-lite-rpc-quic-forward-proxy"
version = "0.1.0"
dependencies = [
"anyhow",
"async-channel",
"async-trait",
2023-09-04 06:02:31 -07:00
"base64 0.21.3",
2023-06-23 00:01:17 -07:00
"bincode",
"bs58",
"bytes",
"chrono",
2023-09-04 06:02:31 -07:00
"clap 4.4.2",
2023-06-23 00:01:17 -07:00
"dashmap",
"dotenv",
2023-07-29 02:18:20 -07:00
"futures",
2023-06-29 02:05:49 -07:00
"itertools",
2023-06-23 00:01:17 -07:00
"lazy_static",
"log",
"native-tls",
"prometheus",
"quinn",
"rcgen 0.9.3",
2023-10-09 08:45:08 -07:00
"rustls 0.20.9",
2023-06-23 00:01:17 -07:00
"serde",
"serde_json",
2023-09-02 05:59:47 -07:00
"solana-lite-rpc-core",
"solana-net-utils",
2023-06-23 00:01:17 -07:00
"solana-sdk",
"solana-streamer",
2023-07-20 05:08:38 -07:00
"solana-transaction-status",
"spl-memo 3.0.1",
2023-07-20 05:08:38 -07:00
"thiserror",
"tokio",
2023-07-29 02:18:20 -07:00
"tracing",
2023-07-20 05:08:38 -07:00
"tracing-subscriber",
]
[[package]]
name = "solana-lite-rpc-quic-forward-proxy-integration-test"
version = "0.1.0"
dependencies = [
"anyhow",
"async-channel",
"async-trait",
2023-09-04 06:02:31 -07:00
"base64 0.21.3",
2023-07-20 05:08:38 -07:00
"bincode",
"bs58",
"bytes",
"chrono",
2023-09-04 06:02:31 -07:00
"clap 4.4.2",
2023-07-20 05:08:38 -07:00
"countmap",
"crossbeam-channel",
"dashmap",
"dotenv",
"futures",
"itertools",
"lazy_static",
"log",
"native-tls",
"prometheus",
"quinn",
"rcgen 0.9.3",
2023-10-09 08:45:08 -07:00
"rustls 0.20.9",
2023-07-20 05:08:38 -07:00
"serde",
"serde_json",
"solana-lite-rpc-core",
2023-07-29 02:18:20 -07:00
"solana-lite-rpc-quic-forward-proxy",
2023-07-20 05:08:38 -07:00
"solana-lite-rpc-services",
"solana-net-utils",
"solana-sdk",
"solana-streamer",
"solana-transaction-status",
"spl-memo 3.0.1",
2023-06-23 00:01:17 -07:00
"thiserror",
"tokio",
"tracing-subscriber",
]
[[package]]
2023-06-07 06:49:46 -07:00
name = "solana-lite-rpc-services"
version = "0.2.3"
dependencies = [
"anyhow",
"async-channel",
2023-07-29 02:18:20 -07:00
"async-trait",
2023-09-04 06:02:31 -07:00
"base64 0.21.3",
"bincode",
"bs58",
"bytes",
"chrono",
"countmap",
"crossbeam-channel",
"dashmap",
"futures",
2023-06-29 02:05:49 -07:00
"itertools",
"lazy_static",
"log",
"prometheus",
"quinn",
2023-10-09 08:45:08 -07:00
"rustls 0.20.9",
"serde",
"serde_json",
"solana-client",
"solana-lite-rpc-core",
"solana-net-utils",
"solana-pubsub-client",
"solana-rpc-client-api",
"solana-sdk",
"solana-streamer",
"solana-transaction-status",
"solana-version",
"thiserror",
"tokio",
"tracing",
"tracing-subscriber",
]
2023-02-02 02:50:06 -08:00
[[package]]
name = "solana-logger"
version = "1.16.17"
2023-02-22 05:58:14 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f76fe25c2d06dcf621befd1e8d5655143e8a059c7e20fcb71736bc80ed779d6"
2023-02-02 02:50:06 -08:00
dependencies = [
"env_logger",
"lazy_static",
"log",
]
[[package]]
name = "solana-measure"
version = "1.16.17"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db165b8a7f5d840abef011c78a18ffe63cad9192d676b07d94f469b6b5dc6cf6"
2023-02-02 02:50:06 -08:00
dependencies = [
"log",
2023-04-04 00:17:32 -07:00
"solana-sdk",
]
2023-02-02 02:50:06 -08:00
[[package]]
name = "solana-metrics"
version = "1.16.17"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa01731bb3952904962d49a1ea1205db54e93f3a56f4006d32e02a7c85d60546"
2023-02-02 02:50:06 -08:00
dependencies = [
"crossbeam-channel",
"gethostname",
"lazy_static",
"log",
"reqwest",
2023-04-04 00:17:32 -07:00
"solana-sdk",
2023-02-02 02:50:06 -08:00
]
[[package]]
name = "solana-net-utils"
version = "1.16.17"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd7ab67329dcebe4a40673fd0da27373282b1359ec7945e0fb81a9c594bcd057"
dependencies = [
"bincode",
2023-09-04 06:02:31 -07:00
"clap 3.2.25",
"crossbeam-channel",
"log",
"nix",
"rand 0.7.3",
"serde",
"serde_derive",
2023-04-04 00:17:32 -07:00
"socket2 0.4.9",
"solana-logger",
"solana-sdk",
"solana-version",
"tokio",
2023-01-04 02:58:25 -08:00
"url",
]
[[package]]
name = "solana-perf"
version = "1.16.17"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f900c1015844087cd4f10ba9d2d26a9859f2f5ca07427865cc74942595abc0a7"
dependencies = [
2023-09-04 06:02:31 -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",
2023-04-04 00:17:32 -07:00
"solana-sdk",
"solana-vote-program",
]
2023-01-31 02:02:48 -08:00
[[package]]
name = "solana-program"
version = "1.16.17"
2023-02-22 05:58:14 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bb16998986492de307eef503ce47e84503d35baa92dc60832b22476948b1c16"
2023-01-31 02:02:48 -08:00
dependencies = [
"ark-bn254",
"ark-ec",
"ark-ff",
2023-09-04 06:02:31 -07:00
"ark-serialize",
2023-01-31 02:02:48 -08:00
"array-bytes",
2023-09-04 06:02:31 -07:00
"base64 0.21.3",
2023-01-31 02:02:48 -08:00
"bincode",
2023-09-04 06:02:31 -07:00
"bitflags 1.3.2",
2023-01-31 02:02:48 -08:00
"blake3",
2023-09-04 06:02:31 -07:00
"borsh 0.10.3",
"borsh 0.9.3",
2023-01-31 02:02:48 -08:00
"bs58",
"bv",
"bytemuck",
"cc",
"console_error_panic_hook",
"console_log",
"curve25519-dalek",
2023-09-04 06:02:31 -07:00
"getrandom 0.2.10",
2023-01-31 02:02:48 -08:00
"itertools",
"js-sys",
"lazy_static",
"libc",
"libsecp256k1",
"log",
2023-09-04 06:02:31 -07:00
"memoffset 0.9.0",
"num-bigint 0.4.4",
"num-derive 0.3.3",
2023-09-04 06:02:31 -07:00
"num-traits 0.2.16",
2023-01-31 02:02:48 -08:00
"parking_lot",
"rand 0.7.3",
"rand_chacha 0.2.2",
2023-09-04 06:02:31 -07:00
"rustc_version",
2023-01-31 02:02:48 -08:00
"rustversion",
"serde",
"serde_bytes",
"serde_derive",
"serde_json",
2023-09-04 06:02:31 -07:00
"sha2 0.10.7",
"sha3 0.10.8",
2023-04-04 00:17:32 -07:00
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-sdk-macro",
"thiserror",
"tiny-bip39",
"wasm-bindgen",
"zeroize",
]
[[package]]
name = "solana-program-runtime"
version = "1.16.17"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "036d6ecf67a3a7c6dc74d4f7fa6ab321e7ce8feccb7c9dff8384a41d0a12345b"
dependencies = [
2023-09-04 06:02:31 -07:00
"base64 0.21.3",
"bincode",
"eager",
"enum-iterator",
"itertools",
"libc",
"log",
"num-derive 0.3.3",
2023-09-04 06:02:31 -07:00
"num-traits 0.2.16",
"percentage",
"rand 0.7.3",
2023-09-04 06:02:31 -07:00
"rustc_version",
"serde",
2023-04-04 00:17:32 -07:00
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-measure",
"solana-metrics",
2023-04-04 00:17:32 -07:00
"solana-sdk",
2023-01-31 02:02:48 -08:00
"solana_rbpf",
"thiserror",
]
2023-01-31 02:02:48 -08:00
[[package]]
name = "solana-pubsub-client"
version = "1.16.17"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70e318f46bedb39374e98f299266a155b2c81c9d920f3c90f761261267c275c1"
2023-01-31 02:02:48 -08:00
dependencies = [
"crossbeam-channel",
"futures-util",
"log",
"reqwest",
2023-09-04 06:02:31 -07:00
"semver",
2023-01-31 02:02:48 -08:00
"serde",
"serde_derive",
"serde_json",
"solana-account-decoder",
"solana-rpc-client-api",
2023-04-04 00:17:32 -07:00
"solana-sdk",
2023-01-31 02:02:48 -08:00
"thiserror",
"tokio",
"tokio-stream",
"tokio-tungstenite",
"tungstenite",
"url",
]
[[package]]
name = "solana-quic-client"
version = "1.16.17"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61db18a804642f8eb37369e903774a85d7949a55bd204ec090ebe0742fd2fe32"
2023-01-31 02:02:48 -08:00
dependencies = [
"async-mutex",
"async-trait",
"futures",
"itertools",
"lazy_static",
"log",
"quinn",
"quinn-proto",
"quinn-udp",
2023-09-04 06:02:31 -07:00
"rcgen 0.10.0",
2023-10-09 08:45:08 -07:00
"rustls 0.20.9",
2023-04-04 00:17:32 -07:00
"solana-connection-cache",
"solana-measure",
"solana-metrics",
2023-01-31 02:02:48 -08:00
"solana-net-utils",
"solana-rpc-client-api",
2023-04-04 00:17:32 -07:00
"solana-sdk",
2023-01-31 02:02:48 -08:00
"solana-streamer",
"thiserror",
"tokio",
]
[[package]]
name = "solana-rayon-threadlimit"
version = "1.16.17"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "805377478f2d413f6cfcba6924c81ac4988ac0f96cdb045a8a9d81c430e6622a"
dependencies = [
"lazy_static",
"num_cpus",
]
[[package]]
name = "solana-remote-wallet"
version = "1.16.17"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a1148dcd76f76ad0399c1d9abf05cb32a0e545c5bee47ebe6d3b3e800c7fa7c"
dependencies = [
"console",
"dialoguer",
"log",
"num-derive 0.3.3",
2023-09-04 06:02:31 -07:00
"num-traits 0.2.16",
"parking_lot",
"qstring",
2023-09-04 06:02:31 -07:00
"semver",
2023-04-04 00:17:32 -07:00
"solana-sdk",
"thiserror",
"uriparse",
]
2023-02-02 02:50:06 -08:00
[[package]]
name = "solana-rpc-client"
version = "1.16.17"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc51a85c6ff03bb4a3e1fde1e36dcb553b990f2b3e66aed941a31a6a7c20fa33"
2023-02-02 02:50:06 -08:00
dependencies = [
"async-trait",
2023-09-04 06:02:31 -07:00
"base64 0.21.3",
2023-02-02 02:50:06 -08:00
"bincode",
"bs58",
"indicatif",
"log",
"reqwest",
2023-09-04 06:02:31 -07:00
"semver",
2023-02-02 02:50:06 -08:00
"serde",
"serde_derive",
"serde_json",
"solana-account-decoder",
"solana-rpc-client-api",
2023-04-04 00:17:32 -07:00
"solana-sdk",
"solana-transaction-status",
"solana-version",
"solana-vote-program",
"tokio",
2023-02-02 02:50:06 -08:00
]
[[package]]
name = "solana-rpc-client-api"
version = "1.16.17"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6756a1f89f509154644a958869c7cc6c70cc622f44faddf9b94612d8d2d8eed5"
2023-02-02 02:50:06 -08:00
dependencies = [
2023-09-04 06:02:31 -07:00
"base64 0.21.3",
2023-02-02 02:50:06 -08:00
"bs58",
"jsonrpc-core",
"reqwest",
2023-09-04 06:02:31 -07:00
"semver",
2023-02-02 02:50:06 -08:00
"serde",
"serde_derive",
"serde_json",
"solana-account-decoder",
2023-04-04 00:17:32 -07:00
"solana-sdk",
"solana-transaction-status",
"solana-version",
2023-01-31 02:02:48 -08:00
"spl-token-2022",
"thiserror",
]
[[package]]
name = "solana-rpc-client-nonce-utils"
version = "1.16.17"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4850e8db607525a36d330f073703e78e908a54ac66aa323a44cfc12c14c16699"
dependencies = [
"clap 2.34.0",
"solana-clap-utils",
"solana-rpc-client",
2023-04-04 00:17:32 -07:00
"solana-sdk",
"thiserror",
]
[[package]]
name = "solana-sdk"
version = "1.16.17"
2023-02-22 05:58:14 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4106cda3d10833ba957dbd25fb841b50aeca7480ccf8f54859294716f54bcd4b"
dependencies = [
"assert_matches",
2023-09-04 06:02:31 -07:00
"base64 0.21.3",
"bincode",
2023-09-04 06:02:31 -07:00
"bitflags 1.3.2",
"borsh 0.10.3",
"bs58",
"bytemuck",
"byteorder",
"chrono",
"derivation-path",
2023-09-04 06:02:31 -07:00
"digest 0.10.7",
"ed25519-dalek",
"ed25519-dalek-bip32",
"generic-array",
"hmac 0.12.1",
"itertools",
"js-sys",
"lazy_static",
"libsecp256k1",
"log",
"memmap2",
"num-derive 0.3.3",
2023-09-04 06:02:31 -07:00
"num-traits 0.2.16",
"num_enum 0.6.1",
"pbkdf2 0.11.0",
"qstring",
"rand 0.7.3",
"rand_chacha 0.2.2",
2023-09-04 06:02:31 -07:00
"rustc_version",
"rustversion",
"serde",
"serde_bytes",
"serde_derive",
"serde_json",
2023-01-31 02:02:48 -08:00
"serde_with",
2023-09-04 06:02:31 -07:00
"sha2 0.10.7",
"sha3 0.10.8",
2023-04-04 00:17:32 -07:00
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-logger",
"solana-program",
"solana-sdk-macro",
"thiserror",
"uriparse",
"wasm-bindgen",
]
2023-02-02 02:50:06 -08:00
[[package]]
name = "solana-sdk-macro"
version = "1.16.17"
2023-02-22 05:58:14 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e560806a3859717eb2220b26e2cd68bb757b63affa3e79c3f1d8d853b5ee78f"
2023-02-02 02:50:06 -08:00
dependencies = [
"bs58",
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
2023-02-02 02:50:06 -08:00
"rustversion",
2023-09-04 06:02:31 -07:00
"syn 2.0.31",
2023-02-02 02:50:06 -08:00
]
[[package]]
name = "solana-streamer"
version = "1.16.17"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78f142cbb497d257e70253c158a4c34037e310d24a055fae7dbc5c396b7611aa"
dependencies = [
2023-09-04 06:02:31 -07:00
"async-channel",
"bytes",
"crossbeam-channel",
"futures-util",
"histogram",
"indexmap 1.9.3",
"itertools",
"libc",
"log",
"nix",
"pem",
"percentage",
"pkcs8",
"quinn",
2023-01-31 02:02:48 -08:00
"quinn-proto",
"quinn-udp",
"rand 0.7.3",
2023-06-23 00:01:17 -07:00
"rcgen 0.10.0",
2023-10-09 08:45:08 -07:00
"rustls 0.20.9",
"solana-metrics",
"solana-perf",
2023-04-04 00:17:32 -07:00
"solana-sdk",
"thiserror",
"tokio",
"x509-parser",
]
[[package]]
name = "solana-thin-client"
version = "1.16.17"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0e41ce715b34749d2c0d3181dd910d2b99fa2142a0aaf3cd44926cb02edd60d"
dependencies = [
"bincode",
"log",
2023-04-04 00:17:32 -07:00
"rayon",
"solana-connection-cache",
"solana-rpc-client",
"solana-rpc-client-api",
2023-04-04 00:17:32 -07:00
"solana-sdk",
]
2023-01-31 02:02:48 -08:00
[[package]]
name = "solana-tpu-client"
version = "1.16.17"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84ec99361a39e17a2bffe2a59b97b3d20ddef323f9166929783ce49f340c200d"
2023-01-31 02:02:48 -08:00
dependencies = [
"async-trait",
"bincode",
"futures-util",
"indexmap 1.9.3",
2023-01-31 02:02:48 -08:00
"indicatif",
"log",
"rand 0.7.3",
"rayon",
2023-04-04 00:17:32 -07:00
"solana-connection-cache",
"solana-measure",
"solana-metrics",
2023-01-31 02:02:48 -08:00
"solana-pubsub-client",
"solana-rpc-client",
"solana-rpc-client-api",
2023-04-04 00:17:32 -07:00
"solana-sdk",
"thiserror",
"tokio",
]
2023-02-02 02:50:06 -08:00
[[package]]
name = "solana-transaction-status"
version = "1.16.17"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "236dd4e43b8a7402bce250228e04c0c68d9493a3e19c71b377ccc7c4390fd969"
2023-02-02 02:50:06 -08:00
dependencies = [
"Inflector",
2023-09-04 06:02:31 -07:00
"base64 0.21.3",
2023-02-02 02:50:06 -08:00
"bincode",
"borsh 0.10.3",
2023-02-02 02:50:06 -08:00
"bs58",
"lazy_static",
"log",
"serde",
"serde_derive",
"serde_json",
"solana-account-decoder",
"solana-address-lookup-table-program",
2023-04-04 00:17:32 -07:00
"solana-sdk",
2023-02-02 02:50:06 -08:00
"spl-associated-token-account",
"spl-memo 4.0.0",
2023-02-02 02:50:06 -08:00
"spl-token",
"spl-token-2022",
"thiserror",
]
[[package]]
name = "solana-udp-client"
version = "1.16.17"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b438036719e5c1201aba2336a5dc1caa8c8eefafd7110b7a3818ae199b54da"
dependencies = [
"async-trait",
2023-04-04 00:17:32 -07:00
"solana-connection-cache",
"solana-net-utils",
2023-04-04 00:17:32 -07:00
"solana-sdk",
"solana-streamer",
"thiserror",
"tokio",
]
[[package]]
name = "solana-version"
version = "1.16.17"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62847d7ef409e3b410f65e726bf7816d8f8d0330918e78537e940bdf1ca061ae"
dependencies = [
"log",
2023-09-04 06:02:31 -07:00
"rustc_version",
"semver",
"serde",
2022-12-16 18:35:49 -08:00
"serde_derive",
2023-04-04 00:17:32 -07:00
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-sdk",
]
[[package]]
2022-12-16 18:35:49 -08:00
name = "solana-vote-program"
version = "1.16.17"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb0c3e5ee7bd03b249c6b80eead5620af62bc7ef1af8ea4f499b8054b00e9c7d"
dependencies = [
"bincode",
2022-12-16 18:35:49 -08:00
"log",
"num-derive 0.3.3",
2023-09-04 06:02:31 -07:00
"num-traits 0.2.16",
"rustc_version",
"serde",
2022-12-16 18:35:49 -08:00
"serde_derive",
2023-04-04 00:17:32 -07:00
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-metrics",
2023-04-04 00:17:32 -07:00
"solana-program",
"solana-program-runtime",
2023-04-04 00:17:32 -07:00
"solana-sdk",
"thiserror",
]
[[package]]
name = "solana-zk-token-sdk"
version = "1.16.17"
2022-12-16 18:35:49 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "278c08e13bc04b6940997602909052524a375154b00cf0bfa934359a3bb7e6f0"
dependencies = [
"aes-gcm-siv",
2023-09-04 06:02:31 -07:00
"base64 0.21.3",
"bincode",
"bytemuck",
"byteorder",
"curve25519-dalek",
"getrandom 0.1.16",
"itertools",
"lazy_static",
"merlin",
"num-derive 0.3.3",
2023-09-04 06:02:31 -07:00
"num-traits 0.2.16",
"rand 0.7.3",
"serde",
"serde_json",
"sha3 0.9.1",
2023-04-04 00:17:32 -07:00
"solana-program",
"solana-sdk",
"subtle",
"thiserror",
"zeroize",
]
2023-01-31 02:02:48 -08:00
[[package]]
name = "solana_rbpf"
version = "0.6.1"
2023-01-31 02:02:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17d4ba1e58947346e360fabde0697029d36ba83c42f669199b16a8931313cf29"
2023-01-31 02:02:48 -08:00
dependencies = [
"byteorder",
"combine",
"goblin",
"hash32",
"libc",
"log",
"rand 0.8.5",
"rustc-demangle",
"scroll",
"thiserror",
"winapi",
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "spki"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"
dependencies = [
"base64ct",
"der",
]
[[package]]
name = "spl-associated-token-account"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "385e31c29981488f2820b2022d8e731aae3b02e6e18e2fd854e4c9a94dc44fc3"
dependencies = [
"assert_matches",
"borsh 0.10.3",
"num-derive 0.4.1",
2023-09-04 06:02:31 -07:00
"num-traits 0.2.16",
2023-04-04 00:17:32 -07:00
"solana-program",
"spl-token",
"spl-token-2022",
"thiserror",
]
[[package]]
name = "spl-discriminator"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cce5d563b58ef1bb2cdbbfe0dfb9ffdc24903b10ae6a4df2d8f425ece375033f"
dependencies = [
"bytemuck",
"solana-program",
"spl-discriminator-derive",
]
[[package]]
name = "spl-discriminator-derive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fadbefec4f3c678215ca72bd71862697bb06b41fd77c0088902dd3203354387b"
dependencies = [
"quote 1.0.33",
"spl-discriminator-syn",
"syn 2.0.31",
]
[[package]]
name = "spl-discriminator-syn"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e5f2044ca42c8938d54d1255ce599c79a1ffd86b677dfab695caa20f9ffc3f2"
dependencies = [
"proc-macro2 1.0.66",
"quote 1.0.33",
"sha2 0.10.7",
"syn 2.0.31",
"thiserror",
]
[[package]]
name = "spl-memo"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0dc6f70db6bacea7ff25870b016a65ba1d1b6013536f08e4fd79a8f9005325"
dependencies = [
2023-04-04 00:17:32 -07:00
"solana-program",
]
[[package]]
name = "spl-memo"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0f180b03318c3dbab3ef4e1e4d46d5211ae3c780940dd0a28695aba4b59a75a"
dependencies = [
"solana-program",
]
[[package]]
name = "spl-pod"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2881dddfca792737c0706fa0175345ab282b1b0879c7d877bad129645737c079"
dependencies = [
"borsh 0.10.3",
"bytemuck",
"solana-program",
"solana-zk-token-sdk",
"spl-program-error",
]
[[package]]
name = "spl-program-error"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "249e0318493b6bcf27ae9902600566c689b7dfba9f1bdff5893e92253374e78c"
dependencies = [
"num-derive 0.4.1",
"num-traits 0.2.16",
"solana-program",
"spl-program-error-derive",
"thiserror",
]
[[package]]
name = "spl-program-error-derive"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5269c8e868da17b6552ef35a51355a017bd8e0eae269c201fef830d35fa52c"
dependencies = [
"proc-macro2 1.0.66",
"quote 1.0.33",
"sha2 0.10.7",
"syn 2.0.31",
]
[[package]]
name = "spl-tlv-account-resolution"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "062e148d3eab7b165582757453632ffeef490c02c86a48bfdb4988f63eefb3b9"
dependencies = [
"bytemuck",
"solana-program",
"spl-discriminator",
"spl-pod",
"spl-program-error",
"spl-type-length-value",
]
[[package]]
name = "spl-token"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08459ba1b8f7c1020b4582c4edf0f5c7511a5e099a7a97570c9698d4f2337060"
dependencies = [
"arrayref",
"bytemuck",
"num-derive 0.3.3",
2023-09-04 06:02:31 -07:00
"num-traits 0.2.16",
"num_enum 0.6.1",
2023-04-04 00:17:32 -07:00
"solana-program",
"thiserror",
]
[[package]]
name = "spl-token-2022"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4abf34a65ba420584a0c35f3903f8d727d1f13ababbdc3f714c6b065a686e86"
dependencies = [
"arrayref",
"bytemuck",
"num-derive 0.4.1",
2023-09-04 06:02:31 -07:00
"num-traits 0.2.16",
"num_enum 0.7.1",
2023-04-04 00:17:32 -07:00
"solana-program",
2022-12-16 18:35:49 -08:00
"solana-zk-token-sdk",
"spl-memo 4.0.0",
"spl-pod",
"spl-token",
"spl-token-metadata-interface",
"spl-transfer-hook-interface",
"spl-type-length-value",
"thiserror",
]
[[package]]
name = "spl-token-metadata-interface"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c16ce3ba6979645fb7627aa1e435576172dd63088dc7848cb09aa331fa1fe4f"
dependencies = [
"borsh 0.10.3",
"solana-program",
"spl-discriminator",
"spl-pod",
"spl-program-error",
"spl-type-length-value",
]
[[package]]
name = "spl-transfer-hook-interface"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "051d31803f873cabe71aec3c1b849f35248beae5d19a347d93a5c9cccc5d5a9b"
dependencies = [
"arrayref",
"bytemuck",
"solana-program",
"spl-discriminator",
"spl-pod",
"spl-program-error",
"spl-tlv-account-resolution",
"spl-type-length-value",
]
[[package]]
name = "spl-type-length-value"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a468e6f6371f9c69aae760186ea9f1a01c2908351b06a5e0026d21cfc4d7ecac"
dependencies = [
"bytemuck",
"solana-program",
"spl-discriminator",
"spl-pod",
"spl-program-error",
]
2023-01-17 08:56:17 -08:00
[[package]]
name = "stringprep"
2023-09-04 06:02:31 -07:00
version = "0.1.3"
2023-01-17 08:56:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "db3737bde7edce97102e0e2b15365bf7a20bfdb5f60f4f9e8d7004258a51a8da"
2023-01-17 08:56:17 -08:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[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"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
2023-04-04 00:17:32 -07:00
"unicode-ident",
]
[[package]]
name = "syn"
2023-09-04 06:02:31 -07:00
version = "2.0.31"
2023-04-04 00:17:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "718fa2415bcb8d8bd775917a1bf12a7931b6dfa890753378538118181e0cb398"
2023-04-04 00:17:32 -07:00
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"unicode-ident",
]
[[package]]
name = "sync_wrapper"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
[[package]]
name = "synstructure"
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 1.0.109",
"unicode-xid 0.2.4",
]
[[package]]
name = "tempfile"
2023-09-04 06:02:31 -07:00
version = "3.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
dependencies = [
2023-01-04 02:58:25 -08:00
"cfg-if",
"fastrand",
2023-04-04 00:17:32 -07:00
"redox_syscall 0.3.5",
"rustix",
2023-09-04 06:02:31 -07:00
"windows-sys 0.48.0",
]
[[package]]
name = "termcolor"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
[[package]]
name = "thiserror"
2023-09-04 06:02:31 -07:00
version = "1.0.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-09-04 06:02:31 -07:00
version = "1.0.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35"
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 2.0.31",
]
2023-01-11 22:27:38 -08:00
[[package]]
name = "thread_local"
2023-02-22 05:58:14 -08:00
version = "1.1.7"
2023-01-11 22:27:38 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 05:58:14 -08:00
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
2023-01-11 22:27:38 -08:00
dependencies = [
2023-02-22 05:58:14 -08:00
"cfg-if",
2023-01-11 22:27:38 -08:00
"once_cell",
]
[[package]]
name = "time"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
dependencies = [
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
2022-12-16 18:35:49 -08:00
"winapi",
]
[[package]]
name = "time"
2023-09-04 06:02:31 -07:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48"
dependencies = [
2023-09-04 06:02:31 -07:00
"deranged",
2023-02-22 05:58:14 -08:00
"itoa",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2023-09-04 06:02:31 -07:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
[[package]]
name = "time-macros"
2023-09-04 06:02:31 -07:00
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572"
dependencies = [
"time-core",
]
[[package]]
name = "tiny-bip39"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"
dependencies = [
"anyhow",
"hmac 0.8.1",
"once_cell",
"pbkdf2 0.4.0",
"rand 0.7.3",
"rustc-hash",
"sha2 0.9.9",
"thiserror",
"unicode-normalization",
"wasm-bindgen",
"zeroize",
]
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-02-04 03:45:20 -08:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 03:45:20 -08:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
2023-09-04 06:02:31 -07:00
version = "1.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
dependencies = [
2023-09-04 06:02:31 -07:00
"backtrace",
"bytes",
"libc",
"mio",
"num_cpus",
2023-01-04 02:58:25 -08:00
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
2023-09-04 06:02:31 -07:00
"socket2 0.5.3",
"tokio-macros",
2023-06-09 02:07:01 -07:00
"windows-sys 0.48.0",
]
[[package]]
name = "tokio-io-timeout"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
dependencies = [
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-macros"
2023-06-09 02:07:01 -07:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-09 02:07:01 -07:00
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 2.0.31",
]
2023-01-17 08:56:17 -08:00
[[package]]
2023-01-23 07:48:12 -08:00
name = "tokio-native-tls"
2023-02-22 05:58:14 -08:00
version = "0.3.1"
2023-01-17 08:56:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-22 05:58:14 -08:00
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2023-01-17 08:56:17 -08:00
dependencies = [
2023-01-23 07:48:12 -08:00
"native-tls",
"tokio",
2023-01-17 08:56:17 -08:00
]
[[package]]
name = "tokio-postgres"
2023-09-04 06:02:31 -07:00
version = "0.7.10"
2023-01-17 08:56:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "d340244b32d920260ae7448cb72b6e238bddc3d4f7603394e7dd46ed8e48f5b8"
2023-01-17 08:56:17 -08:00
dependencies = [
"async-trait",
"byteorder",
"bytes",
2023-01-17 08:56:17 -08:00
"fallible-iterator",
"futures-channel",
"futures-util",
"log",
"parking_lot",
"percent-encoding",
"phf",
2023-01-17 08:56:17 -08:00
"pin-project-lite",
"postgres-protocol",
2023-01-17 08:56:17 -08:00
"postgres-types",
2023-09-04 06:02:31 -07:00
"rand 0.8.5",
"socket2 0.5.3",
2023-01-17 08:56:17 -08:00
"tokio",
"tokio-util",
2023-09-04 06:02:31 -07:00
"whoami",
2023-01-17 08:56:17 -08:00
]
[[package]]
name = "tokio-rustls"
version = "0.23.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
dependencies = [
2023-10-09 08:45:08 -07:00
"rustls 0.20.9",
"tokio",
"webpki",
]
[[package]]
name = "tokio-rustls"
2023-09-04 06:02:31 -07:00
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
dependencies = [
2023-09-04 06:02:31 -07:00
"rustls 0.21.7",
"tokio",
]
[[package]]
name = "tokio-stream"
2023-09-04 06:02:31 -07:00
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-tungstenite"
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
dependencies = [
"futures-util",
"log",
2023-10-09 08:45:08 -07:00
"rustls 0.20.9",
"tokio",
"tokio-rustls 0.23.4",
"tungstenite",
"webpki",
"webpki-roots 0.22.6",
]
[[package]]
name = "tokio-util"
2023-09-04 06:02:31 -07:00
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
dependencies = [
"bytes",
"futures-core",
2023-01-04 02:58:25 -08:00
"futures-io",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
[[package]]
name = "toml"
2023-01-31 01:25:37 -08:00
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 01:25:37 -08:00
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
2023-01-31 01:25:37 -08:00
[[package]]
name = "toml_datetime"
2023-09-04 06:02:31 -07:00
version = "0.6.3"
2023-01-31 01:25:37 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
2023-01-31 01:25:37 -08:00
[[package]]
name = "toml_edit"
2023-09-04 06:02:31 -07:00
version = "0.19.14"
2023-01-31 01:25:37 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a"
2023-01-31 01:25:37 -08:00
dependencies = [
2023-09-04 06:02:31 -07:00
"indexmap 2.0.0",
2023-01-31 01:25:37 -08:00
"toml_datetime",
2023-09-04 06:02:31 -07:00
"winnow",
2023-01-31 01:25:37 -08:00
]
[[package]]
name = "tonic"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e"
dependencies = [
"async-stream",
"async-trait",
"axum",
2023-09-04 06:02:31 -07:00
"base64 0.21.3",
"bytes",
"flate2",
"h2",
"http",
"http-body",
"hyper",
"hyper-timeout",
"percent-encoding",
"pin-project",
"prost",
"rustls 0.21.7",
"rustls-native-certs",
"rustls-pemfile",
"tokio",
2023-09-04 06:02:31 -07:00
"tokio-rustls 0.24.1",
"tokio-stream",
"tower",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tonic-build"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d021fc044c18582b9a2408cd0dd05b1596e3ecdb5c4df822bb0183545683889"
dependencies = [
"prettyplease",
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"prost-build",
2023-09-04 06:02:31 -07:00
"quote 1.0.33",
"syn 2.0.31",
]
[[package]]
name = "tonic-health"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f80db390246dfb46553481f6024f0082ba00178ea495dbb99e70ba9a4fafb5e1"
dependencies = [
"async-stream",
"prost",
"tokio",
"tokio-stream",
"tonic",
]
2023-01-04 02:58:25 -08:00
[[package]]
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"futures-util",
"indexmap 1.9.3",
"pin-project",
"pin-project-lite",
"rand 0.8.5",
"slab",
"tokio",
"tokio-util",
2023-01-04 02:58:25 -08:00
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-layer"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
[[package]]
name = "tower-service"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
[[package]]
name = "tracing"
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
dependencies = [
2023-01-04 02:58:25 -08:00
"cfg-if",
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2023-09-04 06:02:31 -07:00
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 2.0.31",
]
[[package]]
name = "tracing-core"
2023-09-04 06:02:31 -07:00
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
dependencies = [
"once_cell",
2023-01-11 22:27:38 -08:00
"valuable",
]
[[package]]
name = "tracing-log"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2023-09-04 06:02:31 -07:00
version = "0.3.17"
2023-01-11 22:27:38 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
2023-01-11 22:27:38 -08:00
dependencies = [
"matchers",
2023-01-11 22:27:38 -08:00
"nu-ansi-term",
"once_cell",
"regex",
2023-01-11 22:27:38 -08:00
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
2023-01-11 22:27:38 -08:00
"tracing-core",
"tracing-log",
]
[[package]]
name = "try-lock"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
[[package]]
name = "tungstenite"
version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
dependencies = [
"base64 0.13.1",
"byteorder",
"bytes",
"http",
"httparse",
"log",
"rand 0.8.5",
2023-10-09 08:45:08 -07:00
"rustls 0.20.9",
2023-01-04 02:58:25 -08:00
"sha-1 0.10.1",
"thiserror",
2023-01-04 02:58:25 -08:00
"url",
"utf-8",
"webpki",
"webpki-roots 0.22.6",
]
[[package]]
name = "typenum"
version = "1.16.0"
2022-11-30 07:56:41 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2022-11-30 07:56:41 -08:00
[[package]]
name = "unicode-bidi"
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
[[package]]
name = "unicode-ident"
2023-09-04 06:02:31 -07:00
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
[[package]]
name = "unicode-normalization"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-width"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
[[package]]
name = "unicode-xid"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
[[package]]
name = "universal-hash"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
dependencies = [
"generic-array",
"subtle",
]
2023-01-31 02:02:48 -08:00
[[package]]
name = "unreachable"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
dependencies = [
"void",
]
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "uriparse"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0200d0fc04d809396c2ad43f3c95da3582a2556eba8d453c1087f4120ee352ff"
dependencies = [
"fnv",
"lazy_static",
]
[[package]]
name = "url"
2023-09-04 06:02:31 -07:00
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
dependencies = [
"form_urlencoded",
2023-01-04 02:58:25 -08:00
"idna",
"percent-encoding",
]
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
2023-01-11 22:27:38 -08:00
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2023-01-17 08:56:17 -08:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2023-01-31 02:02:48 -08:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
[[package]]
name = "want"
2023-09-04 06:02:31 -07:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
dependencies = [
"try-lock",
]
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wasi"
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"
[[package]]
name = "wasm-bindgen"
2023-09-04 06:02:31 -07:00
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
dependencies = [
2023-01-04 02:58:25 -08:00
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-09-04 06:02:31 -07:00
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
dependencies = [
"bumpalo",
"log",
"once_cell",
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 2.0.31",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2023-09-04 06:02:31 -07:00
version = "0.4.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
dependencies = [
2023-01-04 02:58:25 -08:00
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2023-09-04 06:02:31 -07:00
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
dependencies = [
2023-09-04 06:02:31 -07:00
"quote 1.0.33",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-09-04 06:02:31 -07:00
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 2.0.31",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-09-04 06:02:31 -07:00
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
[[package]]
name = "web-sys"
2023-09-04 06:02:31 -07:00
version = "0.3.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
2023-09-04 06:02:31 -07:00
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "f0e74f82d49d545ad128049b7e88f6576df2da6b02e9ce565c6f533be576957e"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
version = "0.22.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
dependencies = [
"webpki",
]
[[package]]
name = "webpki-roots"
2023-09-04 06:02:31 -07:00
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338"
dependencies = [
2023-09-04 06:02:31 -07:00
"rustls-webpki 0.100.2",
]
2023-09-04 06:02:31 -07:00
[[package]]
name = "webpki-roots"
version = "0.25.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
[[package]]
name = "which"
2023-09-04 06:02:31 -07:00
version = "4.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "8ad25fe5717e59ada8ea33511bbbf7420b11031730a24c65e82428766c307006"
dependencies = [
2023-09-04 06:02:31 -07:00
"dirs",
"either",
"once_cell",
2023-09-04 06:02:31 -07:00
"rustix",
]
[[package]]
name = "whoami"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50"
dependencies = [
"wasm-bindgen",
"web-sys",
]
[[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 = [
2022-12-16 18:35:49 -08:00
"winapi",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
dependencies = [
2023-09-04 06:02:31 -07:00
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
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-02-02 02:50:06 -08:00
[[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",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-09-04 06:02:31 -07:00
"windows-targets 0.48.5",
2023-02-02 02:50:06 -08:00
]
[[package]]
name = "windows-targets"
version = "0.42.2"
2023-02-02 02:50:06 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2023-02-02 02:50:06 -08:00
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-02-02 02:50:06 -08:00
]
[[package]]
name = "windows-targets"
2023-09-04 06:02:31 -07:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
2023-09-04 06:02:31 -07:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[package]]
name = "windows_aarch64_gnullvm"
2023-09-04 06:02:31 -07:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-01-16 21:32:19 -08:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.2"
2023-01-16 21:32:19 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
[[package]]
name = "windows_aarch64_msvc"
2023-09-04 06:02:31 -07:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-01-16 21:32:19 -08:00
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
[[package]]
name = "windows_i686_gnu"
2023-09-04 06:02:31 -07:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2023-01-16 21:32:19 -08:00
[[package]]
name = "windows_i686_msvc"
2023-09-04 06:02:31 -07:00
version = "0.48.5"
2023-01-16 21:32:19 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-01-16 21:32:19 -08:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.2"
2023-01-16 21:32:19 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
[[package]]
name = "windows_x86_64_gnu"
2023-09-04 06:02:31 -07:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
[[package]]
name = "windows_x86_64_gnullvm"
2023-09-04 06:02:31 -07:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
2023-01-16 21:32:19 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2023-01-16 21:32:19 -08:00
[[package]]
name = "windows_x86_64_msvc"
2023-09-04 06:02:31 -07:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "winnow"
version = "0.5.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
dependencies = [
"memchr",
]
[[package]]
name = "winreg"
2023-09-04 06:02:31 -07:00
version = "0.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
dependencies = [
2023-09-04 06:02:31 -07:00
"cfg-if",
"windows-sys 0.48.0",
]
[[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",
2023-01-31 10:44:24 -08:00
"nom",
"oid-registry",
"rusticata-macros",
"thiserror",
2023-09-04 06:02:31 -07:00
"time 0.3.28",
]
[[package]]
name = "yasna"
2023-09-04 06:02:31 -07:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
dependencies = [
2023-09-04 06:02:31 -07:00
"time 0.3.28",
]
[[package]]
name = "yellowstone-grpc-client"
version = "1.12.0+solana.1.16.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e58204f372a7e82d15d72bdf99334029c4e9cdc15bd2e9a5c33b598d9f1eb8b6"
dependencies = [
"bytes",
"futures",
"http",
"thiserror",
"tonic",
"tonic-health",
"yellowstone-grpc-proto",
]
[[package]]
name = "yellowstone-grpc-proto"
version = "1.11.0+solana.1.16.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00d751c6ef3093ec90ab1e16c6a504b5bea99aca6c688c429fed4cc56782f57e"
dependencies = [
"anyhow",
"bincode",
"prost",
"protobuf-src",
"solana-account-decoder",
"solana-sdk",
"solana-transaction-status",
"tonic",
"tonic-build",
]
[[package]]
name = "zeroize"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
2023-09-04 06:02:31 -07:00
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
dependencies = [
2023-09-04 06:02:31 -07:00
"proc-macro2 1.0.66",
"quote 1.0.33",
"syn 2.0.31",
]
[[package]]
name = "zstd"
version = "0.11.2+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
version = "5.0.2+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2023-09-04 06:02:31 -07:00
version = "2.0.8+zstd.1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-04 06:02:31 -07:00
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
dependencies = [
"cc",
"libc",
"pkg-config",
]