pyth-crosschain/hermes/Cargo.lock

6493 lines
151 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
2023-05-17 03:18:46 -07:00
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
dependencies = [
2023-05-17 03:18:46 -07:00
"lazy_static",
"regex",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "aead"
2023-05-17 03:18:46 -07:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
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",
"cipher 0.3.0",
"cpufeatures",
"opaque-debug",
]
[[package]]
name = "aes-gcm"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df5f85a83a7d8b0442b6aa7b504b8212c1733da07b98aae43d4bc21b2cb3cdf6"
dependencies = [
2023-05-17 03:18:46 -07:00
"aead",
"aes",
"cipher 0.3.0",
2023-05-17 03:18:46 -07:00
"ctr",
"ghash",
"subtle",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "aes-gcm-siv"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "589c637f0e68c877bbd59a4599bbe849cac8e5f3e4b5a3ebae8f528cd218dcdc"
dependencies = [
2023-05-17 03:18:46 -07:00
"aead",
"aes",
"cipher 0.3.0",
"ctr",
"polyval",
"subtle",
2023-05-17 03:18:46 -07:00
"zeroize",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
2023-05-17 03:18:46 -07:00
"getrandom 0.2.9",
"once_cell",
"version_check",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "aho-corasick"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
dependencies = [
2023-05-17 03:18:46 -07:00
"memchr",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "alloc-no-stdlib"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
[[package]]
2023-05-17 03:18:46 -07:00
name = "alloc-stdlib"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
dependencies = [
2023-05-17 03:18:46 -07:00
"alloc-no-stdlib",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
2023-05-17 03:18:46 -07:00
"libc",
]
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
"winapi",
]
[[package]]
name = "anyhow"
2023-05-17 03:18:46 -07:00
version = "1.0.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
2023-05-17 03:18:46 -07:00
[[package]]
name = "arrayref"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
[[package]]
name = "arrayvec"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
[[package]]
name = "arrayvec"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
[[package]]
name = "asn1-rs"
2023-05-17 03:18:46 -07:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0"
dependencies = [
2023-05-17 03:18:46 -07:00
"asn1-rs-derive",
"asn1-rs-impl",
"displaydoc",
"nom",
"num-traits",
"rusticata-macros",
"thiserror",
2023-05-17 03:18:46 -07:00
"time 0.3.21",
]
[[package]]
name = "asn1-rs-derive"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c"
dependencies = [
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 1.0.109",
"synstructure",
]
[[package]]
name = "asn1-rs-impl"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed"
dependencies = [
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 1.0.109",
]
[[package]]
name = "asn1_der"
2023-05-17 03:18:46 -07:00
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "155a5a185e42c6b77ac7b88a15143d930a9e9727a5b7b77eed417404ab15c247"
[[package]]
name = "assert_matches"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
[[package]]
name = "async-channel"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
[[package]]
name = "async-compression"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a"
dependencies = [
"brotli",
"flate2",
"futures-core",
"memchr",
"pin-project-lite 0.2.9",
"tokio",
]
[[package]]
name = "async-executor"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"
dependencies = [
"async-lock",
"async-task",
"concurrent-queue",
"fastrand",
"futures-lite",
"slab",
]
[[package]]
name = "async-global-executor"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
dependencies = [
"async-channel",
"async-executor",
"async-io",
"async-lock",
"blocking",
"futures-lite",
"once_cell",
]
[[package]]
name = "async-io"
2023-05-17 03:18:46 -07:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
dependencies = [
"async-lock",
"autocfg",
2023-05-17 03:18:46 -07:00
"cfg-if",
"concurrent-queue",
"futures-lite",
"log",
"parking",
"polling",
2023-05-17 03:18:46 -07:00
"rustix",
"slab",
2023-05-17 03:18:46 -07:00
"socket2 0.4.9",
"waker-fn",
]
[[package]]
name = "async-lock"
2023-05-17 03:18:46 -07:00
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
dependencies = [
"event-listener",
]
[[package]]
name = "async-mutex"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
dependencies = [
"event-listener",
2023-05-17 03:18:46 -07:00
]
[[package]]
name = "async-std"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
dependencies = [
"async-channel",
"async-global-executor",
"async-io",
"async-lock",
"crossbeam-utils",
"futures-channel",
"futures-core",
"futures-io",
"futures-lite",
2023-05-17 03:18:46 -07:00
"gloo-timers",
"kv-log-macro",
"log",
"memchr",
"once_cell",
"pin-project-lite 0.2.9",
"pin-utils",
"slab",
"wasm-bindgen-futures",
]
[[package]]
name = "async-std-resolver"
version = "0.20.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf3e776afdf3a2477ef4854b85ba0dff3bd85792f685fb3c68948b4d304e4f0"
dependencies = [
"async-std",
"async-trait",
"futures-io",
"futures-util",
"pin-utils",
"trust-dns-resolver",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "async-task"
version = "4.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
[[package]]
name = "async-trait"
2023-05-17 03:18:46 -07:00
version = "0.1.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
dependencies = [
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 2.0.15",
]
[[package]]
name = "asynchronous-codec"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06a0daa378f5fd10634e44b0a29b2a87b890657658e072a30d6f26e57ddee182"
dependencies = [
"bytes",
"futures-sink",
"futures-util",
"memchr",
"pin-project-lite 0.2.9",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "atomic"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"
dependencies = [
"autocfg",
]
[[package]]
name = "atomic-waker"
2023-05-17 03:18:46 -07:00
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi 0.1.19",
"libc",
"winapi",
]
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "axum"
2023-05-17 03:18:46 -07:00
version = "0.6.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "f8175979259124331c1d7bf6586ee7e0da434155e4b2d48ec2c8386281d8df39"
dependencies = [
"async-trait",
"axum-core",
"axum-macros",
"base64 0.21.0",
"bitflags",
"bytes",
"futures-util",
"http",
"http-body",
"hyper",
"itoa",
"matchit",
"memchr",
"mime",
"percent-encoding",
"pin-project-lite 0.2.9",
"rustversion",
"serde",
"serde_json",
"serde_path_to_error",
"serde_urlencoded",
"sha1",
"sync_wrapper",
"tokio",
2023-05-17 03:18:46 -07:00
"tokio-tungstenite 0.18.0",
"tower",
"tower-layer",
"tower-service",
]
[[package]]
name = "axum-core"
2023-05-17 03:18:46 -07:00
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
dependencies = [
"async-trait",
"bytes",
"futures-util",
"http",
"http-body",
"mime",
"rustversion",
"tower-layer",
"tower-service",
]
[[package]]
name = "axum-macros"
2023-05-17 03:18:46 -07:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "2bb524613be645939e280b7279f7b017f98cf7f5ef084ec374df373530e73277"
dependencies = [
"heck 0.4.1",
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 2.0.15",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "base64"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "base64"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
[[package]]
name = "base64ct"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
2023-05-17 03:18:46 -07:00
[[package]]
name = "bimap"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7"
[[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"
2023-05-17 03:18:46 -07:00
[[package]]
name = "bitmaps"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
dependencies = [
"typenum",
]
[[package]]
name = "blake2"
2023-05-17 03:18:46 -07:00
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "0a4e37d16930f5459780f5621038b6382b9bb37c19016f39fb6b5808d831f174"
dependencies = [
2023-05-17 03:18:46 -07:00
"crypto-mac",
"digest 0.9.0",
"opaque-debug",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "blake3"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef"
dependencies = [
2023-05-17 03:18:46 -07:00
"arrayref",
"arrayvec 0.7.2",
"cc",
"cfg-if",
"constant_time_eq",
"digest 0.10.6",
]
[[package]]
name = "block-buffer"
2023-05-17 03:18:46 -07:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
2023-05-17 03:18:46 -07:00
"block-padding",
"generic-array",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
2023-05-17 03:18:46 -07:00
"generic-array",
]
[[package]]
name = "block-padding"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
2023-05-17 03:18:46 -07:00
[[package]]
name = "blocking"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"
dependencies = [
"async-channel",
"async-lock",
"async-task",
"atomic-waker",
"fastrand",
"futures-lite",
"log",
]
[[package]]
name = "borsh"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15bf3650200d8bffa99015595e10f1fbd17de07abbc25bb067da79e769939bfa"
dependencies = [
"borsh-derive",
"hashbrown 0.11.2",
]
[[package]]
name = "borsh-derive"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6441c552f230375d18e3cc377677914d2ca2b0d36e52129fe15450a2dce46775"
dependencies = [
"borsh-derive-internal",
"borsh-schema-derive-internal",
"proc-macro-crate 0.1.5",
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"syn 1.0.109",
]
[[package]]
name = "borsh-derive-internal"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5449c28a7b352f2d1e592a8a28bf139bc71afb0764a14f3c02500935d8c44065"
dependencies = [
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 1.0.109",
]
[[package]]
name = "borsh-schema-derive-internal"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdbd5696d8bfa21d53d9fe39a714a18538bad11492a42d066dbbc395fb1951c0"
dependencies = [
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 1.0.109",
]
[[package]]
name = "brotli"
version = "3.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
version = "2.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
[[package]]
name = "bs58"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
2023-05-17 03:18:46 -07:00
[[package]]
name = "bstr"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09"
dependencies = [
"memchr",
"once_cell",
"regex-automata",
"serde",
]
[[package]]
name = "bumpalo"
2023-05-17 03:18:46 -07:00
version = "3.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b"
[[package]]
name = "bv"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8834bb1d8ee5dc048ee3124f2c7c1afcc6bc9aed03f11e9dfd8c69470a5db340"
dependencies = [
"feature-probe",
"serde",
]
[[package]]
name = "bytemuck"
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192"
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 2.0.15",
]
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
[[package]]
2023-05-17 03:18:46 -07:00
name = "caps"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "190baaad529bcfbde9e1a19022c42781bdb6ff9de25721abdb8fd98c0807730b"
dependencies = [
2023-05-17 03:18:46 -07:00
"libc",
"thiserror",
]
[[package]]
name = "cc"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
dependencies = [
"jobserver",
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chacha20"
2023-05-17 03:18:46 -07:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "f08493fa7707effc63254c66c6ea908675912493cd67952eda23c09fae2610b1"
dependencies = [
"cfg-if",
"cipher 0.3.0",
"cpufeatures",
"zeroize",
]
[[package]]
name = "chacha20poly1305"
2023-05-17 03:18:46 -07:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "b6547abe025f4027edacd9edaa357aded014eecec42a5070d9b885c3c334aba2"
dependencies = [
2023-05-17 03:18:46 -07:00
"aead",
"chacha20",
"cipher 0.3.0",
"poly1305",
"zeroize",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "chrono"
version = "0.4.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
dependencies = [
2023-05-17 03:18:46 -07:00
"iana-time-zone",
"js-sys",
"num-integer",
"num-traits",
"serde",
"time 0.1.45",
"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 = "cipher"
2023-05-17 03:18:46 -07:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
dependencies = [
"crypto-common",
"inout",
]
[[package]]
name = "clap"
version = "2.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
dependencies = [
"ansi_term",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
]
[[package]]
name = "concurrent-queue"
2023-05-17 03:18:46 -07:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
dependencies = [
"crossbeam-utils",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "console"
version = "0.15.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60"
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"unicode-width",
"windows-sys 0.42.0",
]
[[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"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e89f72f65e8501878b8a004d5a1afb780987e2ce2b4532c562e367a72c57499f"
dependencies = [
"log",
"web-sys",
]
[[package]]
name = "const-oid"
2023-05-17 03:18:46 -07:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"
[[package]]
name = "constant_time_eq"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b"
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
[[package]]
name = "core-foundation"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2023-05-17 03:18:46 -07:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
[[package]]
2023-05-17 03:18:46 -07:00
name = "cpufeatures"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
dependencies = [
2023-05-17 03:18:46 -07:00
"libc",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
2023-05-17 03:18:46 -07:00
"cfg-if",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "crossbeam-channel"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
dependencies = [
2023-05-17 03:18:46 -07:00
"cfg-if",
"crossbeam-utils",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "crossbeam-deque"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
dependencies = [
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "crossbeam-epoch"
version = "0.9.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
dependencies = [
2023-05-17 03:18:46 -07:00
"autocfg",
"cfg-if",
2023-05-17 03:18:46 -07:00
"crossbeam-utils",
"memoffset 0.8.0",
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
2023-05-17 03:18:46 -07:00
version = "0.8.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
dependencies = [
"cfg-if",
]
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
2023-05-17 03:18:46 -07:00
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
2023-05-17 03:18:46 -07:00
"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]]
2023-05-17 03:18:46 -07:00
name = "ctor"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
dependencies = [
2023-05-17 03:18:46 -07:00
"quote 1.0.27",
"syn 1.0.109",
]
[[package]]
name = "ctr"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"
dependencies = [
"cipher 0.3.0",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "cuckoofilter"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "b810a8449931679f64cd7eef1bbd0fa315801b6d5d9cdc1ace2804d6529eee18"
dependencies = [
2023-05-17 03:18:46 -07:00
"byteorder",
"fnv",
"rand 0.7.3",
]
[[package]]
name = "curve25519-dalek"
2023-05-17 03:18:46 -07:00
version = "3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "90f9d052967f590a76e62eb387bd0bbb1b000182c3cefe5364db6b7211651bc0"
dependencies = [
"byteorder",
"digest 0.9.0",
"rand_core 0.5.1",
2023-05-17 03:18:46 -07:00
"serde",
"subtle",
"zeroize",
]
[[package]]
name = "dashmap"
version = "5.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc"
dependencies = [
"cfg-if",
"hashbrown 0.12.3",
"lock_api",
"once_cell",
"parking_lot_core 0.9.7",
]
[[package]]
name = "data-encoding"
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
[[package]]
name = "der"
2023-05-17 03:18:46 -07:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"
dependencies = [
"const-oid",
]
[[package]]
name = "der-parser"
2023-05-17 03:18:46 -07:00
version = "8.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e"
dependencies = [
2023-05-17 03:18:46 -07:00
"asn1-rs",
"displaydoc",
"nom",
2023-05-17 03:18:46 -07:00
"num-bigint 0.4.3",
"num-traits",
"rusticata-macros",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "derivation-path"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e5c37193a1db1d8ed868c03ec7b152175f26160a5b740e5e484143877e0adf0"
[[package]]
name = "derive_more"
version = "0.99.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
dependencies = [
"convert_case",
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"rustc_version 0.4.0",
"syn 1.0.109",
]
[[package]]
name = "dialoguer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59c6f2989294b9a498d3ad5491a79c6deb604617378e1cdc4bfc1c1361fe2f87"
dependencies = [
"console",
"shell-words",
"tempfile",
"zeroize",
]
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array",
]
[[package]]
name = "digest"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
dependencies = [
2023-05-17 03:18:46 -07:00
"block-buffer 0.10.4",
"crypto-common",
"subtle",
]
2023-05-26 11:21:18 -07:00
[[package]]
name = "dirs-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
dependencies = [
"cfg-if",
"dirs-sys-next",
]
[[package]]
name = "dirs-sys-next"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
"libc",
"redox_users",
"winapi",
]
[[package]]
name = "displaydoc"
2023-05-17 03:18:46 -07:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 2.0.15",
]
[[package]]
name = "dlopen"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71e80ad39f814a9abe68583cd50a2d45c8a67561c3361ab8da240587dda80937"
dependencies = [
"dlopen_derive",
"lazy_static",
"libc",
"winapi",
]
[[package]]
name = "dlopen_derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f236d9e1b1fbd81cea0f9cbdc8dcc7e8ebcd80e6659cd7cb2ad5f6c05946c581"
dependencies = [
"libc",
"quote 0.6.13",
"syn 0.15.44",
]
[[package]]
name = "dns-parser"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"
dependencies = [
2023-05-17 03:18:46 -07:00
"byteorder",
"quick-error",
]
[[package]]
name = "dtoa"
2023-05-17 03:18:46 -07:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "65d09067bfacaa79114679b279d7f5885b53295b1e2cfb4e79c8e4bd3d633169"
[[package]]
name = "dyn-clone"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30"
[[package]]
name = "ed25519"
version = "1.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"
dependencies = [
"signature",
]
[[package]]
name = "ed25519-dalek"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
dependencies = [
2023-05-17 03:18:46 -07:00
"curve25519-dalek",
"ed25519",
"rand 0.7.3",
"serde",
"sha2 0.9.9",
"zeroize",
]
2023-05-17 03:18:46 -07:00
[[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",
"sha2 0.10.6",
]
[[package]]
name = "either"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
[[package]]
2023-05-17 03:18:46 -07:00
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "encoding_rs"
version = "0.8.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
dependencies = [
"cfg-if",
]
[[package]]
name = "enum-as-inner"
2023-05-17 03:18:46 -07:00
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "570d109b813e904becc80d8d5da38376818a143348413f7149f1340fe04754d4"
dependencies = [
"heck 0.4.1",
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 1.0.109",
]
[[package]]
name = "enum-iterator"
2023-05-26 11:21:18 -07:00
version = "0.7.0"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "4eeac5c5edb79e4e39fe8439ef35207780a11f69c52cbe424ce3dfad4cb78de6"
2023-05-17 03:18:46 -07:00
dependencies = [
"enum-iterator-derive",
]
[[package]]
name = "enum-iterator-derive"
2023-05-26 11:21:18 -07:00
version = "0.7.0"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "c134c37760b27a871ba422106eedbb8247da973a09e82558bf26d619c882b159"
2023-05-17 03:18:46 -07:00
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.27",
2023-05-26 11:21:18 -07:00
"syn 1.0.109",
2023-05-17 03:18:46 -07:00
]
[[package]]
name = "enum_dispatch"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11f36e95862220b211a6e2aa5eca09b4fa391b13cd52ceb8035a24bf65a79de2"
dependencies = [
"once_cell",
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 1.0.109",
]
[[package]]
name = "env_logger"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
]
[[package]]
name = "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-05-17 03:18:46 -07:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
dependencies = [
"errno-dragonfly",
"libc",
2023-05-17 03:18:46 -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",
]
[[package]]
name = "event-listener"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
[[package]]
2023-05-17 03:18:46 -07:00
name = "fast-math"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "2465292146cdfc2011350fe3b1c616ac83cf0faeedb33463ba1c332ed8948d66"
dependencies = [
2023-05-17 03:18:46 -07:00
"ieee754",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "fastrand"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
dependencies = [
2023-05-17 03:18:46 -07:00
"instant",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "feature-probe"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
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-05-17 03:18:46 -07:00
version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
dependencies = [
"crc32fast",
"libz-sys",
"miniz_oxide",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
dependencies = [
"percent-encoding",
]
[[package]]
name = "futures"
2023-05-17 03:18:46 -07:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2023-05-17 03:18:46 -07:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2023-05-17 03:18:46 -07:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
[[package]]
name = "futures-executor"
2023-05-17 03:18:46 -07:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
"num_cpus",
]
[[package]]
name = "futures-io"
2023-05-17 03:18:46 -07:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
[[package]]
name = "futures-lite"
2023-05-17 03:18:46 -07:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite 0.2.9",
"waker-fn",
]
[[package]]
name = "futures-macro"
2023-05-17 03:18:46 -07:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
dependencies = [
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 2.0.15",
]
[[package]]
name = "futures-rustls"
version = "0.22.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2411eed028cdf8c8034eaf21f9915f956b6c3abec4d4c7949ee67f0721127bd"
dependencies = [
"futures-io",
2023-05-17 03:18:46 -07:00
"rustls",
"webpki",
]
[[package]]
name = "futures-sink"
2023-05-17 03:18:46 -07:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
[[package]]
name = "futures-task"
2023-05-17 03:18:46 -07:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
[[package]]
name = "futures-timer"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
[[package]]
name = "futures-util"
2023-05-17 03:18:46 -07:00
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite 0.2.9",
"pin-utils",
"slab",
]
2023-05-26 11:21:18 -07:00
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
[[package]]
name = "generic-array"
2023-05-17 03:18:46 -07:00
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
2023-05-17 03:18:46 -07:00
"serde",
"typenum",
"version_check",
]
2023-05-17 03:18:46 -07:00
[[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",
2023-05-17 03:18:46 -07:00
"js-sys",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
2023-05-17 03:18:46 -07:00
"wasm-bindgen",
]
[[package]]
name = "getrandom"
2023-05-17 03:18:46 -07:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
dependencies = [
"cfg-if",
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
]
[[package]]
name = "ghash"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1583cc1656d7839fd3732b80cf4f38850336cdb9b8ded1cd399ca62958de3c99"
dependencies = [
"opaque-debug",
2023-05-17 03:18:46 -07:00
"polyval",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "gloo-timers"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
dependencies = [
2023-05-17 03:18:46 -07:00
"futures-channel",
"futures-core",
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "h2"
2023-05-17 03:18:46 -07:00
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
2023-05-17 03:18:46 -07:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
dependencies = [
2023-05-17 03:18:46 -07:00
"ahash",
]
[[package]]
name = "hashbrown"
2023-05-17 03:18:46 -07:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
2023-05-17 03:18:46 -07:00
"ahash",
]
[[package]]
name = "heck"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
name = "hermes"
version = "0.1.3"
dependencies = [
"anyhow",
2023-05-17 03:18:46 -07:00
"async-trait",
"axum",
"axum-macros",
"base64 0.21.0",
"borsh",
2023-05-17 03:18:46 -07:00
"byteorder",
"dashmap",
"derive_more",
2023-05-17 03:18:46 -07:00
"env_logger 0.10.0",
"futures",
"hex",
"humantime",
"lazy_static",
"libc",
"libp2p",
"log",
2023-05-17 03:18:46 -07:00
"pyth-sdk",
"pythnet-sdk",
"rand 0.8.5",
"reqwest",
"secp256k1",
"serde",
"serde_json",
2023-05-17 03:18:46 -07:00
"serde_qs",
2023-05-24 07:06:07 -07:00
"serde_wormhole",
"sha3 0.10.8",
2023-05-17 03:18:46 -07:00
"solana-account-decoder",
"solana-client",
"solana-sdk",
"structopt",
2023-05-26 11:21:18 -07:00
"strum",
"tokio",
"tower-http",
2023-05-24 07:06:07 -07:00
"wormhole-sdk",
]
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
[[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"
dependencies = [
"serde",
]
[[package]]
name = "hex_fmt"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"
[[package]]
2023-05-17 03:18:46 -07:00
name = "histogram"
version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "12cb882ccb290b8646e554b157ab0b71e64e8d5bef775cd66b6531e52d302669"
[[package]]
name = "hmac"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
dependencies = [
2023-05-17 03:18:46 -07:00
"crypto-mac",
"digest 0.9.0",
]
[[package]]
name = "hmac"
2023-05-17 03:18:46 -07:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
2023-05-17 03:18:46 -07:00
"digest 0.10.6",
]
[[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 = "hostname"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
dependencies = [
"libc",
"match_cfg",
"winapi",
]
[[package]]
name = "http"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
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 0.2.9",
]
[[package]]
name = "http-range-header"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
[[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"
2023-05-17 03:18:46 -07:00
version = "0.14.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite 0.2.9",
2023-05-17 03:18:46 -07:00
"socket2 0.4.9",
"tokio",
"tower-service",
"tracing",
"want",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "hyper-rustls"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
dependencies = [
"http",
"hyper",
"rustls",
"tokio",
"tokio-rustls",
]
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes",
"hyper",
"native-tls",
"tokio",
"tokio-native-tls",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "iana-time-zone"
version = "0.1.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows 0.48.0",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
[[package]]
name = "idna"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "idna"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "ieee754"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9007da9cacbd3e6343da136e98b0d2df013f553d35bdec8b518f07bea768e19c"
[[package]]
name = "if-addrs"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbc0fa01ffc752e9dbc72818cdb072cd028b86be5e09dd04c5a643704fe101a9"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "if-watch"
2023-05-17 03:18:46 -07:00
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "015a7df1eb6dda30df37f34b63ada9b7b352984b0e84de2a20ed526345000791"
dependencies = [
"async-io",
"core-foundation",
"fnv",
"futures",
"if-addrs",
"ipnet",
"log",
"rtnetlink",
"system-configuration",
2023-05-17 03:18:46 -07:00
"windows 0.34.0",
]
[[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-05-17 03:18:46 -07:00
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
"hashbrown 0.12.3",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "indicatif"
2023-05-26 11:21:18 -07:00
version = "0.16.2"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
2023-05-17 03:18:46 -07:00
dependencies = [
"console",
2023-05-26 11:21:18 -07:00
"lazy_static",
2023-05-17 03:18:46 -07:00
"number_prefix",
2023-05-26 11:21:18 -07:00
"regex",
2023-05-17 03:18:46 -07:00
]
[[package]]
name = "inout"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
"generic-array",
]
[[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-05-17 03:18:46 -07:00
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
dependencies = [
2023-05-17 03:18:46 -07:00
"hermit-abi 0.3.1",
"libc",
2023-05-17 03:18:46 -07:00
"windows-sys 0.48.0",
]
[[package]]
name = "ipconfig"
2023-05-17 03:18:46 -07:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"
dependencies = [
2023-05-17 03:18:46 -07:00
"socket2 0.3.19",
"widestring",
"winapi",
2023-05-17 03:18:46 -07:00
"winreg 0.6.2",
]
[[package]]
name = "ipnet"
2023-05-17 03:18:46 -07:00
version = "2.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
[[package]]
name = "is-terminal"
2023-05-17 03:18:46 -07:00
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
dependencies = [
"hermit-abi 0.3.1",
"io-lifetimes",
"rustix",
2023-05-17 03:18:46 -07:00
"windows-sys 0.48.0",
]
[[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-05-17 03:18:46 -07:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
[[package]]
name = "jobserver"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
2023-05-17 03:18:46 -07:00
version = "0.3.62"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "68c16e1bfd491478ab155fd8b4896b86f9ede344949b641e61501e07c2b8b4d5"
dependencies = [
"wasm-bindgen",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "jsonrpc-core"
version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
dependencies = [
"futures",
"futures-executor",
"futures-util",
"log",
"serde",
"serde_derive",
"serde_json",
]
[[package]]
name = "keccak"
2023-05-17 03:18:46 -07:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "8f6d5ed8676d904364de097082f4e7d240b571b67989ced0240f08b7f966f940"
dependencies = [
"cpufeatures",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "kv-log-macro"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
dependencies = [
"log",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2023-05-17 03:18:46 -07:00
version = "0.2.144"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
[[package]]
2023-05-17 03:18:46 -07:00
name = "libloading"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
dependencies = [
"cfg-if",
"winapi",
]
[[package]]
name = "libp2p"
2023-05-17 03:18:46 -07:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "0f592f1b06f12a5686a5de7be9f289a161c96d5f89f12b04b7d14cf3d61d7381"
dependencies = [
2023-05-17 03:18:46 -07:00
"atomic",
"bytes",
"futures",
"futures-timer",
2023-05-17 03:18:46 -07:00
"getrandom 0.2.9",
"instant",
2023-05-17 03:18:46 -07:00
"lazy_static",
"libp2p-autonat",
"libp2p-core",
2023-05-17 03:18:46 -07:00
"libp2p-deflate",
"libp2p-dns",
2023-05-17 03:18:46 -07:00
"libp2p-floodsub",
"libp2p-gossipsub",
"libp2p-identify",
2023-05-17 03:18:46 -07:00
"libp2p-kad",
"libp2p-mdns",
"libp2p-metrics",
"libp2p-mplex",
"libp2p-noise",
2023-05-17 03:18:46 -07:00
"libp2p-ping",
"libp2p-plaintext",
"libp2p-pnet",
"libp2p-relay",
"libp2p-rendezvous",
"libp2p-request-response",
"libp2p-swarm",
2023-05-17 03:18:46 -07:00
"libp2p-swarm-derive",
"libp2p-tcp",
2023-05-17 03:18:46 -07:00
"libp2p-uds",
"libp2p-wasm-ext",
"libp2p-websocket",
"libp2p-yamux",
"multiaddr",
2023-05-17 03:18:46 -07:00
"parking_lot 0.11.2",
"pin-project 1.0.12",
"rand 0.7.3",
"smallvec",
]
[[package]]
name = "libp2p-autonat"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c0e6bbc00385edde71430e7d261d13edebcf0e52aecac8f0081a299f960c545"
dependencies = [
"async-trait",
"futures",
"futures-timer",
"instant",
"libp2p-core",
"libp2p-request-response",
"libp2p-swarm",
"log",
"prost",
"prost-build",
"rand 0.8.5",
]
[[package]]
name = "libp2p-core"
2023-05-17 03:18:46 -07:00
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "77c4178afd65bf7c56744b4e0a6cfa6e9b694fe666efba596e03a46f79454d8d"
dependencies = [
2023-05-17 03:18:46 -07:00
"asn1_der",
"bs58",
"ed25519-dalek",
"either",
"fnv",
"futures",
"futures-timer",
"instant",
2023-05-17 03:18:46 -07:00
"lazy_static",
"libsecp256k1 0.7.1",
"log",
"multiaddr",
"multihash",
"multistream-select",
2023-05-17 03:18:46 -07:00
"parking_lot 0.11.2",
"pin-project 1.0.12",
"prost",
"prost-build",
"rand 0.8.5",
2023-05-17 03:18:46 -07:00
"ring",
"rw-stream-sink",
2023-05-17 03:18:46 -07:00
"sha2 0.10.6",
"smallvec",
"thiserror",
"unsigned-varint",
"void",
2023-05-17 03:18:46 -07:00
"zeroize",
]
[[package]]
name = "libp2p-deflate"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d56c68b9c5d435bbd8cdd20101348194b18d1e6ff29ece7a223734aa7eb695c"
dependencies = [
"flate2",
"futures",
"libp2p-core",
]
[[package]]
name = "libp2p-dns"
2023-05-17 03:18:46 -07:00
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "39d4a2e7efe62c738833b6be6c0f158cf7ffccba462320f4b3bebe43e1050e7b"
dependencies = [
2023-05-17 03:18:46 -07:00
"async-std-resolver",
"futures",
"libp2p-core",
"log",
"smallvec",
"trust-dns-resolver",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "libp2p-floodsub"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "604b6ad64c07a49a9e5e78d4f25c9ad28a17d5fefb1384d7ea35b3201e4aeed3"
dependencies = [
"cuckoofilter",
"fnv",
"futures",
"libp2p-core",
"libp2p-swarm",
"log",
"prost",
"prost-build",
"rand 0.7.3",
"smallvec",
]
[[package]]
name = "libp2p-gossipsub"
2023-05-17 03:18:46 -07:00
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "385ae5f44e84f51e17014c9f1d98464121d3b1b182c167a0b4482d6250c61926"
dependencies = [
"asynchronous-codec",
2023-05-17 03:18:46 -07:00
"base64 0.13.1",
"byteorder",
"bytes",
"fnv",
"futures",
2023-05-17 03:18:46 -07:00
"futures-timer",
"hex_fmt",
"instant",
"libp2p-core",
"libp2p-swarm",
"log",
2023-05-17 03:18:46 -07:00
"open-metrics-client",
"pin-project 1.0.12",
"prost",
"prost-build",
"rand 0.7.3",
"regex",
"sha2 0.10.6",
"smallvec",
"unsigned-varint",
]
[[package]]
name = "libp2p-identify"
2023-05-17 03:18:46 -07:00
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "ae5d84b4e57cb66abb9dd28ea36f69620816e004a7479c0ad76f45002820f99b"
dependencies = [
"futures",
"futures-timer",
"libp2p-core",
"libp2p-swarm",
"log",
"lru",
2023-05-17 03:18:46 -07:00
"prost",
"prost-build",
"smallvec",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "libp2p-kad"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "0eeaa28a4c7a8c574874e090c2a731ecc7b81595911fee425b552c799a20abbb"
dependencies = [
2023-05-17 03:18:46 -07:00
"arrayvec 0.5.2",
"asynchronous-codec",
"bytes",
"either",
"fnv",
"futures",
"futures-timer",
"instant",
"libp2p-core",
"libp2p-swarm",
"log",
"prost",
"prost-build",
2023-05-17 03:18:46 -07:00
"rand 0.7.3",
"sha2 0.10.6",
2023-05-17 03:18:46 -07:00
"smallvec",
"thiserror",
2023-05-17 03:18:46 -07:00
"uint",
"unsigned-varint",
"void",
]
[[package]]
name = "libp2p-mdns"
2023-05-17 03:18:46 -07:00
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "1d5904049ad1fee7f2c2c792be892f3dde8ff5c21213d55702a35e777311326f"
dependencies = [
2023-05-17 03:18:46 -07:00
"async-io",
"data-encoding",
2023-05-17 03:18:46 -07:00
"dns-parser",
"futures",
"if-watch",
2023-05-17 03:18:46 -07:00
"lazy_static",
"libp2p-core",
"libp2p-swarm",
"log",
"rand 0.8.5",
"smallvec",
2023-05-17 03:18:46 -07:00
"socket2 0.4.9",
"void",
]
[[package]]
name = "libp2p-metrics"
2023-05-17 03:18:46 -07:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "0791098ddec13b0c2f9ed37a29175f7c712ce8804ebaba7cbd8bddbc83120190"
dependencies = [
"libp2p-core",
"libp2p-gossipsub",
"libp2p-identify",
2023-05-17 03:18:46 -07:00
"libp2p-kad",
"libp2p-ping",
"libp2p-relay",
"libp2p-swarm",
2023-05-17 03:18:46 -07:00
"open-metrics-client",
]
[[package]]
name = "libp2p-mplex"
2023-05-17 03:18:46 -07:00
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "49d470ee73a74340e429fa278469ed274a648738e3fb8de2e8d113482441732f"
dependencies = [
"asynchronous-codec",
"bytes",
"futures",
"libp2p-core",
"log",
"nohash-hasher",
2023-05-17 03:18:46 -07:00
"parking_lot 0.11.2",
"rand 0.7.3",
"smallvec",
"unsigned-varint",
]
[[package]]
name = "libp2p-noise"
2023-05-17 03:18:46 -07:00
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "3676dc2df10a7f4f6a80fbeaf2ce4168a0ca6567273e3105b21fa4c877be9017"
dependencies = [
"bytes",
2023-05-17 03:18:46 -07:00
"curve25519-dalek",
"futures",
2023-05-17 03:18:46 -07:00
"lazy_static",
"libp2p-core",
"log",
2023-05-17 03:18:46 -07:00
"prost",
"prost-build",
"rand 0.8.5",
"sha2 0.10.6",
"snow",
"static_assertions",
2023-05-17 03:18:46 -07:00
"x25519-dalek",
"zeroize",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "libp2p-ping"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "d384b30135f122a59bf0d186647ad307da0878a9563232cb382d9dbded6a393e"
dependencies = [
"futures",
"futures-timer",
2023-05-17 03:18:46 -07:00
"instant",
"libp2p-core",
2023-05-17 03:18:46 -07:00
"libp2p-swarm",
"log",
2023-05-17 03:18:46 -07:00
"rand 0.7.3",
"void",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "libp2p-plaintext"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "83203abb14ae77de42c49be8dbed7ea8dfb83e76773226aa664a96e6c5e18c5d"
dependencies = [
2023-05-17 03:18:46 -07:00
"asynchronous-codec",
"bytes",
"futures",
"libp2p-core",
"log",
2023-05-17 03:18:46 -07:00
"prost",
"prost-build",
"unsigned-varint",
"void",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "libp2p-pnet"
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "6468f382568da936b4fa1cff273ce59b1debf873ff5f4ca412c3b91d0b37442c"
dependencies = [
2023-05-17 03:18:46 -07:00
"futures",
"log",
"pin-project 1.0.12",
"rand 0.8.5",
"salsa20",
"sha3 0.10.8",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "libp2p-relay"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "adb41d0408839f0975af3e5820bdc3ceea308a7282785d7ca77d28ea33dbb62a"
dependencies = [
2023-05-17 03:18:46 -07:00
"asynchronous-codec",
"bytes",
"either",
"futures",
"futures-timer",
2023-05-17 03:18:46 -07:00
"instant",
"libp2p-core",
2023-05-17 03:18:46 -07:00
"libp2p-swarm",
"log",
2023-05-17 03:18:46 -07:00
"pin-project 1.0.12",
"prost",
"prost-build",
"rand 0.8.5",
"smallvec",
"static_assertions",
"thiserror",
"unsigned-varint",
"void",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "libp2p-rendezvous"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "ec166a822f4167929c8e1673c05106f7c86a42b8e9e917b569e1d86f06b9d8b5"
dependencies = [
2023-05-17 03:18:46 -07:00
"asynchronous-codec",
"bimap",
"futures",
2023-05-17 03:18:46 -07:00
"futures-timer",
"instant",
"libp2p-core",
2023-05-17 03:18:46 -07:00
"libp2p-swarm",
"log",
"prost",
"prost-build",
"rand 0.8.5",
"sha2 0.10.6",
"thiserror",
2023-05-17 03:18:46 -07:00
"unsigned-varint",
"void",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "libp2p-request-response"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "36194499f5b03d66d56badbed430d93bf1bfd9cec80311e03280de130fbe3d5e"
dependencies = [
"async-trait",
"bytes",
"futures",
2023-05-17 03:18:46 -07:00
"instant",
"libp2p-core",
"libp2p-swarm",
"log",
"rand 0.7.3",
"smallvec",
"unsigned-varint",
]
[[package]]
name = "libp2p-swarm"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db8ae0811c7a05b6edc6684eb5cc69b055cbb715ad780e6b97872d90308503c1"
dependencies = [
"either",
"futures",
"futures-timer",
"instant",
"libp2p-core",
"log",
"rand 0.7.3",
"smallvec",
"void",
]
[[package]]
name = "libp2p-swarm-derive"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33b4d0acd47739fe0b570728d8d11bbb535050d84c0cf05d6477a4891fceae10"
dependencies = [
"quote 1.0.27",
"syn 1.0.109",
]
[[package]]
name = "libp2p-tcp"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52042e8796c5b58d0415bceb1bcb1bcca28b222339978e52b1a0305800bb5199"
dependencies = [
"async-io",
"futures",
"futures-timer",
"if-watch",
2023-05-17 03:18:46 -07:00
"ipnet",
"libc",
"libp2p-core",
"log",
2023-05-17 03:18:46 -07:00
"socket2 0.4.9",
]
[[package]]
name = "libp2p-uds"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "098f90cb3a0273a830d2595ca7f4de6ca848530ee42324f5c660e2b8955211df"
dependencies = [
"async-std",
"futures",
"libp2p-core",
"log",
]
[[package]]
name = "libp2p-wasm-ext"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be0e8a3817fc156752f6695e57630a9bceb6ae92e9b9f0a161552702fd76ad45"
dependencies = [
"futures",
"js-sys",
"libp2p-core",
"parity-send-wrapper",
"wasm-bindgen",
"wasm-bindgen-futures",
]
[[package]]
name = "libp2p-websocket"
2023-05-17 03:18:46 -07:00
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "83d788da0ab952632d6ead2486baf38a98db92907d4bc5d0f324af0d0fab803d"
dependencies = [
"either",
"futures",
"futures-rustls",
"libp2p-core",
"log",
"quicksink",
"rw-stream-sink",
"soketto",
"url",
"webpki-roots",
]
[[package]]
name = "libp2p-yamux"
2023-05-17 03:18:46 -07:00
version = "0.35.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "053d13ce0670d29f9c5a974cf371e6cc4d2d864da1c72bf6870ac5d5e45e2036"
dependencies = [
"futures",
"libp2p-core",
2023-05-17 03:18:46 -07:00
"parking_lot 0.11.2",
"thiserror",
"yamux",
]
2023-05-17 03:18:46 -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 0.2.2",
"libsecp256k1-gen-ecmult 0.2.1",
"libsecp256k1-gen-genmult 0.2.1",
"rand 0.7.3",
"serde",
"sha2 0.9.9",
"typenum",
]
[[package]]
name = "libsecp256k1"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"
dependencies = [
"arrayref",
"base64 0.13.1",
"digest 0.9.0",
"hmac-drbg",
2023-05-17 03:18:46 -07:00
"libsecp256k1-core 0.3.0",
"libsecp256k1-gen-ecmult 0.3.0",
"libsecp256k1-gen-genmult 0.3.0",
"rand 0.8.5",
"serde",
"sha2 0.9.9",
"typenum",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "libsecp256k1-core"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0f6ab710cec28cef759c5f18671a27dae2a5f952cdaaee1d8e2908cb2478a80"
dependencies = [
"crunchy",
"digest 0.9.0",
"subtle",
]
[[package]]
name = "libsecp256k1-core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"
dependencies = [
"crunchy",
"digest 0.9.0",
"subtle",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "libsecp256k1-gen-ecmult"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccab96b584d38fac86a83f07e659f0deafd0253dc096dab5a36d53efe653c5c3"
dependencies = [
"libsecp256k1-core 0.2.2",
]
[[package]]
name = "libsecp256k1-gen-ecmult"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"
dependencies = [
2023-05-17 03:18:46 -07:00
"libsecp256k1-core 0.3.0",
]
[[package]]
name = "libsecp256k1-gen-genmult"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67abfe149395e3aa1c48a2beb32b068e2334402df8181f818d3aee2b304c4f5d"
dependencies = [
"libsecp256k1-core 0.2.2",
]
[[package]]
name = "libsecp256k1-gen-genmult"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"
dependencies = [
2023-05-17 03:18:46 -07:00
"libsecp256k1-core 0.3.0",
]
[[package]]
name = "libz-sys"
2023-05-17 03:18:46 -07:00
version = "1.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
[[package]]
name = "linux-raw-sys"
2023-05-17 03:18:46 -07:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f"
[[package]]
name = "lock_api"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if",
2023-05-17 03:18:46 -07:00
"value-bag",
]
[[package]]
name = "lru"
2023-05-17 03:18:46 -07:00
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"
dependencies = [
2023-05-17 03:18:46 -07:00
"hashbrown 0.12.3",
]
[[package]]
name = "lru-cache"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
dependencies = [
"linked-hash-map",
]
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
[[package]]
name = "matches"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
[[package]]
name = "matchit"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40"
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2023-05-17 03:18:46 -07:00
[[package]]
name = "memmap2"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "memoffset"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
dependencies = [
"autocfg",
]
[[package]]
name = "merlin"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d"
dependencies = [
"byteorder",
"keccak",
"rand_core 0.6.4",
"zeroize",
]
[[package]]
name = "mime"
2023-05-17 03:18:46 -07:00
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
2023-05-17 03:18:46 -07:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
]
[[package]]
name = "mio"
2023-05-17 03:18:46 -07:00
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
dependencies = [
"libc",
"log",
"wasi 0.11.0+wasi-snapshot-preview1",
2023-05-17 03:18:46 -07:00
"windows-sys 0.45.0",
]
[[package]]
name = "multiaddr"
2023-05-17 03:18:46 -07:00
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "48ee4ea82141951ac6379f964f71b20876d43712bea8faf6dd1a375e08a46499"
dependencies = [
"arrayref",
2023-05-17 03:18:46 -07:00
"bs58",
"byteorder",
"data-encoding",
"multihash",
"percent-encoding",
"serde",
"static_assertions",
"unsigned-varint",
"url",
]
[[package]]
name = "multihash"
2023-05-17 03:18:46 -07:00
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "752a61cd890ff691b4411423d23816d5866dd5621e4d1c5687a53b94b5a979d8"
dependencies = [
2023-05-17 03:18:46 -07:00
"digest 0.9.0",
"generic-array",
"multihash-derive",
2023-05-17 03:18:46 -07:00
"sha2 0.9.9",
"unsigned-varint",
]
[[package]]
name = "multihash-derive"
2023-05-17 03:18:46 -07:00
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "424f6e86263cd5294cbd7f1e95746b95aca0e0d66bff31e5a40d6baa87b4aa99"
dependencies = [
2023-05-17 03:18:46 -07:00
"proc-macro-crate 1.3.1",
"proc-macro-error",
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 1.0.109",
"synstructure",
]
[[package]]
name = "multimap"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
[[package]]
name = "multistream-select"
2023-05-17 03:18:46 -07:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "363a84be6453a70e63513660f4894ef815daf88e3356bffcda9ca27d810ce83b"
dependencies = [
"bytes",
"futures",
"log",
2023-05-17 03:18:46 -07:00
"pin-project 1.0.12",
"smallvec",
"unsigned-varint",
]
[[package]]
name = "native-tls"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "netlink-packet-core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "345b8ab5bd4e71a2986663e88c56856699d060e78e152e6e9d7966fcd5491297"
dependencies = [
"anyhow",
"byteorder",
"libc",
"netlink-packet-utils",
]
[[package]]
name = "netlink-packet-route"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9ea4302b9759a7a88242299225ea3688e63c85ea136371bb6cf94fd674efaab"
dependencies = [
"anyhow",
"bitflags",
"byteorder",
"libc",
"netlink-packet-core",
"netlink-packet-utils",
]
[[package]]
name = "netlink-packet-utils"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34"
dependencies = [
"anyhow",
"byteorder",
"paste",
"thiserror",
]
[[package]]
name = "netlink-proto"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65b4b14489ab424703c092062176d52ba55485a89c076b4f9db05092b7223aa6"
dependencies = [
"bytes",
"futures",
"log",
"netlink-packet-core",
"netlink-sys",
"thiserror",
"tokio",
]
[[package]]
name = "netlink-sys"
2023-05-17 03:18:46 -07:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "6471bf08e7ac0135876a9581bf3217ef0333c191c128d34878079f42ee150411"
dependencies = [
2023-05-17 03:18:46 -07:00
"async-io",
"bytes",
"futures",
"libc",
"log",
]
[[package]]
name = "nix"
2023-05-26 11:21:18 -07:00
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
dependencies = [
"bitflags",
2023-05-26 11:21:18 -07:00
"cc",
"cfg-if",
"libc",
2023-05-26 11:21:18 -07:00
"memoffset 0.6.5",
2023-05-17 03:18:46 -07:00
]
[[package]]
name = "nix"
2023-05-26 11:21:18 -07:00
version = "0.24.3"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
2023-05-17 03:18:46 -07:00
dependencies = [
"bitflags",
"cfg-if",
"libc",
]
[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "num"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36"
dependencies = [
2023-05-17 03:18:46 -07:00
"num-bigint 0.2.6",
"num-complex",
"num-integer",
2023-05-17 03:18:46 -07:00
"num-iter",
"num-rational",
"num-traits",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "num-bigint"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
dependencies = [
"autocfg",
2023-05-17 03:18:46 -07:00
"num-integer",
"num-traits",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "num-bigint"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
dependencies = [
"autocfg",
2023-05-17 03:18:46 -07:00
"num-integer",
"num-traits",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "num-complex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
dependencies = [
2023-05-17 03:18:46 -07:00
"autocfg",
"num-traits",
]
[[package]]
name = "num-derive"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 1.0.109",
]
[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
]
[[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",
]
[[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"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
dependencies = [
"hermit-abi 0.2.6",
"libc",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "num_enum"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
dependencies = [
2023-05-17 03:18:46 -07:00
"num_enum_derive",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "num_enum_derive"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
dependencies = [
"proc-macro-crate 1.3.1",
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 1.0.109",
]
[[package]]
name = "number_prefix"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
[[package]]
name = "oid-registry"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"
dependencies = [
2023-05-17 03:18:46 -07:00
"asn1-rs",
]
[[package]]
name = "once_cell"
version = "1.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2023-05-17 03:18:46 -07:00
[[package]]
name = "open-metrics-client"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f85842b073145726190373213c63f852020fb884c841a3a1f390637267a2fb8c"
dependencies = [
"dtoa",
"itoa",
"open-metrics-client-derive-text-encode",
"owning_ref",
]
[[package]]
name = "open-metrics-client-derive-text-encode"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a15c83b586f00268c619c1cb3340ec1a6f59dd9ba1d9833a273a68e6d5cd8ffc"
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 1.0.109",
]
[[package]]
name = "openssl"
2023-05-17 03:18:46 -07:00
version = "0.10.52"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56"
dependencies = [
"bitflags",
"cfg-if",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
2023-05-17 03:18:46 -07:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 2.0.15",
]
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
2023-05-17 03:18:46 -07:00
version = "0.9.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "owning_ref"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"
dependencies = [
2023-05-17 03:18:46 -07:00
"stable_deref_trait",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "parity-send-wrapper"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "aa9777aa91b8ad9dd5aaa04a9b6bcb02c7f1deb952fca5a66034d5e63afc5c6f"
[[package]]
name = "parking"
2023-05-17 03:18:46 -07:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
[[package]]
name = "parking_lot"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
"lock_api",
"parking_lot_core 0.8.6",
]
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
"parking_lot_core 0.9.7",
]
[[package]]
name = "parking_lot_core"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
dependencies = [
"cfg-if",
"instant",
"libc",
2023-05-17 03:18:46 -07:00
"redox_syscall 0.2.16",
"smallvec",
"winapi",
]
[[package]]
name = "parking_lot_core"
version = "0.9.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
dependencies = [
"cfg-if",
"libc",
2023-05-17 03:18:46 -07:00
"redox_syscall 0.2.16",
"smallvec",
"windows-sys 0.45.0",
]
[[package]]
name = "paste"
2023-05-17 03:18:46 -07:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
[[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"
2023-05-26 11:21:18 -07:00
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "271779f35b581956db91a3e55737327a03aa051e90b1c47aeb189508533adfd7"
2023-05-17 03:18:46 -07:00
dependencies = [
"digest 0.10.6",
]
[[package]]
name = "pem"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
dependencies = [
"base64 0.13.1",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "percent-encoding"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
[[package]]
name = "percentage"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "2fd23b938276f14057220b707937bcb42fa76dda7560e57a2da30cb52d557937"
dependencies = [
2023-05-17 03:18:46 -07:00
"num",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "pest"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70"
dependencies = [
"thiserror",
"ucd-trie",
]
[[package]]
name = "petgraph"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
dependencies = [
"fixedbitset",
"indexmap",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "pin-project"
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ef0f924a5ee7ea9cbcea77529dba45f8a9ba9f622419fe3386ca581a3ae9d5a"
dependencies = [
"pin-project-internal 0.4.30",
]
[[package]]
name = "pin-project"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
dependencies = [
2023-05-17 03:18:46 -07:00
"pin-project-internal 1.0.12",
]
[[package]]
name = "pin-project-internal"
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "851c8d0ce9bebe43790dedfc86614c23494ac9f423dd618d3a61fc693eafe61e"
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 1.0.109",
]
[[package]]
name = "pin-project-internal"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
dependencies = [
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 1.0.109",
]
[[package]]
name = "pin-project-lite"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
[[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 = "pkcs8"
2023-05-17 03:18:46 -07:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"
dependencies = [
"der",
"spki",
2023-05-17 03:18:46 -07:00
"zeroize",
]
[[package]]
name = "pkg-config"
2023-05-17 03:18:46 -07:00
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
[[package]]
name = "polling"
2023-05-17 03:18:46 -07:00
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
dependencies = [
"autocfg",
2023-05-17 03:18:46 -07:00
"bitflags",
"cfg-if",
2023-05-17 03:18:46 -07:00
"concurrent-queue",
"libc",
"log",
2023-05-17 03:18:46 -07:00
"pin-project-lite 0.2.9",
"windows-sys 0.48.0",
]
[[package]]
name = "poly1305"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "048aeb476be11a4b6ca432ca569e375810de9294ae78f4774e78ea98a9246ede"
dependencies = [
"cpufeatures",
"opaque-debug",
2023-05-17 03:18:46 -07:00
"universal-hash",
]
[[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",
2023-05-17 03:18:46 -07:00
"universal-hash",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
"toml",
]
[[package]]
name = "proc-macro-crate"
2023-05-17 03:18:46 -07:00
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
dependencies = [
2023-05-17 03:18:46 -07:00
"once_cell",
"toml_edit",
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 1.0.109",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"version_check",
]
[[package]]
name = "proc-macro2"
2023-05-17 03:18:46 -07:00
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
dependencies = [
2023-05-17 03:18:46 -07:00
"unicode-xid 0.1.0",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "proc-macro2"
version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
dependencies = [
2023-05-17 03:18:46 -07:00
"unicode-ident",
]
[[package]]
name = "prost"
2023-05-17 03:18:46 -07:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
dependencies = [
"bytes",
"prost-derive",
]
[[package]]
name = "prost-build"
2023-05-17 03:18:46 -07:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
dependencies = [
"bytes",
2023-05-17 03:18:46 -07:00
"heck 0.3.3",
"itertools",
"lazy_static",
"log",
"multimap",
"petgraph",
"prost",
"prost-types",
"regex",
"tempfile",
"which",
]
[[package]]
name = "prost-derive"
2023-05-17 03:18:46 -07:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
dependencies = [
"anyhow",
"itertools",
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 1.0.109",
]
[[package]]
name = "prost-types"
2023-05-17 03:18:46 -07:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
dependencies = [
"bytes",
"prost",
]
[[package]]
name = "pyth-sdk"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00bf2540203ca3c7a5712fdb8b5897534b7f6a0b6e7b0923ff00466c5f9efcb3"
dependencies = [
"borsh",
"borsh-derive",
"hex",
"schemars",
"serde",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "pythnet-sdk"
version = "2.0.0"
dependencies = [
2023-05-17 03:18:46 -07:00
"bincode",
"borsh",
"bytemuck",
"byteorder",
2023-05-17 03:18:46 -07:00
"fast-math",
"hex",
2023-05-17 03:18:46 -07:00
"rustc_version 0.4.0",
"serde",
2023-05-17 03:18:46 -07:00
"sha3 0.10.8",
"slow_primes",
"strum",
"thiserror",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "qstring"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "d464fae65fff2680baf48019211ce37aaec0c78e9264c84a3e484717f965104e"
dependencies = [
"percent-encoding",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quicksink"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"
dependencies = [
"futures-core",
"futures-sink",
"pin-project-lite 0.1.12",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "quinn"
2023-05-26 11:21:18 -07:00
version = "0.8.5"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "5b435e71d9bfa0d8889927231970c51fb89c58fa63bffcab117c9c7a41e5ef8f"
2023-05-17 03:18:46 -07:00
dependencies = [
"bytes",
2023-05-26 11:21:18 -07:00
"futures-channel",
"futures-util",
"fxhash",
2023-05-17 03:18:46 -07:00
"quinn-proto",
"quinn-udp",
"rustls",
"thiserror",
"tokio",
"tracing",
"webpki",
]
[[package]]
name = "quinn-proto"
2023-05-26 11:21:18 -07:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "3fce546b9688f767a57530652488420d419a8b1f44a478b451c3d1ab6d992a55"
dependencies = [
"bytes",
2023-05-26 11:21:18 -07:00
"fxhash",
"rand 0.8.5",
"ring",
2023-05-17 03:18:46 -07:00
"rustls",
"rustls-native-certs",
2023-05-26 11:21:18 -07:00
"rustls-pemfile 0.2.1",
"slab",
"thiserror",
"tinyvec",
"tracing",
2023-05-17 03:18:46 -07:00
"webpki",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "quinn-udp"
2023-05-26 11:21:18 -07:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "b07946277141531aea269befd949ed16b2c85a780ba1043244eda0969e538e54"
dependencies = [
2023-05-26 11:21:18 -07:00
"futures-util",
2023-05-17 03:18:46 -07:00
"libc",
"quinn-proto",
"socket2 0.4.9",
2023-05-26 11:21:18 -07:00
"tokio",
2023-05-17 03:18:46 -07:00
"tracing",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "quote"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
dependencies = [
2023-05-17 03:18:46 -07:00
"proc-macro2 0.4.30",
]
[[package]]
name = "quote"
version = "1.0.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500"
dependencies = [
"proc-macro2 1.0.56",
]
[[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-05-17 03:18:46 -07:00
"getrandom 0.2.9",
]
[[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]]
2023-05-17 03:18:46 -07:00
name = "rand_xoshiro"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
dependencies = [
2023-05-17 03:18:46 -07:00
"rand_core 0.6.4",
]
[[package]]
name = "rayon"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
[[package]]
name = "rcgen"
2023-05-26 11:21:18 -07:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd"
dependencies = [
"pem",
"ring",
2023-05-17 03:18:46 -07:00
"time 0.3.21",
"yasna",
]
[[package]]
name = "redox_syscall"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags",
]
[[package]]
2023-05-26 11:21:18 -07:00
name = "redox_users"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
2023-05-26 11:21:18 -07:00
"getrandom 0.2.9",
"redox_syscall 0.2.16",
"thiserror",
]
[[package]]
name = "regex"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
[[package]]
name = "regex-syntax"
2023-05-17 03:18:46 -07:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
[[package]]
name = "reqwest"
2023-05-17 03:18:46 -07:00
version = "0.11.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "13293b639a097af28fc8a90f22add145a9c954e49d77da06263d58cf44d5fb91"
dependencies = [
2023-05-17 03:18:46 -07:00
"async-compression",
"base64 0.21.0",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
2023-05-17 03:18:46 -07:00
"hyper-rustls",
"hyper-tls",
"ipnet",
"js-sys",
"log",
"mime",
"native-tls",
"once_cell",
"percent-encoding",
"pin-project-lite 0.2.9",
2023-05-17 03:18:46 -07:00
"rustls",
2023-05-26 11:21:18 -07:00
"rustls-pemfile 1.0.2",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-native-tls",
2023-05-17 03:18:46 -07:00
"tokio-rustls",
"tokio-util",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2023-05-17 03:18:46 -07:00
"webpki-roots",
"winreg 0.10.1",
]
[[package]]
name = "resolv-conf"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
dependencies = [
"hostname",
"quick-error",
]
[[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]]
2023-05-17 03:18:46 -07:00
name = "rpassword"
2023-05-26 11:21:18 -07:00
version = "6.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "2bf099a1888612545b683d2661a1940089f6c2e5a8e38979b2159da876bfd956"
dependencies = [
2023-05-17 03:18:46 -07:00
"libc",
2023-05-26 11:21:18 -07:00
"serde",
"serde_json",
2023-05-17 03:18:46 -07:00
"winapi",
]
[[package]]
name = "rtnetlink"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "322c53fd76a18698f1c27381d58091de3a043d356aa5bd0d510608b565f469a0"
dependencies = [
2023-05-17 03:18:46 -07:00
"async-global-executor",
"futures",
"log",
"netlink-packet-route",
"netlink-proto",
2023-05-17 03:18:46 -07:00
"nix 0.24.3",
"thiserror",
]
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2023-05-17 03:18:46 -07:00
[[package]]
name = "rustc_version"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
dependencies = [
"semver 0.11.0",
]
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
2023-05-17 03:18:46 -07:00
"semver 1.0.17",
]
[[package]]
name = "rusticata-macros"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
dependencies = [
"nom",
]
[[package]]
name = "rustix"
2023-05-17 03:18:46 -07:00
version = "0.37.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
2023-05-17 03:18:46 -07:00
"windows-sys 0.48.0",
]
[[package]]
name = "rustls"
2023-05-17 03:18:46 -07:00
version = "0.20.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
dependencies = [
"log",
"ring",
2023-05-17 03:18:46 -07:00
"sct",
"webpki",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "rustls-native-certs"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
dependencies = [
2023-05-17 03:18:46 -07:00
"openssl-probe",
2023-05-26 11:21:18 -07:00
"rustls-pemfile 1.0.2",
2023-05-17 03:18:46 -07:00
"schannel",
"security-framework",
]
2023-05-26 11:21:18 -07:00
[[package]]
name = "rustls-pemfile"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"
dependencies = [
"base64 0.13.1",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "rustls-pemfile"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
dependencies = [
"base64 0.21.0",
]
[[package]]
name = "rustversion"
2023-05-17 03:18:46 -07:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
[[package]]
name = "rw-stream-sink"
2023-05-17 03:18:46 -07:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"
dependencies = [
"futures",
2023-05-17 03:18:46 -07:00
"pin-project 0.4.30",
"static_assertions",
]
[[package]]
name = "ryu"
2023-05-17 03:18:46 -07:00
version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
[[package]]
name = "salsa20"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
dependencies = [
"cipher 0.4.4",
]
[[package]]
name = "schannel"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
dependencies = [
"windows-sys 0.42.0",
]
[[package]]
name = "schemars"
version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02c613288622e5f0c3fdc5dbd4db1c5fbe752746b1d1a56a0630b78fd00de44f"
dependencies = [
"dyn-clone",
"schemars_derive",
"serde",
"serde_json",
]
[[package]]
name = "schemars_derive"
version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "109da1e6b197438deb6db99952990c7f959572794b80ff93707d55a232545e7c"
dependencies = [
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"serde_derive_internals",
2023-05-17 03:18:46 -07:00
"syn 1.0.109",
]
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
2023-05-17 03:18:46 -07:00
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
2023-05-17 03:18:46 -07:00
"ring",
"untrusted",
]
[[package]]
name = "secp256k1"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4124a35fe33ae14259c490fd70fa199a32b9ce9502f2ee6bc4f81ec06fa65894"
dependencies = [
"rand 0.8.5",
"secp256k1-sys",
"serde",
]
[[package]]
name = "secp256k1-sys"
2023-05-17 03:18:46 -07:00
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "70a129b9e9efbfb223753b9163c4ab3b13cff7fd9c7f010fbac25ab4099fa07e"
dependencies = [
"cc",
]
[[package]]
name = "security-framework"
version = "2.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "semver"
2023-05-17 03:18:46 -07:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
dependencies = [
"semver-parser",
]
[[package]]
name = "semver"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
[[package]]
name = "semver-parser"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
dependencies = [
"pest",
]
[[package]]
name = "serde"
2023-05-17 03:18:46 -07:00
version = "1.0.163"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
dependencies = [
"serde_derive",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "serde_bytes"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "416bda436f9aab92e02c8e10d49a15ddd339cea90b6e340fe51ed97abb548294"
dependencies = [
"serde",
]
[[package]]
name = "serde_derive"
2023-05-17 03:18:46 -07:00
version = "1.0.163"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
dependencies = [
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 2.0.15",
]
[[package]]
name = "serde_derive_internals"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
dependencies = [
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 1.0.109",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "serde_json"
version = "1.0.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "serde_path_to_error"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "f7f05c1d5476066defcdfacce1f52fc3cae3af1d3089727100c02ae92e5abbe0"
dependencies = [
"serde",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "serde_qs"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "0431a35568651e363364210c91983c1da5eb29404d9f0928b67d4ebcfa7d330c"
dependencies = [
2023-05-17 03:18:46 -07:00
"axum",
"futures",
"percent-encoding",
"serde",
2023-05-17 03:18:46 -07:00
"thiserror",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "serde_wormhole"
version = "0.1.0"
2023-05-24 07:06:07 -07:00
source = "git+https://github.com/wormhole-foundation/wormhole?tag=v2.17.1#3e423a75180f9da69263279e9ffce47b1858ae78"
2023-05-17 03:18:46 -07:00
dependencies = [
"base64 0.13.1",
"itoa",
"serde",
"serde_bytes",
"thiserror",
]
2023-05-26 11:21:18 -07:00
[[package]]
name = "serde_yaml"
version = "0.8.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
dependencies = [
"indexmap",
"ryu",
"serde",
"yaml-rust",
]
[[package]]
name = "sha-1"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
dependencies = [
"block-buffer 0.9.0",
"cfg-if",
"cpufeatures",
"digest 0.9.0",
"opaque-debug",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "sha-1"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
dependencies = [
"cfg-if",
"cpufeatures",
"digest 0.10.6",
]
[[package]]
name = "sha1"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
dependencies = [
"cfg-if",
"cpufeatures",
"digest 0.10.6",
]
[[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"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
dependencies = [
"cfg-if",
"cpufeatures",
"digest 0.10.6",
]
[[package]]
name = "sha3"
2023-05-17 03:18:46 -07:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"
dependencies = [
2023-05-17 03:18:46 -07:00
"block-buffer 0.9.0",
"digest 0.9.0",
"keccak",
2023-05-17 03:18:46 -07:00
"opaque-debug",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "sha3"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
dependencies = [
2023-05-17 03:18:46 -07:00
"digest 0.10.6",
"keccak",
]
[[package]]
name = "shell-words"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
[[package]]
name = "signal-hook-registry"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
dependencies = [
"libc",
]
[[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"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
dependencies = [
"autocfg",
]
[[package]]
name = "slow_primes"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58267dd2fbaa6dceecba9e3e106d2d90a2b02497c0e8b01b8759beccf5113938"
dependencies = [
"num",
]
[[package]]
name = "smallvec"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
[[package]]
name = "snow"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6142f7c25e94f6fd25a32c3348ec230df9109b463f59c8c7acc4bd34936babb7"
dependencies = [
"aes-gcm",
"blake2",
"chacha20poly1305",
"rand 0.8.5",
"rand_core 0.6.4",
"ring",
"rustc_version 0.3.3",
"sha2 0.9.9",
"subtle",
"x25519-dalek",
]
[[package]]
name = "socket2"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
dependencies = [
"cfg-if",
"libc",
"winapi",
]
[[package]]
name = "socket2"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "soketto"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"
dependencies = [
"base64 0.13.1",
"bytes",
"flate2",
"futures",
"httparse",
"log",
"rand 0.8.5",
"sha-1 0.9.8",
]
[[package]]
name = "solana-account-decoder"
2023-05-26 11:21:18 -07:00
version = "1.13.3"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "42bf996a6f6063f8dc883b27c1b166de10461b3653d3213165174682855b7f1c"
2023-05-17 03:18:46 -07:00
dependencies = [
"Inflector",
"base64 0.13.1",
"bincode",
"bs58",
"bv",
"lazy_static",
"serde",
"serde_derive",
"serde_json",
"solana-config-program",
"solana-sdk",
2023-05-26 11:21:18 -07:00
"solana-vote-program",
2023-05-17 03:18:46 -07:00
"spl-token",
"spl-token-2022",
"thiserror",
"zstd",
]
[[package]]
name = "solana-clap-utils"
2023-05-26 11:21:18 -07:00
version = "1.13.3"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "76b0c923e89c64ed398964ec2a3ddecacb5a712664d19812ebbf65eefd599145"
2023-05-17 03:18:46 -07:00
dependencies = [
"chrono",
"clap",
2023-05-17 03:18:46 -07:00
"rpassword",
"solana-perf",
"solana-remote-wallet",
"solana-sdk",
"thiserror",
"tiny-bip39",
"uriparse",
"url",
]
2023-05-26 11:21:18 -07:00
[[package]]
name = "solana-cli-config"
version = "1.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a11154a239590693f0d6b0b4d69193dc98ca21b3e8cc4d1d8d9b326311f520a"
dependencies = [
"dirs-next",
"lazy_static",
"serde",
"serde_derive",
"serde_yaml",
"solana-clap-utils",
"solana-sdk",
"url",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "solana-client"
2023-05-26 11:21:18 -07:00
version = "1.13.3"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "0aba6eeb10249c986b335dd1c684f7353c3e48eeec3259550fcd3b79685013f2"
2023-05-17 03:18:46 -07:00
dependencies = [
2023-05-26 11:21:18 -07:00
"async-mutex",
2023-05-17 03:18:46 -07:00
"async-trait",
2023-05-26 11:21:18 -07:00
"base64 0.13.1",
2023-05-17 03:18:46 -07:00
"bincode",
2023-05-26 11:21:18 -07:00
"bs58",
"bytes",
"clap",
2023-05-26 11:21:18 -07:00
"crossbeam-channel",
2023-05-17 03:18:46 -07:00
"enum_dispatch",
"futures",
"futures-util",
"indexmap",
"indicatif",
2023-05-26 11:21:18 -07:00
"itertools",
"jsonrpc-core",
"lazy_static",
2023-05-17 03:18:46 -07:00
"log",
2023-05-26 11:21:18 -07:00
"lru",
2023-05-17 03:18:46 -07:00
"quinn",
2023-05-26 11:21:18 -07:00
"quinn-proto",
2023-05-17 03:18:46 -07:00
"rand 0.7.3",
2023-05-26 11:21:18 -07:00
"rand_chacha 0.2.2",
2023-05-17 03:18:46 -07:00
"rayon",
2023-05-26 11:21:18 -07:00
"reqwest",
"rustls",
"semver 1.0.17",
"serde",
"serde_derive",
"serde_json",
"solana-account-decoder",
"solana-clap-utils",
"solana-faucet",
2023-05-17 03:18:46 -07:00
"solana-measure",
"solana-metrics",
"solana-net-utils",
"solana-sdk",
"solana-streamer",
2023-05-26 11:21:18 -07:00
"solana-transaction-status",
"solana-version",
"solana-vote-program",
"spl-token-2022",
2023-05-17 03:18:46 -07:00
"thiserror",
"tokio",
2023-05-26 11:21:18 -07:00
"tokio-stream",
"tokio-tungstenite 0.17.2",
"tungstenite 0.17.3",
"url",
2023-05-17 03:18:46 -07:00
]
[[package]]
name = "solana-config-program"
2023-05-26 11:21:18 -07:00
version = "1.13.3"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "20f530aab2e7933539698196e9c2c41521355cdd72ee270e9ec4b3154556dc9e"
2023-05-17 03:18:46 -07:00
dependencies = [
"bincode",
"chrono",
"serde",
"serde_derive",
"solana-program-runtime",
"solana-sdk",
]
[[package]]
2023-05-26 11:21:18 -07:00
name = "solana-faucet"
version = "1.13.3"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "c9aae7a9b16c3e81b6532c3a5d886c58ee0cb518ee6b417f28ea0cfee972ac60"
2023-05-17 03:18:46 -07:00
dependencies = [
"bincode",
2023-05-26 11:21:18 -07:00
"byteorder",
"clap",
2023-05-26 11:21:18 -07:00
"crossbeam-channel",
2023-05-17 03:18:46 -07:00
"log",
2023-05-26 11:21:18 -07:00
"serde",
"serde_derive",
"solana-clap-utils",
"solana-cli-config",
"solana-logger",
2023-05-17 03:18:46 -07:00
"solana-metrics",
"solana-sdk",
2023-05-26 11:21:18 -07:00
"solana-version",
"spl-memo",
2023-05-17 03:18:46 -07:00
"thiserror",
"tokio",
]
[[package]]
name = "solana-frozen-abi"
2023-05-26 11:21:18 -07:00
version = "1.13.3"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "c80650015acc4634f2bbb9a6c1a76c740a6f12854539103f3c13345b1e285b86"
2023-05-17 03:18:46 -07:00
dependencies = [
"bs58",
"bv",
"generic-array",
"im",
"lazy_static",
"log",
"memmap2",
"rustc_version 0.4.0",
"serde",
"serde_bytes",
"serde_derive",
"sha2 0.10.6",
"solana-frozen-abi-macro",
"thiserror",
]
[[package]]
name = "solana-frozen-abi-macro"
2023-05-26 11:21:18 -07:00
version = "1.13.3"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "439f7e3b931ff5ec531164f01c3eb8897c0ae72f7d537294e67b81029fa8e89f"
2023-05-17 03:18:46 -07:00
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.27",
"rustc_version 0.4.0",
"syn 1.0.109",
]
[[package]]
name = "solana-logger"
2023-05-26 11:21:18 -07:00
version = "1.13.3"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "27888ef86f0e2ea9b55be9e94f08e785c4d810b89d9d6597c9f590fdf605cd7a"
2023-05-17 03:18:46 -07:00
dependencies = [
"env_logger 0.9.3",
"lazy_static",
"log",
]
[[package]]
name = "solana-measure"
2023-05-26 11:21:18 -07:00
version = "1.13.3"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "66772934ed60505434586cf6e1b7133c266a36501c201aca1d26fff3b54e84ef"
2023-05-17 03:18:46 -07:00
dependencies = [
"log",
"solana-sdk",
]
[[package]]
name = "solana-metrics"
2023-05-26 11:21:18 -07:00
version = "1.13.3"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "ef37aa2167fffa33c6c97f9aa804ba155b16cc6ae4aac89bf1a5aca00939bce5"
2023-05-17 03:18:46 -07:00
dependencies = [
"crossbeam-channel",
"gethostname",
"lazy_static",
"log",
"reqwest",
"solana-sdk",
]
[[package]]
name = "solana-net-utils"
2023-05-26 11:21:18 -07:00
version = "1.13.3"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "3093c7701cc7d3603a32aec204e5a2e4935f71b37eabd7302d5b67bdb4ea0a02"
2023-05-17 03:18:46 -07:00
dependencies = [
"bincode",
"clap",
2023-05-17 03:18:46 -07:00
"crossbeam-channel",
"log",
2023-05-26 11:21:18 -07:00
"nix 0.23.2",
2023-05-17 03:18:46 -07:00
"rand 0.7.3",
"serde",
"serde_derive",
"socket2 0.4.9",
"solana-logger",
"solana-sdk",
"solana-version",
"tokio",
"url",
]
[[package]]
name = "solana-perf"
2023-05-26 11:21:18 -07:00
version = "1.13.3"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "2d2f5821cb3d6b17319663d5344639a8ea5eba049fcf144b839ecb4673ad2d62"
2023-05-17 03:18:46 -07:00
dependencies = [
"ahash",
"bincode",
"bv",
"caps",
"curve25519-dalek",
"dlopen",
"dlopen_derive",
"fnv",
"lazy_static",
"libc",
"log",
2023-05-26 11:21:18 -07:00
"nix 0.23.2",
2023-05-17 03:18:46 -07:00
"rand 0.7.3",
"rayon",
"serde",
"solana-metrics",
"solana-rayon-threadlimit",
"solana-sdk",
"solana-vote-program",
]
[[package]]
name = "solana-program"
2023-05-26 11:21:18 -07:00
version = "1.13.3"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "792814be1ae8ea58a43ae3cd51578517ec0d9c42c6241c9c0dc71a83d7e0e314"
2023-05-17 03:18:46 -07:00
dependencies = [
"base64 0.13.1",
"bincode",
"bitflags",
"blake3",
"borsh",
"borsh-derive",
"bs58",
"bv",
"bytemuck",
"console_error_panic_hook",
"console_log",
"curve25519-dalek",
2023-05-26 11:21:18 -07:00
"getrandom 0.1.16",
2023-05-17 03:18:46 -07:00
"itertools",
"js-sys",
"lazy_static",
"libsecp256k1 0.6.0",
"log",
"num-derive",
"num-traits",
"parking_lot 0.12.1",
"rand 0.7.3",
"rustc_version 0.4.0",
"rustversion",
"serde",
"serde_bytes",
"serde_derive",
"sha2 0.10.6",
"sha3 0.10.8",
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-sdk-macro",
"thiserror",
"wasm-bindgen",
]
[[package]]
name = "solana-program-runtime"
2023-05-26 11:21:18 -07:00
version = "1.13.3"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "ef724d482da6354e6f2519ae17847ad383ba1e55b525899503ab13e2c97bd740"
2023-05-17 03:18:46 -07:00
dependencies = [
"base64 0.13.1",
"bincode",
"enum-iterator",
"itertools",
"libc",
"libloading",
"log",
"num-derive",
"num-traits",
"rustc_version 0.4.0",
"serde",
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-measure",
"solana-sdk",
"thiserror",
]
[[package]]
name = "solana-rayon-threadlimit"
2023-05-26 11:21:18 -07:00
version = "1.13.3"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "41b5e1e75dbbde7ac578bb8e712de8d0408e299a220b50c3316b08654f5fb628"
2023-05-17 03:18:46 -07:00
dependencies = [
"lazy_static",
"num_cpus",
]
[[package]]
name = "solana-remote-wallet"
2023-05-26 11:21:18 -07:00
version = "1.13.3"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "11989d097d9d47ee433a85714ff8a9ca940847b441dffdc78f3d0e17147da208"
2023-05-17 03:18:46 -07:00
dependencies = [
"console",
"dialoguer",
"log",
"num-derive",
"num-traits",
"parking_lot 0.12.1",
"qstring",
"semver 1.0.17",
"solana-sdk",
"thiserror",
"uriparse",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "solana-sdk"
2023-05-26 11:21:18 -07:00
version = "1.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "9e54361f5faf0696f6f41a8f57e49ec9d99e80c333e2f5466f8501bc67313a0f"
dependencies = [
2023-05-17 03:18:46 -07:00
"assert_matches",
"base64 0.13.1",
"bincode",
"bitflags",
"borsh",
"bs58",
"bytemuck",
"byteorder",
"chrono",
"derivation-path",
"digest 0.10.6",
"ed25519-dalek",
"ed25519-dalek-bip32",
"generic-array",
"hmac 0.12.1",
"itertools",
"js-sys",
"lazy_static",
"libsecp256k1 0.6.0",
"log",
"memmap2",
"num-derive",
"num-traits",
2023-05-26 11:21:18 -07:00
"pbkdf2 0.10.1",
2023-05-17 03:18:46 -07:00
"qstring",
"rand 0.7.3",
"rand_chacha 0.2.2",
"rustc_version 0.4.0",
"rustversion",
"serde",
"serde_bytes",
"serde_derive",
"serde_json",
"sha2 0.10.6",
2023-05-17 03:18:46 -07:00
"sha3 0.10.8",
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-logger",
"solana-program",
"solana-sdk-macro",
"thiserror",
"uriparse",
"wasm-bindgen",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "solana-sdk-macro"
2023-05-26 11:21:18 -07:00
version = "1.13.3"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "bd9ca4f24a272f09377a0b594e6cfa809247c8f8e6ab188928fa0072b6803543"
2023-05-17 03:18:46 -07:00
dependencies = [
"bs58",
"proc-macro2 1.0.56",
"quote 1.0.27",
"rustversion",
"syn 1.0.109",
]
[[package]]
name = "solana-streamer"
2023-05-26 11:21:18 -07:00
version = "1.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "9fdc52c3945a4d4fd9012e6c0c3d1a95f00ec51555e09ce6fef4806d7259c9ba"
dependencies = [
2023-05-17 03:18:46 -07:00
"crossbeam-channel",
"futures-util",
"histogram",
"indexmap",
"itertools",
"libc",
2023-05-17 03:18:46 -07:00
"log",
2023-05-26 11:21:18 -07:00
"nix 0.23.2",
2023-05-17 03:18:46 -07:00
"pem",
"percentage",
"pkcs8",
"quinn",
"rand 0.7.3",
"rcgen",
"rustls",
"solana-metrics",
"solana-perf",
"solana-sdk",
"thiserror",
"tokio",
"x509-parser",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "solana-transaction-status"
2023-05-26 11:21:18 -07:00
version = "1.13.3"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "9287c2199bd71b577641f00d1e4023e4908f59050a83fb14a1fd19327537d289"
dependencies = [
2023-05-17 03:18:46 -07:00
"Inflector",
"base64 0.13.1",
2023-05-17 03:18:46 -07:00
"bincode",
"borsh",
"bs58",
"lazy_static",
"log",
"serde",
"serde_derive",
"serde_json",
"solana-account-decoder",
2023-05-26 11:21:18 -07:00
"solana-measure",
"solana-metrics",
2023-05-17 03:18:46 -07:00
"solana-sdk",
2023-05-26 11:21:18 -07:00
"solana-vote-program",
2023-05-17 03:18:46 -07:00
"spl-associated-token-account",
"spl-memo",
"spl-token",
"spl-token-2022",
"thiserror",
]
[[package]]
name = "solana-version"
2023-05-26 11:21:18 -07:00
version = "1.13.3"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "b0312c45b6b94e220c5cc9ec1de4fa0fedf21c33ccb17d932ff6191ac237f405"
2023-05-17 03:18:46 -07:00
dependencies = [
"log",
"rustc_version 0.4.0",
"semver 1.0.17",
"serde",
"serde_derive",
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-sdk",
]
[[package]]
name = "solana-vote-program"
2023-05-26 11:21:18 -07:00
version = "1.13.3"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "f93db350f670ad166107e4a241a1e9f1deff65fc17402900b443275e2fd8834c"
2023-05-17 03:18:46 -07:00
dependencies = [
"bincode",
"log",
"num-derive",
"num-traits",
"rustc_version 0.4.0",
"serde",
"serde_derive",
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-metrics",
"solana-program-runtime",
"solana-sdk",
"thiserror",
]
[[package]]
name = "solana-zk-token-sdk"
2023-05-26 11:21:18 -07:00
version = "1.13.3"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "1d8a148ec781994129fea0ede0628131a8f78bc1aaa28fd7d14d72aacdd065c1"
2023-05-17 03:18:46 -07:00
dependencies = [
"aes-gcm-siv",
"arrayref",
"base64 0.13.1",
"bincode",
"bytemuck",
"byteorder",
"cipher 0.4.4",
"curve25519-dalek",
"getrandom 0.1.16",
"lazy_static",
"merlin",
"num-derive",
"num-traits",
"rand 0.7.3",
"serde",
"serde_json",
"sha3 0.9.1",
"solana-program",
"solana-sdk",
"subtle",
"thiserror",
"zeroize",
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "spki"
2023-05-17 03:18:46 -07:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"
dependencies = [
"base64ct",
"der",
2023-05-17 03:18:46 -07:00
]
[[package]]
name = "spl-associated-token-account"
2023-05-26 11:21:18 -07:00
version = "1.1.1"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "16a33ecc83137583902c3e13c02f34151c8b2f2b74120f9c2b3ff841953e083d"
2023-05-17 03:18:46 -07:00
dependencies = [
"assert_matches",
"borsh",
"num-derive",
"num-traits",
"solana-program",
"spl-token",
"spl-token-2022",
"thiserror",
]
[[package]]
name = "spl-memo"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0dc6f70db6bacea7ff25870b016a65ba1d1b6013536f08e4fd79a8f9005325"
dependencies = [
"solana-program",
]
[[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",
"num_enum",
"solana-program",
"thiserror",
]
[[package]]
name = "spl-token-2022"
2023-05-26 11:21:18 -07:00
version = "0.4.2"
2023-05-17 03:18:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-26 11:21:18 -07:00
checksum = "f0a97cbf60b91b610c846ccf8eecca96d92a24a19ffbf9fe06cd0c84e76ec45e"
2023-05-17 03:18:46 -07:00
dependencies = [
"arrayref",
"bytemuck",
"num-derive",
"num-traits",
"num_enum",
"solana-program",
"solana-zk-token-sdk",
"spl-memo",
"spl-token",
"thiserror",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "structopt"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
dependencies = [
"clap",
"lazy_static",
"structopt-derive",
]
[[package]]
name = "structopt-derive"
version = "0.4.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
dependencies = [
"heck 0.3.3",
"proc-macro-error",
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 1.0.109",
]
2023-05-26 11:21:18 -07:00
[[package]]
name = "strum"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
dependencies = [
"strum_macros",
]
[[package]]
name = "strum_macros"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
dependencies = [
"heck 0.4.1",
"proc-macro2 1.0.56",
"quote 1.0.27",
"rustversion",
"syn 1.0.109",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "subtle"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
[[package]]
2023-05-17 03:18:46 -07:00
name = "syn"
version = "0.15.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
dependencies = [
2023-05-17 03:18:46 -07:00
"proc-macro2 0.4.30",
"quote 0.6.13",
"unicode-xid 0.1.0",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.27",
"unicode-ident",
]
[[package]]
name = "syn"
2023-05-17 03:18:46 -07:00
version = "2.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
dependencies = [
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"unicode-ident",
]
[[package]]
name = "sync_wrapper"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
[[package]]
name = "synstructure"
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
dependencies = [
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 1.0.109",
"unicode-xid 0.2.4",
]
[[package]]
name = "system-configuration"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d75182f12f490e953596550b65ee31bda7c8e043d9386174b353bda50838c3fd"
dependencies = [
"bitflags",
"core-foundation",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "tempfile"
2023-05-17 03:18:46 -07:00
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
dependencies = [
"cfg-if",
"fastrand",
2023-05-17 03:18:46 -07:00
"redox_syscall 0.3.5",
"rustix",
"windows-sys 0.45.0",
]
[[package]]
name = "termcolor"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
dependencies = [
"winapi-util",
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
[[package]]
name = "thiserror"
2023-05-17 03:18:46 -07:00
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
dependencies = [
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 2.0.15",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "time"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
dependencies = [
2023-05-17 03:18:46 -07:00
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
"winapi",
]
[[package]]
name = "time"
2023-05-17 03:18:46 -07:00
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
dependencies = [
"itoa",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2023-05-17 03:18:46 -07:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
[[package]]
name = "time-macros"
2023-05-17 03:18:46 -07:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
dependencies = [
"time-core",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "tiny-bip39"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"
dependencies = [
2023-05-17 03:18:46 -07:00
"anyhow",
"hmac 0.8.1",
"once_cell",
"pbkdf2 0.4.0",
"rand 0.7.3",
"rustc-hash",
"sha2 0.9.9",
"thiserror",
"unicode-normalization",
"wasm-bindgen",
"zeroize",
]
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
2023-05-17 03:18:46 -07:00
version = "1.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "0aa32867d44e6f2ce3385e89dceb990188b8bb0fb25b0cf576647a6f98ac5105"
dependencies = [
"autocfg",
"bytes",
"libc",
"mio",
"num_cpus",
"parking_lot 0.12.1",
"pin-project-lite 0.2.9",
"signal-hook-registry",
2023-05-17 03:18:46 -07:00
"socket2 0.4.9",
"tokio-macros",
2023-05-17 03:18:46 -07:00
"windows-sys 0.48.0",
]
[[package]]
name = "tokio-macros"
2023-05-17 03:18:46 -07:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
dependencies = [
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 2.0.15",
]
[[package]]
name = "tokio-native-tls"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
dependencies = [
"native-tls",
"tokio",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "tokio-rustls"
version = "0.23.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
dependencies = [
"rustls",
"tokio",
"webpki",
]
[[package]]
name = "tokio-stream"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
dependencies = [
"futures-core",
"pin-project-lite 0.2.9",
"tokio",
]
[[package]]
name = "tokio-tungstenite"
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
dependencies = [
"futures-util",
"log",
"rustls",
"tokio",
"tokio-rustls",
"tungstenite 0.17.3",
"webpki",
"webpki-roots",
]
[[package]]
name = "tokio-tungstenite"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd"
dependencies = [
"futures-util",
"log",
"tokio",
2023-05-17 03:18:46 -07:00
"tungstenite 0.18.0",
]
[[package]]
name = "tokio-util"
2023-05-17 03:18:46 -07:00
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite 0.2.9",
"tokio",
"tracing",
]
[[package]]
name = "toml"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "toml_datetime"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
[[package]]
name = "toml_edit"
version = "0.19.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13"
dependencies = [
2023-05-17 03:18:46 -07:00
"indexmap",
"toml_datetime",
"winnow",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"futures-util",
2023-05-17 03:18:46 -07:00
"pin-project 1.0.12",
"pin-project-lite 0.2.9",
2023-05-17 03:18:46 -07:00
"tokio",
"tower-layer",
"tower-service",
2023-05-17 03:18:46 -07:00
"tracing",
]
[[package]]
name = "tower-http"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d1d42a9b3f3ec46ba828e8d376aec14592ea199f70a06a548587ecd1c4ab658"
dependencies = [
"bitflags",
"bytes",
"futures-core",
"futures-util",
"http",
"http-body",
"http-range-header",
"pin-project-lite 0.2.9",
"tower-layer",
"tower-service",
]
[[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",
"log",
"pin-project-lite 0.2.9",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2023-05-17 03:18:46 -07:00
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"
dependencies = [
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 2.0.15",
]
[[package]]
name = "tracing-core"
2023-05-17 03:18:46 -07:00
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
dependencies = [
"once_cell",
]
[[package]]
name = "trust-dns-proto"
2023-05-17 03:18:46 -07:00
version = "0.20.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "ca94d4e9feb6a181c690c4040d7a24ef34018d8313ac5044a61d21222ae24e31"
dependencies = [
"async-trait",
"cfg-if",
"data-encoding",
"enum-as-inner",
"futures-channel",
"futures-io",
"futures-util",
"idna 0.2.3",
"ipnet",
"lazy_static",
2023-05-17 03:18:46 -07:00
"log",
"rand 0.8.5",
"smallvec",
"thiserror",
"tinyvec",
"url",
]
[[package]]
name = "trust-dns-resolver"
2023-05-17 03:18:46 -07:00
version = "0.20.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "ecae383baad9995efaa34ce8e57d12c3f305e545887472a492b838f4b5cfb77a"
dependencies = [
"cfg-if",
"futures-util",
"ipconfig",
"lazy_static",
2023-05-17 03:18:46 -07:00
"log",
"lru-cache",
2023-05-17 03:18:46 -07:00
"parking_lot 0.11.2",
"resolv-conf",
"smallvec",
"thiserror",
"trust-dns-proto",
]
[[package]]
name = "try-lock"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
[[package]]
name = "tungstenite"
2023-05-17 03:18:46 -07:00
version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
dependencies = [
"base64 0.13.1",
"byteorder",
"bytes",
"http",
"httparse",
"log",
"rand 0.8.5",
2023-05-17 03:18:46 -07:00
"rustls",
"sha-1 0.10.1",
"thiserror",
"url",
"utf-8",
2023-05-17 03:18:46 -07:00
"webpki",
"webpki-roots",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "tungstenite"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788"
dependencies = [
"base64 0.13.1",
2023-05-17 03:18:46 -07:00
"byteorder",
"bytes",
"http",
"httparse",
"log",
"rand 0.8.5",
2023-05-17 03:18:46 -07:00
"sha1",
"thiserror",
2023-05-17 03:18:46 -07:00
"url",
"utf-8",
]
[[package]]
name = "typenum"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2023-05-17 03:18:46 -07:00
[[package]]
name = "ucd-trie"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
[[package]]
name = "uint"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"
dependencies = [
"byteorder",
"crunchy",
"hex",
"static_assertions",
]
[[package]]
name = "unicode-bidi"
2023-05-17 03:18:46 -07:00
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
[[package]]
name = "unicode-ident"
2023-05-17 03:18:46 -07:00
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
[[package]]
name = "unicode-normalization"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
[[package]]
name = "unicode-width"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2023-05-17 03:18:46 -07:00
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
[[package]]
name = "unicode-xid"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
[[package]]
name = "universal-hash"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
dependencies = [
"generic-array",
"subtle",
]
[[package]]
name = "unsigned-varint"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d86a8dc7f45e4c1b0d30e43038c38f274e77af056aa5f74b93c2cf9eb3c1c836"
dependencies = [
"asynchronous-codec",
"bytes",
2023-05-17 03:18:46 -07:00
"futures-io",
"futures-util",
]
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2023-05-17 03:18:46 -07:00
[[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"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
dependencies = [
"form_urlencoded",
"idna 0.3.0",
"percent-encoding",
]
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2023-05-17 03:18:46 -07:00
[[package]]
name = "value-bag"
version = "1.0.0-alpha.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
dependencies = [
2023-05-17 03:18:46 -07:00
"ctor",
"version_check",
]
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
[[package]]
name = "waker-fn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
[[package]]
2023-05-17 03:18:46 -07:00
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
2023-05-17 03:18:46 -07:00
"log",
"try-lock",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
2023-05-17 03:18:46 -07:00
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
2023-05-17 03:18:46 -07:00
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
2023-05-17 03:18:46 -07:00
name = "wasm-bindgen"
version = "0.2.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "5b6cb788c4e39112fbe1822277ef6fb3c55cd86b95cb3d3c4c1c9597e4ac74b4"
dependencies = [
2023-05-17 03:18:46 -07:00
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "wasm-bindgen-backend"
version = "0.2.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "35e522ed4105a9d626d885b35d62501b30d9666283a5c8be12c14a8bdafe7822"
dependencies = [
2023-05-17 03:18:46 -07:00
"bumpalo",
"log",
2023-05-17 03:18:46 -07:00
"once_cell",
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 2.0.15",
"wasm-bindgen-shared",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "wasm-bindgen-futures"
version = "0.4.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "083abe15c5d88556b77bdf7aef403625be9e327ad37c62c4e4129af740168163"
dependencies = [
2023-05-17 03:18:46 -07:00
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "wasm-bindgen-macro"
version = "0.2.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "358a79a0cb89d21db8120cbfb91392335913e4890665b1a7981d9e956903b434"
dependencies = [
2023-05-17 03:18:46 -07:00
"quote 1.0.27",
"wasm-bindgen-macro-support",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "wasm-bindgen-macro-support"
version = "0.2.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869"
dependencies = [
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 2.0.15",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "wasm-bindgen-shared"
version = "0.2.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "a901d592cafaa4d711bc324edfaff879ac700b19c3dfd60058d2b445be2691eb"
[[package]]
2023-05-17 03:18:46 -07:00
name = "web-sys"
version = "0.3.62"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "16b5f940c7edfdc6d12126d98c9ef4d1b3d470011c47c76a6581df47ad9ba721"
dependencies = [
2023-05-17 03:18:46 -07:00
"js-sys",
"wasm-bindgen",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "webpki"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
2023-05-17 03:18:46 -07:00
"ring",
"untrusted",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "webpki-roots"
version = "0.22.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
dependencies = [
2023-05-17 03:18:46 -07:00
"webpki",
]
[[package]]
name = "which"
version = "4.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
dependencies = [
"either",
"libc",
"once_cell",
]
[[package]]
name = "widestring"
2023-05-17 03:18:46 -07:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
[[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"
[[package]]
name = "windows"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45296b64204227616fdbf2614cefa4c236b98ee64dfaaaa435207ed99fe7829f"
dependencies = [
"windows_aarch64_msvc 0.34.0",
"windows_i686_gnu 0.34.0",
"windows_i686_msvc 0.34.0",
"windows_x86_64_gnu 0.34.0",
"windows_x86_64_msvc 0.34.0",
]
2023-05-17 03:18:46 -07:00
[[package]]
name = "windows"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
dependencies = [
"windows-targets 0.48.0",
]
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
2023-05-17 03:18:46 -07:00
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
2023-05-17 03:18:46 -07:00
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.0",
]
[[package]]
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
2023-05-17 03:18:46 -07:00
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
dependencies = [
2023-05-17 03:18:46 -07:00
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-05-17 03:18:46 -07:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
[[package]]
name = "windows_aarch64_msvc"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17cffbe740121affb56fad0fc0e421804adf0ae00891205213b5cecd30db881d"
[[package]]
name = "windows_aarch64_msvc"
2023-05-17 03:18:46 -07:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
[[package]]
name = "windows_i686_gnu"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2564fde759adb79129d9b4f54be42b32c89970c18ebf93124ca8870a498688ed"
[[package]]
name = "windows_i686_gnu"
2023-05-17 03:18:46 -07:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
[[package]]
name = "windows_i686_msvc"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cd9d32ba70453522332c14d38814bceeb747d80b3958676007acadd7e166956"
[[package]]
name = "windows_i686_msvc"
2023-05-17 03:18:46 -07:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
[[package]]
name = "windows_x86_64_gnu"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfce6deae227ee8d356d19effc141a509cc503dfd1f850622ec4b0f84428e1f4"
[[package]]
name = "windows_x86_64_gnu"
2023-05-17 03:18:46 -07:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
[[package]]
name = "windows_x86_64_gnullvm"
2023-05-17 03:18:46 -07:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
[[package]]
name = "windows_x86_64_msvc"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d19538ccc21819d01deaf88d6a17eae6596a12e9aafdbb97916fb49896d89de9"
[[package]]
name = "windows_x86_64_msvc"
2023-05-17 03:18:46 -07:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
[[package]]
name = "winnow"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"
dependencies = [
"memchr",
]
[[package]]
name = "winreg"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
dependencies = [
"winapi",
]
[[package]]
name = "winreg"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
"winapi",
]
[[package]]
2023-05-17 03:18:46 -07:00
name = "wormhole-sdk"
version = "0.1.0"
2023-05-24 07:06:07 -07:00
source = "git+https://github.com/wormhole-foundation/wormhole?tag=v2.17.1#3e423a75180f9da69263279e9ffce47b1858ae78"
dependencies = [
2023-05-17 03:18:46 -07:00
"anyhow",
2023-05-24 07:06:07 -07:00
"bstr",
2023-05-17 03:18:46 -07:00
"schemars",
"serde",
"serde_wormhole",
"sha3 0.10.8",
"thiserror",
]
[[package]]
name = "x25519-dalek"
2023-05-17 03:18:46 -07:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "2392b6b94a576b4e2bf3c5b2757d63f10ada8020a2e4d08ac849ebcf6ea8e077"
dependencies = [
2023-05-17 03:18:46 -07:00
"curve25519-dalek",
"rand_core 0.5.1",
"zeroize",
]
[[package]]
name = "x509-parser"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8"
dependencies = [
2023-05-17 03:18:46 -07:00
"asn1-rs",
"base64 0.13.1",
"data-encoding",
2023-05-17 03:18:46 -07:00
"der-parser",
"lazy_static",
"nom",
2023-05-17 03:18:46 -07:00
"oid-registry",
"rusticata-macros",
"thiserror",
2023-05-17 03:18:46 -07:00
"time 0.3.21",
]
2023-05-26 11:21:18 -07:00
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]
[[package]]
name = "yamux"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5d9ba232399af1783a58d8eb26f6b5006fbefe2dc9ef36bd283324792d03ea5"
dependencies = [
"futures",
"log",
"nohash-hasher",
"parking_lot 0.12.1",
"rand 0.8.5",
"static_assertions",
]
[[package]]
name = "yasna"
2023-05-17 03:18:46 -07:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
dependencies = [
2023-05-17 03:18:46 -07:00
"time 0.3.21",
]
[[package]]
name = "zeroize"
2023-05-17 03:18:46 -07:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
2023-05-17 03:18:46 -07:00
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 03:18:46 -07:00
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
dependencies = [
2023-05-17 03:18:46 -07:00
"proc-macro2 1.0.56",
"quote 1.0.27",
"syn 2.0.15",
]
[[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"
version = "2.0.8+zstd.1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
dependencies = [
"cc",
"libc",
"pkg-config",
]