mango-feeds/Cargo.lock

8488 lines
200 KiB
Plaintext
Raw Normal View History

2021-11-01 02:34:25 -07:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
dependencies = [
"lazy_static",
"regex",
]
[[package]]
2022-08-24 04:56:50 -07:00
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "aead"
version = "0.4.3"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
2021-11-01 02:34:25 -07:00
dependencies = [
"generic-array 0.14.7",
2021-11-01 02:34:25 -07:00
]
[[package]]
2022-08-24 04:56:50 -07:00
name = "aes"
version = "0.7.5"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "9e8b47f52ea9bae42228d07ec09eb676433d7c4ed1ebdf0f1d1c29ed446f1ab8"
dependencies = [
"cfg-if 1.0.0",
"cipher 0.3.0",
"cpufeatures",
"opaque-debug 0.3.0",
]
[[package]]
name = "aes-gcm-siv"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589c637f0e68c877bbd59a4599bbe849cac8e5f3e4b5a3ebae8f528cd218dcdc"
dependencies = [
"aead",
"aes",
"cipher 0.3.0",
"ctr",
"polyval",
"subtle",
"zeroize",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom 0.2.9",
"once_cell",
"version_check 0.9.4",
]
[[package]]
name = "ahash"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
dependencies = [
"cfg-if 1.0.0",
2021-11-01 02:34:25 -07:00
"once_cell",
2022-01-04 01:38:49 -08:00
"version_check 0.9.4",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "aho-corasick"
version = "0.7.20"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
2021-11-01 02:34:25 -07:00
dependencies = [
"memchr",
]
[[package]]
name = "aliasable"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
2022-08-24 04:56:50 -07:00
[[package]]
name = "alloc-no-stdlib"
2022-11-16 06:57:50 -08:00
version = "2.0.4"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
2022-08-24 04:56:50 -07:00
[[package]]
name = "alloc-stdlib"
2022-11-16 06:57:50 -08:00
version = "0.2.2"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
2022-08-24 04:56:50 -07:00
dependencies = [
"alloc-no-stdlib",
]
2021-11-04 01:57:55 -07:00
[[package]]
name = "alloc-traits"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b2d54853319fd101b8dd81de382bcbf3e03410a64d8928bbee85a3e7dcde483"
[[package]]
name = "anchor-attribute-access-control"
2022-08-24 04:56:50 -07:00
version = "0.25.0"
source = "git+https://github.com/blockworks-foundation/mango-v4?branch=dev#497012042c125238329381711dce7c736334099d"
2021-11-04 01:57:55 -07:00
dependencies = [
"anchor-syn",
"anyhow",
"proc-macro2 1.0.56",
"quote 1.0.26",
2021-11-04 01:57:55 -07:00
"regex",
"syn 1.0.109",
2021-11-04 01:57:55 -07:00
]
[[package]]
name = "anchor-attribute-account"
2022-08-24 04:56:50 -07:00
version = "0.25.0"
source = "git+https://github.com/blockworks-foundation/mango-v4?branch=dev#497012042c125238329381711dce7c736334099d"
2021-11-04 01:57:55 -07:00
dependencies = [
"anchor-syn",
"anyhow",
"bs58 0.4.0",
"proc-macro2 1.0.56",
"quote 1.0.26",
2021-11-04 01:57:55 -07:00
"rustversion",
"syn 1.0.109",
2022-03-23 10:39:42 -07:00
]
[[package]]
name = "anchor-attribute-constant"
2022-08-24 04:56:50 -07:00
version = "0.25.0"
source = "git+https://github.com/blockworks-foundation/mango-v4?branch=dev#497012042c125238329381711dce7c736334099d"
2022-03-23 10:39:42 -07:00
dependencies = [
"anchor-syn",
"proc-macro2 1.0.56",
"syn 1.0.109",
2021-11-04 01:57:55 -07:00
]
[[package]]
name = "anchor-attribute-error"
2022-08-24 04:56:50 -07:00
version = "0.25.0"
source = "git+https://github.com/blockworks-foundation/mango-v4?branch=dev#497012042c125238329381711dce7c736334099d"
2021-11-04 01:57:55 -07:00
dependencies = [
"anchor-syn",
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2021-11-04 01:57:55 -07:00
]
[[package]]
name = "anchor-attribute-event"
2022-08-24 04:56:50 -07:00
version = "0.25.0"
source = "git+https://github.com/blockworks-foundation/mango-v4?branch=dev#497012042c125238329381711dce7c736334099d"
2021-11-04 01:57:55 -07:00
dependencies = [
"anchor-syn",
"anyhow",
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2021-11-04 01:57:55 -07:00
]
[[package]]
name = "anchor-attribute-interface"
2022-08-24 04:56:50 -07:00
version = "0.25.0"
source = "git+https://github.com/blockworks-foundation/mango-v4?branch=dev#497012042c125238329381711dce7c736334099d"
2021-11-04 01:57:55 -07:00
dependencies = [
"anchor-syn",
"anyhow",
2022-08-24 04:56:50 -07:00
"heck 0.3.3",
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2021-11-04 01:57:55 -07:00
]
[[package]]
name = "anchor-attribute-program"
2022-08-24 04:56:50 -07:00
version = "0.25.0"
source = "git+https://github.com/blockworks-foundation/mango-v4?branch=dev#497012042c125238329381711dce7c736334099d"
2021-11-04 01:57:55 -07:00
dependencies = [
"anchor-syn",
"anyhow",
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2021-11-04 01:57:55 -07:00
]
[[package]]
name = "anchor-attribute-state"
2022-08-24 04:56:50 -07:00
version = "0.25.0"
source = "git+https://github.com/blockworks-foundation/mango-v4?branch=dev#497012042c125238329381711dce7c736334099d"
2021-11-04 01:57:55 -07:00
dependencies = [
"anchor-syn",
"anyhow",
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2021-11-04 01:57:55 -07:00
]
[[package]]
name = "anchor-client"
version = "0.25.0"
source = "git+https://github.com/blockworks-foundation/mango-v4?branch=dev#497012042c125238329381711dce7c736334099d"
dependencies = [
"anchor-lang",
"anyhow",
"regex",
"serde",
"solana-account-decoder",
"solana-client",
"solana-sdk",
"thiserror",
"url 2.3.1",
]
2021-11-04 01:57:55 -07:00
[[package]]
name = "anchor-derive-accounts"
2022-08-24 04:56:50 -07:00
version = "0.25.0"
source = "git+https://github.com/blockworks-foundation/mango-v4?branch=dev#497012042c125238329381711dce7c736334099d"
2021-11-04 01:57:55 -07:00
dependencies = [
"anchor-syn",
"anyhow",
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2021-11-04 01:57:55 -07:00
]
[[package]]
name = "anchor-lang"
2022-08-24 04:56:50 -07:00
version = "0.25.0"
source = "git+https://github.com/blockworks-foundation/mango-v4?branch=dev#497012042c125238329381711dce7c736334099d"
2021-11-04 01:57:55 -07:00
dependencies = [
"anchor-attribute-access-control",
"anchor-attribute-account",
2022-03-23 10:39:42 -07:00
"anchor-attribute-constant",
2021-11-04 01:57:55 -07:00
"anchor-attribute-error",
"anchor-attribute-event",
"anchor-attribute-interface",
"anchor-attribute-program",
"anchor-attribute-state",
"anchor-derive-accounts",
2022-03-23 10:39:42 -07:00
"arrayref",
2022-11-16 06:57:50 -08:00
"base64 0.13.1",
2022-03-23 10:39:42 -07:00
"bincode",
"borsh 0.9.3",
2021-11-04 01:57:55 -07:00
"bytemuck",
"solana-program",
"thiserror",
]
2022-11-16 06:57:50 -08:00
[[package]]
name = "anchor-spl"
version = "0.25.0"
source = "git+https://github.com/blockworks-foundation/mango-v4?branch=dev#497012042c125238329381711dce7c736334099d"
2022-11-16 06:57:50 -08:00
dependencies = [
"anchor-lang",
"solana-program",
"spl-associated-token-account",
"spl-token",
]
2021-11-04 01:57:55 -07:00
[[package]]
name = "anchor-syn"
2022-08-24 04:56:50 -07:00
version = "0.25.0"
source = "git+https://github.com/blockworks-foundation/mango-v4?branch=dev#497012042c125238329381711dce7c736334099d"
2021-11-04 01:57:55 -07:00
dependencies = [
"anyhow",
"bs58 0.3.1",
2022-08-24 04:56:50 -07:00
"heck 0.3.3",
"proc-macro2 1.0.56",
2021-11-04 01:57:55 -07:00
"proc-macro2-diagnostics",
"quote 1.0.26",
2021-11-04 01:57:55 -07:00
"serde",
"serde_json",
2022-03-23 10:39:42 -07:00
"sha2 0.9.9",
"syn 1.0.109",
2021-11-04 01:57:55 -07:00
"thiserror",
]
2022-08-24 04:56:50 -07:00
[[package]]
name = "android_system_properties"
2022-11-16 06:57:50 -08:00
version = "0.1.5"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
2022-08-24 04:56:50 -07:00
dependencies = [
"libc",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "ansi_term"
2022-01-04 01:38:49 -08:00
version = "0.12.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 01:38:49 -08:00
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
2021-11-01 02:34:25 -07:00
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "anstream"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea"
[[package]]
name = "anstyle-parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "anstyle-wincon"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
dependencies = [
"anstyle",
"windows-sys 0.48.0",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "anyhow"
version = "1.0.70"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
2021-11-01 02:34:25 -07:00
[[package]]
name = "arc-swap"
2023-02-04 17:43:18 -08:00
version = "1.6.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
2021-11-01 02:34:25 -07:00
2021-11-04 01:57:55 -07:00
[[package]]
name = "array-init"
version = "2.1.0"
2021-11-04 01:57:55 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d62b7694a562cdf5a74227903507c56ab2cc8bdd1f781ed5cb4cf9c9f810bfc"
2021-11-04 01:57:55 -07:00
2021-11-01 02:34:25 -07:00
[[package]]
name = "arrayref"
version = "0.3.7"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
2021-11-01 02:34:25 -07:00
2022-01-04 01:38:49 -08:00
[[package]]
name = "arrayvec"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
2021-11-01 02:34:25 -07:00
[[package]]
name = "ascii"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e"
2022-08-24 04:56:50 -07:00
[[package]]
name = "asn1-rs"
version = "0.5.2"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6fd5ddaf0351dff5b8da21b2fb4ff8e08ddd02857f0bf69c47639106c0fff0"
2022-08-24 04:56:50 -07:00
dependencies = [
"asn1-rs-derive",
"asn1-rs-impl",
"displaydoc",
"nom",
"num-traits",
"rusticata-macros",
"thiserror",
"time 0.3.20",
2022-08-24 04:56:50 -07:00
]
[[package]]
name = "asn1-rs-derive"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "726535892e8eae7e70657b4c8ea93d26b8553afb1ce617caee529ef96d7dee6c"
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2022-08-24 04:56:50 -07:00
"synstructure",
]
[[package]]
name = "asn1-rs-impl"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2777730b2039ac0f95f093556e61b6d26cebed5393ca6f152717777cec3a42ed"
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2022-08-24 04:56:50 -07:00
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "assert_matches"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
[[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",
]
2022-08-24 04:56:50 -07:00
[[package]]
name = "async-compression"
2022-11-16 06:57:50 -08:00
version = "0.3.15"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a"
2022-08-24 04:56:50 -07:00
dependencies = [
"brotli",
"flate2 1.0.25",
2022-08-24 04:56:50 -07:00
"futures-core",
"memchr",
"pin-project-lite",
"tokio",
]
[[package]]
name = "async-mutex"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
dependencies = [
"event-listener",
]
[[package]]
name = "async-once-cell"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b49bd4c5b769125ea6323601c39815848972880efd33ffb2d01f9f909adc699"
2021-11-01 02:34:25 -07:00
[[package]]
name = "async-stream"
version = "0.3.5"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
2021-11-01 02:34:25 -07:00
dependencies = [
2023-03-21 04:12:03 -07:00
"async-stream-impl",
2021-11-01 02:34:25 -07:00
"futures-core",
"pin-project-lite",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "async-stream-impl"
version = "0.3.5"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
2021-11-01 02:34:25 -07:00
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 2.0.15",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "async-trait"
version = "0.1.68"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
2021-11-01 02:34:25 -07:00
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 2.0.15",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
2023-02-04 17:43:18 -08:00
"hermit-abi 0.1.19",
2021-11-01 02:34:25 -07:00
"libc",
"winapi 0.3.9",
]
[[package]]
name = "autocfg"
2022-03-23 10:39:42 -07:00
version = "0.1.8"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 10:39:42 -07:00
checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
dependencies = [
"autocfg 1.1.0",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "autocfg"
2022-03-23 10:39:42 -07:00
version = "1.1.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 10:39:42 -07:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2021-11-01 02:34:25 -07:00
[[package]]
name = "autotools"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aef8da1805e028a172334c3b680f93e71126f2327622faef2ec3d893c0a4ad77"
dependencies = [
"cc",
]
2021-11-01 02:34:25 -07:00
[[package]]
2022-08-24 04:56:50 -07:00
name = "axum"
version = "0.6.16"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "113713495a32dd0ab52baf5c10044725aa3aec00b31beda84218e469029b72a3"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-08-24 04:56:50 -07:00
"async-trait",
"axum-core",
"bitflags",
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
2022-08-24 04:56:50 -07:00
"futures-util",
"http",
"http-body",
"hyper 0.14.26",
2022-08-24 04:56:50 -07:00
"itoa",
"matchit",
"memchr",
"mime 0.3.17",
2022-11-16 06:57:50 -08:00
"percent-encoding 2.2.0",
2022-08-24 04:56:50 -07:00
"pin-project-lite",
"rustversion",
2022-08-24 04:56:50 -07:00
"serde",
"sync_wrapper",
"tower",
"tower-layer",
"tower-service",
2021-11-01 02:34:25 -07:00
]
[[package]]
2022-08-24 04:56:50 -07:00
name = "axum-core"
version = "0.3.4"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-08-24 04:56:50 -07:00
"async-trait",
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
2022-08-24 04:56:50 -07:00
"futures-util",
"http",
"http-body",
"mime 0.3.17",
"rustversion",
2022-11-16 06:57:50 -08:00
"tower-layer",
"tower-service",
2021-11-01 02:34:25 -07:00
]
[[package]]
2022-08-24 04:56:50 -07:00
name = "az"
version = "1.2.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973"
2021-11-01 02:34:25 -07:00
[[package]]
2022-08-24 04:56:50 -07:00
name = "backoff"
2021-11-01 02:34:25 -07:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
dependencies = [
"futures-core",
"getrandom 0.2.9",
2022-08-24 04:56:50 -07:00
"instant",
"pin-project-lite",
"rand 0.8.5",
"tokio",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "base64"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
dependencies = [
"byteorder",
"safemem",
]
[[package]]
name = "base64"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
dependencies = [
"byteorder",
]
[[package]]
name = "base64"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
[[package]]
name = "base64"
2022-11-16 06:57:50 -08:00
version = "0.13.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2021-11-01 02:34:25 -07:00
[[package]]
name = "base64"
2023-02-03 03:45:29 -08:00
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-03 03:45:29 -08:00
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
[[package]]
name = "base64ct"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
2022-03-23 10:39:42 -07:00
[[package]]
name = "beef"
2022-08-24 04:56:50 -07:00
version = "0.5.2"
2022-03-23 10:39:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
2022-03-23 10:39:42 -07:00
dependencies = [
"serde",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
[[package]]
name = "bindgen"
version = "0.64.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"
2021-11-01 02:34:25 -07:00
dependencies = [
"bitflags",
"cexpr",
"clang-sys",
"lazy_static",
"lazycell",
"peeking_take_while",
"proc-macro2 1.0.56",
"quote 1.0.26",
2021-11-01 02:34:25 -07:00
"regex",
"rustc-hash",
"shlex",
"syn 1.0.109",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "bitflags"
version = "1.3.2"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2021-11-01 02:34:25 -07:00
2022-08-24 04:56:50 -07:00
[[package]]
name = "bitmaps"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
dependencies = [
"typenum",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "blake3"
version = "1.3.3"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ae2468a89544a466886840aa467a25b766499f4f04bf7d9fcd10ecee9fccef"
2021-11-01 02:34:25 -07:00
dependencies = [
"arrayref",
"arrayvec",
2021-11-01 02:34:25 -07:00
"cc",
"cfg-if 1.0.0",
2021-11-01 02:34:25 -07:00
"constant_time_eq",
"digest 0.10.6",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "block-buffer"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
"block-padding 0.1.5",
"byte-tools",
"byteorder",
"generic-array 0.12.4",
]
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
"block-padding 0.2.1",
"generic-array 0.14.7",
2021-11-01 02:34:25 -07:00
]
2022-01-04 01:38:49 -08:00
[[package]]
name = "block-buffer"
version = "0.10.4"
2022-01-04 01:38:49 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2022-01-04 01:38:49 -08:00
dependencies = [
"generic-array 0.14.7",
2022-01-04 01:38:49 -08:00
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "block-padding"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
dependencies = [
"byte-tools",
]
[[package]]
name = "block-padding"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
[[package]]
name = "borsh"
2022-03-23 10:39:42 -07:00
version = "0.9.3"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 10:39:42 -07:00
checksum = "15bf3650200d8bffa99015595e10f1fbd17de07abbc25bb067da79e769939bfa"
2021-11-01 02:34:25 -07:00
dependencies = [
"borsh-derive 0.9.3",
2022-08-24 04:56:50 -07:00
"hashbrown 0.11.2",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "borsh"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b"
dependencies = [
"borsh-derive 0.10.3",
"hashbrown 0.13.2",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "borsh-derive"
2022-03-23 10:39:42 -07:00
version = "0.9.3"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 10:39:42 -07:00
checksum = "6441c552f230375d18e3cc377677914d2ca2b0d36e52129fe15450a2dce46775"
2021-11-01 02:34:25 -07:00
dependencies = [
"borsh-derive-internal 0.9.3",
"borsh-schema-derive-internal 0.9.3",
2021-11-01 02:34:25 -07:00
"proc-macro-crate 0.1.5",
"proc-macro2 1.0.56",
"syn 1.0.109",
]
[[package]]
name = "borsh-derive"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0754613691538d51f329cce9af41d7b7ca150bc973056f1156611489475f54f7"
dependencies = [
"borsh-derive-internal 0.10.3",
"borsh-schema-derive-internal 0.10.3",
"proc-macro-crate 0.1.5",
"proc-macro2 1.0.56",
"syn 1.0.109",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "borsh-derive-internal"
2022-03-23 10:39:42 -07:00
version = "0.9.3"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 10:39:42 -07:00
checksum = "5449c28a7b352f2d1e592a8a28bf139bc71afb0764a14f3c02500935d8c44065"
2021-11-01 02:34:25 -07:00
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
]
[[package]]
name = "borsh-derive-internal"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb"
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "borsh-schema-derive-internal"
2022-03-23 10:39:42 -07:00
version = "0.9.3"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 10:39:42 -07:00
checksum = "cdbd5696d8bfa21d53d9fe39a714a18538bad11492a42d066dbbc395fb1951c0"
2021-11-01 02:34:25 -07:00
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
]
[[package]]
name = "borsh-schema-derive-internal"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd"
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2022-08-24 04:56:50 -07:00
]
[[package]]
name = "brotli"
version = "3.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
2023-02-04 17:43:18 -08:00
version = "2.3.4"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
2022-08-24 04:56:50 -07:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "bs58"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "476e9cd489f9e121e02ffa6014a8ef220ecb15c05ed23fc34cca13925dc283fb"
[[package]]
name = "bs58"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
[[package]]
name = "bstr"
version = "1.4.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09"
2021-11-01 02:34:25 -07:00
dependencies = [
"memchr",
2023-02-04 17:43:18 -08:00
"serde",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "bumpalo"
2023-02-04 17:43:18 -08:00
version = "3.12.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
2021-11-01 02:34:25 -07:00
[[package]]
name = "bv"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8834bb1d8ee5dc048ee3124f2c7c1afcc6bc9aed03f11e9dfd8c69470a5db340"
dependencies = [
"feature-probe",
"serde",
]
[[package]]
name = "byte-tools"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
[[package]]
name = "bytecheck"
version = "0.6.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13fe11640a23eb24562225322cd3e452b93a3d4091d62fab69c70542fcd17d1f"
dependencies = [
"bytecheck_derive",
"ptr_meta",
"simdutf8",
]
[[package]]
name = "bytecheck_derive"
version = "0.6.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e31225543cb46f81a7e224762764f4a6a0f097b1db0b175f69e8065efaa42de5"
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "bytemuck"
version = "1.13.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
2021-11-01 02:34:25 -07:00
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
version = "1.4.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192"
2021-11-01 02:34:25 -07:00
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 2.0.15",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
dependencies = [
"byteorder",
"iovec",
]
[[package]]
name = "bytes"
2023-02-04 17:43:18 -08:00
version = "1.4.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
2021-11-01 02:34:25 -07:00
[[package]]
name = "bzip2"
2023-02-04 17:43:18 -08:00
version = "0.4.4"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2021-11-01 02:34:25 -07:00
dependencies = [
"bzip2-sys",
"libc",
]
[[package]]
name = "bzip2-sys"
version = "0.1.11+1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
dependencies = [
"cc",
"libc",
"pkg-config",
]
2021-11-19 02:59:59 -08:00
[[package]]
name = "caps"
2022-11-16 06:57:50 -08:00
version = "0.5.5"
2021-11-19 02:59:59 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "190baaad529bcfbde9e1a19022c42781bdb6ff9de25721abdb8fd98c0807730b"
2021-11-19 02:59:59 -08:00
dependencies = [
"libc",
"thiserror",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "cc"
2023-02-04 17:43:18 -08:00
version = "1.0.79"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2021-11-01 02:34:25 -07:00
dependencies = [
"jobserver",
]
[[package]]
name = "cexpr"
2022-01-04 01:38:49 -08:00
version = "0.6.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 01:38:49 -08:00
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2021-11-01 02:34:25 -07:00
dependencies = [
"nom",
]
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chrono"
version = "0.4.24"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-08-24 04:56:50 -07:00
"iana-time-zone",
"js-sys",
2021-11-01 02:34:25 -07:00
"num-integer",
"num-traits",
"serde",
"time 0.1.45",
2022-08-24 04:56:50 -07:00
"wasm-bindgen",
2021-11-01 02:34:25 -07:00
"winapi 0.3.9",
]
[[package]]
name = "chrono-humanize"
2022-08-24 04:56:50 -07:00
version = "0.2.2"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "32dce1ea1988dbdf9f9815ff11425828523bd2a134ec0805d2ac8af26ee6096e"
2021-11-01 02:34:25 -07:00
dependencies = [
"chrono",
]
2022-08-24 04:56:50 -07:00
[[package]]
name = "cipher"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
dependencies = [
"generic-array 0.14.7",
2022-08-24 04:56:50 -07:00
]
[[package]]
name = "cipher"
version = "0.4.4"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
2022-08-24 04:56:50 -07:00
dependencies = [
"crypto-common",
"inout",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "clang-sys"
version = "1.6.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
2021-11-01 02:34:25 -07:00
dependencies = [
"glob",
"libc",
"libloading",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "clap"
2022-01-04 01:38:49 -08:00
version = "2.34.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 01:38:49 -08:00
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
2021-11-01 02:34:25 -07:00
dependencies = [
"ansi_term",
"atty",
"bitflags",
"strsim 0.8.0",
"textwrap 0.11.0",
2021-11-01 02:34:25 -07:00
"unicode-width",
"vec_map",
]
[[package]]
name = "clap"
version = "3.2.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
dependencies = [
"atty",
"bitflags",
"clap_lex 0.2.4",
"indexmap",
"once_cell",
"strsim 0.10.0",
"termcolor",
"textwrap 0.16.0",
]
[[package]]
name = "clap"
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6"
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08"
dependencies = [
"anstream",
"anstyle",
"clap_lex 0.5.1",
"strsim 0.10.0",
]
[[package]]
name = "clap_derive"
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
dependencies = [
"heck 0.4.1",
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 2.0.15",
]
[[package]]
name = "clap_lex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
dependencies = [
"os_str_bytes",
]
[[package]]
name = "clap_lex"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
2021-11-01 02:34:25 -07:00
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
dependencies = [
"bitflags",
]
2022-11-16 06:57:50 -08:00
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2021-11-01 02:34:25 -07:00
[[package]]
name = "combine"
version = "3.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680"
dependencies = [
"ascii",
"byteorder",
"either",
"memchr",
"unreachable",
]
[[package]]
name = "concurrent-queue"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
dependencies = [
"crossbeam-utils 0.8.15",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "console"
2023-02-04 17:43:18 -08:00
version = "0.15.5"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60"
2021-11-01 02:34:25 -07:00
dependencies = [
"encode_unicode",
2022-11-16 06:57:50 -08:00
"lazy_static",
2021-11-01 02:34:25 -07:00
"libc",
"unicode-width",
2023-02-04 17:43:18 -08:00
"windows-sys 0.42.0",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "console_error_panic_hook"
version = "0.1.7"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
2021-11-01 02:34:25 -07:00
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "console_log"
version = "0.2.2"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e89f72f65e8501878b8a004d5a1afb780987e2ce2b4532c562e367a72c57499f"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-08-24 04:56:50 -07:00
"log 0.4.17",
"web-sys",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "const-oid"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"
2021-11-01 02:34:25 -07:00
[[package]]
name = "constant_time_eq"
version = "0.2.5"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13418e745008f7349ec7e449155f419a61b92b58a99cc3616942b926825ec76b"
2021-11-01 02:34:25 -07:00
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
[[package]]
name = "core-foundation"
2022-03-23 10:39:42 -07:00
version = "0.9.3"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 10:39:42 -07:00
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
2021-11-01 02:34:25 -07:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.4"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2021-11-01 02:34:25 -07:00
[[package]]
name = "core_affinity"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f8a03115cc34fb0d7c321dd154a3914b3ca082ccc5c11d91bf7117dbbe7171f"
dependencies = [
"kernel32-sys",
"libc",
"num_cpus",
"winapi 0.2.8",
]
[[package]]
name = "cpufeatures"
version = "0.2.6"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181"
2021-11-01 02:34:25 -07:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
2022-03-23 10:39:42 -07:00
version = "1.3.2"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 10:39:42 -07:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2021-11-01 02:34:25 -07:00
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "crossbeam-channel"
version = "0.5.8"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
2021-11-01 02:34:25 -07:00
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils 0.8.15",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "crossbeam-deque"
version = "0.8.3"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
2021-11-01 02:34:25 -07:00
dependencies = [
"cfg-if 1.0.0",
"crossbeam-epoch",
"crossbeam-utils 0.8.15",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.14"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-03-23 10:39:42 -07:00
"autocfg 1.1.0",
2021-11-01 02:34:25 -07:00
"cfg-if 1.0.0",
"crossbeam-utils 0.8.15",
"memoffset 0.8.0",
2021-11-01 02:34:25 -07:00
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
dependencies = [
2022-03-23 10:39:42 -07:00
"autocfg 1.1.0",
2021-11-01 02:34:25 -07:00
"cfg-if 0.1.10",
"lazy_static",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.15"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
2021-11-01 02:34:25 -07:00
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
2022-01-04 01:38:49 -08:00
name = "crypto-common"
2022-08-24 04:56:50 -07:00
version = "0.1.6"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2021-11-01 02:34:25 -07:00
dependencies = [
"generic-array 0.14.7",
2022-03-23 10:39:42 -07:00
"typenum",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "crypto-mac"
2022-01-04 01:38:49 -08:00
version = "0.8.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 01:38:49 -08:00
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
2021-11-01 02:34:25 -07:00
dependencies = [
"generic-array 0.14.7",
2021-11-01 02:34:25 -07:00
"subtle",
]
[[package]]
2022-08-24 04:56:50 -07:00
name = "ctr"
version = "0.8.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-08-24 04:56:50 -07:00
"cipher 0.3.0",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "curve25519-dalek"
2022-08-24 04:56:50 -07:00
version = "3.2.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "90f9d052967f590a76e62eb387bd0bbb1b000182c3cefe5364db6b7211651bc0"
2021-11-01 02:34:25 -07:00
dependencies = [
"byteorder",
"digest 0.9.0",
"rand_core 0.5.1",
2022-08-24 04:56:50 -07:00
"serde",
2021-11-01 02:34:25 -07:00
"subtle",
"zeroize",
]
2022-11-16 06:57:50 -08:00
[[package]]
name = "cxx"
version = "1.0.94"
2022-11-16 06:57:50 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93"
2022-11-16 06:57:50 -08:00
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
version = "1.0.94"
2022-11-16 06:57:50 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b"
2022-11-16 06:57:50 -08:00
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2 1.0.56",
"quote 1.0.26",
2022-11-16 06:57:50 -08:00
"scratch",
"syn 2.0.15",
2022-11-16 06:57:50 -08:00
]
[[package]]
name = "cxxbridge-flags"
version = "1.0.94"
2022-11-16 06:57:50 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb"
2022-11-16 06:57:50 -08:00
[[package]]
name = "cxxbridge-macro"
version = "1.0.94"
2022-11-16 06:57:50 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5"
2022-11-16 06:57:50 -08:00
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 2.0.15",
2022-11-16 06:57:50 -08:00
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "dashmap"
version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
dependencies = [
"cfg-if 1.0.0",
"num_cpus",
"rayon",
]
2022-08-24 04:56:50 -07:00
[[package]]
name = "data-encoding"
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
[[package]]
name = "default-env"
version = "0.1.1"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f753eb82d29277e79efc625e84aecacfd4851ee50e05a8573a4740239a77bfd3"
dependencies = [
"proc-macro2 0.4.30",
"quote 0.6.13",
"syn 0.15.44",
]
2022-08-24 04:56:50 -07:00
[[package]]
name = "der"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"
dependencies = [
"const-oid",
]
2021-11-01 02:34:25 -07:00
[[package]]
2022-08-24 04:56:50 -07:00
name = "der-parser"
version = "8.2.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbd676fbbab537128ef0278adb5576cf363cff6aa22a7b24effe97347cfab61e"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-08-24 04:56:50 -07:00
"asn1-rs",
"displaydoc",
"nom",
"num-bigint 0.4.3",
"num-traits",
"rusticata-macros",
2021-11-01 02:34:25 -07:00
]
2022-08-24 04:56:50 -07:00
[[package]]
name = "derivation-path"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e5c37193a1db1d8ed868c03ec7b152175f26160a5b740e5e484143877e0adf0"
2022-11-16 06:57:50 -08:00
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2022-11-16 06:57:50 -08:00
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "derive_more"
2022-01-04 01:38:49 -08:00
version = "0.99.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 01:38:49 -08:00
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
2021-11-01 02:34:25 -07:00
dependencies = [
"convert_case",
"proc-macro2 1.0.56",
"quote 1.0.26",
2022-01-04 01:38:49 -08:00
"rustc_version 0.4.0",
"syn 1.0.109",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "dialoguer"
version = "0.10.4"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59c6f2989294b9a498d3ad5491a79c6deb604617378e1cdc4bfc1c1361fe2f87"
2021-11-01 02:34:25 -07:00
dependencies = [
"console",
2023-02-04 17:43:18 -08:00
"shell-words",
2021-11-01 02:34:25 -07:00
"tempfile",
"zeroize",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
dependencies = [
"generic-array 0.12.4",
]
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array 0.14.7",
2021-11-01 02:34:25 -07:00
]
2022-01-04 01:38:49 -08:00
[[package]]
name = "digest"
version = "0.10.6"
2022-01-04 01:38:49 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
2022-01-04 01:38:49 -08:00
dependencies = [
"block-buffer 0.10.4",
2022-01-04 01:38:49 -08:00
"crypto-common",
"subtle",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "dir-diff"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2860407d7d7e2e004bb2128510ad9e8d669e76fa005ccf567977b5d71b8b4a0b"
dependencies = [
"walkdir",
]
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
"dirs-sys",
]
2021-11-01 02:34:25 -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 1.0.0",
"dirs-sys-next",
]
[[package]]
name = "dirs-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
"winapi 0.3.9",
]
2021-11-01 02:34:25 -07:00
[[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 0.3.9",
]
2022-08-24 04:56:50 -07:00
[[package]]
name = "displaydoc"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886"
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2022-08-24 04:56:50 -07:00
]
2021-11-01 02:34:25 -07:00
[[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 0.3.9",
]
[[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",
]
2022-11-16 06:57:50 -08:00
[[package]]
name = "dyn-clone"
version = "1.0.11"
2022-11-16 06:57:50 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30"
2022-11-16 06:57:50 -08:00
[[package]]
name = "eager"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abe71d579d1812060163dff96056261deb5bf6729b100fa2e36a68b9649ba3d3"
2021-11-01 02:34:25 -07:00
[[package]]
name = "ed25519"
2023-02-04 17:43:18 -08:00
version = "1.5.3"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "91cff35c70bba8a626e3185d8cd48cc11b5437e1a5bcd15b9b5fa3c64b6dfee7"
2021-11-01 02:34:25 -07:00
dependencies = [
"signature",
]
[[package]]
name = "ed25519-dalek"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
dependencies = [
"curve25519-dalek",
2021-11-01 02:34:25 -07:00
"ed25519",
"rand 0.7.3",
"serde",
2022-03-23 10:39:42 -07:00
"sha2 0.9.9",
2021-11-01 02:34:25 -07:00
"zeroize",
]
[[package]]
name = "ed25519-dalek-bip32"
2022-08-24 04:56:50 -07:00
version = "0.2.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "9d2be62a4061b872c8c0873ee4fc6f101ce7b889d039f019c5fa2af471a59908"
2021-11-01 02:34:25 -07:00
dependencies = [
"derivation-path",
"ed25519-dalek",
2022-08-24 04:56:50 -07:00
"hmac 0.12.1",
2022-11-16 06:57:50 -08:00
"sha2 0.10.6",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "either"
2023-02-04 17:43:18 -08:00
version = "1.8.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2021-11-01 02:34:25 -07:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "encoding_rs"
2023-02-04 17:43:18 -08:00
version = "0.8.32"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
2021-11-01 02:34:25 -07:00
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "enum-iterator"
version = "0.8.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2953d1df47ac0eb70086ccabf0275aa8da8591a28bd358ee2b52bd9f9e3ff9e9"
2021-11-01 02:34:25 -07:00
dependencies = [
"enum-iterator-derive",
]
[[package]]
name = "enum-iterator-derive"
version = "0.8.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8958699f9359f0b04e691a13850d48b7de329138023876d07cbd024c2c820598"
2021-11-01 02:34:25 -07:00
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2022-08-24 04:56:50 -07:00
]
[[package]]
name = "enum_dispatch"
2023-02-04 17:43:18 -08:00
version = "0.3.11"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "11f36e95862220b211a6e2aa5eca09b4fa391b13cd52ceb8035a24bf65a79de2"
2022-08-24 04:56:50 -07:00
dependencies = [
"once_cell",
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2021-11-01 02:34:25 -07:00
]
2021-11-04 01:57:55 -07:00
[[package]]
name = "enumflags2"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"
dependencies = [
"enumflags2_derive",
]
[[package]]
name = "enumflags2_derive"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2021-11-04 01:57:55 -07:00
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "env_logger"
2022-11-16 06:57:50 -08:00
version = "0.9.3"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
2021-11-01 02:34:25 -07:00
dependencies = [
"atty",
"humantime",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"regex",
"termcolor",
]
[[package]]
name = "errno"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys 0.48.0",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2021-11-19 02:59:59 -08:00
[[package]]
2022-08-24 04:56:50 -07:00
name = "event-listener"
version = "2.5.3"
2021-11-19 02:59:59 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2021-11-19 02:59:59 -08:00
[[package]]
2022-08-24 04:56:50 -07:00
name = "fake-simd"
2021-11-19 02:59:59 -08:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
2021-11-01 02:34:25 -07:00
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
[[package]]
name = "fast-math"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2465292146cdfc2011350fe3b1c616ac83cf0faeedb33463ba1c332ed8948d66"
dependencies = [
"ieee754",
]
2022-03-23 10:39:42 -07:00
[[package]]
name = "fastrand"
version = "1.9.0"
2022-03-23 10:39:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2022-03-23 10:39:42 -07:00
dependencies = [
"instant",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "feature-probe"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "835a3dc7d1ec9e75e2b5fb4ba75396837112d2060b03f7d43bc1897c7f7211da"
2021-11-04 01:57:55 -07:00
[[package]]
name = "field-offset"
version = "0.3.5"
2021-11-04 01:57:55 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3cf3a800ff6e860c863ca6d4b16fd999db8b752819c1606884047b73e468535"
2021-11-04 01:57:55 -07:00
dependencies = [
"memoffset 0.8.0",
"rustc_version 0.4.0",
2021-11-04 01:57:55 -07:00
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "filetime"
version = "0.2.21"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
2021-11-01 02:34:25 -07:00
dependencies = [
"cfg-if 1.0.0",
"libc",
2022-08-24 04:56:50 -07:00
"redox_syscall 0.2.16",
"windows-sys 0.48.0",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "fixed"
2022-03-23 10:39:42 -07:00
version = "1.11.0"
source = "git+https://github.com/blockworks-foundation/mango-v4?branch=dev#497012042c125238329381711dce7c736334099d"
2021-11-01 02:34:25 -07:00
dependencies = [
"az",
"borsh 0.9.3",
2021-11-01 02:34:25 -07:00
"bytemuck",
"half 1.8.2",
2021-11-01 02:34:25 -07:00
"serde",
"typenum",
]
2021-11-04 01:57:55 -07:00
[[package]]
name = "fixed"
version = "1.23.1"
2021-11-04 01:57:55 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79386fdcec5e0fde91b1a6a5bcd89677d1f9304f7f986b154a1b9109038854d9"
2021-11-04 01:57:55 -07:00
dependencies = [
"az",
"bytemuck",
"half 2.2.1",
"serde",
"typenum",
2021-11-04 01:57:55 -07:00
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "fixedbitset"
2022-08-24 04:56:50 -07:00
version = "0.4.2"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
2021-11-01 02:34:25 -07:00
[[package]]
name = "flate2"
version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6234dd4468ae5d1e2dbb06fe2b058696fdc50a339c68a393aefbf00bc81e423"
dependencies = [
"libc",
"miniz-sys",
]
[[package]]
name = "flate2"
version = "1.0.25"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
2021-11-01 02:34:25 -07:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "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"
2022-11-16 06:57:50 -08:00
version = "1.1.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-11-16 06:57:50 -08:00
"percent-encoding 2.2.0",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "fs_extra"
version = "1.3.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
2021-11-01 02:34:25 -07:00
[[package]]
name = "fuchsia-cprng"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
dependencies = [
"bitflags",
"fuchsia-zircon-sys",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
[[package]]
name = "futures"
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
[[package]]
name = "futures"
version = "0.3.28"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
2021-11-01 02:34:25 -07:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.28"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2021-11-01 02:34:25 -07:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.28"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2021-11-01 02:34:25 -07:00
[[package]]
name = "futures-executor"
version = "0.3.28"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
2021-11-01 02:34:25 -07:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
"num_cpus",
]
[[package]]
name = "futures-io"
version = "0.3.28"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2021-11-01 02:34:25 -07:00
[[package]]
name = "futures-macro"
version = "0.3.28"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
2021-11-01 02:34:25 -07:00
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 2.0.15",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "futures-sink"
version = "0.3.28"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2021-11-01 02:34:25 -07:00
[[package]]
name = "futures-task"
version = "0.3.28"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2021-11-01 02:34:25 -07:00
[[package]]
name = "futures-util"
version = "0.3.28"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2021-11-01 02:34:25 -07:00
dependencies = [
"futures 0.1.31",
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "generic-array"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
dependencies = [
"typenum",
]
[[package]]
name = "generic-array"
version = "0.14.7"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2021-11-01 02:34:25 -07:00
dependencies = [
"serde",
"typenum",
2022-01-04 01:38:49 -08:00
"version_check 0.9.4",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "gethostname"
2022-03-23 10:39:42 -07:00
version = "0.2.3"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 10:39:42 -07:00
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
2021-11-01 02:34:25 -07:00
dependencies = [
"libc",
"winapi 0.3.9",
]
[[package]]
name = "getrandom"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
"wasm-bindgen",
]
[[package]]
name = "getrandom"
version = "0.2.9"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
2021-11-01 02:34:25 -07:00
dependencies = [
"cfg-if 1.0.0",
"js-sys",
2021-11-01 02:34:25 -07:00
"libc",
2022-08-24 04:56:50 -07:00
"wasi 0.11.0+wasi-snapshot-preview1",
"wasm-bindgen",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "glob"
2023-02-04 17:43:18 -08:00
version = "0.3.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2021-11-01 02:34:25 -07:00
[[package]]
name = "globset"
2023-02-04 17:43:18 -08:00
version = "0.4.10"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
2021-11-01 02:34:25 -07:00
dependencies = [
"aho-corasick",
"bstr",
"fnv",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"regex",
]
[[package]]
name = "goauth"
version = "0.13.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8af59a261bcf42f45d1b261232847b9b850ba0a1419d6100698246fb66e9240"
2021-11-01 02:34:25 -07:00
dependencies = [
"arc-swap",
"futures 0.3.28",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"reqwest",
"serde",
"serde_derive",
"serde_json",
"simpl",
"smpl_jwt",
"time 0.3.20",
2021-11-01 02:34:25 -07:00
"tokio",
]
[[package]]
name = "goblin"
version = "0.5.4"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7666983ed0dd8d21a6f6576ee00053ca0926fb281a5522577a4dbd0f1b54143"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"plain",
"scroll",
]
[[package]]
name = "h2"
version = "0.3.18"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21"
2021-11-01 02:34:25 -07:00
dependencies = [
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
2021-11-01 02:34:25 -07:00
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
2022-08-24 04:56:50 -07:00
"tokio-util 0.7.2",
2021-11-01 02:34:25 -07:00
"tracing",
]
[[package]]
name = "half"
version = "1.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
[[package]]
name = "half"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0"
dependencies = [
"crunchy",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "hash32"
version = "0.2.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
2021-11-01 02:34:25 -07:00
dependencies = [
"byteorder",
]
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
dependencies = [
"ahash 0.7.6",
2021-11-01 02:34:25 -07:00
]
[[package]]
2022-08-24 04:56:50 -07:00
name = "hashbrown"
version = "0.12.3"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2021-11-01 02:34:25 -07:00
dependencies = [
"ahash 0.7.6",
]
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
"ahash 0.8.3",
2021-11-01 02:34:25 -07:00
]
[[package]]
2022-08-24 04:56:50 -07:00
name = "headers"
2022-11-16 06:57:50 -08:00
version = "0.3.8"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-11-16 06:57:50 -08:00
"base64 0.13.1",
2022-08-24 04:56:50 -07:00
"bitflags",
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
2022-08-24 04:56:50 -07:00
"headers-core",
"http",
"httpdate",
"mime 0.3.17",
"sha1 0.10.5",
2021-11-01 02:34:25 -07:00
]
[[package]]
2022-08-24 04:56:50 -07:00
name = "headers-core"
version = "0.2.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-08-24 04:56:50 -07:00
"http",
2021-11-01 02:34:25 -07:00
]
[[package]]
2022-08-24 04:56:50 -07:00
name = "heck"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
dependencies = [
"unicode-segmentation",
]
2021-11-01 02:34:25 -07:00
[[package]]
2022-08-24 04:56:50 -07:00
name = "heck"
2023-02-04 17:43:18 -08:00
version = "0.4.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2021-11-01 02:34:25 -07:00
[[package]]
2022-08-24 04:56:50 -07:00
name = "hermit-abi"
version = "0.1.19"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-08-24 04:56:50 -07:00
"libc",
2021-11-01 02:34:25 -07:00
]
2023-02-04 17:43:18 -08:00
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
[[package]]
name = "hermit-abi"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
2022-08-24 04:56:50 -07:00
[[package]]
name = "histogram"
version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12cb882ccb290b8646e554b157ab0b71e64e8d5bef775cd66b6531e52d302669"
2021-11-01 02:34:25 -07:00
[[package]]
name = "hmac"
2022-08-24 04:56:50 -07:00
version = "0.8.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-08-24 04:56:50 -07:00
"crypto-mac",
2021-11-01 02:34:25 -07:00
"digest 0.9.0",
]
[[package]]
name = "hmac"
2022-03-23 10:39:42 -07:00
version = "0.12.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 10:39:42 -07:00
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2021-11-01 02:34:25 -07:00
dependencies = [
"digest 0.10.6",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "hmac-drbg"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"
dependencies = [
"digest 0.9.0",
"generic-array 0.14.7",
2021-11-01 02:34:25 -07:00
"hmac 0.8.1",
]
[[package]]
name = "http"
version = "0.2.9"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
2021-11-01 02:34:25 -07:00
dependencies = [
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
2021-11-01 02:34:25 -07:00
"fnv",
2022-03-23 10:39:42 -07:00
"itoa",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "http-body"
2022-08-24 04:56:50 -07:00
version = "0.4.5"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
2021-11-01 02:34:25 -07:00
dependencies = [
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
2021-11-01 02:34:25 -07:00
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
2022-11-16 06:57:50 -08:00
version = "1.8.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2021-11-01 02:34:25 -07:00
[[package]]
name = "httpdate"
2022-01-04 01:38:49 -08:00
version = "1.0.2"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 01:38:49 -08:00
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2021-11-01 02:34:25 -07:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
version = "0.10.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273"
dependencies = [
"base64 0.9.3",
"httparse",
"language-tags",
"log 0.3.9",
"mime 0.2.6",
"num_cpus",
"time 0.1.45",
2021-11-01 02:34:25 -07:00
"traitobject",
"typeable",
"unicase 1.4.2",
"url 1.7.2",
]
[[package]]
name = "hyper"
version = "0.14.26"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
2021-11-01 02:34:25 -07:00
dependencies = [
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
2021-11-01 02:34:25 -07:00
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
2022-03-23 10:39:42 -07:00
"itoa",
2021-11-01 02:34:25 -07:00
"pin-project-lite",
"socket2",
2021-11-01 02:34:25 -07:00
"tokio",
"tower-service",
"tracing",
"want",
]
2022-08-24 04:56:50 -07:00
[[package]]
name = "hyper-proxy"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca815a891b24fdfb243fa3239c86154392b0953ee584aa1a2a1f66d20cbe75cc"
dependencies = [
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
"futures 0.3.28",
2022-08-24 04:56:50 -07:00
"headers",
"http",
"hyper 0.14.26",
2022-08-24 04:56:50 -07:00
"hyper-tls",
"native-tls",
"tokio",
"tokio-native-tls",
"tower-service",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "hyper-rustls"
version = "0.23.2"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-01-04 01:38:49 -08:00
"http",
"hyper 0.14.26",
"rustls",
2021-11-01 02:34:25 -07:00
"tokio",
"tokio-rustls",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "hyper-timeout"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
dependencies = [
"hyper 0.14.26",
2021-11-01 02:34:25 -07:00
"pin-project-lite",
"tokio",
"tokio-io-timeout",
]
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
"hyper 0.14.26",
2021-11-01 02:34:25 -07:00
"native-tls",
"tokio",
"tokio-native-tls",
]
2022-08-24 04:56:50 -07:00
[[package]]
name = "iana-time-zone"
version = "0.1.56"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
2022-08-24 04:56:50 -07:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
2022-11-16 06:57:50 -08:00
"iana-time-zone-haiku",
2022-08-24 04:56:50 -07:00
"js-sys",
"wasm-bindgen",
"windows",
2022-08-24 04:56:50 -07:00
]
2022-11-16 06:57:50 -08:00
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
dependencies = [
"cxx",
"cxx-build",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "idna"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "idna"
2022-11-16 06:57:50 -08:00
version = "0.3.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
2021-11-01 02:34:25 -07:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "ieee754"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9007da9cacbd3e6343da136e98b0d2df013f553d35bdec8b518f07bea768e19c"
2022-08-24 04:56:50 -07:00
[[package]]
name = "im"
version = "15.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0acd33ff0285af998aaf9b57342af478078f53492322fafc47450e09397e0e9"
dependencies = [
"bitmaps",
2022-11-16 06:57:50 -08:00
"rand_core 0.6.4",
2022-08-24 04:56:50 -07:00
"rand_xoshiro",
"rayon",
"serde",
"sized-chunks",
"typenum",
"version_check 0.9.4",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "index_list"
version = "0.2.7"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a9d968042a4902e08810946fc7cd5851eb75e80301342305af755ca06cb82ce"
2021-11-01 02:34:25 -07:00
[[package]]
name = "indexmap"
version = "1.9.3"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-03-23 10:39:42 -07:00
"autocfg 1.1.0",
2022-08-24 04:56:50 -07:00
"hashbrown 0.12.3",
2021-11-01 02:34:25 -07:00
"rayon",
]
[[package]]
name = "indicatif"
version = "0.16.2"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
2021-11-01 02:34:25 -07:00
dependencies = [
"console",
2021-11-01 02:34:25 -07:00
"lazy_static",
"number_prefix",
"regex",
]
2022-08-24 04:56:50 -07:00
[[package]]
name = "inout"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
dependencies = [
"generic-array 0.14.7",
2022-08-24 04:56:50 -07:00
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "io-lifetimes"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
dependencies = [
"hermit-abi 0.3.1",
"libc",
"windows-sys 0.48.0",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [
"libc",
]
[[package]]
name = "ipnet"
version = "2.7.2"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
2021-11-01 02:34:25 -07:00
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
"either",
]
[[package]]
name = "itertools"
2022-11-16 06:57:50 -08:00
version = "0.10.5"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
2021-11-01 02:34:25 -07:00
dependencies = [
"either",
]
2022-01-04 01:38:49 -08:00
[[package]]
name = "itoa"
version = "1.0.6"
2022-01-04 01:38:49 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
2022-01-04 01:38:49 -08:00
[[package]]
name = "jemalloc-sys"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45"
dependencies = [
"cc",
"fs_extra",
"libc",
]
[[package]]
name = "jemallocator"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69"
dependencies = [
"jemalloc-sys",
"libc",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "jobserver"
version = "0.1.26"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
2021-11-01 02:34:25 -07:00
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
2023-02-04 17:43:18 -08:00
version = "0.3.61"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
2021-11-01 02:34:25 -07:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "jsonrpc-client-transports"
version = "18.0.0"
source = "git+https://github.com/ckamm/jsonrpc.git?branch=ckamm/http-with-gzip-default-v18.0.0#48566963667af263622724e2ea3971847141269c"
2021-11-01 02:34:25 -07:00
dependencies = [
"derive_more",
"flate2 0.2.20",
"futures 0.3.28",
"hyper 0.14.26",
"hyper-tls",
"jsonrpc-core 18.0.0 (git+https://github.com/ckamm/jsonrpc.git?branch=ckamm/http-with-gzip-default-v18.0.0)",
"jsonrpc-pubsub 18.0.0 (git+https://github.com/ckamm/jsonrpc.git?branch=ckamm/http-with-gzip-default-v18.0.0)",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"serde",
"serde_json",
"tokio",
"url 1.7.2",
2021-11-01 02:34:25 -07:00
"websocket",
]
[[package]]
name = "jsonrpc-core"
version = "18.0.0"
2021-11-19 02:14:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
2021-11-01 02:34:25 -07:00
dependencies = [
"futures 0.3.28",
2021-11-01 02:34:25 -07:00
"futures-executor",
"futures-util",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"serde",
"serde_derive",
"serde_json",
]
[[package]]
name = "jsonrpc-core"
version = "18.0.0"
source = "git+https://github.com/ckamm/jsonrpc.git?branch=ckamm/http-with-gzip-default-v18.0.0#48566963667af263622724e2ea3971847141269c"
2021-11-01 02:34:25 -07:00
dependencies = [
"futures 0.3.28",
2021-11-01 02:34:25 -07:00
"futures-executor",
"futures-util",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"serde",
"serde_derive",
"serde_json",
]
[[package]]
name = "jsonrpc-core-client"
version = "18.0.0"
source = "git+https://github.com/ckamm/jsonrpc.git?branch=ckamm/http-with-gzip-default-v18.0.0#48566963667af263622724e2ea3971847141269c"
2021-11-01 02:34:25 -07:00
dependencies = [
"futures 0.3.28",
2021-11-01 02:34:25 -07:00
"jsonrpc-client-transports",
]
[[package]]
name = "jsonrpc-derive"
version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b939a78fa820cdfcb7ee7484466746a7377760970f6f9c6fe19f9edcc8a38d2"
dependencies = [
"proc-macro-crate 0.1.5",
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "jsonrpc-http-server"
version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"
dependencies = [
"futures 0.3.28",
"hyper 0.14.26",
2021-11-01 02:34:25 -07:00
"jsonrpc-core 18.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2022-08-24 04:56:50 -07:00
"jsonrpc-server-utils",
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"net2",
"parking_lot 0.11.2",
"unicase 2.6.0",
]
[[package]]
name = "jsonrpc-pubsub"
version = "18.0.0"
2021-11-19 02:14:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"
2021-11-01 02:34:25 -07:00
dependencies = [
"futures 0.3.28",
2021-11-19 02:14:34 -08:00
"jsonrpc-core 18.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2021-11-01 02:34:25 -07:00
"lazy_static",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"parking_lot 0.11.2",
"rand 0.7.3",
"serde",
]
[[package]]
name = "jsonrpc-pubsub"
version = "18.0.0"
source = "git+https://github.com/ckamm/jsonrpc.git?branch=ckamm/http-with-gzip-default-v18.0.0#48566963667af263622724e2ea3971847141269c"
2021-11-01 02:34:25 -07:00
dependencies = [
"futures 0.3.28",
"jsonrpc-core 18.0.0 (git+https://github.com/ckamm/jsonrpc.git?branch=ckamm/http-with-gzip-default-v18.0.0)",
2021-11-01 02:34:25 -07:00
"lazy_static",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"parking_lot 0.11.2",
"rand 0.7.3",
"serde",
]
[[package]]
name = "jsonrpc-server-utils"
version = "18.0.0"
2021-11-19 02:14:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
2021-11-01 02:34:25 -07:00
dependencies = [
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
"futures 0.3.28",
2021-11-01 02:34:25 -07:00
"globset",
2021-11-19 02:14:34 -08:00
"jsonrpc-core 18.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2021-11-01 02:34:25 -07:00
"lazy_static",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"tokio",
"tokio-stream",
2022-08-24 04:56:50 -07:00
"tokio-util 0.6.10",
2021-11-01 02:34:25 -07:00
"unicase 2.6.0",
]
2022-03-23 10:39:42 -07:00
[[package]]
name = "jsonrpsee"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0d0b8cc1959f8c05256ace093b2317482da9127f1d9227564f47e7e6bf9bda8"
dependencies = [
"jsonrpsee-core",
"jsonrpsee-http-server",
"jsonrpsee-types",
]
[[package]]
name = "jsonrpsee-core"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22abc3274b265dcefe2e26c4beecf9fda4fffa48cf94930443a6c73678f020d5"
dependencies = [
"anyhow",
"arrayvec",
"async-channel",
"async-trait",
"beef",
"futures-channel",
"futures-util",
"hyper 0.14.26",
2022-03-23 10:39:42 -07:00
"jsonrpsee-types",
2022-08-24 04:56:50 -07:00
"parking_lot 0.12.1",
2022-03-23 10:39:42 -07:00
"rand 0.8.5",
"rustc-hash",
"serde",
"serde_json",
"soketto",
"thiserror",
"tokio",
"tracing",
]
[[package]]
name = "jsonrpsee-http-server"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dd99cccd549e3c3bb9dc6a490d7e5cf507f4d2b0177abd16f9c63b3ee1c2d67"
dependencies = [
"futures-channel",
"futures-util",
"globset",
"hyper 0.14.26",
2022-03-23 10:39:42 -07:00
"jsonrpsee-core",
"jsonrpsee-types",
"lazy_static",
"serde_json",
"socket2",
"tokio",
"tracing",
"unicase 2.6.0",
]
[[package]]
name = "jsonrpsee-types"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f4c45d2e2aa1db4c7d7d7dbaabc10a5b5258d99cd9d42fbfd5260b76f80c324"
dependencies = [
"anyhow",
"beef",
"serde",
"serde_json",
"thiserror",
"tracing",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "keccak"
version = "0.1.3"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3afef3b6eff9ce9d8ff9b3601125eec7f0c8cbac7abd14f355d053fa56c98768"
dependencies = [
"cpufeatures",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
[[package]]
name = "language-tags"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
version = "0.2.141"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5"
2021-11-01 02:34:25 -07:00
[[package]]
name = "libloading"
2022-11-16 06:57:50 -08:00
version = "0.7.4"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
2021-11-01 02:34:25 -07:00
dependencies = [
"cfg-if 1.0.0",
"winapi 0.3.9",
]
[[package]]
name = "libm"
2022-11-16 06:57:50 -08:00
version = "0.2.6"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
2021-11-01 02:34:25 -07:00
[[package]]
name = "librocksdb-sys"
version = "0.8.3+7.4.4"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "557b255ff04123fcc176162f56ed0c9cd42d8f357cf55b3fabeb60f7413741b3"
2021-11-01 02:34:25 -07:00
dependencies = [
"bindgen",
2022-08-24 04:56:50 -07:00
"bzip2-sys",
2021-11-01 02:34:25 -07:00
"cc",
"glob",
"libc",
2022-08-24 04:56:50 -07:00
"libz-sys",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "libsecp256k1"
version = "0.6.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9d220bc1feda2ac231cb78c3d26f27676b8cf82c96971f7aeef3d0cf2797c73"
2021-11-01 02:34:25 -07:00
dependencies = [
"arrayref",
"base64 0.12.3",
"digest 0.9.0",
"hmac-drbg",
"libsecp256k1-core",
"libsecp256k1-gen-ecmult",
"libsecp256k1-gen-genmult",
"rand 0.7.3",
"serde",
2022-03-23 10:39:42 -07:00
"sha2 0.9.9",
2021-11-01 02:34:25 -07:00
"typenum",
]
[[package]]
name = "libsecp256k1-core"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0f6ab710cec28cef759c5f18671a27dae2a5f952cdaaee1d8e2908cb2478a80"
dependencies = [
"crunchy",
"digest 0.9.0",
"subtle",
]
[[package]]
name = "libsecp256k1-gen-ecmult"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccab96b584d38fac86a83f07e659f0deafd0253dc096dab5a36d53efe653c5c3"
dependencies = [
"libsecp256k1-core",
]
[[package]]
name = "libsecp256k1-gen-genmult"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67abfe149395e3aa1c48a2beb32b068e2334402df8181f818d3aee2b304c4f5d"
dependencies = [
"libsecp256k1-core",
]
2022-08-24 04:56:50 -07:00
[[package]]
name = "libz-sys"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
2022-11-16 06:57:50 -08:00
[[package]]
name = "link-cplusplus"
2023-02-04 17:43:18 -08:00
version = "1.0.8"
2022-11-16 06:57:50 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
2022-11-16 06:57:50 -08:00
dependencies = [
"cc",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "linked-hash-map"
2022-08-24 04:56:50 -07:00
version = "0.5.6"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2021-11-01 02:34:25 -07:00
[[package]]
name = "linux-raw-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b085a4f2cde5781fc4b1717f2e86c62f5cda49de7ba99a7c2eae02b61c9064c"
2021-11-01 02:34:25 -07:00
[[package]]
name = "lock_api"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
dependencies = [
"scopeguard",
]
[[package]]
name = "lock_api"
2022-11-16 06:57:50 -08:00
version = "0.4.9"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-08-24 04:56:50 -07:00
"autocfg 1.1.0",
2021-11-01 02:34:25 -07:00
"scopeguard",
]
[[package]]
name = "log"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
dependencies = [
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "log"
2022-08-24 04:56:50 -07:00
version = "0.4.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2021-11-01 02:34:25 -07:00
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "lru"
2022-08-24 04:56:50 -07:00
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999beba7b6e8345721bd280141ed958096a2e4abdf74f67ff4ce49b4b54e47a"
dependencies = [
"hashbrown 0.12.3",
]
[[package]]
name = "lz4"
2022-11-16 06:57:50 -08:00
version = "1.24.0"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"
2022-08-24 04:56:50 -07:00
dependencies = [
"libc",
"lz4-sys",
]
[[package]]
name = "lz4-sys"
2022-11-16 06:57:50 -08:00
version = "1.9.4"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-08-24 04:56:50 -07:00
"cc",
"libc",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "mango-feeds-connector"
version = "0.1.1"
dependencies = [
"anyhow",
"async-channel",
"async-trait",
"clap 4.4.2",
"futures 0.3.28",
2023-09-05 06:24:37 -07:00
"itertools 0.10.5",
"jsonrpc-core 18.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-core-client",
"log 0.4.17",
"rustls",
"serde",
"serde_derive",
"solana-account-decoder",
"solana-client",
2023-08-25 06:04:28 -07:00
"solana-logger",
"solana-rpc",
"solana-sdk",
"tokio",
"warp",
"yellowstone-grpc-proto",
]
[[package]]
name = "mango-feeds-connector"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bd44869f0fa0cfb336229e97eff192ddf734446bfeed1a7ae9b07c762532368"
dependencies = [
"anyhow",
"async-channel",
"async-trait",
"futures 0.3.28",
"jsonrpc-core 18.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-core-client",
"log 0.4.17",
"rustls",
"serde",
"serde_derive",
"solana-account-decoder",
"solana-client",
"solana-rpc",
"solana-sdk",
"tokio",
"warp",
"yellowstone-grpc-proto",
]
[[package]]
name = "mango-feeds-lib"
version = "0.1.0"
dependencies = [
"anchor-lang",
"anyhow",
"async-channel",
"async-trait",
"base64 0.21.0",
"bs58 0.4.0",
"bytemuck",
"bytes 1.4.0",
"chrono",
"fixed 1.23.1",
"futures 0.3.28",
"futures-core",
"itertools 0.10.5",
"jsonrpc-core 18.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-core-client",
"log 0.4.17",
"mango-feeds-connector 0.1.1",
"mango-v4",
"native-tls",
"postgres-native-tls",
"postgres-types",
"postgres_query",
"rand 0.7.3",
"serde",
"serde_derive",
"serde_json",
"serum_dex 0.5.10 (git+https://github.com/jup-ag/openbook-program?branch=feat/expose-things)",
"solana-account-decoder",
"solana-client",
"solana-rpc",
"solana-sdk",
"tokio",
"tokio-postgres",
"tokio-postgres-rustls",
"tonic-build 0.6.2",
]
2022-11-16 06:57:50 -08:00
[[package]]
name = "mango-v4"
version = "0.14.0"
source = "git+https://github.com/blockworks-foundation/mango-v4?branch=dev#497012042c125238329381711dce7c736334099d"
2021-11-04 01:57:55 -07:00
dependencies = [
"anchor-lang",
2022-11-16 06:57:50 -08:00
"anchor-spl",
2021-11-04 01:57:55 -07:00
"arrayref",
"bincode",
"borsh 0.9.3",
2021-11-04 01:57:55 -07:00
"bytemuck",
2023-02-04 17:43:18 -08:00
"default-env",
2022-11-16 06:57:50 -08:00
"derivative",
"fixed 1.11.0",
2021-11-04 01:57:55 -07:00
"num_enum",
2022-11-16 06:57:50 -08:00
"pyth-sdk-solana",
2021-11-04 01:57:55 -07:00
"serde",
"serum_dex 0.5.10 (git+https://github.com/openbook-dex/program)",
2022-11-16 06:57:50 -08:00
"solana-address-lookup-table-program",
2021-11-04 01:57:55 -07:00
"solana-program",
"solana-sdk",
2023-02-04 17:43:18 -08:00
"solana-security-txt",
2021-11-04 01:57:55 -07:00
"static_assertions",
"switchboard-program",
2022-11-16 06:57:50 -08:00
"switchboard-v2",
2022-03-23 01:07:00 -07:00
]
[[package]]
name = "mango-v4-client"
version = "0.3.0"
source = "git+https://github.com/blockworks-foundation/mango-v4?branch=dev#497012042c125238329381711dce7c736334099d"
dependencies = [
"anchor-client",
"anchor-lang",
"anchor-spl",
"anyhow",
"async-channel",
"async-once-cell",
"async-trait",
"base64 0.13.1",
"bincode",
"fixed 1.11.0",
"futures 0.3.28",
"itertools 0.10.5",
"jsonrpc-core 18.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-core-client",
"log 0.4.17",
"mango-feeds-connector 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"mango-v4",
"pyth-sdk-solana",
"reqwest",
"serde",
"serde_json",
"serum_dex 0.5.10 (git+https://github.com/openbook-dex/program)",
"shellexpand",
"solana-account-decoder",
"solana-address-lookup-table-program",
"solana-client",
"solana-rpc",
"solana-sdk",
"spl-associated-token-account",
"thiserror",
"tokio",
"tokio-stream",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "matches"
2023-02-04 17:43:18 -08:00
version = "0.1.10"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
2021-11-01 02:34:25 -07:00
2022-08-24 04:56:50 -07:00
[[package]]
name = "matchit"
version = "0.7.0"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b87248edafb776e59e6ee64a79086f65890d3510f2c656c000bf2a7e8a0aea40"
2022-08-24 04:56:50 -07:00
2021-11-01 02:34:25 -07:00
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
[[package]]
name = "md-5"
2022-11-16 06:57:50 -08:00
version = "0.10.5"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
2021-11-01 02:34:25 -07:00
dependencies = [
"digest 0.10.6",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "memchr"
2022-08-24 04:56:50 -07:00
version = "2.5.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2021-11-01 02:34:25 -07:00
[[package]]
name = "memmap2"
version = "0.5.10"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
2021-11-01 02:34:25 -07:00
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
2022-01-04 01:38:49 -08:00
version = "0.6.5"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 01:38:49 -08:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-03-23 10:39:42 -07:00
"autocfg 1.1.0",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "memoffset"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
dependencies = [
"autocfg 1.1.0",
]
2022-08-24 04:56:50 -07:00
[[package]]
name = "merlin"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d"
dependencies = [
"byteorder",
"keccak",
2022-11-16 06:57:50 -08:00
"rand_core 0.6.4",
2022-08-24 04:56:50 -07:00
"zeroize",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "mime"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
dependencies = [
"log 0.3.9",
]
[[package]]
name = "mime"
version = "0.3.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2021-11-01 02:34:25 -07:00
2022-10-05 15:50:21 -07:00
[[package]]
name = "mime_guess"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
dependencies = [
"mime 0.3.17",
2022-10-05 15:50:21 -07:00
"unicase 2.6.0",
]
2022-01-04 01:38:49 -08:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2021-11-01 02:34:25 -07:00
[[package]]
name = "miniz-sys"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9e3ae51cea1576ceba0dde3d484d30e6e5b86dee0b2d412fe3a16a15c98202"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "miniz_oxide"
version = "0.6.2"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
2021-11-01 02:34:25 -07:00
dependencies = [
"adler",
]
[[package]]
name = "mio"
version = "0.6.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
dependencies = [
"cfg-if 0.1.10",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"miow 0.2.2",
"net2",
"slab",
"winapi 0.2.8",
]
[[package]]
name = "mio"
version = "0.7.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
dependencies = [
"libc",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2022-03-23 10:39:42 -07:00
"miow 0.3.7",
"ntapi",
"winapi 0.3.9",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "mio-extras"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
dependencies = [
"lazycell",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"mio 0.6.23",
"slab",
]
[[package]]
name = "miow"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
]
[[package]]
name = "miow"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
dependencies = [
"winapi 0.3.9",
]
2022-08-24 04:56:50 -07:00
[[package]]
name = "modular-bitfield"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a53d79ba8304ac1c4f9eb3b9d281f21f7be9d4626f72ce7df4ad8fbde4f38a74"
dependencies = [
"modular-bitfield-impl",
"static_assertions",
]
[[package]]
name = "modular-bitfield-impl"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a7d5f7076603ebc68de2dc6a650ec331a062a13abaa346975be747bbfa4b789"
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2022-08-24 04:56:50 -07:00
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "multimap"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
2022-10-05 15:50:21 -07:00
[[package]]
name = "multiparty"
version = "0.1.0"
2022-10-05 15:50:21 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed1ec6589a6d4a1e0b33b4c0a3f6ee96dfba88ebdb3da51403fd7cf0a24a4b04"
2022-10-05 15:50:21 -07:00
dependencies = [
"bytes 1.4.0",
"futures-core",
2022-10-05 15:50:21 -07:00
"httparse",
"memchr",
"pin-project-lite",
"try-lock",
2022-10-05 15:50:21 -07:00
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "native-tls"
2022-11-16 06:57:50 -08:00
version = "0.2.11"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
2021-11-01 02:34:25 -07:00
dependencies = [
"lazy_static",
"libc",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "net2"
2022-11-16 06:57:50 -08:00
version = "0.2.38"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631"
2021-11-01 02:34:25 -07:00
dependencies = [
"cfg-if 0.1.10",
"libc",
"winapi 0.3.9",
]
[[package]]
name = "nix"
version = "0.24.3"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
2021-11-01 02:34:25 -07:00
dependencies = [
"bitflags",
"cfg-if 1.0.0",
"libc",
"memoffset 0.6.5",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "nom"
2023-02-04 17:43:18 -08:00
version = "7.1.3"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2021-11-01 02:34:25 -07:00
dependencies = [
"memchr",
2022-01-04 01:38:49 -08:00
"minimal-lexical",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "ntapi"
2022-03-23 10:39:42 -07:00
version = "0.3.7"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 10:39:42 -07:00
checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
2021-11-01 02:34:25 -07:00
dependencies = [
"winapi 0.3.9",
]
2022-08-24 04:56:50 -07:00
[[package]]
name = "num"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36"
dependencies = [
"num-bigint 0.2.6",
"num-complex",
"num-integer",
"num-iter",
"num-rational",
"num-traits",
]
[[package]]
name = "num-bigint"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
dependencies = [
"autocfg 1.1.0",
"num-integer",
"num-traits",
]
[[package]]
name = "num-bigint"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
dependencies = [
"autocfg 1.1.0",
"num-integer",
"num-traits",
]
[[package]]
name = "num-complex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
dependencies = [
"autocfg 1.1.0",
"num-traits",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "num-derive"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "num-integer"
2022-08-24 04:56:50 -07:00
version = "0.1.45"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-03-23 10:39:42 -07:00
"autocfg 1.1.0",
2021-11-01 02:34:25 -07:00
"num-traits",
]
2022-08-24 04:56:50 -07:00
[[package]]
name = "num-iter"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
dependencies = [
"autocfg 1.1.0",
"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 1.1.0",
"num-bigint 0.2.6",
"num-integer",
"num-traits",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "num-traits"
2022-08-24 04:56:50 -07:00
version = "0.2.15"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-03-23 10:39:42 -07:00
"autocfg 1.1.0",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "num_cpus"
2023-02-04 17:43:18 -08:00
version = "1.15.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2021-11-01 02:34:25 -07:00
dependencies = [
2023-02-04 17:43:18 -08:00
"hermit-abi 0.2.6",
2021-11-01 02:34:25 -07:00
"libc",
]
[[package]]
name = "num_enum"
version = "0.5.11"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
2021-11-01 02:34:25 -07:00
dependencies = [
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
version = "0.5.11"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
2021-11-01 02:34:25 -07:00
dependencies = [
"proc-macro-crate 1.3.1",
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "number_prefix"
version = "0.4.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2021-11-01 02:34:25 -07:00
[[package]]
2022-08-24 04:56:50 -07:00
name = "oid-registry"
version = "0.6.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bedf36ffb6ba96c2eb7144ef6270557b52e54b20c0a8e1eb2ff99a6c6959bff"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-08-24 04:56:50 -07:00
"asn1-rs",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "once_cell"
version = "1.17.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
2021-11-01 02:34:25 -07:00
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "openssl"
version = "0.10.50"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e30d8bc91859781f0a943411186324d580f2bbeb71b452fe91ae344806af3f1"
2021-11-01 02:34:25 -07:00
dependencies = [
"bitflags",
"cfg-if 1.0.0",
"foreign-types",
"libc",
"once_cell",
2022-08-24 04:56:50 -07:00
"openssl-macros",
2021-11-01 02:34:25 -07:00
"openssl-sys",
]
2022-08-24 04:56:50 -07:00
[[package]]
name = "openssl-macros"
version = "0.1.1"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2022-08-24 04:56:50 -07:00
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 2.0.15",
2022-08-24 04:56:50 -07:00
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "openssl-probe"
2022-03-23 10:39:42 -07:00
version = "0.1.5"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 10:39:42 -07:00
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2021-11-01 02:34:25 -07:00
2022-01-12 03:00:06 -08:00
[[package]]
name = "openssl-src"
version = "111.25.2+1.1.1t"
2022-01-12 03:00:06 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "320708a054ad9b3bf314688b5db87cf4d6683d64cfc835e2337924ae62bf4431"
2022-01-12 03:00:06 -08:00
dependencies = [
"cc",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "openssl-sys"
version = "0.9.85"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d3d193fb1488ad46ffe3aaabc912cc931d02ee8518fe2959aea8ef52718b0c0"
2021-11-01 02:34:25 -07:00
dependencies = [
"cc",
"libc",
2022-01-12 03:00:06 -08:00
"openssl-src",
2021-11-01 02:34:25 -07:00
"pkg-config",
"vcpkg",
]
[[package]]
name = "os_str_bytes"
version = "6.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
2021-11-01 02:34:25 -07:00
[[package]]
name = "ouroboros"
version = "0.15.6"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1358bd1558bd2a083fed428ffeda486fbfb323e698cdda7794259d592ca72db"
2021-11-01 02:34:25 -07:00
dependencies = [
"aliasable",
"ouroboros_macro",
]
[[package]]
name = "ouroboros_macro"
version = "0.15.6"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f7d21ccd03305a674437ee1248f3ab5d4b1db095cf1caf49f1713ddf61956b7"
2021-11-01 02:34:25 -07:00
dependencies = [
"Inflector",
"proc-macro-error",
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "parking_lot"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
dependencies = [
"lock_api 0.3.4",
"parking_lot_core 0.6.3",
2021-11-01 02:34:25 -07:00
"rustc_version 0.2.3",
]
[[package]]
name = "parking_lot"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
2022-11-16 06:57:50 -08:00
"lock_api 0.4.9",
"parking_lot_core 0.8.6",
2021-11-01 02:34:25 -07:00
]
2022-03-23 10:39:42 -07:00
[[package]]
name = "parking_lot"
2022-08-24 04:56:50 -07:00
version = "0.12.1"
2022-03-23 10:39:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2022-03-23 10:39:42 -07:00
dependencies = [
2022-11-16 06:57:50 -08:00
"lock_api 0.4.9",
2023-02-04 17:43:18 -08:00
"parking_lot_core 0.9.7",
2022-03-23 10:39:42 -07:00
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "parking_lot_core"
version = "0.6.3"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bda66b810a62be75176a80873726630147a5ca780cd33921e0b5709033e66b0a"
2021-11-01 02:34:25 -07:00
dependencies = [
"cfg-if 0.1.10",
"cloudabi",
"libc",
"redox_syscall 0.1.57",
"rustc_version 0.2.3",
"smallvec 0.6.14",
"winapi 0.3.9",
]
[[package]]
name = "parking_lot_core"
version = "0.8.6"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
2021-11-01 02:34:25 -07:00
dependencies = [
"cfg-if 1.0.0",
"instant",
"libc",
2022-08-24 04:56:50 -07:00
"redox_syscall 0.2.16",
2022-11-16 06:57:50 -08:00
"smallvec 1.10.0",
2021-11-01 02:34:25 -07:00
"winapi 0.3.9",
]
2022-03-23 10:39:42 -07:00
[[package]]
name = "parking_lot_core"
2023-02-04 17:43:18 -08:00
version = "0.9.7"
2022-03-23 10:39:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
2022-03-23 10:39:42 -07:00
dependencies = [
"cfg-if 1.0.0",
"libc",
2022-08-24 04:56:50 -07:00
"redox_syscall 0.2.16",
2022-11-16 06:57:50 -08:00
"smallvec 1.10.0",
2023-02-04 17:43:18 -08:00
"windows-sys 0.45.0",
2022-03-23 10:39:42 -07:00
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "pbkdf2"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"
dependencies = [
2022-08-24 04:56:50 -07:00
"crypto-mac",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "pbkdf2"
version = "0.11.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
2021-11-01 02:34:25 -07:00
dependencies = [
"digest 0.10.6",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[package]]
name = "pem"
2023-02-04 17:43:18 -08:00
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
dependencies = [
2022-11-16 06:57:50 -08:00
"base64 0.13.1",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "percent-encoding"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
[[package]]
name = "percent-encoding"
2022-11-16 06:57:50 -08:00
version = "2.2.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2021-11-01 02:34:25 -07:00
2022-08-24 04:56:50 -07:00
[[package]]
name = "percentage"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fd23b938276f14057220b707937bcb42fa76dda7560e57a2da30cb52d557937"
dependencies = [
"num",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "petgraph"
version = "0.6.3"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
2021-11-01 02:34:25 -07:00
dependencies = [
"fixedbitset",
2021-11-01 02:34:25 -07:00
"indexmap",
]
[[package]]
name = "phf"
version = "0.11.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
2021-11-01 02:34:25 -07:00
dependencies = [
"phf_shared",
]
[[package]]
name = "phf_shared"
version = "0.11.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
2021-11-01 02:34:25 -07:00
dependencies = [
"siphasher",
]
[[package]]
name = "pin-project"
2022-08-24 04:56:50 -07:00
version = "1.0.12"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
2021-11-01 02:34:25 -07:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2022-08-24 04:56:50 -07:00
version = "1.0.12"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
2021-11-01 02:34:25 -07:00
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "pin-project-lite"
2022-08-24 04:56:50 -07:00
version = "0.2.9"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2021-11-01 02:34:25 -07:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkcs8"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"
dependencies = [
"der",
"spki",
"zeroize",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "pkg-config"
2022-11-16 06:57:50 -08:00
version = "0.3.26"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
2021-11-01 02:34:25 -07:00
[[package]]
name = "plain"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
2022-08-24 04:56:50 -07:00
[[package]]
name = "polyval"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
"opaque-debug 0.3.0",
"universal-hash",
]
2021-11-04 01:57:55 -07:00
[[package]]
name = "postgres-derive"
version = "0.4.4"
2021-11-04 01:57:55 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "070ffaa78859c779b19f9358ce035480479cf2619e968593ffbe72abcb6e0fcf"
2021-11-04 01:57:55 -07:00
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 2.0.15",
2021-11-04 01:57:55 -07:00
]
[[package]]
name = "postgres-native-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d442770e2b1e244bb5eb03b31c79b65bb2568f413b899eaba850fa945a65954"
dependencies = [
"futures 0.3.28",
"native-tls",
"tokio",
"tokio-native-tls",
"tokio-postgres",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "postgres-protocol"
version = "0.6.5"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78b7fa9f396f51dffd61546fd8573ee20592287996568e6175ceb0f8699ad75d"
2021-11-01 02:34:25 -07:00
dependencies = [
"base64 0.21.0",
2021-11-01 02:34:25 -07:00
"byteorder",
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
2021-11-01 02:34:25 -07:00
"fallible-iterator",
2022-03-23 10:39:42 -07:00
"hmac 0.12.1",
2021-11-01 02:34:25 -07:00
"md-5",
"memchr",
2022-03-23 10:39:42 -07:00
"rand 0.8.5",
2022-11-16 06:57:50 -08:00
"sha2 0.10.6",
2021-11-01 02:34:25 -07:00
"stringprep",
]
[[package]]
name = "postgres-types"
version = "0.2.5"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f028f05971fe20f512bcc679e2c10227e57809a3af86a7606304435bc8896cd6"
2021-11-01 02:34:25 -07:00
dependencies = [
2021-11-04 01:57:55 -07:00
"array-init",
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
2023-02-03 03:45:29 -08:00
"chrono",
2021-11-01 02:34:25 -07:00
"fallible-iterator",
2021-11-04 01:57:55 -07:00
"postgres-derive",
2021-11-01 02:34:25 -07:00
"postgres-protocol",
]
[[package]]
name = "postgres_query"
version = "0.3.3"
source = "git+https://github.com/nolanderc/rust-postgres-query?rev=b4422051c8a31fbba4a35f88004c1cefb1878dd5#b4422051c8a31fbba4a35f88004c1cefb1878dd5"
dependencies = [
"async-trait",
"futures 0.3.28",
2021-11-01 02:34:25 -07:00
"postgres-types",
"postgres_query_macro",
"proc-macro-hack",
"serde",
"thiserror",
"tokio-postgres",
]
[[package]]
name = "postgres_query_macro"
version = "0.3.3"
source = "git+https://github.com/nolanderc/rust-postgres-query?rev=b4422051c8a31fbba4a35f88004c1cefb1878dd5#b4422051c8a31fbba4a35f88004c1cefb1878dd5"
dependencies = [
"proc-macro-hack",
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "ppv-lite86"
2022-11-16 06:57:50 -08:00
version = "0.2.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2021-11-01 02:34:25 -07:00
2022-08-24 04:56:50 -07:00
[[package]]
name = "prettyplease"
version = "0.1.25"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
2022-08-24 04:56:50 -07:00
dependencies = [
"proc-macro2 1.0.56",
"syn 1.0.109",
2022-08-24 04:56:50 -07:00
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
2023-02-04 17:43:18 -08:00
"toml 0.5.11",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "proc-macro-crate"
version = "1.3.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-08-24 04:56:50 -07:00
"once_cell",
"toml_edit",
2021-11-01 02:34:25 -07:00
]
[[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",
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2022-01-04 01:38:49 -08:00
"version_check 0.9.4",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
2022-01-04 01:38:49 -08:00
"version_check 0.9.4",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "proc-macro-hack"
2023-02-04 17:43:18 -08:00
version = "0.5.20+deprecated"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
2021-11-01 02:34:25 -07:00
[[package]]
name = "proc-macro2"
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
dependencies = [
"unicode-xid 0.1.0",
]
[[package]]
name = "proc-macro2"
version = "1.0.56"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-08-24 04:56:50 -07:00
"unicode-ident",
2021-11-01 02:34:25 -07:00
]
2021-11-04 01:57:55 -07:00
[[package]]
name = "proc-macro2-diagnostics"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bf29726d67464d49fa6224a1d07936a8c08bb3fba727c7493f6cf1616fdaada"
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2022-01-04 01:38:49 -08:00
"version_check 0.9.4",
2021-11-04 01:57:55 -07:00
"yansi",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "prost"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
dependencies = [
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
2022-08-24 04:56:50 -07:00
"prost-derive 0.9.0",
]
[[package]]
name = "prost"
version = "0.11.9"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
2022-08-24 04:56:50 -07:00
dependencies = [
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
"prost-derive 0.11.9",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "prost-build"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
dependencies = [
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
2022-08-24 04:56:50 -07:00
"heck 0.3.3",
2022-11-16 06:57:50 -08:00
"itertools 0.10.5",
2022-08-24 04:56:50 -07:00
"lazy_static",
"log 0.4.17",
"multimap",
"petgraph",
"prost 0.9.0",
"prost-types 0.9.0",
"regex",
"tempfile",
"which",
]
[[package]]
name = "prost-build"
version = "0.11.9"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"
2022-08-24 04:56:50 -07:00
dependencies = [
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
"heck 0.4.1",
2022-11-16 06:57:50 -08:00
"itertools 0.10.5",
2021-11-01 02:34:25 -07:00
"lazy_static",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"multimap",
"petgraph",
"prettyplease",
"prost 0.11.9",
"prost-types 0.11.9",
2021-11-01 02:34:25 -07:00
"regex",
"syn 1.0.109",
2021-11-01 02:34:25 -07:00
"tempfile",
"which",
]
[[package]]
name = "prost-derive"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
dependencies = [
"anyhow",
2022-11-16 06:57:50 -08:00
"itertools 0.10.5",
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2022-08-24 04:56:50 -07:00
]
[[package]]
name = "prost-derive"
version = "0.11.9"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
2022-08-24 04:56:50 -07:00
dependencies = [
"anyhow",
2022-11-16 06:57:50 -08:00
"itertools 0.10.5",
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "prost-types"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
dependencies = [
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
2022-08-24 04:56:50 -07:00
"prost 0.9.0",
]
[[package]]
name = "prost-types"
version = "0.11.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"
dependencies = [
"prost 0.11.9",
]
[[package]]
name = "protobuf-src"
version = "1.1.0+21.5"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7ac8852baeb3cc6fb83b93646fb93c0ffe5d14bf138c945ceb4b9948ee0e3c1"
2022-08-24 04:56:50 -07:00
dependencies = [
"autotools",
]
[[package]]
name = "ptr_meta"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
dependencies = [
"ptr_meta_derive",
]
[[package]]
name = "ptr_meta_derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2022-08-24 04:56:50 -07:00
]
[[package]]
2022-11-16 06:57:50 -08:00
name = "pyth-sdk"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "446ff07d7ef3bd98214f9b4fe6a611a69e36b5aad74b18cdbad5150193c1f204"
dependencies = [
"borsh 0.9.3",
"borsh-derive 0.9.3",
2022-11-16 06:57:50 -08:00
"schemars",
"serde",
]
[[package]]
name = "pyth-sdk-solana"
version = "0.1.0"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "27a648739aa69cab94edd900a0d7ca37d8a789e9c88741b23deec11fab418d16"
2022-08-24 04:56:50 -07:00
dependencies = [
"borsh 0.9.3",
"borsh-derive 0.9.3",
2022-08-24 04:56:50 -07:00
"bytemuck",
"num-derive",
"num-traits",
2022-11-16 06:57:50 -08:00
"pyth-sdk",
2022-08-24 04:56:50 -07:00
"serde",
"solana-program",
"thiserror",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "qstring"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d464fae65fff2680baf48019211ce37aaec0c78e9264c84a3e484717f965104e"
dependencies = [
2022-11-16 06:57:50 -08:00
"percent-encoding 2.2.0",
2021-11-01 02:34:25 -07:00
]
2021-11-04 01:57:55 -07:00
[[package]]
name = "quick-protobuf"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ca6639207ac869e31cca06b8adbc7676278f22b321e51115766009b4f192dbb"
dependencies = [
"byteorder",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "quinn"
2022-08-24 04:56:50 -07:00
version = "0.8.5"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "5b435e71d9bfa0d8889927231970c51fb89c58fa63bffcab117c9c7a41e5ef8f"
2021-11-01 02:34:25 -07:00
dependencies = [
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
"futures-channel",
"futures-util",
"fxhash",
"quinn-proto",
"quinn-udp",
"rustls",
"thiserror",
"tokio",
"tracing",
"webpki",
]
[[package]]
name = "quinn-proto"
2022-08-24 04:56:50 -07:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "3fce546b9688f767a57530652488420d419a8b1f44a478b451c3d1ab6d992a55"
dependencies = [
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
"fxhash",
2022-03-23 10:39:42 -07:00
"rand 0.8.5",
"ring",
"rustls",
"rustls-native-certs",
2022-03-23 10:39:42 -07:00
"rustls-pemfile 0.2.1",
"slab",
"thiserror",
"tinyvec",
"tracing",
"webpki",
]
[[package]]
name = "quinn-udp"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b07946277141531aea269befd949ed16b2c85a780ba1043244eda0969e538e54"
dependencies = [
"futures-util",
"libc",
"quinn-proto",
"socket2",
"tokio",
"tracing",
]
[[package]]
name = "quote"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
dependencies = [
"proc-macro2 0.4.30",
]
[[package]]
name = "quote"
version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
2021-11-01 02:34:25 -07:00
dependencies = [
"proc-macro2 1.0.56",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "rand"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
dependencies = [
2022-03-23 10:39:42 -07:00
"autocfg 0.1.8",
2021-11-01 02:34:25 -07:00
"libc",
"rand_chacha 0.1.1",
"rand_core 0.4.2",
"rand_hc 0.1.0",
"rand_isaac",
"rand_jitter",
"rand_os",
"rand_pcg",
2021-11-01 02:34:25 -07:00
"rand_xorshift",
"winapi 0.3.9",
]
[[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 0.2.0",
]
[[package]]
name = "rand"
2022-03-23 10:39:42 -07:00
version = "0.8.5"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 10:39:42 -07:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2021-11-01 02:34:25 -07:00
dependencies = [
"libc",
"rand_chacha 0.3.1",
2022-11-16 06:57:50 -08:00
"rand_core 0.6.4",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "rand_chacha"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
dependencies = [
2022-03-23 10:39:42 -07:00
"autocfg 0.1.8",
2021-11-01 02:34:25 -07:00
"rand_core 0.3.1",
]
[[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",
2022-11-16 06:57:50 -08:00
"rand_core 0.6.4",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "rand_core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
dependencies = [
"rand_core 0.4.2",
]
[[package]]
name = "rand_core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
[[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"
2022-11-16 06:57:50 -08:00
version = "0.6.4"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2021-11-01 02:34:25 -07:00
dependencies = [
"getrandom 0.2.9",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
dependencies = [
"rand_core 0.3.1",
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core 0.5.1",
]
[[package]]
name = "rand_isaac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
dependencies = [
"rand_core 0.3.1",
]
[[package]]
name = "rand_jitter"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
dependencies = [
"libc",
"rand_core 0.4.2",
"winapi 0.3.9",
]
[[package]]
name = "rand_os"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
dependencies = [
"cloudabi",
"fuchsia-cprng",
"libc",
"rand_core 0.4.2",
"rdrand",
"winapi 0.3.9",
]
[[package]]
name = "rand_pcg"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
dependencies = [
2022-03-23 10:39:42 -07:00
"autocfg 0.1.8",
2021-11-01 02:34:25 -07:00
"rand_core 0.4.2",
]
[[package]]
name = "rand_xorshift"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
dependencies = [
"rand_core 0.3.1",
]
2022-08-24 04:56:50 -07:00
[[package]]
name = "rand_xoshiro"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
dependencies = [
2022-11-16 06:57:50 -08:00
"rand_core 0.6.4",
2022-08-24 04:56:50 -07:00
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "rayon"
version = "1.7.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
2021-11-01 02:34:25 -07:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.11.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
2021-11-01 02:34:25 -07:00
dependencies = [
"crossbeam-channel",
2021-11-01 02:34:25 -07:00
"crossbeam-deque",
"crossbeam-utils 0.8.15",
2021-11-01 02:34:25 -07:00
"num_cpus",
]
[[package]]
name = "rcgen"
2022-08-24 04:56:50 -07:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "6413f3de1edee53342e6138e75b56d32e7bc6e332b3bd62d497b1929d4cfbcdd"
dependencies = [
"pem",
"ring",
"time 0.3.20",
"yasna",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
dependencies = [
"rand_core 0.3.1",
]
[[package]]
name = "redox_syscall"
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
[[package]]
name = "redox_syscall"
2022-08-24 04:56:50 -07:00
version = "0.2.16"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2021-11-01 02:34:25 -07:00
dependencies = [
"bitflags",
]
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "redox_users"
2022-08-24 04:56:50 -07:00
version = "0.4.3"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
2021-11-01 02:34:25 -07:00
dependencies = [
"getrandom 0.2.9",
2022-08-24 04:56:50 -07:00
"redox_syscall 0.2.16",
2022-03-23 10:39:42 -07:00
"thiserror",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "reed-solomon-erasure"
version = "6.0.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7263373d500d4d4f505d43a2a662d475a894aa94503a1ee28e9188b5f3960d4f"
2021-11-01 02:34:25 -07:00
dependencies = [
"cc",
"libc",
"libm",
"lru",
"parking_lot 0.11.2",
2022-11-16 06:57:50 -08:00
"smallvec 1.10.0",
"spin 0.9.8",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "regex"
version = "1.7.3"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"
2021-11-01 02:34:25 -07:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.6.29"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2021-11-01 02:34:25 -07:00
[[package]]
name = "rend"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
dependencies = [
"bytecheck",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "reqwest"
version = "0.11.16"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-08-24 04:56:50 -07:00
"async-compression",
2023-02-04 17:43:18 -08:00
"base64 0.21.0",
"bytes 1.4.0",
2021-11-01 02:34:25 -07:00
"encoding_rs",
"futures-core",
"futures-util",
2022-03-23 10:39:42 -07:00
"h2",
2021-11-01 02:34:25 -07:00
"http",
"http-body",
"hyper 0.14.26",
2021-11-01 02:34:25 -07:00
"hyper-rustls",
"hyper-tls",
"ipnet",
"js-sys",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
"mime 0.3.17",
2021-11-01 02:34:25 -07:00
"native-tls",
2022-11-16 06:57:50 -08:00
"once_cell",
"percent-encoding 2.2.0",
2021-11-01 02:34:25 -07:00
"pin-project-lite",
"rustls",
2023-02-03 03:45:29 -08:00
"rustls-pemfile 1.0.2",
2021-11-01 02:34:25 -07:00
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-native-tls",
"tokio-rustls",
2022-08-24 04:56:50 -07:00
"tokio-util 0.7.2",
"tower-service",
2022-11-16 06:57:50 -08:00
"url 2.3.1",
2021-11-01 02:34:25 -07:00
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots",
"winreg",
]
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin 0.5.2",
2021-11-01 02:34:25 -07:00
"untrusted",
"web-sys",
"winapi 0.3.9",
]
[[package]]
name = "rkyv"
version = "0.7.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21499ed91807f07ae081880aabb2ccc0235e9d88011867d984525e9a4c3cfa3e"
dependencies = [
"bytecheck",
"hashbrown 0.12.3",
"ptr_meta",
"rend",
"rkyv_derive",
"seahash",
]
[[package]]
name = "rkyv_derive"
version = "0.7.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac1c672430eb41556291981f45ca900a0239ad007242d1cb4b4167af842db666"
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "rocksdb"
version = "0.19.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e9562ea1d70c0cc63a34a22d977753b50cca91cc6b6527750463bd5dd8697bc"
2021-11-01 02:34:25 -07:00
dependencies = [
"libc",
"librocksdb-sys",
]
[[package]]
name = "rpassword"
2022-08-24 04:56:50 -07:00
version = "6.0.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "2bf099a1888612545b683d2661a1940089f6c2e5a8e38979b2159da876bfd956"
2021-11-01 02:34:25 -07:00
dependencies = [
"libc",
2022-08-24 04:56:50 -07:00
"serde",
"serde_json",
2021-11-01 02:34:25 -07:00
"winapi 0.3.9",
]
2021-11-04 01:57:55 -07:00
[[package]]
name = "rust_decimal"
version = "1.29.1"
2021-11-04 01:57:55 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26bd36b60561ee1fb5ec2817f198b6fd09fa571c897a5e86d1487cfc2b096dfc"
2021-11-04 01:57:55 -07:00
dependencies = [
"arrayvec",
"borsh 0.10.3",
"bytecheck",
"byteorder",
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
2021-11-04 01:57:55 -07:00
"num-traits",
"rand 0.8.5",
"rkyv",
2021-11-04 01:57:55 -07:00
"serde",
"serde_json",
2021-11-04 01:57:55 -07:00
]
[[package]]
name = "rust_decimal_macros"
version = "1.29.1"
2021-11-04 01:57:55 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e773fd3da1ed42472fdf3cfdb4972948a555bc3d73f5e0bdb99d17e7b54c687"
2021-11-04 01:57:55 -07:00
dependencies = [
"quote 1.0.26",
2021-11-04 01:57:55 -07:00
"rust_decimal",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "rustc-demangle"
version = "0.1.23"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2021-11-01 02:34:25 -07:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
"semver 0.9.0",
]
2022-01-04 01:38:49 -08:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver 1.0.17",
2022-08-24 04:56:50 -07:00
]
[[package]]
name = "rusticata-macros"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
dependencies = [
"nom",
2022-01-04 01:38:49 -08:00
]
[[package]]
name = "rustix"
version = "0.37.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f79bef90eb6d984c72722595b5b1348ab39275a5e5123faca6863bf07d75a4e0"
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys 0.48.0",
]
2022-01-04 01:38:49 -08:00
[[package]]
name = "rustls"
2023-02-03 03:45:29 -08:00
version = "0.20.8"
2022-01-04 01:38:49 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-03 03:45:29 -08:00
checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
2022-01-04 01:38:49 -08:00
dependencies = [
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2022-01-04 01:38:49 -08:00
"ring",
"sct",
"webpki",
2022-01-04 01:38:49 -08:00
]
[[package]]
name = "rustls-native-certs"
2022-08-24 04:56:50 -07:00
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50"
dependencies = [
"openssl-probe",
2023-02-03 03:45:29 -08:00
"rustls-pemfile 1.0.2",
"schannel",
"security-framework",
]
2022-01-04 01:38:49 -08:00
[[package]]
name = "rustls-pemfile"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"
dependencies = [
2022-11-16 06:57:50 -08:00
"base64 0.13.1",
2021-11-01 02:34:25 -07:00
]
2022-03-23 10:39:42 -07:00
[[package]]
name = "rustls-pemfile"
2023-02-03 03:45:29 -08:00
version = "1.0.2"
2022-03-23 10:39:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-03 03:45:29 -08:00
checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
2022-03-23 10:39:42 -07:00
dependencies = [
2023-02-03 03:45:29 -08:00
"base64 0.21.0",
2022-03-23 10:39:42 -07:00
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "rustversion"
version = "1.0.12"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
2021-11-01 02:34:25 -07:00
[[package]]
name = "ryu"
version = "1.0.13"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
2021-11-01 02:34:25 -07:00
2021-11-04 01:57:55 -07:00
[[package]]
name = "safe-transmute"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98a01dab6acf992653be49205bdd549f32f17cb2803e8eacf1560bf97259aae8"
2021-11-01 02:34:25 -07:00
[[package]]
name = "safemem"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "schannel"
2023-02-04 17:43:18 -08:00
version = "0.1.21"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
2021-11-01 02:34:25 -07:00
dependencies = [
2023-02-04 17:43:18 -08:00
"windows-sys 0.42.0",
2022-11-16 06:57:50 -08:00
]
[[package]]
name = "schemars"
version = "0.8.12"
2022-11-16 06:57:50 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02c613288622e5f0c3fdc5dbd4db1c5fbe752746b1d1a56a0630b78fd00de44f"
2022-11-16 06:57:50 -08:00
dependencies = [
"dyn-clone",
"schemars_derive",
"serde",
"serde_json",
]
[[package]]
name = "schemars_derive"
version = "0.8.12"
2022-11-16 06:57:50 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "109da1e6b197438deb6db99952990c7f959572794b80ff93707d55a232545e7c"
2022-11-16 06:57:50 -08:00
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
2022-11-16 06:57:50 -08:00
"serde_derive_internals",
"syn 1.0.109",
2021-11-01 02:34:25 -07:00
]
2022-10-05 15:50:21 -07:00
[[package]]
name = "scoped-tls"
2022-11-16 06:57:50 -08:00
version = "1.0.1"
2022-10-05 15:50:21 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2022-10-05 15:50:21 -07:00
2021-11-01 02:34:25 -07:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2022-11-16 06:57:50 -08:00
[[package]]
name = "scratch"
version = "1.0.5"
2022-11-16 06:57:50 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
2022-11-16 06:57:50 -08:00
2021-11-01 02:34:25 -07:00
[[package]]
name = "scroll"
version = "0.11.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da"
2021-11-01 02:34:25 -07:00
dependencies = [
"scroll_derive",
]
[[package]]
name = "scroll_derive"
version = "0.11.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdbda6ac5cd1321e724fa9cee216f3a61885889b896f073b8f82322789c5250e"
2021-11-01 02:34:25 -07:00
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2021-11-01 02:34:25 -07:00
]
2022-01-04 01:38:49 -08:00
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "seahash"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
2021-11-01 02:34:25 -07:00
[[package]]
name = "security-framework"
2023-02-04 17:43:18 -08:00
version = "2.8.2"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
2021-11-01 02:34:25 -07:00
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2023-02-04 17:43:18 -08:00
version = "2.8.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
2021-11-01 02:34:25 -07:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
"semver-parser",
2021-11-01 02:34:25 -07:00
]
2022-01-04 01:38:49 -08:00
[[package]]
name = "semver"
version = "1.0.17"
2022-01-04 01:38:49 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
2022-01-04 01:38:49 -08:00
2021-11-01 02:34:25 -07:00
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
[[package]]
name = "serde"
version = "1.0.160"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c"
2021-11-01 02:34:25 -07:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_bytes"
version = "0.11.9"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "416bda436f9aab92e02c8e10d49a15ddd339cea90b6e340fe51ed97abb548294"
2021-11-01 02:34:25 -07:00
dependencies = [
"serde",
]
[[package]]
name = "serde_derive"
version = "1.0.160"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df"
2021-11-01 02:34:25 -07:00
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 2.0.15",
2022-11-16 06:57:50 -08:00
]
[[package]]
name = "serde_derive_internals"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "serde_json"
version = "1.0.96"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-03-23 10:39:42 -07:00
"itoa",
2021-11-01 02:34:25 -07:00
"ryu",
"serde",
]
2023-02-04 17:43:18 -08:00
[[package]]
name = "serde_spanned"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
dependencies = [
"serde",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "serde_urlencoded"
2022-03-23 10:39:42 -07:00
version = "0.7.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 10:39:42 -07:00
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2021-11-01 02:34:25 -07:00
dependencies = [
"form_urlencoded",
2022-03-23 10:39:42 -07:00
"itoa",
2021-11-01 02:34:25 -07:00
"ryu",
"serde",
]
[[package]]
name = "serde_yaml"
2022-08-24 04:56:50 -07:00
version = "0.8.26"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
2021-11-01 02:34:25 -07:00
dependencies = [
"indexmap",
2022-01-04 01:38:49 -08:00
"ryu",
2021-11-01 02:34:25 -07:00
"serde",
"yaml-rust",
]
[[package]]
name = "serum_dex"
version = "0.5.10"
source = "git+https://github.com/jup-ag/openbook-program?branch=feat/expose-things#d287391bd7ed8111078fd1afb8f7b6d55cdd1d1f"
dependencies = [
"anchor-lang",
"arrayref",
"bincode",
"bytemuck",
"byteorder",
"enumflags2",
"field-offset",
"itertools 0.9.0",
"num-traits",
"num_enum",
"safe-transmute",
"serde",
"solana-program",
"spl-token",
"static_assertions",
"thiserror",
"without-alloc",
]
2023-02-02 23:15:58 -08:00
[[package]]
name = "serum_dex"
version = "0.5.10"
source = "git+https://github.com/openbook-dex/program#c85e56deeaead43abbc33b7301058838b9c5136d"
dependencies = [
"anchor-lang",
"arrayref",
"bincode",
"bytemuck",
"byteorder",
"default-env",
"enumflags2",
"field-offset",
"itertools 0.10.5",
"num-traits",
"num_enum",
"safe-transmute",
"serde",
"solana-program",
"solana-security-txt",
"spl-token",
"static_assertions",
"thiserror",
"without-alloc",
]
[[package]]
name = "service-mango-crank"
version = "0.1.0"
dependencies = [
"anchor-client",
"anchor-lang",
"anyhow",
"async-channel",
"async-trait",
"bs58 0.4.0",
2023-02-02 23:15:58 -08:00
"bytemuck",
"futures-channel",
"futures-util",
"log 0.4.17",
"mango-feeds-lib",
2023-02-02 23:15:58 -08:00
"mango-v4",
"mango-v4-client",
2023-02-02 23:15:58 -08:00
"serde",
"serde_derive",
"serde_json",
"serum_dex 0.5.10 (git+https://github.com/openbook-dex/program)",
"solana-client",
2023-02-02 23:15:58 -08:00
"solana-logger",
"solana-sdk",
"tokio",
"tokio-tungstenite 0.17.2",
"toml 0.7.3",
2023-02-02 23:15:58 -08:00
"ws",
]
2022-03-28 10:58:14 -07:00
[[package]]
name = "service-mango-fills"
version = "0.1.0"
dependencies = [
"anchor-client",
"anchor-lang",
2022-03-28 10:58:14 -07:00
"anyhow",
"async-channel",
"async-trait",
"base64 0.21.0",
2022-08-24 04:56:50 -07:00
"bs58 0.4.0",
"bytemuck",
"chrono",
"futures 0.3.28",
"futures-channel",
"futures-core",
"futures-util",
"jemallocator",
"log 0.4.17",
"mango-feeds-lib",
"mango-v4",
"mango-v4-client",
"native-tls",
"postgres-native-tls",
"postgres-types",
"postgres_query",
"serde",
"serde_derive",
"serde_json",
"serum_dex 0.5.10 (git+https://github.com/jup-ag/openbook-program?branch=feat/expose-things)",
"solana-logger",
"solana-sdk",
"tokio",
"tokio-postgres",
"tokio-postgres-rustls",
"tokio-tungstenite 0.17.2",
"toml 0.7.3",
"ws",
]
[[package]]
name = "service-mango-orderbook"
version = "0.1.0"
dependencies = [
"anchor-client",
"anchor-lang",
"anyhow",
"async-channel",
"async-trait",
"bs58 0.4.0",
"bytemuck",
"fixed 1.11.0",
2022-03-28 10:58:14 -07:00
"futures-channel",
"futures-util",
"itertools 0.10.5",
"log 0.4.17",
"mango-feeds-lib",
"mango-v4",
"mango-v4-client",
2022-03-28 10:58:14 -07:00
"serde",
"serde_derive",
"serde_json",
"serum_dex 0.5.10 (git+https://github.com/jup-ag/openbook-program?branch=feat/expose-things)",
2022-03-28 10:58:14 -07:00
"solana-logger",
"solana-sdk",
2022-03-28 10:58:14 -07:00
"tokio",
"tokio-tungstenite 0.17.2",
"toml 0.7.3",
2022-03-28 10:58:14 -07:00
"ws",
]
[[package]]
name = "service-mango-pnl"
version = "0.1.0"
dependencies = [
"anchor-client",
"anchor-lang",
2022-03-28 10:58:14 -07:00
"anyhow",
"async-trait",
"bs58 0.3.1",
"bytemuck",
"fixed 1.23.1",
2022-03-28 10:58:14 -07:00
"jsonrpsee",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
"mango-feeds-lib",
2022-11-16 06:57:50 -08:00
"mango-v4",
"mango-v4-client",
2022-03-28 10:58:14 -07:00
"serde",
"serde_derive",
"solana-logger",
"solana-sdk",
"tokio",
2023-02-04 17:43:18 -08:00
"toml 0.5.11",
2022-03-28 10:58:14 -07:00
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "sha-1"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
dependencies = [
"block-buffer 0.7.3",
"digest 0.8.1",
"fake-simd",
"opaque-debug 0.2.3",
]
[[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 1.0.0",
"cpufeatures",
"digest 0.9.0",
"opaque-debug 0.3.0",
]
2022-03-28 10:58:14 -07:00
[[package]]
name = "sha-1"
version = "0.10.1"
2022-03-28 10:58:14 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
2022-03-28 10:58:14 -07:00
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
"digest 0.10.6",
2022-03-23 10:39:42 -07:00
]
[[package]]
name = "sha1"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
dependencies = [
"sha1_smol",
]
2022-11-16 06:57:50 -08:00
[[package]]
name = "sha1"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
"digest 0.10.6",
2022-11-16 06:57:50 -08:00
]
[[package]]
name = "sha1_smol"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
2021-11-01 02:34:25 -07:00
[[package]]
name = "sha2"
2022-03-23 10:39:42 -07:00
version = "0.9.9"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 10:39:42 -07:00
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
2021-11-01 02:34:25 -07:00
dependencies = [
"block-buffer 0.9.0",
"cfg-if 1.0.0",
"cpufeatures",
"digest 0.9.0",
"opaque-debug 0.3.0",
]
2022-01-04 01:38:49 -08:00
[[package]]
name = "sha2"
2022-11-16 06:57:50 -08:00
version = "0.10.6"
2022-01-04 01:38:49 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
2022-01-04 01:38:49 -08:00
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
"digest 0.10.6",
2022-01-04 01:38:49 -08:00
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "sha3"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"
dependencies = [
"block-buffer 0.9.0",
"digest 0.9.0",
"keccak",
"opaque-debug 0.3.0",
]
2022-08-24 04:56:50 -07:00
[[package]]
name = "sha3"
version = "0.10.7"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54c2bb1a323307527314a36bfb73f24febb08ce2b8a554bf4ffd6f51ad15198c"
2022-08-24 04:56:50 -07:00
dependencies = [
"digest 0.10.6",
2022-08-24 04:56:50 -07:00
"keccak",
]
2023-02-04 17:43:18 -08:00
[[package]]
name = "shell-words"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
[[package]]
name = "shellexpand"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
dependencies = [
"dirs",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "shlex"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
[[package]]
name = "signal-hook-registry"
version = "1.4.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2021-11-01 02:34:25 -07:00
dependencies = [
"libc",
]
[[package]]
name = "signature"
2022-11-16 06:57:50 -08:00
version = "1.6.4"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
2021-11-01 02:34:25 -07:00
[[package]]
name = "simdutf8"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
2021-11-01 02:34:25 -07:00
[[package]]
name = "simpl"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a30f10c911c0355f80f1c2faa8096efc4a58cdf8590b954d5b395efa071c711"
[[package]]
name = "siphasher"
2022-03-23 10:39:42 -07:00
version = "0.3.10"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 10:39:42 -07:00
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2021-11-01 02:34:25 -07:00
2022-08-24 04:56:50 -07:00
[[package]]
name = "sized-chunks"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
dependencies = [
"bitmaps",
"typenum",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "slab"
version = "0.4.8"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
2022-08-24 04:56:50 -07:00
dependencies = [
"autocfg 1.1.0",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "smallvec"
version = "0.6.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
dependencies = [
"maybe-uninit",
]
[[package]]
name = "smallvec"
2022-11-16 06:57:50 -08:00
version = "1.10.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2021-11-01 02:34:25 -07:00
[[package]]
name = "smpl_jwt"
version = "0.7.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95b6ff8c21c74ce7744643a7cddbb02579a44f1f77e4316bff1ddb741aca8ac9"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-11-16 06:57:50 -08:00
"base64 0.13.1",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"openssl",
"serde",
"serde_derive",
"serde_json",
"simpl",
"time 0.3.20",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "socket2"
version = "0.4.9"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2021-11-01 02:34:25 -07:00
dependencies = [
"libc",
"winapi 0.3.9",
]
[[package]]
name = "soketto"
version = "0.7.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-11-16 06:57:50 -08:00
"base64 0.13.1",
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
"futures 0.3.28",
2021-11-01 02:34:25 -07:00
"httparse",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2022-03-23 10:39:42 -07:00
"rand 0.8.5",
2021-11-01 02:34:25 -07:00
"sha-1 0.9.8",
]
[[package]]
name = "solana-account-decoder"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd1d1d16c04e7867408f2e0383a863e272dba2eda2c4b7095c70aa1a7ad4ff36"
2021-11-01 02:34:25 -07:00
dependencies = [
"Inflector",
2022-11-16 06:57:50 -08:00
"base64 0.13.1",
2021-11-01 02:34:25 -07:00
"bincode",
"bs58 0.4.0",
2021-11-01 02:34:25 -07:00
"bv",
"lazy_static",
"serde",
"serde_derive",
"serde_json",
"solana-address-lookup-table-program",
2021-11-01 02:34:25 -07:00
"solana-config-program",
"solana-sdk",
"solana-vote-program",
"spl-token",
"spl-token-2022 0.6.0",
2021-11-01 02:34:25 -07:00
"thiserror",
"zstd",
]
2021-11-01 08:04:19 -07:00
[[package]]
name = "solana-address-lookup-table-program"
version = "1.14.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de353d486f6e4a20cd163fc0c8391d01ff52e0ce504dbce7a45433362218b6d7"
2021-11-01 08:04:19 -07:00
dependencies = [
"bincode",
"bytemuck",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
"num-derive",
"num-traits",
"rustc_version 0.4.0",
2021-11-01 08:04:19 -07:00
"serde",
"solana-frozen-abi",
"solana-frozen-abi-macro",
2022-08-24 04:56:50 -07:00
"solana-program",
"solana-program-runtime",
2021-11-01 08:04:19 -07:00
"solana-sdk",
2021-11-01 02:34:25 -07:00
"thiserror",
]
2022-01-26 01:08:53 -08:00
[[package]]
name = "solana-bloom"
version = "1.14.17"
2022-01-26 01:08:53 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30f7f54103cf16ea0731149e345bdd8ad1677c3b802747d7406f3e7fdb5884bb"
2022-01-26 01:08:53 -08:00
dependencies = [
"bv",
"fnv",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2022-01-26 01:08:53 -08:00
"rand 0.7.3",
"rayon",
"rustc_version 0.4.0",
"serde",
"serde_derive",
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-sdk",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "solana-bpf-loader-program"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "685347b658b1dfb5adf9f42007c4608a4d1954b8b9e36dd1035fd8fcb0918c8b"
2021-11-01 02:34:25 -07:00
dependencies = [
"bincode",
"byteorder",
"libsecp256k1",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"solana-measure",
2022-01-12 03:00:06 -08:00
"solana-metrics",
"solana-program-runtime",
2021-11-01 02:34:25 -07:00
"solana-sdk",
2022-08-24 05:29:59 -07:00
"solana-zk-token-sdk",
2021-11-01 02:34:25 -07:00
"solana_rbpf",
"thiserror",
]
[[package]]
name = "solana-bucket-map"
version = "1.14.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae7219df17935400ead19e838b0a3c583dd7735745c52fca77f7966d39d41100"
dependencies = [
2022-08-24 04:56:50 -07:00
"log 0.4.17",
"memmap2",
2022-08-24 04:56:50 -07:00
"modular-bitfield",
"rand 0.7.3",
"solana-measure",
"solana-sdk",
"tempfile",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "solana-clap-utils"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30c261007a3f9424c7793d9a23e478c615f31ebc24e3ba5e52904575db36b865"
2021-11-01 02:34:25 -07:00
dependencies = [
"chrono",
"clap 2.34.0",
2021-11-01 02:34:25 -07:00
"rpassword",
2021-11-19 02:59:59 -08:00
"solana-perf",
2021-11-01 02:34:25 -07:00
"solana-remote-wallet",
"solana-sdk",
"thiserror",
"tiny-bip39",
"uriparse",
2022-11-16 06:57:50 -08:00
"url 2.3.1",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "solana-cli-config"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86c13afaa04bef4814c6eac7b48c47118d31ecce3dc03a609e0405a42fbddc12"
2021-11-01 02:34:25 -07:00
dependencies = [
"dirs-next",
"lazy_static",
"serde",
"serde_derive",
"serde_yaml",
2022-08-24 04:56:50 -07:00
"solana-clap-utils",
"solana-sdk",
2022-11-16 06:57:50 -08:00
"url 2.3.1",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "solana-client"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e803c468b3609af59298721f3a66ad145fa68416bfa420775f190ed9cfc6355"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-08-24 04:56:50 -07:00
"async-mutex",
"async-trait",
2022-11-16 06:57:50 -08:00
"base64 0.13.1",
2021-11-01 02:34:25 -07:00
"bincode",
"bs58 0.4.0",
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
"clap 2.34.0",
2022-08-24 04:56:50 -07:00
"crossbeam-channel",
"enum_dispatch",
"futures 0.3.28",
2022-08-24 04:56:50 -07:00
"futures-util",
"indexmap",
2021-11-01 02:34:25 -07:00
"indicatif",
2022-11-16 06:57:50 -08:00
"itertools 0.10.5",
2021-11-01 02:34:25 -07:00
"jsonrpc-core 18.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
2022-08-24 04:56:50 -07:00
"lazy_static",
"log 0.4.17",
"quinn",
"quinn-proto",
"rand 0.7.3",
"rand_chacha 0.2.2",
2021-11-01 02:34:25 -07:00
"rayon",
"reqwest",
"rustls",
"semver 1.0.17",
2021-11-01 02:34:25 -07:00
"serde",
"serde_derive",
"serde_json",
"solana-account-decoder",
"solana-clap-utils",
"solana-faucet",
"solana-measure",
2022-08-24 04:56:50 -07:00
"solana-metrics",
2021-11-01 02:34:25 -07:00
"solana-net-utils",
"solana-sdk",
2022-08-24 04:56:50 -07:00
"solana-streamer",
2021-11-01 02:34:25 -07:00
"solana-transaction-status",
"solana-version",
"solana-vote-program",
"spl-token-2022 0.6.0",
2021-11-01 02:34:25 -07:00
"thiserror",
"tokio",
2022-08-24 04:56:50 -07:00
"tokio-stream",
"tokio-tungstenite 0.17.2",
"tungstenite 0.17.3",
2022-11-16 06:57:50 -08:00
"url 2.3.1",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "solana-compute-budget-program"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47c9af546a45bb12d281bc714a688a104d3d9bfe4a0472bd249a5ebacb658f3d"
2021-11-01 02:34:25 -07:00
dependencies = [
"solana-program-runtime",
2021-11-01 02:34:25 -07:00
"solana-sdk",
]
[[package]]
name = "solana-config-program"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877de8a7d14e47e948f969277396b759e5361de662fa404980df9fd69d562964"
2021-11-01 02:34:25 -07:00
dependencies = [
"bincode",
"chrono",
"serde",
"serde_derive",
"solana-program-runtime",
2021-11-01 02:34:25 -07:00
"solana-sdk",
]
[[package]]
name = "solana-entry"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20a163a063a5f171477fb4bc7bebbaf94e14d2dac39fbdbe7f028eb9cea54a32"
2021-11-01 02:34:25 -07:00
dependencies = [
"bincode",
2022-08-24 04:56:50 -07:00
"crossbeam-channel",
"dlopen",
"dlopen_derive",
"lazy_static",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
"rand 0.7.3",
"rayon",
2021-11-01 02:34:25 -07:00
"serde",
"solana-measure",
"solana-merkle-tree",
"solana-metrics",
"solana-perf",
"solana-rayon-threadlimit",
2021-11-01 02:34:25 -07:00
"solana-sdk",
]
[[package]]
name = "solana-faucet"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d202bbd0e7cbea5e291692efbc7b633b4d6d0f2de5aa0e466d6fa7bf40fd98b"
2021-11-01 02:34:25 -07:00
dependencies = [
"bincode",
"byteorder",
"clap 2.34.0",
2022-08-24 04:56:50 -07:00
"crossbeam-channel",
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"serde",
"serde_derive",
"solana-clap-utils",
"solana-cli-config",
"solana-logger",
"solana-metrics",
"solana-sdk",
"solana-version",
"spl-memo",
"thiserror",
"tokio",
]
[[package]]
name = "solana-frozen-abi"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f53e63c8f2aac07bc21167e7ede9b9d010ae25523fff5c01b171d9bab9a5a394"
2021-11-01 02:34:25 -07:00
dependencies = [
"ahash 0.7.6",
"blake3",
"block-buffer 0.9.0",
"bs58 0.4.0",
2021-11-01 02:34:25 -07:00
"bv",
"byteorder",
"cc",
"either",
"generic-array 0.14.7",
"getrandom 0.1.16",
"hashbrown 0.12.3",
2022-08-24 04:56:50 -07:00
"im",
"lazy_static",
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"memmap2",
"once_cell",
"rand_core 0.6.4",
"rustc_version 0.4.0",
2021-11-01 02:34:25 -07:00
"serde",
2022-08-24 04:56:50 -07:00
"serde_bytes",
2021-11-01 02:34:25 -07:00
"serde_derive",
"serde_json",
2022-11-16 06:57:50 -08:00
"sha2 0.10.6",
2021-11-01 02:34:25 -07:00
"solana-frozen-abi-macro",
"subtle",
2021-11-01 02:34:25 -07:00
"thiserror",
]
[[package]]
name = "solana-frozen-abi-macro"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daeaaa2713c06a2fe4bcdcfe7e1af55ee8a89c4d6693860b4041997af667207a"
2021-11-01 02:34:25 -07:00
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"rustc_version 0.4.0",
"syn 1.0.109",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "solana-gossip"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e46887acca45ea75f4996b7411d98ffe55ac047d3150c7c3337681a810e8cd6"
2021-11-01 02:34:25 -07:00
dependencies = [
"bincode",
"bv",
"clap 2.34.0",
2022-08-24 04:56:50 -07:00
"crossbeam-channel",
"flate2 1.0.25",
2021-11-01 02:34:25 -07:00
"indexmap",
2022-11-16 06:57:50 -08:00
"itertools 0.10.5",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"lru",
"matches",
"num-traits",
"rand 0.7.3",
"rand_chacha 0.2.2",
"rayon",
"rustc_version 0.4.0",
2021-11-01 02:34:25 -07:00
"serde",
"serde_bytes",
"serde_derive",
2022-01-26 01:08:53 -08:00
"solana-bloom",
2021-11-01 02:34:25 -07:00
"solana-clap-utils",
"solana-client",
"solana-entry",
2021-11-01 02:34:25 -07:00
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-ledger",
"solana-logger",
"solana-measure",
"solana-metrics",
"solana-net-utils",
"solana-perf",
"solana-rayon-threadlimit",
"solana-runtime",
"solana-sdk",
"solana-streamer",
"solana-version",
"solana-vote-program",
"thiserror",
]
[[package]]
name = "solana-ledger"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67468004fa190feea7980bc809fe5957e113bdafb2853b0190d32d51f578ca9d"
2021-11-01 02:34:25 -07:00
dependencies = [
"assert_matches",
2021-11-01 02:34:25 -07:00
"bincode",
2022-08-24 04:56:50 -07:00
"bitflags",
2021-11-01 02:34:25 -07:00
"byteorder",
"chrono",
"chrono-humanize",
"crossbeam-channel",
"dashmap",
2021-11-01 02:34:25 -07:00
"fs_extra",
"futures 0.3.28",
2022-11-16 06:57:50 -08:00
"itertools 0.10.5",
2021-11-01 02:34:25 -07:00
"lazy_static",
"libc",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
"lru",
2021-11-01 02:34:25 -07:00
"num_cpus",
2022-08-24 04:56:50 -07:00
"num_enum",
"prost 0.11.9",
2021-11-01 02:34:25 -07:00
"rand 0.7.3",
"rand_chacha 0.2.2",
"rayon",
"reed-solomon-erasure",
"rocksdb",
"rustc_version 0.4.0",
2021-11-01 02:34:25 -07:00
"serde",
"serde_bytes",
2022-11-16 06:57:50 -08:00
"sha2 0.10.6",
2022-08-24 05:29:59 -07:00
"solana-account-decoder",
2021-11-01 02:34:25 -07:00
"solana-bpf-loader-program",
"solana-entry",
2021-11-01 02:34:25 -07:00
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-measure",
"solana-metrics",
"solana-perf",
"solana-program-runtime",
2021-11-01 02:34:25 -07:00
"solana-rayon-threadlimit",
"solana-runtime",
"solana-sdk",
"solana-stake-program",
2021-11-01 02:34:25 -07:00
"solana-storage-bigtable",
"solana-storage-proto",
"solana-transaction-status",
"solana-vote-program",
2022-08-24 05:29:59 -07:00
"spl-token",
"spl-token-2022 0.6.0",
"static_assertions",
2021-11-01 02:34:25 -07:00
"tempfile",
"thiserror",
"tokio",
"tokio-stream",
"trees",
]
[[package]]
name = "solana-logger"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b502866be84a799633c0744e1d72b819a256337149e9fb6c7eee4db84ec63f5"
2021-11-01 02:34:25 -07:00
dependencies = [
"env_logger",
"lazy_static",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "solana-measure"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "098178fabb0f0be17ed45ca52aea2754e49d4c41a443be5f98e1bce99b5c12bb"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"solana-sdk",
]
[[package]]
name = "solana-merkle-tree"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c52e5ba4967a069a89fd1dcb605e819deabe7ebdd915601b94a0f79c339947"
2021-11-01 02:34:25 -07:00
dependencies = [
"fast-math",
"matches",
"solana-program",
]
[[package]]
name = "solana-metrics"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01dcd00c029063c09f15a1e2632570f5a549052cb3647db3bb06c2062e8351c4"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-08-24 04:56:50 -07:00
"crossbeam-channel",
2021-11-01 02:34:25 -07:00
"gethostname",
"lazy_static",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"reqwest",
"solana-sdk",
]
[[package]]
name = "solana-net-utils"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "088b41440725aab4858d7e614fe4bb2c930ea60bba494485ed7640ed2b908724"
2021-11-01 02:34:25 -07:00
dependencies = [
"bincode",
"clap 3.2.23",
2022-08-24 04:56:50 -07:00
"crossbeam-channel",
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"nix",
"rand 0.7.3",
"serde",
"serde_derive",
"socket2",
2021-11-01 02:34:25 -07:00
"solana-logger",
"solana-sdk",
"solana-version",
"tokio",
2022-11-16 06:57:50 -08:00
"url 2.3.1",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "solana-perf"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e9460658e4e92257ead496f8f3e36d8ec6778e09b476b7be6a518121bf0bd74"
2021-11-01 02:34:25 -07:00
dependencies = [
"ahash 0.7.6",
2021-11-01 02:34:25 -07:00
"bincode",
"bv",
2021-11-19 02:59:59 -08:00
"caps",
"curve25519-dalek",
2021-11-01 02:34:25 -07:00
"dlopen",
"dlopen_derive",
"fnv",
2021-11-01 02:34:25 -07:00
"lazy_static",
2021-11-19 02:59:59 -08:00
"libc",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-19 02:59:59 -08:00
"nix",
2021-11-01 02:34:25 -07:00
"rand 0.7.3",
"rayon",
"serde",
"solana-metrics",
"solana-rayon-threadlimit",
"solana-sdk",
"solana-vote-program",
]
[[package]]
name = "solana-poh"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dfb9c48b90258c0954d149592943e92fc2370b94425066a73240f1badd8aa61"
2021-11-01 02:34:25 -07:00
dependencies = [
"core_affinity",
"crossbeam-channel",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
"solana-entry",
2021-11-01 02:34:25 -07:00
"solana-ledger",
"solana-measure",
"solana-metrics",
"solana-runtime",
"solana-sdk",
"solana-sys-tuner",
"thiserror",
]
[[package]]
name = "solana-program"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d66c02ad6002fbe7903ec96edd16352fe7964d3ee43b02053112f5304529849f"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-11-16 06:57:50 -08:00
"base64 0.13.1",
2021-11-01 02:34:25 -07:00
"bincode",
"bitflags",
2021-11-01 02:34:25 -07:00
"blake3",
"borsh 0.9.3",
"borsh-derive 0.9.3",
"bs58 0.4.0",
2021-11-01 02:34:25 -07:00
"bv",
"bytemuck",
"cc",
"console_error_panic_hook",
"console_log",
"curve25519-dalek",
"getrandom 0.2.9",
2022-11-16 06:57:50 -08:00
"itertools 0.10.5",
"js-sys",
2021-11-01 02:34:25 -07:00
"lazy_static",
"libc",
2021-11-01 02:34:25 -07:00
"libsecp256k1",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
"memoffset 0.6.5",
2021-11-01 02:34:25 -07:00
"num-derive",
"num-traits",
2022-08-24 04:56:50 -07:00
"parking_lot 0.12.1",
2021-11-01 02:34:25 -07:00
"rand 0.7.3",
"rand_chacha 0.2.2",
"rustc_version 0.4.0",
2021-11-01 02:34:25 -07:00
"rustversion",
"serde",
"serde_bytes",
"serde_derive",
"serde_json",
2022-11-16 06:57:50 -08:00
"sha2 0.10.6",
"sha3 0.10.7",
2021-11-01 02:34:25 -07:00
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-sdk-macro",
"thiserror",
"tiny-bip39",
"wasm-bindgen",
"zeroize",
]
[[package]]
name = "solana-program-runtime"
version = "1.14.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d57bc75db0cbfb8e0620cef48b4de3388ed1ea5fbdcc68769da0c2b1ccf69bc"
dependencies = [
2022-11-16 06:57:50 -08:00
"base64 0.13.1",
"bincode",
"eager",
2022-08-24 04:56:50 -07:00
"enum-iterator",
2022-11-16 06:57:50 -08:00
"itertools 0.10.5",
"libc",
"libloading",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
"num-derive",
"num-traits",
"rand 0.7.3",
"rustc_version 0.4.0",
"serde",
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-measure",
"solana-metrics",
"solana-sdk",
"thiserror",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "solana-rayon-threadlimit"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2093a3edf87c3753e9548ac00d01a03da479f7fd7859f2d375528d543ecd101"
2021-11-01 02:34:25 -07:00
dependencies = [
"lazy_static",
"num_cpus",
]
[[package]]
name = "solana-remote-wallet"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1844aed08fd8fc006732cc84fef8f4e0188d52188d7cdc859a5893553063b197"
2021-11-01 02:34:25 -07:00
dependencies = [
"console",
2021-11-01 02:34:25 -07:00
"dialoguer",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"num-derive",
"num-traits",
2022-08-24 04:56:50 -07:00
"parking_lot 0.12.1",
2021-11-01 02:34:25 -07:00
"qstring",
"semver 1.0.17",
2021-11-01 02:34:25 -07:00
"solana-sdk",
"thiserror",
"uriparse",
]
[[package]]
name = "solana-rpc"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e102d22a5d825c4a7f15511cc88379c52f55546bfbe4e1071d7dce3d07c1bc24"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-11-16 06:57:50 -08:00
"base64 0.13.1",
2021-11-01 02:34:25 -07:00
"bincode",
"bs58 0.4.0",
"crossbeam-channel",
2021-11-01 02:34:25 -07:00
"dashmap",
2022-11-16 06:57:50 -08:00
"itertools 0.10.5",
2021-11-01 02:34:25 -07:00
"jsonrpc-core 18.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"jsonrpc-core-client",
"jsonrpc-derive",
"jsonrpc-http-server",
"jsonrpc-pubsub 18.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"libc",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-19 02:57:47 -08:00
"rayon",
2021-11-01 02:34:25 -07:00
"regex",
"serde",
"serde_derive",
"serde_json",
"soketto",
"solana-account-decoder",
"solana-client",
"solana-entry",
2021-11-01 02:34:25 -07:00
"solana-faucet",
"solana-gossip",
"solana-ledger",
"solana-measure",
"solana-metrics",
"solana-perf",
"solana-poh",
2021-11-19 02:57:47 -08:00
"solana-rayon-threadlimit",
2021-11-01 02:34:25 -07:00
"solana-runtime",
"solana-sdk",
"solana-send-transaction-service",
"solana-stake-program",
2021-11-01 02:34:25 -07:00
"solana-storage-bigtable",
"solana-streamer",
"solana-transaction-status",
"solana-version",
"solana-vote-program",
"spl-token",
"spl-token-2022 0.6.0",
2021-11-01 02:34:25 -07:00
"stream-cancel",
"thiserror",
"tokio",
2022-08-24 04:56:50 -07:00
"tokio-util 0.6.10",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "solana-runtime"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3460b7a188de4b92ce5379e82ff370139cc0174c210df849e4126e701ff6885c"
2021-11-01 02:34:25 -07:00
dependencies = [
"arrayref",
"bincode",
"blake3",
"bv",
"bytemuck",
2021-11-01 02:34:25 -07:00
"byteorder",
"bzip2",
"crossbeam-channel",
2021-11-01 02:34:25 -07:00
"dashmap",
"dir-diff",
"flate2 1.0.25",
2021-11-01 02:34:25 -07:00
"fnv",
2022-08-24 04:56:50 -07:00
"im",
"index_list",
2022-11-16 06:57:50 -08:00
"itertools 0.10.5",
2021-11-01 02:34:25 -07:00
"lazy_static",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2023-02-04 17:43:18 -08:00
"lru",
2022-08-24 04:56:50 -07:00
"lz4",
2021-11-01 02:34:25 -07:00
"memmap2",
"num-derive",
"num-traits",
"num_cpus",
"once_cell",
2021-11-01 02:34:25 -07:00
"ouroboros",
"rand 0.7.3",
"rayon",
"regex",
"rustc_version 0.4.0",
2021-11-01 02:34:25 -07:00
"serde",
"serde_derive",
"solana-address-lookup-table-program",
"solana-bucket-map",
2021-11-01 02:34:25 -07:00
"solana-compute-budget-program",
"solana-config-program",
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-measure",
"solana-metrics",
"solana-program-runtime",
2021-11-01 02:34:25 -07:00
"solana-rayon-threadlimit",
"solana-sdk",
"solana-stake-program",
"solana-vote-program",
2022-08-24 04:56:50 -07:00
"solana-zk-token-proof-program",
2022-08-24 05:29:59 -07:00
"solana-zk-token-sdk",
2022-08-24 04:56:50 -07:00
"strum",
"strum_macros",
2021-11-01 02:34:25 -07:00
"symlink",
"tar",
"tempfile",
"thiserror",
"zstd",
]
[[package]]
name = "solana-sdk"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60cbad77fa09d23fa5e05029dec6c88e4b784be76cf6ae390f82cc04b8089e73"
2021-11-01 02:34:25 -07:00
dependencies = [
"assert_matches",
2022-11-16 06:57:50 -08:00
"base64 0.13.1",
2021-11-01 02:34:25 -07:00
"bincode",
"bitflags",
"borsh 0.9.3",
2021-11-01 02:34:25 -07:00
"bs58 0.4.0",
"bytemuck",
"byteorder",
"chrono",
"derivation-path",
"digest 0.10.6",
2021-11-01 02:34:25 -07:00
"ed25519-dalek",
"ed25519-dalek-bip32",
"generic-array 0.14.7",
2022-08-24 04:56:50 -07:00
"hmac 0.12.1",
2022-11-16 06:57:50 -08:00
"itertools 0.10.5",
"js-sys",
2021-11-01 02:34:25 -07:00
"lazy_static",
"libsecp256k1",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"memmap2",
"num-derive",
"num-traits",
"pbkdf2 0.11.0",
2021-11-01 02:34:25 -07:00
"qstring",
"rand 0.7.3",
"rand_chacha 0.2.2",
"rustc_version 0.4.0",
2021-11-01 02:34:25 -07:00
"rustversion",
"serde",
"serde_bytes",
"serde_derive",
"serde_json",
2022-11-16 06:57:50 -08:00
"sha2 0.10.6",
"sha3 0.10.7",
2021-11-01 02:34:25 -07:00
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-logger",
"solana-program",
"solana-sdk-macro",
"thiserror",
"uriparse",
"wasm-bindgen",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "solana-sdk-macro"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b73f54502e7d537472bf393ffce0c252c55b534f16797029a1614d79ec0209c9"
2021-11-01 02:34:25 -07:00
dependencies = [
"bs58 0.4.0",
"proc-macro2 1.0.56",
"quote 1.0.26",
2021-11-01 02:34:25 -07:00
"rustversion",
"syn 1.0.109",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "solana-security-txt"
2023-02-04 17:43:18 -08:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "7e0461f3afb29d8591300b3dd09b5472b3772d65688a2826ad960b8c0d5fa605"
2021-11-01 02:34:25 -07:00
[[package]]
name = "solana-send-transaction-service"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b4db241054803501f57820c467b712556722ff2248e58e22b5728f773bd4fdd"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-08-24 04:56:50 -07:00
"crossbeam-channel",
"log 0.4.17",
"solana-client",
"solana-measure",
"solana-metrics",
"solana-runtime",
2021-11-01 02:34:25 -07:00
"solana-sdk",
]
[[package]]
name = "solana-stake-program"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "780cfa177de42c88a523acd3368cf16852bc1b0c4a9e7f3c893382dd4c9c10cb"
2021-11-01 02:34:25 -07:00
dependencies = [
"bincode",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"num-derive",
"num-traits",
"rustc_version 0.4.0",
2021-11-01 02:34:25 -07:00
"serde",
"serde_derive",
"solana-config-program",
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-metrics",
"solana-program-runtime",
2021-11-01 02:34:25 -07:00
"solana-sdk",
"solana-vote-program",
"thiserror",
]
[[package]]
name = "solana-storage-bigtable"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a05caf459a2279d2c22bb0a11d190c7b10d78b8186e2559d5dc335e0357379ee"
2021-11-01 02:34:25 -07:00
dependencies = [
"backoff",
"bincode",
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
2021-11-01 02:34:25 -07:00
"bzip2",
"enum-iterator",
"flate2 1.0.25",
"futures 0.3.28",
2021-11-01 02:34:25 -07:00
"goauth",
2022-08-24 04:56:50 -07:00
"http",
"hyper 0.14.26",
2022-08-24 04:56:50 -07:00
"hyper-proxy",
"log 0.4.17",
2022-01-12 03:00:06 -08:00
"openssl",
"prost 0.11.9",
"prost-types 0.11.9",
2021-11-01 02:34:25 -07:00
"serde",
"serde_derive",
"smpl_jwt",
2022-01-12 03:00:06 -08:00
"solana-metrics",
2021-11-01 02:34:25 -07:00
"solana-sdk",
"solana-storage-proto",
"solana-transaction-status",
"thiserror",
2022-08-24 04:56:50 -07:00
"tokio",
"tonic",
2021-11-01 02:34:25 -07:00
"zstd",
]
[[package]]
name = "solana-storage-proto"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3186e8259702bf02d3acc4276bf6ee62565c23d19a9bc22d1c36907721719bff"
2021-11-01 02:34:25 -07:00
dependencies = [
"bincode",
"bs58 0.4.0",
"prost 0.11.9",
"protobuf-src",
2021-11-01 02:34:25 -07:00
"serde",
"solana-account-decoder",
"solana-sdk",
"solana-transaction-status",
"tonic-build 0.8.4",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "solana-streamer"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b7834c7b6281d1e9f6d8207d544da0095b7e562a95b99ecbb7461408cec56eb"
2021-11-01 02:34:25 -07:00
dependencies = [
"crossbeam-channel",
"futures-util",
"histogram",
2022-08-24 04:56:50 -07:00
"indexmap",
2022-11-16 06:57:50 -08:00
"itertools 0.10.5",
2021-11-01 02:34:25 -07:00
"libc",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"nix",
"pem",
2022-08-24 04:56:50 -07:00
"percentage",
"pkcs8",
"quinn",
"rand 0.7.3",
"rcgen",
"rustls",
2021-11-01 02:34:25 -07:00
"solana-metrics",
"solana-perf",
"solana-sdk",
"thiserror",
"tokio",
2022-08-24 04:56:50 -07:00
"x509-parser",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "solana-sys-tuner"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81c94e46d8caceaaeb7e00ae19c9cf4f15ea03192f0748adfda7c454a418ec9d"
2021-11-01 02:34:25 -07:00
dependencies = [
"clap 2.34.0",
2021-11-01 02:34:25 -07:00
"libc",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"nix",
"solana-logger",
"solana-version",
"sysctl",
"unix_socket2",
"users",
]
[[package]]
name = "solana-transaction-status"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "feacea79beaefa2aec4ea02bd56573845bcf2a480858f7d666077138928fc259"
2021-11-01 02:34:25 -07:00
dependencies = [
"Inflector",
2022-11-16 06:57:50 -08:00
"base64 0.13.1",
2021-11-01 02:34:25 -07:00
"bincode",
"borsh 0.9.3",
"bs58 0.4.0",
2021-11-01 02:34:25 -07:00
"lazy_static",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"serde",
"serde_derive",
"serde_json",
"solana-account-decoder",
"solana-address-lookup-table-program",
2021-11-01 02:34:25 -07:00
"solana-measure",
"solana-metrics",
"solana-sdk",
"solana-vote-program",
"spl-associated-token-account",
"spl-memo",
"spl-token",
"spl-token-2022 0.6.0",
2021-11-01 02:34:25 -07:00
"thiserror",
]
[[package]]
name = "solana-version"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2301b32765f9c37786b1d76b46c0d21be9475ad39d2f0e0494cb9cfe06182149"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-08-24 04:56:50 -07:00
"log 0.4.17",
"rustc_version 0.4.0",
"semver 1.0.17",
2021-11-01 02:34:25 -07:00
"serde",
"serde_derive",
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-sdk",
]
[[package]]
name = "solana-vote-program"
version = "1.14.17"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa94c3c98a33f9825c83ea3d68db39fcbfa94b66772d9a8eb9e16e711966b453"
2021-11-01 02:34:25 -07:00
dependencies = [
"bincode",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"num-derive",
"num-traits",
"rustc_version 0.4.0",
2021-11-01 02:34:25 -07:00
"serde",
"serde_derive",
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-metrics",
"solana-program-runtime",
2021-11-01 02:34:25 -07:00
"solana-sdk",
"thiserror",
]
2022-08-24 04:56:50 -07:00
[[package]]
name = "solana-zk-token-proof-program"
version = "1.14.17"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7ebd4f7b2ed789d3c122b40e6590c0fcdb34d1029a6eb7ebb463e96beb5db35"
2022-08-24 04:56:50 -07:00
dependencies = [
"bytemuck",
"getrandom 0.1.16",
"num-derive",
"num-traits",
"solana-program-runtime",
"solana-sdk",
2022-08-24 05:29:59 -07:00
"solana-zk-token-sdk",
2022-08-24 04:56:50 -07:00
]
[[package]]
name = "solana-zk-token-sdk"
version = "1.14.17"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b28c5ec36aa1393174f7ea18c0cb809af82c10977bc5b2e1240a6b4b048b8f24"
2022-08-24 04:56:50 -07:00
dependencies = [
"aes-gcm-siv",
"arrayref",
2022-11-16 06:57:50 -08:00
"base64 0.13.1",
2022-08-24 04:56:50 -07:00
"bincode",
"bytemuck",
"byteorder",
"cipher 0.4.4",
2022-08-24 04:56:50 -07:00
"curve25519-dalek",
"getrandom 0.1.16",
"itertools 0.10.5",
2022-08-24 04:56:50 -07:00
"lazy_static",
"merlin",
"num-derive",
"num-traits",
"rand 0.7.3",
"serde",
"serde_json",
"sha3 0.9.1",
"solana-program",
"solana-sdk",
"subtle",
"thiserror",
"zeroize",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "solana_rbpf"
version = "0.2.31"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80a28c5dfe7e8af38daa39d6561c8e8b9ed7a2f900951ebe7362ad6348d36c73"
2021-11-01 02:34:25 -07:00
dependencies = [
"byteorder",
"combine",
"goblin",
"hash32",
"libc",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
"rand 0.8.5",
2021-11-01 02:34:25 -07:00
"rustc-demangle",
"scroll",
"thiserror",
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
[[package]]
name = "spki"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"
dependencies = [
"base64ct",
"der",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "spl-associated-token-account"
version = "1.1.2"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbc000f0fdf1f12f99d77d398137c1751345b18c88258ce0f99b7872cf6c9bd6"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-08-24 05:29:59 -07:00
"assert_matches",
"borsh 0.9.3",
2022-08-24 05:29:59 -07:00
"num-derive",
"num-traits",
2021-11-01 02:34:25 -07:00
"solana-program",
"spl-token",
"spl-token-2022 0.5.0",
2022-08-24 05:29:59 -07:00
"thiserror",
2021-11-01 02:34:25 -07:00
]
[[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"
2022-08-24 05:29:59 -07:00
version = "3.5.0"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 05:29:59 -07:00
checksum = "8e85e168a785e82564160dcb87b2a8e04cee9bfd1f4d488c729d53d6a4bd300d"
2022-08-24 04:56:50 -07:00
dependencies = [
"arrayref",
"bytemuck",
"num-derive",
"num-traits",
"num_enum",
"solana-program",
"thiserror",
]
[[package]]
name = "spl-token-2022"
version = "0.5.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0edb869dbe159b018f17fb9bfa67118c30f232d7f54a73742bc96794dff77ed8"
2021-11-01 02:34:25 -07:00
dependencies = [
"arrayref",
2022-08-24 04:56:50 -07:00
"bytemuck",
2021-11-01 02:34:25 -07:00
"num-derive",
"num-traits",
"num_enum",
"solana-program",
2022-08-24 05:29:59 -07:00
"solana-zk-token-sdk",
2022-08-24 04:56:50 -07:00
"spl-memo",
"spl-token",
2021-11-01 02:34:25 -07:00
"thiserror",
]
[[package]]
name = "spl-token-2022"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67fcd758e8d22c5fce17315015f5ff319604d1a6e57a73c72795639dba898890"
dependencies = [
"arrayref",
"bytemuck",
"num-derive",
"num-traits",
"num_enum",
"solana-program",
"solana-zk-token-sdk",
"spl-memo",
"spl-token",
"thiserror",
]
2021-11-04 01:57:55 -07:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2021-11-01 02:34:25 -07:00
[[package]]
name = "stream-cancel"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b0a9eb2715209fb8cc0d942fcdff45674bfc9f0090a0d897e85a22955ad159b"
dependencies = [
"futures-core",
"pin-project",
"tokio",
]
[[package]]
name = "stringprep"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2022-08-24 04:56:50 -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 = [
2023-02-04 17:43:18 -08:00
"heck 0.4.1",
"proc-macro2 1.0.56",
"quote 1.0.26",
2022-08-24 04:56:50 -07:00
"rustversion",
"syn 1.0.109",
2022-08-24 04:56:50 -07:00
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "subtle"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
2022-11-16 06:57:50 -08:00
[[package]]
name = "superslice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab16ced94dbd8a46c82fd81e3ed9a8727dac2977ea869d217bcc4ea1f122e81f"
2021-11-04 01:57:55 -07:00
[[package]]
name = "switchboard-program"
2022-03-23 10:39:42 -07:00
version = "0.2.1"
2021-11-04 01:57:55 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 10:39:42 -07:00
checksum = "534d4b2d45907427fc8d2cd151465cfaee3709c4742491734bc34e5a458ebd09"
2021-11-04 01:57:55 -07:00
dependencies = [
"bincode",
"borsh 0.9.3",
2022-03-23 10:39:42 -07:00
"bytemuck",
2021-11-04 01:57:55 -07:00
"byteorder",
"quick-protobuf",
"solana-program",
"switchboard-protos",
"switchboard-utils",
]
[[package]]
name = "switchboard-protos"
2022-03-23 10:39:42 -07:00
version = "0.1.60"
2021-11-04 01:57:55 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 10:39:42 -07:00
checksum = "2e2d89875ff72d12ea7918d6ccd82d1ac5eab54b3a9d1bd7356fa6905801aa72"
2021-11-04 01:57:55 -07:00
dependencies = [
"bincode",
"borsh 0.9.3",
2021-11-04 01:57:55 -07:00
"byteorder",
"quick-protobuf",
]
[[package]]
name = "switchboard-utils"
2022-03-23 10:39:42 -07:00
version = "0.2.1"
2021-11-04 01:57:55 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 10:39:42 -07:00
checksum = "4ac1d68193aa1669e34d16087db0f96e6597d2f78868378aabc1387b8b29172e"
2021-11-04 01:57:55 -07:00
dependencies = [
"bincode",
"borsh 0.9.3",
2022-03-23 10:39:42 -07:00
"bytemuck",
2021-11-04 01:57:55 -07:00
"byteorder",
"quick-protobuf",
"rust_decimal",
"rust_decimal_macros",
"solana-program",
"switchboard-protos",
]
2022-11-16 06:57:50 -08:00
[[package]]
name = "switchboard-v2"
version = "0.1.17"
source = "git+https://github.com/blockworks-foundation/sbv2-solana?branch=mango-v4#97ed7b12de198f9dca2637af0ce8f5823cc3a0e3"
2022-11-16 06:57:50 -08:00
dependencies = [
"anchor-lang",
"anchor-spl",
"bytemuck",
"rust_decimal",
"solana-program",
"spl-token",
"superslice",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "symlink"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7973cce6668464ea31f176d85b13c7ab3bba2cb3b77a2ed26abd7801688010a"
[[package]]
name = "syn"
version = "0.15.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
dependencies = [
"proc-macro2 0.4.30",
"quote 0.6.13",
"unicode-xid 0.1.0",
]
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"unicode-ident",
]
[[package]]
name = "syn"
version = "2.0.15"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
2021-11-01 02:34:25 -07:00
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
2022-08-24 04:56:50 -07:00
"unicode-ident",
2021-11-01 02:34:25 -07:00
]
2022-08-24 04:56:50 -07:00
[[package]]
name = "sync_wrapper"
2023-02-04 17:43:18 -08:00
version = "0.1.2"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2022-08-24 04:56:50 -07:00
2021-11-01 02:34:25 -07:00
[[package]]
name = "synstructure"
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2022-11-16 06:57:50 -08:00
"unicode-xid 0.2.4",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "sysctl"
2022-08-24 04:56:50 -07:00
version = "0.4.6"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "225e483f02d0ad107168dc57381a8a40c3aeea6abe47f37506931f861643cfa8"
2021-11-01 02:34:25 -07:00
dependencies = [
"bitflags",
"byteorder",
"libc",
"thiserror",
"walkdir",
]
[[package]]
name = "tar"
2022-01-04 01:38:49 -08:00
version = "0.4.38"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 01:38:49 -08:00
checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
2021-11-01 02:34:25 -07:00
dependencies = [
"filetime",
"libc",
"xattr",
]
[[package]]
name = "tempfile"
version = "3.5.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
2021-11-01 02:34:25 -07:00
dependencies = [
"cfg-if 1.0.0",
2022-03-23 10:39:42 -07:00
"fastrand",
"redox_syscall 0.3.5",
"rustix",
"windows-sys 0.45.0",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "termcolor"
2023-02-04 17:43:18 -08:00
version = "1.2.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2021-11-01 02:34:25 -07:00
dependencies = [
"winapi-util",
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
[[package]]
name = "textwrap"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
2021-11-01 02:34:25 -07:00
[[package]]
name = "thiserror"
version = "1.0.40"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
2021-11-01 02:34:25 -07:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.40"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
2021-11-01 02:34:25 -07:00
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 2.0.15",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "time"
version = "0.1.45"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
2021-11-01 02:34:25 -07:00
dependencies = [
"libc",
2022-08-24 04:56:50 -07:00
"wasi 0.10.0+wasi-snapshot-preview1",
2021-11-01 02:34:25 -07:00
"winapi 0.3.9",
]
[[package]]
name = "time"
version = "0.3.20"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd0cbfecb4d19b5ea75bb31ad904eb5b9fa13f21079c3b92017ebdf4999a5890"
2022-08-24 04:56:50 -07:00
dependencies = [
"itoa",
"serde",
"time-core",
"time-macros",
2022-08-24 04:56:50 -07:00
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "time-core"
version = "0.1.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
2021-11-01 02:34:25 -07:00
2022-08-24 04:56:50 -07:00
[[package]]
name = "time-macros"
version = "0.2.8"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd80a657e71da814b8e5d60d3374fc6d35045062245d80224748ae522dd76f36"
2021-11-01 02:34:25 -07:00
dependencies = [
"time-core",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "tiny-bip39"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"
dependencies = [
"anyhow",
"hmac 0.8.1",
"once_cell",
"pbkdf2 0.4.0",
"rand 0.7.3",
"rustc-hash",
2022-03-23 10:39:42 -07:00
"sha2 0.9.9",
2021-11-01 02:34:25 -07:00
"thiserror",
"unicode-normalization",
"wasm-bindgen",
"zeroize",
]
[[package]]
name = "tinyvec"
2022-08-24 04:56:50 -07:00
version = "1.6.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2021-11-01 02:34:25 -07:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-02-04 17:43:18 -08:00
version = "0.1.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2021-11-01 02:34:25 -07:00
[[package]]
name = "tokio"
2022-08-24 04:56:50 -07:00
version = "1.14.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "b9d0183f6f6001549ab68f8c7585093bb732beefbcf6d23a10b9b95c73a1dd49"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-08-24 04:56:50 -07:00
"autocfg 1.1.0",
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
2021-11-01 02:34:25 -07:00
"libc",
"memchr",
2022-08-24 04:56:50 -07:00
"mio 0.7.14",
2021-11-01 02:34:25 -07:00
"num_cpus",
"once_cell",
2022-08-24 04:56:50 -07:00
"parking_lot 0.11.2",
2021-11-01 02:34:25 -07:00
"pin-project-lite",
"signal-hook-registry",
"tokio-macros",
"winapi 0.3.9",
]
[[package]]
name = "tokio-codec"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
dependencies = [
"bytes 0.4.12",
"futures 0.1.31",
"tokio-io",
]
[[package]]
name = "tokio-executor"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
dependencies = [
"crossbeam-utils 0.7.2",
"futures 0.1.31",
]
[[package]]
name = "tokio-io"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
dependencies = [
"bytes 0.4.12",
"futures 0.1.31",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "tokio-io-timeout"
2022-01-04 01:38:49 -08:00
version = "1.2.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 01:38:49 -08:00
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
2021-11-01 02:34:25 -07:00
dependencies = [
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-macros"
version = "1.8.2"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
2021-11-01 02:34:25 -07:00
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "tokio-native-tls"
version = "0.3.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2021-11-01 02:34:25 -07:00
dependencies = [
"native-tls",
"tokio",
]
[[package]]
name = "tokio-postgres"
version = "0.7.7"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29a12c1b3e0704ae7dfc25562629798b29c72e6b1d0a681b6f29ab4ae5e7f7bf"
2021-11-01 02:34:25 -07:00
dependencies = [
"async-trait",
"byteorder",
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
2021-11-01 02:34:25 -07:00
"fallible-iterator",
"futures-channel",
"futures-util",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
"parking_lot 0.12.1",
2022-11-16 06:57:50 -08:00
"percent-encoding 2.2.0",
2021-11-01 02:34:25 -07:00
"phf",
"pin-project-lite",
"postgres-protocol",
"postgres-types",
"socket2",
2021-11-01 02:34:25 -07:00
"tokio",
2022-08-24 04:56:50 -07:00
"tokio-util 0.7.2",
2021-11-01 02:34:25 -07:00
]
2023-02-03 03:45:29 -08:00
[[package]]
name = "tokio-postgres-rustls"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "606f2b73660439474394432239c82249c0d45eb5f23d91f401be1e33590444a7"
dependencies = [
"futures 0.3.28",
2023-02-03 03:45:29 -08:00
"ring",
"rustls",
2023-02-03 03:45:29 -08:00
"tokio",
"tokio-postgres",
"tokio-rustls",
2023-02-03 03:45:29 -08:00
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "tokio-reactor"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
dependencies = [
"crossbeam-utils 0.7.2",
"futures 0.1.31",
"lazy_static",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"mio 0.6.23",
"num_cpus",
"parking_lot 0.9.0",
"slab",
"tokio-executor",
"tokio-io",
"tokio-sync",
]
2022-01-04 01:38:49 -08:00
[[package]]
name = "tokio-rustls"
2022-08-24 04:56:50 -07:00
version = "0.23.4"
2022-01-04 01:38:49 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
2022-01-04 01:38:49 -08:00
dependencies = [
"rustls",
2021-11-01 02:34:25 -07:00
"tokio",
"webpki",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "tokio-stream"
version = "0.1.12"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313"
2021-11-01 02:34:25 -07:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-sync"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
dependencies = [
"fnv",
"futures 0.1.31",
]
[[package]]
name = "tokio-tcp"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
dependencies = [
"bytes 0.4.12",
"futures 0.1.31",
"iovec",
"mio 0.6.23",
"tokio-io",
"tokio-reactor",
]
[[package]]
name = "tokio-tls"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "354b8cd83825b3c20217a9dc174d6a0c67441a2fae5c41bcb1ea6679f6ae0f7c"
dependencies = [
"futures 0.1.31",
"native-tls",
"tokio-io",
]
2022-03-28 10:58:14 -07:00
[[package]]
name = "tokio-tungstenite"
2022-08-24 04:56:50 -07:00
version = "0.17.2"
2022-03-28 10:58:14 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
2022-03-28 10:58:14 -07:00
dependencies = [
"futures-util",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
"rustls",
2022-03-28 10:58:14 -07:00
"tokio",
"tokio-rustls",
"tungstenite 0.17.3",
"webpki",
2022-08-24 04:56:50 -07:00
"webpki-roots",
2022-03-28 10:58:14 -07:00
]
[[package]]
name = "tokio-tungstenite"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd"
dependencies = [
"futures-util",
"log 0.4.17",
"tokio",
"tungstenite 0.18.0",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "tokio-util"
2022-08-24 04:56:50 -07:00
version = "0.6.10"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
2021-11-01 02:34:25 -07:00
dependencies = [
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
2021-11-01 02:34:25 -07:00
"futures-core",
"futures-io",
"futures-sink",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2022-03-23 10:39:42 -07:00
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-util"
2022-08-24 04:56:50 -07:00
version = "0.7.2"
2022-03-23 10:39:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"
2022-03-23 10:39:42 -07:00
dependencies = [
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
2022-03-23 10:39:42 -07:00
"futures-core",
"futures-sink",
2021-11-01 02:34:25 -07:00
"pin-project-lite",
"tokio",
2022-08-24 04:56:50 -07:00
"tracing",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "toml"
2023-02-04 17:43:18 -08:00
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
[[package]]
name = "toml"
version = "0.7.3"
2023-02-04 17:43:18 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21"
2023-02-04 17:43:18 -08:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
2023-02-04 17:43:18 -08:00
]
[[package]]
name = "toml_datetime"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.19.8"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13"
2021-11-01 02:34:25 -07:00
dependencies = [
2023-02-04 17:43:18 -08:00
"indexmap",
2021-11-01 02:34:25 -07:00
"serde",
2023-02-04 17:43:18 -08:00
"serde_spanned",
"toml_datetime",
"winnow",
2021-11-01 02:34:25 -07:00
]
2022-08-24 04:56:50 -07:00
[[package]]
name = "tonic"
version = "0.8.3"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f219fad3b929bef19b1f86fbc0358d35daed8f2cac972037ac0dc10bbb8d5fb"
2022-08-24 04:56:50 -07:00
dependencies = [
2023-03-21 04:12:03 -07:00
"async-stream",
2022-08-24 04:56:50 -07:00
"async-trait",
"axum",
2022-11-16 06:57:50 -08:00
"base64 0.13.1",
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
2022-08-24 04:56:50 -07:00
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper 0.14.26",
2022-08-24 04:56:50 -07:00
"hyper-timeout",
2022-11-16 06:57:50 -08:00
"percent-encoding 2.2.0",
2022-08-24 04:56:50 -07:00
"pin-project",
"prost 0.11.9",
"prost-derive 0.11.9",
2023-02-03 03:45:29 -08:00
"rustls-pemfile 1.0.2",
2022-08-24 04:56:50 -07:00
"tokio",
"tokio-rustls",
2022-08-24 04:56:50 -07:00
"tokio-stream",
"tokio-util 0.7.2",
2021-11-01 02:34:25 -07:00
"tower",
"tower-layer",
"tower-service",
"tracing",
"tracing-futures",
]
[[package]]
name = "tonic-build"
2022-01-04 01:38:49 -08:00
version = "0.6.2"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 01:38:49 -08:00
checksum = "9403f1bafde247186684b230dc6f38b5cd514584e8bec1dd32514be4745fa757"
2021-11-01 02:34:25 -07:00
dependencies = [
"proc-macro2 1.0.56",
2022-08-24 04:56:50 -07:00
"prost-build 0.9.0",
"quote 1.0.26",
"syn 1.0.109",
2022-08-24 04:56:50 -07:00
]
[[package]]
name = "tonic-build"
version = "0.8.4"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bf5e9b9c0f7e0a7c027dcfaba7b2c60816c7049171f679d99ee2ff65d0de8c4"
2022-08-24 04:56:50 -07:00
dependencies = [
"prettyplease",
"proc-macro2 1.0.56",
"prost-build 0.11.9",
"quote 1.0.26",
"syn 1.0.109",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "tower"
2022-08-24 04:56:50 -07:00
version = "0.4.13"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
2021-11-01 02:34:25 -07:00
dependencies = [
"futures-core",
"futures-util",
"indexmap",
"pin-project",
"pin-project-lite",
2022-03-23 10:39:42 -07:00
"rand 0.8.5",
2021-11-01 02:34:25 -07:00
"slab",
"tokio",
2022-08-24 04:56:50 -07:00
"tokio-util 0.7.2",
2021-11-01 02:34:25 -07:00
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-layer"
2022-11-16 06:57:50 -08:00
version = "0.3.2"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
2021-11-01 02:34:25 -07:00
[[package]]
name = "tower-service"
2022-08-24 04:56:50 -07:00
version = "0.3.2"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2021-11-01 02:34:25 -07:00
[[package]]
name = "tracing"
2022-11-16 06:57:50 -08:00
version = "0.1.37"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2021-11-01 02:34:25 -07:00
dependencies = [
"cfg-if 1.0.0",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2022-11-16 06:57:50 -08:00
version = "0.1.23"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
2021-11-01 02:34:25 -07:00
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "tracing-core"
2022-11-16 06:57:50 -08:00
version = "0.1.30"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-08-24 04:56:50 -07:00
"once_cell",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "tracing-futures"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
dependencies = [
"pin-project",
"tracing",
]
[[package]]
name = "traitobject"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
[[package]]
name = "trees"
version = "0.4.2"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de5f738ceab88e2491a94ddc33c3feeadfa95fedc60363ef110845df12f3878"
2021-11-01 02:34:25 -07:00
[[package]]
name = "try-lock"
2023-02-04 17:43:18 -08:00
version = "0.2.4"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2021-11-01 02:34:25 -07:00
[[package]]
name = "tungstenite"
2022-08-24 04:56:50 -07:00
version = "0.17.3"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
2021-11-01 02:34:25 -07:00
dependencies = [
2022-11-16 06:57:50 -08:00
"base64 0.13.1",
2021-11-01 02:34:25 -07:00
"byteorder",
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
2021-11-01 02:34:25 -07:00
"http",
"httparse",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2022-03-23 10:39:42 -07:00
"rand 0.8.5",
"rustls",
"sha-1 0.10.1",
"thiserror",
2022-11-16 06:57:50 -08:00
"url 2.3.1",
2021-11-01 02:34:25 -07:00
"utf-8",
"webpki",
"webpki-roots",
2021-11-01 02:34:25 -07:00
]
2022-10-05 15:50:21 -07:00
[[package]]
name = "tungstenite"
version = "0.18.0"
2022-10-05 15:50:21 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788"
2022-10-05 15:50:21 -07:00
dependencies = [
"base64 0.13.1",
"byteorder",
"bytes 1.4.0",
"http",
"httparse",
"log 0.4.17",
"rand 0.8.5",
"sha1 0.10.5",
"thiserror",
"url 2.3.1",
"utf-8",
2022-10-05 15:50:21 -07:00
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "typeable"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887"
[[package]]
name = "typenum"
version = "1.16.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2021-11-01 02:34:25 -07:00
[[package]]
name = "unicase"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
dependencies = [
"version_check 0.1.5",
]
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
2022-01-04 01:38:49 -08:00
"version_check 0.9.4",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "unicode-bidi"
version = "0.3.13"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2022-08-24 04:56:50 -07:00
[[package]]
name = "unicode-ident"
version = "1.0.8"
2022-08-24 04:56:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
2021-11-01 02:34:25 -07:00
[[package]]
name = "unicode-normalization"
2022-11-16 06:57:50 -08:00
version = "0.1.22"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2021-11-01 02:34:25 -07:00
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-segmentation"
2023-02-04 17:43:18 -08:00
version = "1.10.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2021-11-01 02:34:25 -07:00
[[package]]
name = "unicode-width"
2022-11-16 06:57:50 -08:00
version = "0.1.10"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2021-11-01 02:34:25 -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"
2022-11-16 06:57:50 -08:00
version = "0.2.4"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2022-08-24 04:56:50 -07:00
[[package]]
name = "universal-hash"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
dependencies = [
"generic-array 0.14.7",
2022-08-24 04:56:50 -07:00
"subtle",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "unix_socket2"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b57c6eace16c00eccb98a28e85db3370eab0685bdd5e13831d59e2bcb49a1d8a"
dependencies = [
"libc",
]
[[package]]
name = "unreachable"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
dependencies = [
"void",
]
2022-11-16 06:57:50 -08:00
[[package]]
name = "unsize"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fa7a7a734c1a5664a662ddcea0b6c9472a21da8888c957c7f1eaa09dba7a939"
dependencies = [
"autocfg 1.1.0",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "uriparse"
2022-03-23 10:39:42 -07:00
version = "0.6.4"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 10:39:42 -07:00
checksum = "0200d0fc04d809396c2ad43f3c95da3582a2556eba8d453c1087f4120ee352ff"
2021-11-01 02:34:25 -07:00
dependencies = [
"fnv",
"lazy_static",
]
[[package]]
name = "url"
version = "1.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
dependencies = [
"idna 0.1.5",
"matches",
"percent-encoding 1.0.1",
]
[[package]]
name = "url"
2022-11-16 06:57:50 -08:00
version = "2.3.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2021-11-01 02:34:25 -07:00
dependencies = [
"form_urlencoded",
2022-11-16 06:57:50 -08:00
"idna 0.3.0",
"percent-encoding 2.2.0",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "users"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa4227e95324a443c9fcb06e03d4d85e91aabe9a5a02aa818688b6918b6af486"
dependencies = [
"libc",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
2021-11-01 02:34:25 -07:00
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.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
[[package]]
name = "version_check"
2022-01-04 01:38:49 -08:00
version = "0.9.4"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-04 01:38:49 -08:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2021-11-01 02:34:25 -07:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
[[package]]
name = "walkdir"
version = "2.3.3"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
2021-11-01 02:34:25 -07:00
dependencies = [
"same-file",
"winapi-util",
]
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2021-11-01 02:34:25 -07:00
"try-lock",
]
2022-10-05 15:50:21 -07:00
[[package]]
name = "warp"
version = "0.3.4"
2022-10-05 15:50:21 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27e1a710288f0f91a98dd8a74f05b76a10768db245ce183edf64dc1afdc3016c"
2022-10-05 15:50:21 -07:00
dependencies = [
2023-02-04 17:43:18 -08:00
"bytes 1.4.0",
2022-10-05 15:50:21 -07:00
"futures-channel",
"futures-util",
"headers",
"http",
"hyper 0.14.26",
2022-10-05 15:50:21 -07:00
"log 0.4.17",
"mime 0.3.17",
2022-10-05 15:50:21 -07:00
"mime_guess",
"multiparty",
2022-11-16 06:57:50 -08:00
"percent-encoding 2.2.0",
2022-10-05 15:50:21 -07:00
"pin-project",
"rustls-pemfile 1.0.2",
2022-10-05 15:50:21 -07:00
"scoped-tls",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-stream",
"tokio-tungstenite 0.18.0",
2022-10-05 15:50:21 -07:00
"tokio-util 0.7.2",
"tower-service",
"tracing",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wasi"
2022-08-24 04:56:50 -07:00
version = "0.10.0+wasi-snapshot-preview1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2021-11-01 02:34:25 -07:00
2022-03-23 10:39:42 -07:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2021-11-01 02:34:25 -07:00
[[package]]
name = "wasm-bindgen"
2023-02-04 17:43:18 -08:00
version = "0.2.84"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
2021-11-01 02:34:25 -07:00
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-02-04 17:43:18 -08:00
version = "0.2.84"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
2021-11-01 02:34:25 -07:00
dependencies = [
"bumpalo",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
"once_cell",
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2021-11-01 02:34:25 -07:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2023-02-04 17:43:18 -08:00
version = "0.4.34"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
2021-11-01 02:34:25 -07:00
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2023-02-04 17:43:18 -08:00
version = "0.2.84"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
2021-11-01 02:34:25 -07:00
dependencies = [
"quote 1.0.26",
2021-11-01 02:34:25 -07:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-02-04 17:43:18 -08:00
version = "0.2.84"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
2021-11-01 02:34:25 -07:00
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 1.0.109",
2021-11-01 02:34:25 -07:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-02-04 17:43:18 -08:00
version = "0.2.84"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
2021-11-01 02:34:25 -07:00
[[package]]
name = "web-sys"
2023-02-04 17:43:18 -08:00
version = "0.3.61"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
2021-11-01 02:34:25 -07:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2022-01-04 01:38:49 -08:00
[[package]]
name = "webpki"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
"ring",
"untrusted",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "webpki-roots"
version = "0.22.6"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
2021-11-01 02:34:25 -07:00
dependencies = [
"webpki",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "websocket"
version = "0.24.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413b37840b9e27b340ce91b319ede10731de8c72f5bc4cb0206ec1ca4ce581d0"
2021-11-01 02:34:25 -07:00
dependencies = [
"bytes 0.4.12",
"futures 0.1.31",
"hyper 0.10.16",
"native-tls",
"rand 0.6.5",
"tokio-codec",
"tokio-io",
"tokio-reactor",
"tokio-tcp",
"tokio-tls",
"unicase 1.4.2",
"url 1.7.2",
"websocket-base",
]
[[package]]
name = "websocket-base"
version = "0.24.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e3810f0d00c4dccb54c30a4eee815e703232819dec7b007db115791c42aa374"
2021-11-01 02:34:25 -07:00
dependencies = [
"base64 0.10.1",
"bitflags",
"byteorder",
"bytes 0.4.12",
"futures 0.1.31",
"native-tls",
"rand 0.6.5",
"sha1 0.6.1",
2021-11-01 02:34:25 -07:00
"tokio-codec",
"tokio-io",
"tokio-tcp",
"tokio-tls",
]
[[package]]
name = "which"
2023-02-04 17:43:18 -08:00
version = "4.4.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
2021-11-01 02:34:25 -07:00
dependencies = [
"either",
"libc",
2022-11-16 06:57:50 -08:00
"once_cell",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
[[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-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
[[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 0.3.9",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
dependencies = [
"windows-targets 0.48.0",
]
2022-11-16 06:57:50 -08:00
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
2022-11-16 06:57:50 -08:00
]
[[package]]
2023-02-04 17:43:18 -08:00
name = "windows-sys"
version = "0.45.0"
2022-11-16 06:57:50 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-04 17:43:18 -08:00
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.0",
]
[[package]]
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
2023-02-04 17:43:18 -08:00
]
2022-11-16 06:57:50 -08:00
2022-03-23 10:39:42 -07:00
[[package]]
2023-02-04 17:43:18 -08:00
name = "windows-targets"
version = "0.48.0"
2022-03-23 10:39:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
2023-02-04 17:43:18 -08:00
dependencies = [
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
2023-02-04 17:43:18 -08:00
]
2022-03-23 10:39:42 -07:00
2022-11-16 06:57:50 -08:00
[[package]]
2023-02-04 17:43:18 -08:00
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.2"
2022-11-16 06:57:50 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2022-11-16 06:57:50 -08:00
2022-03-23 10:39:42 -07:00
[[package]]
2023-02-04 17:43:18 -08:00
name = "windows_aarch64_msvc"
version = "0.48.0"
2022-03-23 10:39:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2022-03-23 10:39:42 -07:00
2022-11-16 06:57:50 -08:00
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
2022-11-16 06:57:50 -08:00
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"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2022-11-16 06:57:50 -08:00
2022-03-23 10:39:42 -07:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
2022-03-23 10:39:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2022-11-16 06:57:50 -08:00
2022-03-23 10:39:42 -07:00
[[package]]
name = "windows_x86_64_gnu"
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"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
2022-03-23 10:39:42 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2022-11-16 06:57:50 -08:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
2022-11-16 06:57:50 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2022-11-16 06:57:50 -08:00
2022-03-23 10:39:42 -07:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
2022-03-23 10:39:42 -07:00
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"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
[[package]]
name = "winnow"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28"
dependencies = [
"memchr",
]
2022-11-16 06:57:50 -08:00
2021-11-01 02:34:25 -07:00
[[package]]
name = "winreg"
2022-03-23 10:39:42 -07:00
version = "0.10.1"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 10:39:42 -07:00
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
2021-11-01 02:34:25 -07:00
dependencies = [
"winapi 0.3.9",
]
2021-11-04 01:57:55 -07:00
[[package]]
name = "without-alloc"
2022-11-16 06:57:50 -08:00
version = "0.2.2"
2021-11-04 01:57:55 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 06:57:50 -08:00
checksum = "375db0478b203b950ef10d1cce23cdbe5f30c2454fd9e7673ff56656df23adbb"
2021-11-04 01:57:55 -07:00
dependencies = [
"alloc-traits",
2022-11-16 06:57:50 -08:00
"unsize",
2021-11-04 01:57:55 -07:00
]
2022-03-28 10:58:14 -07:00
[[package]]
name = "ws"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25fe90c75f236a0a00247d5900226aea4f2d7b05ccc34da9e7a8880ff59b5848"
dependencies = [
"byteorder",
"bytes 0.4.12",
"httparse",
2022-08-24 04:56:50 -07:00
"log 0.4.17",
2022-03-28 10:58:14 -07:00
"mio 0.6.23",
"mio-extras",
"rand 0.7.3",
"sha-1 0.8.2",
"slab",
2022-11-16 06:57:50 -08:00
"url 2.3.1",
2022-03-28 10:58:14 -07:00
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
2022-08-24 04:56:50 -07:00
[[package]]
name = "x509-parser"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8"
dependencies = [
"asn1-rs",
2022-11-16 06:57:50 -08:00
"base64 0.13.1",
2022-08-24 04:56:50 -07:00
"data-encoding",
"der-parser",
"lazy_static",
"nom",
"oid-registry",
"rusticata-macros",
"thiserror",
"time 0.3.20",
2022-08-24 04:56:50 -07:00
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "xattr"
2022-08-24 04:56:50 -07:00
version = "0.2.3"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
2021-11-01 02:34:25 -07:00
dependencies = [
"libc",
]
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]
2021-11-04 01:57:55 -07:00
[[package]]
name = "yansi"
2022-03-23 10:39:42 -07:00
version = "0.5.1"
2021-11-04 01:57:55 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 10:39:42 -07:00
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
2021-11-04 01:57:55 -07:00
[[package]]
name = "yasna"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
dependencies = [
"time 0.3.20",
]
[[package]]
name = "yellowstone-grpc-proto"
version = "1.1.0+solana.1.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c2688c6f1d930f21f580829f6f896d7d38f90d5b2272e53a8f69a82e72b656f"
dependencies = [
"anyhow",
"prost 0.11.9",
"protobuf-src",
"tonic",
"tonic-build 0.8.4",
]
2021-11-01 02:34:25 -07:00
[[package]]
name = "zeroize"
2022-08-24 04:56:50 -07:00
version = "1.3.0"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
2021-11-01 02:34:25 -07:00
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
version = "1.4.2"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
2021-11-01 02:34:25 -07:00
dependencies = [
"proc-macro2 1.0.56",
"quote 1.0.26",
"syn 2.0.15",
2021-11-01 02:34:25 -07:00
]
[[package]]
name = "zstd"
2022-08-24 04:56:50 -07:00
version = "0.11.2+zstd.1.5.2"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
2021-11-01 02:34:25 -07:00
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
2022-08-24 04:56:50 -07:00
version = "5.0.2+zstd.1.5.2"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-24 04:56:50 -07:00
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
2021-11-01 02:34:25 -07:00
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
version = "2.0.8+zstd.1.5.5"
2021-11-01 02:34:25 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
2021-11-01 02:34:25 -07:00
dependencies = [
"cc",
"libc",
2023-02-04 17:43:18 -08:00
"pkg-config",
2021-11-01 02:34:25 -07:00
]