yellowstone-grpc/Cargo.lock

4361 lines
103 KiB
Plaintext
Raw Normal View History

2022-10-19 07:34:41 -07:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
dependencies = [
"lazy_static",
"regex",
]
[[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 = [
"cfg-if",
2023-06-16 20:22:42 -07:00
"cipher",
2022-10-19 07:34:41 -07:00
"cpufeatures",
"opaque-debug",
]
[[package]]
name = "aes-gcm-siv"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589c637f0e68c877bbd59a4599bbe849cac8e5f3e4b5a3ebae8f528cd218dcdc"
dependencies = [
"aead",
"aes",
2023-06-16 20:22:42 -07:00
"cipher",
2022-10-19 07:34:41 -07:00
"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-06-16 20:22:42 -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",
2022-10-19 07:34:41 -07:00
"once_cell",
"version_check",
]
[[package]]
name = "aho-corasick"
2023-06-16 20:22:42 -07:00
version = "1.0.2"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
2022-10-19 07:34:41 -07:00
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-06-16 20:22:42 -07:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
2022-10-19 07:34:41 -07:00
[[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 = "anstream"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is-terminal",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
[[package]]
name = "anstyle-parse"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "anstyle-wincon"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
dependencies = [
"anstyle",
"windows-sys 0.48.0",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "anyhow"
version = "1.0.71"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
2022-10-19 07:34:41 -07:00
[[package]]
name = "ark-bn254"
2023-06-16 20:22:42 -07:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "a22f4561524cd949590d78d7d4c5df8f592430d221f7f3c9497bbafd8972120f"
dependencies = [
"ark-ec",
"ark-ff",
"ark-std",
]
[[package]]
name = "ark-ec"
2023-06-16 20:22:42 -07:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "defd9a439d56ac24968cca0571f598a61bc8c55f71d50a89cda591cb750670ba"
dependencies = [
"ark-ff",
2023-06-16 20:22:42 -07:00
"ark-poly",
"ark-serialize",
"ark-std",
"derivative",
2023-06-16 20:22:42 -07:00
"hashbrown 0.13.2",
"itertools",
"num-traits",
"zeroize",
]
[[package]]
name = "ark-ff"
2023-06-16 20:22:42 -07:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "ec847af850f44ad29048935519032c33da8aa03340876d351dfab5660d2966ba"
dependencies = [
"ark-ff-asm",
"ark-ff-macros",
"ark-serialize",
"ark-std",
"derivative",
2023-06-16 20:22:42 -07:00
"digest 0.10.7",
"itertools",
"num-bigint 0.4.3",
"num-traits",
"paste",
2023-06-16 20:22:42 -07:00
"rustc_version",
"zeroize",
]
[[package]]
name = "ark-ff-asm"
2023-06-16 20:22:42 -07:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "3ed4aa4fe255d0bc6d79373f7e31d2ea147bcf486cba1be5ba7ea85abdb92348"
dependencies = [
"quote",
2023-06-16 20:22:42 -07:00
"syn 1.0.109",
]
[[package]]
name = "ark-ff-macros"
2023-06-16 20:22:42 -07:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "7abe79b0e4288889c4574159ab790824d0033b9fdcb2a112a3182fac2e514565"
dependencies = [
2023-06-16 20:22:42 -07:00
"num-bigint 0.4.3",
"num-traits",
2023-06-16 20:22:42 -07:00
"proc-macro2",
"quote",
2023-06-16 20:22:42 -07:00
"syn 1.0.109",
]
[[package]]
name = "ark-poly"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d320bfc44ee185d899ccbadfa8bc31aab923ce1558716e1997a1e74057fe86bf"
dependencies = [
"ark-ff",
"ark-serialize",
"ark-std",
"derivative",
"hashbrown 0.13.2",
]
[[package]]
name = "ark-serialize"
2023-06-16 20:22:42 -07:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "adb7b85a02b83d2f22f89bd5cac66c9c89474240cb6207cb1efc16d098e822a5"
dependencies = [
2023-06-16 20:22:42 -07:00
"ark-serialize-derive",
"ark-std",
2023-06-16 20:22:42 -07:00
"digest 0.10.7",
"num-bigint 0.4.3",
]
[[package]]
name = "ark-serialize-derive"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae3281bc6d0fd7e549af32b52511e1302185bd688fd3359fa36423346ff682ea"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "ark-std"
2023-06-16 20:22:42 -07:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "94893f1e0c6eeab764ade8dc4c0db24caf4fe7cbbaafc0eba0a9030f447b5185"
dependencies = [
"num-traits",
"rand 0.8.5",
]
[[package]]
name = "array-bytes"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ad284aeb45c13f2fb4f084de4a420ebf447423bdf9386c0540ce33cb3ef4b8c"
2022-10-19 07:34:41 -07:00
[[package]]
name = "arrayref"
2023-06-16 20:22:42 -07:00
version = "0.3.7"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
2022-10-19 07:34:41 -07:00
[[package]]
name = "arrayvec"
2023-06-16 20:22:42 -07:00
version = "0.7.3"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "8868f09ff8cea88b079da74ae569d9b8c62a23c68c746240b704ee6f7525c89c"
2022-10-19 07:34:41 -07:00
[[package]]
name = "ascii"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e"
2022-10-19 07:34:41 -07:00
[[package]]
name = "assert_matches"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
[[package]]
name = "async-compression"
2023-06-16 20:22:42 -07:00
version = "0.4.0"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "5b0122885821398cc923ece939e24d1056a2384ee719432397fa9db87230ff11"
2022-10-19 07:34:41 -07:00
dependencies = [
"brotli",
"flate2",
"futures-core",
"memchr",
"pin-project-lite",
"tokio",
]
[[package]]
name = "async-stream"
2023-06-16 20:22:42 -07:00
version = "0.3.5"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
2022-10-19 07:34:41 -07:00
dependencies = [
"async-stream-impl",
"futures-core",
2023-06-16 20:22:42 -07:00
"pin-project-lite",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "async-stream-impl"
2023-06-16 20:22:42 -07:00
version = "0.3.5"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
2022-10-19 07:34:41 -07:00
dependencies = [
"proc-macro2",
"quote",
2023-06-16 20:22:42 -07:00
"syn 2.0.18",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "async-trait"
version = "0.1.68"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
2022-10-19 07:34:41 -07:00
dependencies = [
"proc-macro2",
"quote",
2023-06-16 20:22:42 -07:00
"syn 2.0.18",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
2023-01-30 09:35:54 -08:00
"hermit-abi 0.1.19",
2022-10-19 07:34:41 -07:00
"libc",
"winapi",
]
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2022-10-26 12:54:06 -07:00
[[package]]
name = "autotools"
2023-06-16 20:22:42 -07:00
version = "0.2.6"
2022-10-26 12:54:06 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "aef8da1805e028a172334c3b680f93e71126f2327622faef2ec3d893c0a4ad77"
2022-10-26 12:54:06 -07:00
dependencies = [
"cc",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "axum"
version = "0.6.18"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39"
2022-10-19 07:34:41 -07:00
dependencies = [
"async-trait",
"axum-core",
"bitflags",
"bytes",
"futures-util",
"http",
"http-body",
"hyper",
"itoa",
"matchit",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite",
2023-01-30 09:35:54 -08:00
"rustversion",
2022-10-19 07:34:41 -07:00
"serde",
"sync_wrapper",
"tower",
"tower-layer",
"tower-service",
]
[[package]]
name = "axum-core"
version = "0.3.4"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
2022-10-19 07:34:41 -07:00
dependencies = [
"async-trait",
"bytes",
"futures-util",
"http",
"http-body",
"mime",
2023-01-30 09:35:54 -08:00
"rustversion",
2022-10-19 07:34:41 -07:00
"tower-layer",
"tower-service",
]
[[package]]
name = "backoff"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
dependencies = [
"futures-core",
2023-06-16 20:22:42 -07:00
"getrandom 0.2.10",
"instant",
"pin-project-lite",
"rand 0.8.5",
"tokio",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "base64"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
[[package]]
name = "base64"
2023-06-16 20:22:42 -07:00
version = "0.21.2"
2023-01-30 09:35:54 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
2022-10-19 07:34:41 -07:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[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-06-16 20:22:42 -07:00
version = "1.4.0"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "729b71f35bd3fa1a4c86b85d32c8b9069ea7fe14f7a53cfabb65f62d4265b888"
2022-10-19 07:34:41 -07:00
dependencies = [
"arrayref",
"arrayvec",
"cc",
"cfg-if",
"constant_time_eq",
2023-06-16 20:22:42 -07:00
"digest 0.10.7",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
"block-padding",
"generic-array",
]
[[package]]
name = "block-buffer"
2023-06-16 20:22:42 -07:00
version = "0.10.4"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2022-10-19 07:34:41 -07:00
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-06-16 20:22:42 -07:00
"borsh-derive 0.9.3",
2022-10-19 07:34:41 -07:00
"hashbrown 0.11.2",
]
2023-06-16 20:22:42 -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",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "borsh-derive"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6441c552f230375d18e3cc377677914d2ca2b0d36e52129fe15450a2dce46775"
dependencies = [
2023-06-16 20:22:42 -07:00
"borsh-derive-internal 0.9.3",
"borsh-schema-derive-internal 0.9.3",
"proc-macro-crate 0.1.5",
"proc-macro2",
"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",
2022-10-19 07:34:41 -07:00
"proc-macro-crate 0.1.5",
"proc-macro2",
2023-06-16 20:22:42 -07:00
"syn 1.0.109",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "borsh-derive-internal"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5449c28a7b352f2d1e592a8a28bf139bc71afb0764a14f3c02500935d8c44065"
dependencies = [
"proc-macro2",
"quote",
2023-06-16 20:22:42 -07:00
"syn 1.0.109",
]
[[package]]
name = "borsh-derive-internal"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "borsh-schema-derive-internal"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdbd5696d8bfa21d53d9fe39a714a18538bad11492a42d066dbbc395fb1951c0"
dependencies = [
"proc-macro2",
"quote",
2023-06-16 20:22:42 -07:00
"syn 1.0.109",
]
[[package]]
name = "borsh-schema-derive-internal"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "brotli"
version = "3.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
2023-01-30 09:35:54 -08:00
version = "2.3.4"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 09:35:54 -08:00
checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
2022-10-19 07:34:41 -07:00
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 = "bumpalo"
2023-06-16 20:22:42 -07:00
version = "3.13.0"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
2022-10-19 07:34:41 -07:00
[[package]]
name = "bv"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8834bb1d8ee5dc048ee3124f2c7c1afcc6bc9aed03f11e9dfd8c69470a5db340"
dependencies = [
"feature-probe",
"serde",
]
[[package]]
name = "bytemuck"
2023-06-16 20:22:42 -07:00
version = "1.13.1"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
2022-10-19 07:34:41 -07:00
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
2023-06-16 20:22:42 -07:00
version = "1.4.1"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192"
2022-10-19 07:34:41 -07:00
dependencies = [
"proc-macro2",
"quote",
2023-06-16 20:22:42 -07:00
"syn 2.0.18",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
2023-06-16 20:22:42 -07:00
version = "1.4.0"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
2022-10-19 07:34:41 -07:00
[[package]]
name = "cargo-lock"
version = "9.0.0"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e11c675378efb449ed3ce8de78d75d0d80542fc98487c26aba28eb3b82feac72"
2022-10-19 07:34:41 -07:00
dependencies = [
2023-06-16 20:22:42 -07:00
"semver",
2022-10-19 07:34:41 -07:00
"serde",
"toml 0.7.4",
2022-10-19 07:34:41 -07:00
"url",
]
[[package]]
name = "cc"
2023-01-30 09:35:54 -08:00
version = "1.0.79"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 09:35:54 -08:00
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2022-10-19 07:34:41 -07:00
dependencies = [
"jobserver",
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
2023-06-16 20:22:42 -07:00
version = "0.4.26"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
2022-10-19 07:34:41 -07:00
dependencies = [
2023-06-16 20:22:42 -07:00
"android-tzdata",
2022-10-19 07:34:41 -07:00
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
2023-01-30 09:35:54 -08:00
"time 0.1.45",
2022-10-19 07:34:41 -07:00
"wasm-bindgen",
"winapi",
]
[[package]]
name = "cipher"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
dependencies = [
"generic-array",
]
[[package]]
name = "clap"
2023-06-16 20:22:42 -07:00
version = "4.3.4"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "80672091db20273a15cf9fdd4e47ed43b5091ec9841bf4c6145c9dfbbcae09ed"
2022-10-19 07:34:41 -07:00
dependencies = [
"clap_builder",
2022-10-19 07:34:41 -07:00
"clap_derive",
"once_cell",
]
[[package]]
name = "clap_builder"
2023-06-16 20:22:42 -07:00
version = "4.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "c1458a1df40e1e2afebb7ab60ce55c1fa8f431146205aa5f4887e0b111c27636"
dependencies = [
"anstream",
"anstyle",
"bitflags",
2022-10-19 07:34:41 -07:00
"clap_lex",
"once_cell",
"strsim",
]
[[package]]
name = "clap_derive"
2023-06-16 20:22:42 -07:00
version = "4.3.2"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f"
2022-10-19 07:34:41 -07:00
dependencies = [
"heck",
"proc-macro2",
"quote",
2023-06-16 20:22:42 -07:00
"syn 2.0.18",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "clap_lex"
version = "0.5.0"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
2022-10-19 07:34:41 -07:00
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
[[package]]
name = "combine"
version = "3.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680"
dependencies = [
"ascii",
"byteorder",
"either",
"memchr",
"unreachable",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "console_error_panic_hook"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
dependencies = [
"cfg-if",
"wasm-bindgen",
]
[[package]]
name = "console_log"
2023-06-16 20:22:42 -07:00
version = "0.2.2"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "e89f72f65e8501878b8a004d5a1afb780987e2ce2b4532c562e367a72c57499f"
2022-10-19 07:34:41 -07:00
dependencies = [
"log",
"web-sys",
]
[[package]]
name = "constant_time_eq"
2023-06-16 20:22:42 -07:00
version = "0.2.6"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "21a53c0a4d288377e7415b53dcfc3c04da5cdc2cc95c8d5ac178b58f0b861ad6"
2022-10-19 07:34:41 -07:00
2022-11-21 07:44:56 -08:00
[[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",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "core-foundation-sys"
2023-06-16 20:22:42 -07:00
version = "0.8.4"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2022-10-19 07:34:41 -07:00
[[package]]
name = "cpufeatures"
2023-06-16 20:22:42 -07:00
version = "0.2.8"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "03e69e28e9f7f77debdedbaafa2866e1de9ba56df55a8bd7cfc724c25a09987c"
2022-10-19 07:34:41 -07:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-channel"
2023-06-16 20:22:42 -07:00
version = "0.5.8"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
2022-10-19 07:34:41 -07:00
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2023-06-16 20:22:42 -07:00
version = "0.8.3"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
2022-10-19 07:34:41 -07:00
dependencies = [
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2023-06-16 20:22:42 -07:00
version = "0.9.15"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
2022-10-19 07:34:41 -07:00
dependencies = [
"autocfg",
"cfg-if",
"crossbeam-utils",
2023-06-16 20:22:42 -07:00
"memoffset",
2022-10-19 07:34:41 -07:00
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
2023-06-16 20:22:42 -07:00
version = "0.8.16"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
2022-10-19 07:34:41 -07:00
dependencies = [
"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 = "ctr"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"
dependencies = [
2023-06-16 20:22:42 -07:00
"cipher",
2022-10-19 07:34:41 -07:00
]
[[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",
]
[[package]]
name = "darling"
2023-06-16 20:22:42 -07:00
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "0558d22a7b463ed0241e993f76f09f30b126687447751a8638587b864e4b3944"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2023-06-16 20:22:42 -07:00
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "ab8bfa2e259f8ee1ce5e97824a3c55ec4404a0d772ca7fa96bf19f0752a046eb"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
2023-06-16 20:22:42 -07:00
"syn 2.0.18",
]
[[package]]
name = "darling_macro"
2023-06-16 20:22:42 -07:00
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "29a358ff9f12ec09c3e61fef9b5a9902623a695a46a917b07f269bff1445611a"
dependencies = [
"darling_core",
"quote",
2023-06-16 20:22:42 -07:00
"syn 2.0.18",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "derivation-path"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e5c37193a1db1d8ed868c03ec7b152175f26160a5b740e5e484143877e0adf0"
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
2023-06-16 20:22:42 -07:00
"syn 1.0.109",
]
2022-10-19 07:34:41 -07:00
[[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-06-16 20:22:42 -07:00
version = "0.10.7"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2022-10-19 07:34:41 -07:00
dependencies = [
2023-06-16 20:22:42 -07:00
"block-buffer 0.10.4",
2022-10-19 07:34:41 -07:00
"crypto-common",
"subtle",
]
[[package]]
name = "eager"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abe71d579d1812060163dff96056261deb5bf6729b100fa2e36a68b9649ba3d3"
2022-10-19 07:34:41 -07:00
[[package]]
name = "ed25519"
2023-01-30 09:35:54 -08:00
version = "1.5.3"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 09:35:54 -08:00
checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"
2022-10-19 07:34:41 -07:00
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-06-16 20:22:42 -07:00
"sha2 0.10.7",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "either"
2023-01-30 09:35:54 -08:00
version = "1.8.1"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 09:35:54 -08:00
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2022-10-19 07:34:41 -07:00
[[package]]
name = "encoding_rs"
2023-06-16 20:22:42 -07:00
version = "0.8.32"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
2022-10-19 07:34:41 -07:00
dependencies = [
"cfg-if",
]
[[package]]
name = "enum-iterator"
2023-06-16 20:22:42 -07:00
version = "1.4.1"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "7add3873b5dd076766ee79c8e406ad1a472c385476b9e38849f8eec24f1be689"
2022-10-19 07:34:41 -07:00
dependencies = [
2023-06-16 20:22:42 -07:00
"enum-iterator-derive",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "enum-iterator-derive"
2023-06-16 20:22:42 -07:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "eecf8589574ce9b895052fa12d69af7a233f99e6107f5cb8dd1044f2a17bfdcb"
dependencies = [
"proc-macro2",
"quote",
2023-06-16 20:22:42 -07:00
"syn 2.0.18",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "env_logger"
2023-01-30 09:35:54 -08:00
version = "0.9.3"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 09:35:54 -08:00
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
2022-10-19 07:34:41 -07:00
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
]
[[package]]
name = "env_logger"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
dependencies = [
"humantime",
"is-terminal",
"log",
"regex",
"termcolor",
]
[[package]]
name = "errno"
2023-06-16 20:22:42 -07:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
dependencies = [
"errno-dragonfly",
"libc",
2023-06-16 20:22:42 -07:00
"windows-sys 0.48.0",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "fastrand"
2023-06-16 20:22:42 -07:00
version = "1.9.0"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2022-10-19 07:34:41 -07:00
dependencies = [
"instant",
]
[[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-06-16 20:22:42 -07:00
version = "1.0.26"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
2022-10-19 07:34:41 -07:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
2023-06-16 20:22:42 -07:00
version = "1.2.0"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
2022-10-19 07:34:41 -07:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "futures"
2023-06-16 20:22:42 -07:00
version = "0.3.28"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
2022-10-19 07:34:41 -07:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2023-06-16 20:22:42 -07:00
version = "0.3.28"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2022-10-19 07:34:41 -07:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2023-06-16 20:22:42 -07:00
version = "0.3.28"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2022-10-19 07:34:41 -07:00
[[package]]
name = "futures-executor"
2023-06-16 20:22:42 -07:00
version = "0.3.28"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
2022-10-19 07:34:41 -07:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2023-06-16 20:22:42 -07:00
version = "0.3.28"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2022-10-19 07:34:41 -07:00
[[package]]
name = "futures-macro"
2023-06-16 20:22:42 -07:00
version = "0.3.28"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
2022-10-19 07:34:41 -07:00
dependencies = [
"proc-macro2",
"quote",
2023-06-16 20:22:42 -07:00
"syn 2.0.18",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "futures-sink"
2023-06-16 20:22:42 -07:00
version = "0.3.28"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2022-10-19 07:34:41 -07:00
[[package]]
name = "futures-task"
2023-06-16 20:22:42 -07:00
version = "0.3.28"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2022-10-19 07:34:41 -07:00
[[package]]
name = "futures-util"
2023-06-16 20:22:42 -07:00
version = "0.3.28"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2022-10-19 07:34:41 -07:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "generic-array"
2023-06-16 20:22:42 -07:00
version = "0.14.7"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2022-10-19 07:34:41 -07:00
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",
"winapi",
]
[[package]]
name = "getrandom"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
"cfg-if",
"js-sys",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
"wasm-bindgen",
]
[[package]]
name = "getrandom"
2023-06-16 20:22:42 -07:00
version = "0.2.10"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
2022-10-19 07:34:41 -07:00
dependencies = [
"cfg-if",
"js-sys",
2022-10-19 07:34:41 -07:00
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
"wasm-bindgen",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "git-version"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6b0decc02f4636b9ccad390dcbe77b722a77efedfa393caf8379a51d5c61899"
dependencies = [
"git-version-macro",
"proc-macro-hack",
]
[[package]]
name = "git-version-macro"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe69f1cbdb6e28af2bac214e943b99ce8a0a06b447d15d3e61161b0423139f3f"
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
2023-06-16 20:22:42 -07:00
"syn 1.0.109",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "goblin"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7666983ed0dd8d21a6f6576ee00053ca0926fb281a5522577a4dbd0f1b54143"
dependencies = [
"log",
"plain",
"scroll",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "h2"
version = "0.3.19"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782"
2022-10-19 07:34:41 -07:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hash32"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
dependencies = [
"byteorder",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
dependencies = [
2023-06-16 20:22:42 -07:00
"ahash 0.7.6",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2023-06-16 20:22:42 -07:00
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
2023-06-16 20:22:42 -07:00
"ahash 0.8.3",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "heck"
2023-06-16 20:22:42 -07:00
version = "0.4.1"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-10-19 07:34:41 -07:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
2023-01-30 09:35:54 -08:00
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
[[package]]
name = "hermit-abi"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2022-10-19 07:34:41 -07:00
[[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-06-16 20:22:42 -07:00
"digest 0.10.7",
2022-10-19 07:34:41 -07:00
]
[[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"
version = "0.2.9"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
2022-10-19 07:34:41 -07:00
dependencies = [
"bytes",
"fnv",
"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"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
version = "0.14.26"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
2022-10-19 07:34:41 -07:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-rustls"
2023-06-16 20:22:42 -07:00
version = "0.24.0"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "0646026eb1b3eea4cd9ba47912ea5ce9cc07713d105b1a14698f4e6433d348b7"
2022-10-19 07:34:41 -07:00
dependencies = [
"http",
"hyper",
2023-06-16 20:22:42 -07:00
"rustls",
2022-10-19 07:34:41 -07:00
"tokio",
2023-06-16 20:22:42 -07:00
"tokio-rustls",
2022-10-19 07:34:41 -07:00
]
[[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-06-16 20:22:42 -07:00
version = "0.1.57"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
2022-10-19 07:34:41 -07:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2023-06-16 20:22:42 -07:00
"windows",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "iana-time-zone-haiku"
2023-06-16 20:22:42 -07:00
version = "0.1.2"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2022-10-19 07:34:41 -07:00
dependencies = [
2023-06-16 20:22:42 -07:00
"cc",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2022-10-19 07:34:41 -07:00
[[package]]
name = "idna"
2023-06-16 20:22:42 -07:00
version = "0.4.0"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2022-10-19 07:34:41 -07:00
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"
2023-06-16 20:22:42 -07:00
version = "1.9.3"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2022-10-19 07:34:41 -07:00
dependencies = [
"autocfg",
"hashbrown 0.12.3",
]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
[[package]]
name = "io-lifetimes"
2023-06-16 20:22:42 -07:00
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
dependencies = [
"hermit-abi 0.3.1",
"libc",
2023-06-16 20:22:42 -07:00
"windows-sys 0.48.0",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "ipnet"
2023-06-16 20:22:42 -07:00
version = "2.7.2"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
2022-10-19 07:34:41 -07:00
[[package]]
name = "is-terminal"
2023-06-16 20:22:42 -07:00
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
dependencies = [
"hermit-abi 0.3.1",
"io-lifetimes",
"rustix",
2023-06-16 20:22:42 -07:00
"windows-sys 0.48.0",
]
2022-10-19 07:34:41 -07: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-06-16 20:22:42 -07:00
version = "1.0.6"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
2022-10-19 07:34:41 -07:00
[[package]]
name = "jobserver"
2023-06-16 20:22:42 -07:00
version = "0.1.26"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
2022-10-19 07:34:41 -07:00
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
2023-06-16 20:22:42 -07:00
version = "0.3.64"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
2022-10-19 07:34:41 -07:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "keccak"
2023-06-16 20:22:42 -07:00
version = "0.1.4"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940"
2023-01-30 09:35:54 -08:00
dependencies = [
"cpufeatures",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2023-06-16 20:22:42 -07:00
version = "0.2.146"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
2022-10-19 07:34:41 -07:00
[[package]]
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",
]
[[package]]
name = "linux-raw-sys"
2023-06-16 20:22:42 -07:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2022-10-19 07:34:41 -07:00
[[package]]
name = "lock_api"
2023-06-16 20:22:42 -07:00
version = "0.4.10"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
2022-10-19 07:34:41 -07:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2023-06-16 20:22:42 -07:00
version = "0.4.19"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
2022-10-19 07:34:41 -07:00
[[package]]
name = "matchit"
2023-01-30 09:35:54 -08:00
version = "0.7.0"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 09:35:54 -08:00
checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40"
2022-10-19 07:34:41 -07:00
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
[[package]]
name = "memmap2"
2023-06-16 20:22:42 -07:00
version = "0.5.10"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
2022-10-19 07:34:41 -07:00
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
2023-06-16 20:22:42 -07:00
version = "0.9.0"
2023-01-30 09:35:54 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
2023-01-30 09:35:54 -08:00
dependencies = [
"autocfg",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "merlin"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d"
dependencies = [
"byteorder",
"keccak",
"rand_core 0.6.4",
"zeroize",
]
[[package]]
name = "mime"
2023-06-16 20:22:42 -07:00
version = "0.3.17"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2022-10-19 07:34:41 -07:00
[[package]]
name = "miniz_oxide"
2023-06-16 20:22:42 -07:00
version = "0.7.1"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
2022-10-19 07:34:41 -07:00
dependencies = [
"adler",
]
[[package]]
name = "mio"
2023-06-16 20:22:42 -07:00
version = "0.8.8"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
2022-10-19 07:34:41 -07:00
dependencies = [
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
2023-06-16 20:22:42 -07:00
"windows-sys 0.48.0",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "multimap"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
[[package]]
2023-06-16 20:22:42 -07:00
name = "num"
version = "0.2.1"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36"
2022-10-19 07:34:41 -07:00
dependencies = [
2023-06-16 20:22:42 -07:00
"num-bigint 0.2.6",
"num-complex",
"num-integer",
"num-iter",
"num-rational",
"num-traits",
]
[[package]]
name = "num-bigint"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "num-bigint"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
2023-06-16 20:22:42 -07:00
[[package]]
name = "num-complex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
dependencies = [
"autocfg",
"num-traits",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "num-derive"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
dependencies = [
"proc-macro2",
"quote",
2023-06-16 20:22:42 -07:00
"syn 1.0.109",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
]
2023-06-16 20:22:42 -07:00
[[package]]
name = "num-iter"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-rational"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
dependencies = [
"autocfg",
"num-bigint 0.2.6",
"num-integer",
"num-traits",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "num-traits"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
2023-01-30 09:35:54 -08:00
version = "1.15.0"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 09:35:54 -08:00
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2022-10-19 07:34:41 -07:00
dependencies = [
2023-01-30 09:35:54 -08:00
"hermit-abi 0.2.6",
2022-10-19 07:34:41 -07:00
"libc",
]
[[package]]
name = "num_enum"
2023-06-16 20:22:42 -07:00
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
dependencies = [
"num_enum_derive 0.5.11",
]
[[package]]
name = "num_enum"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1"
dependencies = [
"num_enum_derive 0.6.1",
]
[[package]]
name = "num_enum_derive"
version = "0.5.11"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
2022-10-19 07:34:41 -07:00
dependencies = [
2023-06-16 20:22:42 -07:00
"proc-macro-crate 1.3.1",
"proc-macro2",
"quote",
"syn 1.0.109",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "num_enum_derive"
2023-06-16 20:22:42 -07:00
version = "0.6.1"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6"
2022-10-19 07:34:41 -07:00
dependencies = [
2023-06-16 20:22:42 -07:00
"proc-macro-crate 1.3.1",
2022-10-19 07:34:41 -07:00
"proc-macro2",
"quote",
2023-06-16 20:22:42 -07:00
"syn 2.0.18",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "once_cell"
2023-06-16 20:22:42 -07:00
version = "1.18.0"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2022-10-19 07:34:41 -07:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2022-11-21 07:44:56 -08:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2022-10-19 07:34:41 -07:00
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2023-06-16 20:22:42 -07:00
version = "0.9.8"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
2022-10-19 07:34:41 -07:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
2023-06-16 20:22:42 -07:00
"windows-targets",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "paste"
2023-06-16 20:22:42 -07:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
2022-10-19 07:34:41 -07: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"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
2022-10-19 07:34:41 -07:00
dependencies = [
2023-06-16 20:22:42 -07:00
"digest 0.10.7",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "percent-encoding"
2023-06-16 20:22:42 -07:00
version = "2.3.0"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2022-10-19 07:34:41 -07:00
[[package]]
2023-06-16 20:22:42 -07:00
name = "percentage"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "2fd23b938276f14057220b707937bcb42fa76dda7560e57a2da30cb52d557937"
dependencies = [
2023-06-16 20:22:42 -07:00
"num",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "petgraph"
2023-06-16 20:22:42 -07:00
version = "0.6.3"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
2022-10-19 07:34:41 -07:00
dependencies = [
"fixedbitset",
"indexmap",
]
[[package]]
name = "pin-project"
2023-06-16 20:22:42 -07:00
version = "1.1.0"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead"
2022-10-19 07:34:41 -07:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2023-06-16 20:22:42 -07:00
version = "1.1.0"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07"
2022-10-19 07:34:41 -07:00
dependencies = [
"proc-macro2",
"quote",
2023-06-16 20:22:42 -07:00
"syn 2.0.18",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "pin-project-lite"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2023-06-16 20:22:42 -07:00
version = "0.3.27"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2022-10-19 07:34:41 -07:00
[[package]]
name = "plain"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
2022-10-19 07:34:41 -07:00
[[package]]
name = "polyval"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"
dependencies = [
"cfg-if",
"cpufeatures",
"opaque-debug",
"universal-hash",
]
[[package]]
name = "ppv-lite86"
2023-01-30 09:35:54 -08:00
version = "0.2.17"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 09:35:54 -08:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2022-10-19 07:34:41 -07:00
[[package]]
name = "prettyplease"
2023-06-16 20:22:42 -07:00
version = "0.1.25"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
2022-10-19 07:34:41 -07:00
dependencies = [
"proc-macro2",
2023-06-16 20:22:42 -07:00
"syn 1.0.109",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
"toml 0.5.11",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "proc-macro-crate"
2023-06-16 20:22:42 -07:00
version = "1.3.1"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
2022-10-19 07:34:41 -07:00
dependencies = [
"once_cell",
2023-06-16 20:22:42 -07:00
"toml_edit",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "proc-macro-hack"
2023-01-30 09:35:54 -08:00
version = "0.5.20+deprecated"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 09:35:54 -08:00
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
2022-10-19 07:34:41 -07:00
[[package]]
name = "proc-macro2"
2023-06-16 20:22:42 -07:00
version = "1.0.60"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406"
2022-10-19 07:34:41 -07:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "prometheus"
2023-01-30 09:35:54 -08:00
version = "0.13.3"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 09:35:54 -08:00
checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
2022-10-19 07:34:41 -07:00
dependencies = [
"cfg-if",
"fnv",
"lazy_static",
"memchr",
"parking_lot",
"protobuf",
"thiserror",
]
[[package]]
name = "prost"
version = "0.11.9"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
2022-10-19 07:34:41 -07:00
dependencies = [
"bytes",
"prost-derive",
]
[[package]]
name = "prost-build"
version = "0.11.9"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"
2022-10-19 07:34:41 -07:00
dependencies = [
"bytes",
"heck",
"itertools",
"lazy_static",
"log",
"multimap",
"petgraph",
2023-01-30 09:35:54 -08:00
"prettyplease",
2022-10-19 07:34:41 -07:00
"prost",
"prost-types",
"regex",
2023-06-16 20:22:42 -07:00
"syn 1.0.109",
2022-10-19 07:34:41 -07:00
"tempfile",
"which",
]
[[package]]
name = "prost-derive"
version = "0.11.9"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
2022-10-19 07:34:41 -07:00
dependencies = [
"anyhow",
"itertools",
"proc-macro2",
"quote",
2023-06-16 20:22:42 -07:00
"syn 1.0.109",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "prost-types"
version = "0.11.9"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"
2022-10-19 07:34:41 -07:00
dependencies = [
"prost",
]
[[package]]
name = "protobuf"
version = "2.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
2022-10-26 12:54:06 -07:00
[[package]]
name = "protobuf-src"
version = "1.1.0+21.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7ac8852baeb3cc6fb83b93646fb93c0ffe5d14bf138c945ceb4b9948ee0e3c1"
dependencies = [
"autotools",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "qstring"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d464fae65fff2680baf48019211ce37aaec0c78e9264c84a3e484717f965104e"
dependencies = [
"percent-encoding",
]
[[package]]
name = "quote"
2023-06-16 20:22:42 -07:00
version = "1.0.28"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
2022-10-19 07:34:41 -07:00
dependencies = [
"proc-macro2",
]
[[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-06-16 20:22:42 -07:00
"getrandom 0.2.10",
2022-10-19 07:34:41 -07:00
]
[[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-06-16 20:22:42 -07:00
version = "1.7.0"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
2022-10-19 07:34:41 -07:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-06-16 20:22:42 -07:00
version = "1.11.0"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
2022-10-19 07:34:41 -07:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
[[package]]
name = "redox_syscall"
2023-06-16 20:22:42 -07:00
version = "0.3.5"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
2022-10-19 07:34:41 -07:00
dependencies = [
"bitflags",
]
[[package]]
name = "regex"
2023-06-16 20:22:42 -07:00
version = "1.8.4"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
2022-10-19 07:34:41 -07:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2023-06-16 20:22:42 -07:00
version = "0.7.2"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
2022-10-19 07:34:41 -07:00
[[package]]
name = "reqwest"
2023-06-16 20:22:42 -07:00
version = "0.11.18"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
2022-10-19 07:34:41 -07:00
dependencies = [
"async-compression",
2023-06-16 20:22:42 -07:00
"base64 0.21.2",
2022-10-19 07:34:41 -07:00
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"hyper-rustls",
"ipnet",
"js-sys",
"log",
"mime",
"once_cell",
"percent-encoding",
"pin-project-lite",
2023-06-16 20:22:42 -07:00
"rustls",
2022-10-19 07:34:41 -07:00
"rustls-pemfile",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
2023-06-16 20:22:42 -07:00
"tokio-rustls",
2022-10-19 07:34:41 -07:00
"tokio-util",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots",
"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",
"spin",
"untrusted",
"web-sys",
"winapi",
]
[[package]]
name = "rustc-demangle"
2023-06-16 20:22:42 -07:00
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2022-10-19 07:34:41 -07:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
2023-06-16 20:22:42 -07:00
"semver",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "rustix"
2023-06-16 20:22:42 -07:00
version = "0.37.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0"
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
2023-06-16 20:22:42 -07:00
"windows-sys 0.48.0",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "rustls"
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e32ca28af694bc1bbf399c33a516dbdf1c90090b8ab23c2bc24f834aa2247f5f"
dependencies = [
"log",
"ring",
"rustls-webpki",
"sct",
]
2022-11-21 07:44:56 -08:00
[[package]]
name = "rustls-native-certs"
2023-06-16 20:22:42 -07:00
version = "0.6.3"
2022-11-21 07:44:56 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
2022-11-21 07:44:56 -08:00
dependencies = [
"openssl-probe",
"rustls-pemfile",
"schannel",
"security-framework",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "rustls-pemfile"
2023-01-30 09:35:54 -08:00
version = "1.0.2"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 09:35:54 -08:00
checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
2022-10-19 07:34:41 -07:00
dependencies = [
2023-06-16 20:22:42 -07:00
"base64 0.21.2",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "rustls-webpki"
version = "0.100.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b"
dependencies = [
"ring",
"untrusted",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "rustversion"
2023-06-16 20:22:42 -07:00
version = "1.0.12"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
2022-10-19 07:34:41 -07:00
[[package]]
name = "ryu"
2023-06-16 20:22:42 -07:00
version = "1.0.13"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
2022-10-19 07:34:41 -07:00
2022-11-21 07:44:56 -08:00
[[package]]
name = "schannel"
2023-01-30 09:35:54 -08:00
version = "0.1.21"
2022-11-21 07:44:56 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 09:35:54 -08:00
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
2022-11-21 07:44:56 -08:00
dependencies = [
"windows-sys 0.42.0",
2022-11-21 07:44:56 -08:00
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "scroll"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da"
dependencies = [
"scroll_derive",
]
[[package]]
name = "scroll_derive"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdbda6ac5cd1321e724fa9cee216f3a61885889b896f073b8f82322789c5250e"
dependencies = [
"proc-macro2",
"quote",
2023-06-16 20:22:42 -07:00
"syn 1.0.109",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
]
2022-11-21 07:44:56 -08:00
[[package]]
name = "security-framework"
2023-06-16 20:22:42 -07:00
version = "2.9.1"
2022-11-21 07:44:56 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"
2022-11-21 07:44:56 -08:00
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2023-06-16 20:22:42 -07:00
version = "2.9.0"
2022-11-21 07:44:56 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"
2022-11-21 07:44:56 -08:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "semver"
2023-06-16 20:22:42 -07:00
version = "1.0.17"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
2022-10-19 07:34:41 -07:00
dependencies = [
"serde",
]
[[package]]
name = "serde"
2023-06-16 20:22:42 -07:00
version = "1.0.164"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
2022-10-19 07:34:41 -07:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_bytes"
2023-06-16 20:22:42 -07:00
version = "0.11.9"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "416bda436f9aab92e02c8e10d49a15ddd339cea90b6e340fe51ed97abb548294"
2022-10-19 07:34:41 -07:00
dependencies = [
"serde",
]
[[package]]
name = "serde_derive"
2023-06-16 20:22:42 -07:00
version = "1.0.164"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
2022-10-19 07:34:41 -07:00
dependencies = [
"proc-macro2",
"quote",
2023-06-16 20:22:42 -07:00
"syn 2.0.18",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "serde_json"
2023-06-16 20:22:42 -07:00
version = "1.0.97"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "bdf3bf93142acad5821c99197022e170842cdbc1c30482b98750c688c640842a"
2022-10-19 07:34:41 -07:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_spanned"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d"
dependencies = [
"serde",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_with"
2023-06-16 20:22:42 -07:00
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "07ff71d2c147a7b57362cead5e22f772cd52f6ab31cfcd9edcd7f6aeb2a0afbe"
dependencies = [
"serde",
"serde_with_macros",
]
[[package]]
name = "serde_with_macros"
2023-06-16 20:22:42 -07:00
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "881b6f881b17d13214e5d494c939ebab463d01264ce1811e9d4ac3a882e7695f"
dependencies = [
"darling",
"proc-macro2",
"quote",
2023-06-16 20:22:42 -07:00
"syn 2.0.18",
]
2022-10-19 07:34:41 -07:00
[[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",
"cfg-if",
"cpufeatures",
"digest 0.9.0",
"opaque-debug",
]
[[package]]
name = "sha2"
2023-06-16 20:22:42 -07:00
version = "0.10.7"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
2022-10-19 07:34:41 -07:00
dependencies = [
"cfg-if",
"cpufeatures",
2023-06-16 20:22:42 -07:00
"digest 0.10.7",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "sha3"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"
dependencies = [
"block-buffer 0.9.0",
"digest 0.9.0",
"keccak",
"opaque-debug",
]
[[package]]
name = "sha3"
2023-06-16 20:22:42 -07:00
version = "0.10.8"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
2022-10-19 07:34:41 -07:00
dependencies = [
2023-06-16 20:22:42 -07:00
"digest 0.10.7",
2022-10-19 07:34:41 -07:00
"keccak",
]
[[package]]
name = "signature"
version = "1.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
[[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-06-16 20:22:42 -07:00
version = "0.4.8"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
2022-10-19 07:34:41 -07:00
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
[[package]]
name = "socket2"
2023-06-16 20:22:42 -07:00
version = "0.4.9"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2022-10-19 07:34:41 -07:00
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "solana-account-decoder"
2023-06-16 20:22:42 -07:00
version = "1.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "380584cb468a1eb2ea79495c0c574ca09a11bf6796093b97a48a94cd98fe5b30"
2022-10-19 07:34:41 -07:00
dependencies = [
"Inflector",
2023-06-16 20:22:42 -07:00
"base64 0.21.2",
2022-10-19 07:34:41 -07:00
"bincode",
"bs58",
"bv",
"lazy_static",
"serde",
"serde_derive",
"serde_json",
"solana-address-lookup-table-program",
2022-10-19 07:34:41 -07:00
"solana-config-program",
"solana-sdk",
"spl-token 3.5.0",
"spl-token-2022 0.6.1",
2022-10-19 07:34:41 -07:00
"thiserror",
"zstd",
]
[[package]]
name = "solana-address-lookup-table-program"
2023-06-16 20:22:42 -07:00
version = "1.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "1dcdcbe2a61849b7692ac9eb6ad567ea4f333c36272d5d12de554aa2f60fa792"
dependencies = [
"bincode",
"bytemuck",
"log",
"num-derive",
"num-traits",
2023-06-16 20:22:42 -07:00
"rustc_version",
"serde",
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-program",
"solana-program-runtime",
"solana-sdk",
"thiserror",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "solana-config-program"
2023-06-16 20:22:42 -07:00
version = "1.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "e44cd8bbbc468503ca8d337c91a6f6049ced080be31854d866a25974f1b90619"
2022-10-19 07:34:41 -07:00
dependencies = [
"bincode",
"chrono",
"serde",
"serde_derive",
"solana-program-runtime",
"solana-sdk",
]
[[package]]
name = "solana-frozen-abi"
2023-06-16 20:22:42 -07:00
version = "1.16.1"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "eea8be57163366de9ffee3652cd42ea02fd5cca672408722f1426eb0d234a330"
2023-01-31 07:48:02 -08:00
dependencies = [
2023-06-16 20:22:42 -07:00
"ahash 0.8.3",
2023-01-31 07:48:02 -08:00
"blake3",
2023-06-16 20:22:42 -07:00
"block-buffer 0.10.4",
2023-01-31 07:48:02 -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-06-16 20:22:42 -07:00
"rustc_version",
2023-01-31 07:48:02 -08:00
"serde",
"serde_bytes",
"serde_derive",
"serde_json",
2023-06-16 20:22:42 -07:00
"sha2 0.10.7",
"solana-frozen-abi-macro",
"subtle",
2022-10-19 07:34:41 -07:00
"thiserror",
]
[[package]]
name = "solana-frozen-abi-macro"
2023-06-16 20:22:42 -07:00
version = "1.16.1"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "d4121f91307234cec8c8d8cd2d7ec171881c07db2222335e8c840d555ebe89cc"
2022-10-19 07:34:41 -07:00
dependencies = [
"proc-macro2",
"quote",
2023-06-16 20:22:42 -07:00
"rustc_version",
"syn 2.0.18",
2023-01-31 07:48:02 -08:00
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "solana-geyser-plugin-interface"
2023-06-16 20:22:42 -07:00
version = "1.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "5a8bcaf5e09940bebbc0342257ac695e4bb6e4a996c68f223de16d2649c7b32a"
2022-10-19 07:34:41 -07:00
dependencies = [
"log",
"solana-sdk",
"solana-transaction-status",
"thiserror",
]
[[package]]
name = "solana-logger"
2023-06-16 20:22:42 -07:00
version = "1.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "f590904a129707c5bf6b9f2e198e49ce8984e802dad26babd2c406a4e898b0ce"
2022-10-19 07:34:41 -07:00
dependencies = [
"env_logger 0.9.3",
2022-10-19 07:34:41 -07:00
"lazy_static",
"log",
]
[[package]]
name = "solana-measure"
2023-06-16 20:22:42 -07:00
version = "1.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "26976359ec46d158ce2880d5a31bca4b08e971d29d03c25e9ba80f9a3d42b28e"
2022-10-19 07:34:41 -07:00
dependencies = [
"log",
"solana-sdk",
]
[[package]]
name = "solana-metrics"
2023-06-16 20:22:42 -07:00
version = "1.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "8d97a86ca9bc1c33b77f98502ef0ec133823ebbb813fc60e10c6cf6377bbbdf2"
2022-10-19 07:34:41 -07:00
dependencies = [
"crossbeam-channel",
"gethostname",
"lazy_static",
"log",
"reqwest",
"solana-sdk",
]
[[package]]
name = "solana-program"
2023-06-16 20:22:42 -07:00
version = "1.16.1"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "19ac28d05adeff2212cdec76dfacc6eb631d69d065b1b83c063a1fab505d5e62"
2023-01-31 07:48:02 -08:00
dependencies = [
"ark-bn254",
"ark-ec",
"ark-ff",
2023-06-16 20:22:42 -07:00
"ark-serialize",
"array-bytes",
2023-06-16 20:22:42 -07:00
"base64 0.21.2",
2023-01-31 07:48:02 -08:00
"bincode",
"bitflags",
"blake3",
2023-06-16 20:22:42 -07:00
"borsh 0.10.3",
2023-01-31 07:48:02 -08:00
"bs58",
"bv",
"bytemuck",
"cc",
"console_error_panic_hook",
"console_log",
"curve25519-dalek",
2023-06-16 20:22:42 -07:00
"getrandom 0.2.10",
2023-01-31 07:48:02 -08:00
"itertools",
"js-sys",
"lazy_static",
"libc",
"libsecp256k1",
"log",
2023-06-16 20:22:42 -07:00
"memoffset",
"num-bigint 0.4.3",
2023-01-31 07:48:02 -08:00
"num-derive",
"num-traits",
"parking_lot",
"rand 0.7.3",
"rand_chacha 0.2.2",
2023-06-16 20:22:42 -07:00
"rustc_version",
2023-01-31 07:48:02 -08:00
"rustversion",
"serde",
"serde_bytes",
"serde_derive",
"serde_json",
2023-06-16 20:22:42 -07:00
"sha2 0.10.7",
"sha3 0.10.8",
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-sdk-macro",
2022-10-19 07:34:41 -07:00
"thiserror",
"tiny-bip39",
2022-10-19 07:34:41 -07:00
"wasm-bindgen",
"zeroize",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "solana-program-runtime"
2023-06-16 20:22:42 -07:00
version = "1.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "03cb661d9fe32ec33ba8df554827becd5bcc1758392194420899771344177fb1"
2022-10-19 07:34:41 -07:00
dependencies = [
2023-06-16 20:22:42 -07:00
"base64 0.21.2",
2022-10-19 07:34:41 -07:00
"bincode",
"eager",
2023-06-16 20:22:42 -07:00
"enum-iterator",
2022-10-19 07:34:41 -07:00
"itertools",
"libc",
"log",
"num-derive",
"num-traits",
2023-06-16 20:22:42 -07:00
"percentage",
"rand 0.7.3",
2023-06-16 20:22:42 -07:00
"rustc_version",
2022-10-19 07:34:41 -07:00
"serde",
"solana-frozen-abi",
"solana-frozen-abi-macro",
2022-10-19 07:34:41 -07:00
"solana-measure",
"solana-metrics",
2022-10-19 07:34:41 -07:00
"solana-sdk",
"solana_rbpf",
2022-10-19 07:34:41 -07:00
"thiserror",
]
[[package]]
name = "solana-sdk"
2023-06-16 20:22:42 -07:00
version = "1.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "3aa2d54c0e9109d1bf9edafbd86d645217776df783814397f79c3929cf4316ba"
2022-10-19 07:34:41 -07:00
dependencies = [
"assert_matches",
2023-06-16 20:22:42 -07:00
"base64 0.21.2",
2022-10-19 07:34:41 -07:00
"bincode",
"bitflags",
2023-06-16 20:22:42 -07:00
"borsh 0.10.3",
2022-10-19 07:34:41 -07:00
"bs58",
"bytemuck",
"byteorder",
"chrono",
"derivation-path",
2023-06-16 20:22:42 -07:00
"digest 0.10.7",
2022-10-19 07:34:41 -07:00
"ed25519-dalek",
"ed25519-dalek-bip32",
"generic-array",
"hmac 0.12.1",
"itertools",
"js-sys",
"lazy_static",
"libsecp256k1",
"log",
"memmap2",
"num-derive",
"num-traits",
2023-06-16 20:22:42 -07:00
"num_enum 0.6.1",
"pbkdf2 0.11.0",
2022-10-19 07:34:41 -07:00
"qstring",
"rand 0.7.3",
"rand_chacha 0.2.2",
2023-06-16 20:22:42 -07:00
"rustc_version",
2022-10-19 07:34:41 -07:00
"rustversion",
"serde",
"serde_bytes",
"serde_derive",
"serde_json",
"serde_with",
2023-06-16 20:22:42 -07:00
"sha2 0.10.7",
"sha3 0.10.8",
"solana-frozen-abi",
"solana-frozen-abi-macro",
2022-10-19 07:34:41 -07:00
"solana-logger",
"solana-program",
"solana-sdk-macro",
2022-10-19 07:34:41 -07:00
"thiserror",
"uriparse",
"wasm-bindgen",
]
[[package]]
name = "solana-sdk-macro"
2023-06-16 20:22:42 -07:00
version = "1.16.1"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "aa991e6d6ae7c57ef9fc56f964b22f3bae6ba6c144ccb07b0fe07e06a3efc47c"
2023-01-31 07:48:02 -08:00
dependencies = [
"bs58",
"proc-macro2",
"quote",
"rustversion",
2023-06-16 20:22:42 -07:00
"syn 2.0.18",
2023-01-31 07:48:02 -08:00
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "solana-transaction-status"
2023-06-16 20:22:42 -07:00
version = "1.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "2e5331f3dfa4a8228dd69b6954859d6aafdd3234b24802690c1f7446bc37df6d"
2022-10-19 07:34:41 -07:00
dependencies = [
"Inflector",
2023-06-16 20:22:42 -07:00
"base64 0.21.2",
2022-10-19 07:34:41 -07:00
"bincode",
2023-06-16 20:22:42 -07:00
"borsh 0.9.3",
2022-10-19 07:34:41 -07:00
"bs58",
"lazy_static",
"log",
"serde",
"serde_derive",
"serde_json",
"solana-account-decoder",
"solana-address-lookup-table-program",
2022-10-19 07:34:41 -07:00
"solana-sdk",
"spl-associated-token-account",
"spl-memo",
"spl-token 3.5.0",
"spl-token-2022 0.6.1",
2022-10-19 07:34:41 -07:00
"thiserror",
]
[[package]]
name = "solana-zk-token-sdk"
2023-06-16 20:22:42 -07:00
version = "1.16.1"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "05aa69c3f19df466a68a26f009e9dc39de671bf022c66fbbfab2d1c021b62a97"
2022-10-19 07:34:41 -07:00
dependencies = [
"aes-gcm-siv",
"arrayref",
2023-06-16 20:22:42 -07:00
"base64 0.21.2",
2022-10-19 07:34:41 -07:00
"bincode",
"bytemuck",
"byteorder",
"curve25519-dalek",
"getrandom 0.1.16",
"itertools",
2022-10-19 07:34:41 -07:00
"lazy_static",
"merlin",
"num-derive",
"num-traits",
"rand 0.7.3",
"serde",
"serde_json",
"sha3 0.9.1",
"solana-program",
2022-10-19 07:34:41 -07:00
"solana-sdk",
"subtle",
"thiserror",
"zeroize",
]
[[package]]
name = "solana_rbpf"
2023-06-16 20:22:42 -07:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "5ae90c406f0a2d4a15f08d16c8b64f37997a57611fec0a89f1277854166996e8"
dependencies = [
"byteorder",
"combine",
"goblin",
"hash32",
"libc",
"log",
"rand 0.8.5",
"rustc-demangle",
"scroll",
"thiserror",
"winapi",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "spl-associated-token-account"
2023-06-16 20:22:42 -07:00
version = "1.1.3"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "978dba3bcbe88d0c2c58366c254d9ea41c5f73357e72fc0bdee4d6b5fc99c8f4"
2022-10-19 07:34:41 -07:00
dependencies = [
"assert_matches",
2023-06-16 20:22:42 -07:00
"borsh 0.9.3",
2022-10-19 07:34:41 -07:00
"num-derive",
"num-traits",
"solana-program",
"spl-token 3.5.0",
"spl-token-2022 0.6.1",
"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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4fa8f409b5c5e0ac571df17c981ae1424b204743daa4428430627d38717caf5"
dependencies = [
"quote",
"spl-discriminator-syn",
"syn 2.0.18",
]
[[package]]
name = "spl-discriminator-syn"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21968d7da2f0a624c509f24580c3fee70b364a6886d90709e679e64f572eca2f"
dependencies = [
"proc-macro2",
"quote",
"solana-program",
"syn 2.0.18",
2022-10-19 07:34:41 -07:00
"thiserror",
]
[[package]]
name = "spl-memo"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0dc6f70db6bacea7ff25870b016a65ba1d1b6013536f08e4fd79a8f9005325"
dependencies = [
"solana-program",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "spl-program-error"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af92f74cd3b0fdfda59fef4b571a92123e4df0f67cc43f73163975d31118ef82"
dependencies = [
"num-derive",
"num-traits",
"solana-program",
"spl-program-error-derive",
"thiserror",
]
[[package]]
name = "spl-program-error-derive"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "173f3cc506847882189b3a5b67299f617fed2f9730f122dd197b82e1e213dee5"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
]
[[package]]
name = "spl-tlv-account-resolution"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82149a5a06b5f158d03904066375eaf0c8a2422557cc3d5a25d277260d9a3b16"
dependencies = [
"bytemuck",
"solana-program",
"spl-discriminator",
"spl-program-error",
"spl-type-length-value",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "spl-token"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e85e168a785e82564160dcb87b2a8e04cee9bfd1f4d488c729d53d6a4bd300d"
dependencies = [
"arrayref",
"bytemuck",
"num-derive",
"num-traits",
2023-06-16 20:22:42 -07:00
"num_enum 0.5.11",
"solana-program",
2022-10-19 07:34:41 -07:00
"thiserror",
]
[[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",
"num-traits",
"num_enum 0.6.1",
"solana-program",
"thiserror",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "spl-token-2022"
2023-06-16 20:22:42 -07:00
version = "0.6.1"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "0043b590232c400bad5ee9eb983ced003d15163c4c5d56b090ac6d9a57457b47"
2022-10-19 07:34:41 -07:00
dependencies = [
"arrayref",
"bytemuck",
"num-derive",
"num-traits",
2023-06-16 20:22:42 -07:00
"num_enum 0.5.11",
"solana-program",
2022-10-19 07:34:41 -07:00
"solana-zk-token-sdk",
"spl-memo",
"spl-token 3.5.0",
"thiserror",
]
[[package]]
name = "spl-token-2022"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b24ac5786a3fefbf59f5606312c61abf87b23154e7a717e5d18216fbea4711db"
dependencies = [
"arrayref",
"bytemuck",
"num-derive",
"num-traits",
"num_enum 0.6.1",
"solana-program",
"solana-zk-token-sdk",
"spl-memo",
"spl-token 4.0.0",
"spl-transfer-hook-interface",
"thiserror",
]
[[package]]
name = "spl-transfer-hook-interface"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a2326852adf88716fbac7f54cd6ee2c8a0b5a14ede24db3b4519c4ff13df04b"
dependencies = [
"arrayref",
"bytemuck",
"num-derive",
"num-traits",
"num_enum 0.6.1",
"solana-program",
"spl-discriminator",
"spl-tlv-account-resolution",
"spl-type-length-value",
2022-10-19 07:34:41 -07:00
"thiserror",
]
[[package]]
name = "spl-type-length-value"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1d085f426b33b8365fb98383d1b8b3925e21bdfe579c851ceaa7f511dbec191"
dependencies = [
"bytemuck",
"solana-program",
"spl-discriminator",
"spl-program-error",
]
2022-10-19 07:34:41 -07:00
[[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"
2023-06-16 20:22:42 -07:00
version = "1.0.109"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2022-10-19 07:34:41 -07:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2023-06-16 20:22:42 -07:00
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "sync_wrapper"
2023-06-16 20:22:42 -07:00
version = "0.1.2"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2022-10-19 07:34:41 -07:00
[[package]]
name = "tempfile"
2023-06-16 20:22:42 -07:00
version = "3.6.0"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
2022-10-19 07:34:41 -07:00
dependencies = [
2023-06-16 20:22:42 -07:00
"autocfg",
2022-10-19 07:34:41 -07:00
"cfg-if",
"fastrand",
"redox_syscall",
2023-06-16 20:22:42 -07:00
"rustix",
"windows-sys 0.48.0",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "termcolor"
2023-01-30 09:35:54 -08:00
version = "1.2.0"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 09:35:54 -08:00
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2022-10-19 07:34:41 -07:00
dependencies = [
"winapi-util",
]
[[package]]
name = "thiserror"
2023-06-16 20:22:42 -07:00
version = "1.0.40"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
2022-10-19 07:34:41 -07:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-06-16 20:22:42 -07:00
version = "1.0.40"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
2022-10-19 07:34:41 -07:00
dependencies = [
"proc-macro2",
"quote",
2023-06-16 20:22:42 -07:00
"syn 2.0.18",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "time"
2023-01-30 09:35:54 -08:00
version = "0.1.45"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 09:35:54 -08:00
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
2022-10-19 07:34:41 -07:00
dependencies = [
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
"winapi",
]
[[package]]
name = "time"
2023-06-16 20:22:42 -07:00
version = "0.3.22"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd"
2022-10-19 07:34:41 -07:00
dependencies = [
"itoa",
2023-01-30 09:35:54 -08:00
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2023-06-16 20:22:42 -07:00
version = "0.1.1"
2023-01-30 09:35:54 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
2023-01-30 09:35:54 -08:00
[[package]]
name = "time-macros"
2023-06-16 20:22:42 -07:00
version = "0.2.9"
2023-01-30 09:35:54 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
2023-01-30 09:35:54 -08:00
dependencies = [
"time-core",
2022-10-19 07:34:41 -07:00
]
[[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",
]
2022-10-19 07:34:41 -07:00
[[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-06-16 20:22:42 -07:00
version = "0.1.1"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2022-10-19 07:34:41 -07:00
[[package]]
name = "tokio"
2023-06-16 20:22:42 -07:00
version = "1.28.2"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2"
2022-10-19 07:34:41 -07:00
dependencies = [
"autocfg",
"bytes",
"libc",
"mio",
"num_cpus",
"pin-project-lite",
"socket2",
"tokio-macros",
2023-06-16 20:22:42 -07:00
"windows-sys 0.48.0",
2022-10-19 07:34:41 -07:00
]
[[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-16 20:22:42 -07:00
version = "2.1.0"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
2022-10-19 07:34:41 -07:00
dependencies = [
"proc-macro2",
"quote",
2023-06-16 20:22:42 -07:00
"syn 2.0.18",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "tokio-rustls"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
dependencies = [
2023-06-16 20:22:42 -07:00
"rustls",
"tokio",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "tokio-stream"
2023-06-16 20:22:42 -07:00
version = "0.1.14"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
2022-10-19 07:34:41 -07:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-util"
2023-06-16 20:22:42 -07:00
version = "0.7.8"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
2022-10-19 07:34:41 -07:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
[[package]]
name = "toml"
2023-01-30 09:35:54 -08:00
version = "0.5.11"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 09:35:54 -08:00
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2022-10-19 07:34:41 -07:00
dependencies = [
"serde",
]
[[package]]
name = "toml"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec"
dependencies = [
"serde",
"serde_spanned",
2023-06-16 20:22:42 -07:00
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.19.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739"
dependencies = [
"indexmap",
"serde",
"serde_spanned",
2023-06-16 20:22:42 -07:00
"toml_datetime",
"winnow",
2023-01-30 09:35:54 -08:00
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "tonic"
version = "0.9.2"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a"
2022-10-19 07:34:41 -07:00
dependencies = [
"async-stream",
"async-trait",
"axum",
2023-06-16 20:22:42 -07:00
"base64 0.21.2",
2022-10-19 07:34:41 -07:00
"bytes",
"flate2",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"hyper-timeout",
"percent-encoding",
"pin-project",
"prost",
2022-11-21 07:44:56 -08:00
"rustls-native-certs",
"rustls-pemfile",
2022-10-19 07:34:41 -07:00
"tokio",
2023-06-16 20:22:42 -07:00
"tokio-rustls",
2022-10-19 07:34:41 -07:00
"tokio-stream",
"tower",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tonic-build"
version = "0.9.2"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6fdaae4c2c638bb70fe42803a26fbd6fc6ac8c72f5c59f67ecc2a2dcabf4b07"
2022-10-19 07:34:41 -07:00
dependencies = [
"prettyplease",
"proc-macro2",
"prost-build",
"quote",
2023-06-16 20:22:42 -07:00
"syn 1.0.109",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "tonic-health"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "080964d45894b90273d2b1dd755fdd114560db8636bb41cea615213c45043c4d"
dependencies = [
"async-stream",
"prost",
"tokio",
"tokio-stream",
"tonic",
]
2022-10-19 07:34:41 -07: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",
"pin-project",
"pin-project-lite",
"rand 0.8.5",
"slab",
"tokio",
"tokio-util",
"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 = [
"cfg-if",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2023-06-16 20:22:42 -07:00
version = "0.1.24"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"
2022-10-19 07:34:41 -07:00
dependencies = [
"proc-macro2",
"quote",
2023-06-16 20:22:42 -07:00
"syn 2.0.18",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "tracing-core"
2023-06-16 20:22:42 -07:00
version = "0.1.31"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2022-10-19 07:34:41 -07:00
dependencies = [
"once_cell",
]
[[package]]
name = "try-lock"
2023-01-30 09:35:54 -08:00
version = "0.2.4"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 09:35:54 -08:00
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2022-10-19 07:34:41 -07:00
[[package]]
name = "typenum"
2023-01-30 09:35:54 -08:00
version = "1.16.0"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 09:35:54 -08:00
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2022-10-19 07:34:41 -07:00
[[package]]
name = "unicode-bidi"
2023-06-16 20:22:42 -07:00
version = "0.3.13"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2022-10-19 07:34:41 -07:00
[[package]]
name = "unicode-ident"
2023-06-16 20:22:42 -07:00
version = "1.0.9"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
2022-10-19 07:34:41 -07:00
[[package]]
name = "unicode-normalization"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
dependencies = [
"tinyvec",
]
[[package]]
name = "universal-hash"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
dependencies = [
"generic-array",
"subtle",
]
[[package]]
name = "unreachable"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
dependencies = [
"void",
]
2022-10-19 07:34:41 -07:00
[[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-06-16 20:22:42 -07:00
version = "2.4.0"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
2022-10-19 07:34:41 -07:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2022-10-19 07:34:41 -07:00
[[package]]
name = "vergen"
2023-06-16 20:22:42 -07:00
version = "8.2.1"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "8b3c89c2c7e50f33e4d35527e5bf9c11d6d132226dbbd1753f0fbe9f19ef88c6"
2022-10-19 07:34:41 -07:00
dependencies = [
"anyhow",
2023-06-16 20:22:42 -07:00
"rustc_version",
2022-10-19 07:34:41 -07:00
"rustversion",
2023-06-16 20:22:42 -07:00
"time 0.3.22",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2022-10-19 07:34:41 -07:00
[[package]]
name = "want"
2023-06-16 20:22:42 -07:00
version = "0.3.1"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2022-10-19 07:34:41 -07:00
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-06-16 20:22:42 -07:00
version = "0.2.87"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
2022-10-19 07:34:41 -07:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-06-16 20:22:42 -07:00
version = "0.2.87"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
2022-10-19 07:34:41 -07:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2023-06-16 20:22:42 -07:00
"syn 2.0.18",
2022-10-19 07:34:41 -07:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2023-06-16 20:22:42 -07:00
version = "0.4.37"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
2022-10-19 07:34:41 -07:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2023-06-16 20:22:42 -07:00
version = "0.2.87"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
2022-10-19 07:34:41 -07:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-06-16 20:22:42 -07:00
version = "0.2.87"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
2022-10-19 07:34:41 -07:00
dependencies = [
"proc-macro2",
"quote",
2023-06-16 20:22:42 -07:00
"syn 2.0.18",
2022-10-19 07:34:41 -07:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-06-16 20:22:42 -07:00
version = "0.2.87"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
2022-10-19 07:34:41 -07:00
[[package]]
name = "web-sys"
2023-06-16 20:22:42 -07:00
version = "0.3.64"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
2022-10-19 07:34:41 -07:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
2023-01-30 09:35:54 -08:00
version = "0.22.6"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 09:35:54 -08:00
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
2022-10-19 07:34:41 -07:00
dependencies = [
"webpki",
]
[[package]]
name = "which"
2023-01-30 09:35:54 -08:00
version = "4.4.0"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 09:35:54 -08:00
checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
2022-10-19 07:34:41 -07:00
dependencies = [
"either",
"libc",
"once_cell",
]
[[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 = [
"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"
2023-06-16 20:22:42 -07:00
[[package]]
name = "windows"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
dependencies = [
"windows-targets",
]
2022-10-19 07:34:41 -07:00
[[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",
2022-10-19 07:34:41 -07:00
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-06-16 20:22:42 -07:00
"windows-targets",
]
[[package]]
name = "windows-targets"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
dependencies = [
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2022-10-19 07:34:41 -07:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2022-10-19 07:34:41 -07:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.2"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2022-10-19 07:34:41 -07:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2022-10-19 07:34:41 -07:00
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2022-10-19 07:34:41 -07:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2022-10-19 07:34:41 -07:00
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2022-10-19 07:34:41 -07:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2022-10-19 07:34:41 -07:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.2"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2022-10-19 07:34:41 -07:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2022-10-19 07:34:41 -07:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2022-10-19 07:34:41 -07:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2022-10-19 07:34:41 -07:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2022-10-19 07:34:41 -07:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
[[package]]
name = "winnow"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca0ace3845f0d96209f0375e6d367e3eb87eb65d27d445bdc9f1843a26f39448"
dependencies = [
"memchr",
]
2022-10-19 07:34:41 -07:00
[[package]]
name = "winreg"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
"winapi",
]
[[package]]
name = "yellowstone-grpc-client"
version = "1.9.0+solana.1.16.1"
dependencies = [
"bytes",
"futures",
"http",
"thiserror",
"tokio",
"tonic",
"tonic-health",
"yellowstone-grpc-proto",
]
[[package]]
name = "yellowstone-grpc-client-simple"
version = "1.9.0+solana.1.16.1"
dependencies = [
"anyhow",
"backoff",
"bs58",
"clap",
"env_logger 0.10.0",
"futures",
"hex",
"log",
"solana-sdk",
"tokio",
"yellowstone-grpc-client",
"yellowstone-grpc-proto",
]
[[package]]
name = "yellowstone-grpc-geyser"
version = "1.7.1+solana.1.16.1"
dependencies = [
"anyhow",
2023-06-16 20:22:42 -07:00
"base64 0.21.2",
"bincode",
"bs58",
"cargo-lock",
"clap",
"futures",
"git-version",
"hyper",
"lazy_static",
"log",
"prometheus",
"serde",
"serde_json",
"solana-geyser-plugin-interface",
"solana-logger",
"solana-sdk",
"solana-transaction-status",
"spl-token-2022 0.7.0",
"tokio",
"tokio-stream",
"tonic",
"tonic-health",
"vergen",
"yellowstone-grpc-proto",
]
[[package]]
name = "yellowstone-grpc-proto"
version = "1.9.0+solana.1.16.1"
dependencies = [
"anyhow",
"prost",
"protobuf-src",
"tonic",
"tonic-build",
]
2022-10-19 07:34:41 -07:00
[[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-06-16 20:22:42 -07:00
version = "1.4.2"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
2022-10-19 07:34:41 -07:00
dependencies = [
"proc-macro2",
"quote",
2023-06-16 20:22:42 -07:00
"syn 2.0.18",
2022-10-19 07:34:41 -07:00
]
[[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-06-16 20:22:42 -07:00
version = "2.0.8+zstd.1.5.5"
2022-10-19 07:34:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-16 20:22:42 -07:00
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
2022-10-19 07:34:41 -07:00
dependencies = [
"cc",
"libc",
2023-01-30 09:35:54 -08:00
"pkg-config",
2022-10-19 07:34:41 -07:00
]