7190 lines
159 KiB
TOML
7190 lines
159 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 3
|
|
|
|
[[package]]
|
|
name = "Inflector"
|
|
version = "0.11.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "adler"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
[[package]]
|
|
name = "aead"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b613b8e1e3cf911a086f53f03bf286f52fd7a7258e4fa606f0ef220d39d8877"
|
|
dependencies = [
|
|
"generic-array 0.14.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aes"
|
|
version = "0.7.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
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",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ahash"
|
|
version = "0.7.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
dependencies = [
|
|
"getrandom 0.2.4",
|
|
"once_cell",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aho-corasick"
|
|
version = "0.7.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aliasable"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
|
|
|
|
[[package]]
|
|
name = "alloc-no-stdlib"
|
|
version = "2.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "35ef4730490ad1c4eae5c4325b2a95f521d023e5c885853ff7aca0a6a1631db3"
|
|
|
|
[[package]]
|
|
name = "alloc-stdlib"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"
|
|
dependencies = [
|
|
"alloc-no-stdlib",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ansi_term"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anyhow"
|
|
version = "1.0.57"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
|
|
|
|
[[package]]
|
|
name = "arc-swap"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c5d78ce20460b82d3fa150275ed9d55e21064fc7951177baacf86a145c4a4b1f"
|
|
|
|
[[package]]
|
|
name = "arrayref"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
[[package]]
|
|
name = "arrayvec"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be4dc07131ffa69b8072d35f5007352af944213cde02545e2103680baed38fcd"
|
|
|
|
[[package]]
|
|
name = "ascii"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e"
|
|
|
|
[[package]]
|
|
name = "asn1-rs"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cf6690c370453db30743b373a60ba498fc0d6d83b11f4abfd87a84a075db5dd4"
|
|
dependencies = [
|
|
"asn1-rs-derive",
|
|
"asn1-rs-impl",
|
|
"displaydoc",
|
|
"nom",
|
|
"num-traits",
|
|
"rusticata-macros",
|
|
"thiserror",
|
|
"time 0.3.9",
|
|
]
|
|
|
|
[[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.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
"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.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "assert_matches"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
|
|
|
|
[[package]]
|
|
name = "async-compression"
|
|
version = "0.3.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "345fd392ab01f746c717b1357165b76f0b67a60192007b234058c9045fdcf695"
|
|
dependencies = [
|
|
"brotli",
|
|
"flate2",
|
|
"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-stream"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dad5c83079eae9969be7fadefe640a1c566901f05ff91ab221de4b6f68d9507e"
|
|
dependencies = [
|
|
"async-stream-impl",
|
|
"futures-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-stream-impl"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "10f203db73a71dfa2fb6dd22763990fa26f3d2625a6da2da900d23b87d26be27"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-trait"
|
|
version = "0.1.53"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "atty"
|
|
version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
dependencies = [
|
|
"hermit-abi",
|
|
"libc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "autocfg"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
|
|
|
[[package]]
|
|
name = "axum"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f523b4e98ba6897ae90994bc18423d9877c54f9047b06a00ddc8122a957b1c70"
|
|
dependencies = [
|
|
"async-trait",
|
|
"axum-core",
|
|
"bitflags",
|
|
"bytes",
|
|
"futures-util",
|
|
"http",
|
|
"http-body",
|
|
"hyper",
|
|
"itoa",
|
|
"matchit",
|
|
"memchr",
|
|
"mime",
|
|
"percent-encoding 2.1.0",
|
|
"pin-project-lite",
|
|
"serde",
|
|
"sync_wrapper",
|
|
"tokio",
|
|
"tower",
|
|
"tower-http",
|
|
"tower-layer",
|
|
"tower-service",
|
|
]
|
|
|
|
[[package]]
|
|
name = "axum-core"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d3ddbd16eabff8b45f21b98671fddcc93daaa7ac4c84f8473693437226040de5"
|
|
dependencies = [
|
|
"async-trait",
|
|
"bytes",
|
|
"futures-util",
|
|
"http",
|
|
"http-body",
|
|
"mime",
|
|
]
|
|
|
|
[[package]]
|
|
name = "backoff"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
|
|
dependencies = [
|
|
"futures-core",
|
|
"getrandom 0.2.4",
|
|
"instant",
|
|
"pin-project-lite",
|
|
"rand 0.8.5",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
[[package]]
|
|
name = "base64ct"
|
|
version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "71acf5509fc522cce1b100ac0121c635129bfd4d91cdf036bcc9b9935f97ccf5"
|
|
|
|
[[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.59.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cexpr",
|
|
"clang-sys",
|
|
"lazy_static",
|
|
"lazycell",
|
|
"peeking_take_while",
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"regex",
|
|
"rustc-hash",
|
|
"shlex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "1.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
[[package]]
|
|
name = "bitmaps"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
|
|
dependencies = [
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blake3"
|
|
version = "1.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a08e53fc5a564bb15bfe6fae56bd71522205f1f91893f9c0116edad6496c183f"
|
|
dependencies = [
|
|
"arrayref",
|
|
"arrayvec",
|
|
"cc",
|
|
"cfg-if 1.0.0",
|
|
"constant_time_eq",
|
|
"digest 0.10.3",
|
|
]
|
|
|
|
[[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 1.4.3",
|
|
"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.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "block-buffer"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f1d36a02058e76b040de25a4464ba1c80935655595b661505c8b39b664828b95"
|
|
dependencies = [
|
|
"generic-array 0.14.5",
|
|
]
|
|
|
|
[[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"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "15bf3650200d8bffa99015595e10f1fbd17de07abbc25bb067da79e769939bfa"
|
|
dependencies = [
|
|
"borsh-derive",
|
|
"hashbrown 0.11.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "borsh-derive"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6441c552f230375d18e3cc377677914d2ca2b0d36e52129fe15450a2dce46775"
|
|
dependencies = [
|
|
"borsh-derive-internal",
|
|
"borsh-schema-derive-internal",
|
|
"proc-macro-crate 0.1.5",
|
|
"proc-macro2 1.0.38",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "borsh-derive-internal"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5449c28a7b352f2d1e592a8a28bf139bc71afb0764a14f3c02500935d8c44065"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "borsh-schema-derive-internal"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cdbd5696d8bfa21d53d9fe39a714a18538bad11492a42d066dbbc395fb1951c0"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "brotli"
|
|
version = "3.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
|
|
dependencies = [
|
|
"alloc-no-stdlib",
|
|
"alloc-stdlib",
|
|
"brotli-decompressor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "brotli-decompressor"
|
|
version = "2.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
|
|
dependencies = [
|
|
"alloc-no-stdlib",
|
|
"alloc-stdlib",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bs58"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
|
|
|
|
[[package]]
|
|
name = "bstr"
|
|
version = "0.2.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bumpalo"
|
|
version = "3.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5356f1d23ee24a1f785a56d1d1a5f0fd5b0f6a0c0fb2412ce11da71649ab78f6"
|
|
|
|
[[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 = "bytemuck"
|
|
version = "1.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c53dfa917ec274df8ed3c572698f381a24eef2efba9492d797301b72b6db408a"
|
|
dependencies = [
|
|
"bytemuck_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bytemuck_derive"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "562e382481975bc61d11275ac5e62a19abd00b0547d99516a415336f183dcd0e"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0fc10e8cc6b2580fda3f36eb6dc5316657f812a3df879a44a66fc9f0fdbc4855"
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
[[package]]
|
|
name = "bytes"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
|
|
|
[[package]]
|
|
name = "bzip2"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6afcd980b5f3a45017c57e57a2fcccbb351cc43a356ce117ef760ef8052b89b0"
|
|
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",
|
|
]
|
|
|
|
[[package]]
|
|
name = "caps"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "61bf7211aad104ce2769ec05efcdfabf85ee84ac92461d142f22cf8badd0e54c"
|
|
dependencies = [
|
|
"errno",
|
|
"libc",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.0.67"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
|
|
dependencies = [
|
|
"jobserver",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cexpr"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
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.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
|
dependencies = [
|
|
"libc",
|
|
"num-integer",
|
|
"num-traits",
|
|
"serde",
|
|
"time 0.1.43",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chrono-humanize"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2eddc119501d583fd930cb92144e605f44e0252c38dd89d9247fffa1993375cb"
|
|
dependencies = [
|
|
"chrono",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cipher"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
|
|
dependencies = [
|
|
"generic-array 0.14.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cipher"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d1873270f8f7942c191139cb8a40fd228da6c3fd2fc376d7e92d47aa14aeb59e"
|
|
dependencies = [
|
|
"crypto-common",
|
|
"inout",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clang-sys"
|
|
version = "1.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4cc00842eed744b858222c4c9faf7243aafc6d33f92f96935263ef4d8a41ce21"
|
|
dependencies = [
|
|
"glob",
|
|
"libc",
|
|
"libloading",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap"
|
|
version = "2.33.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
|
dependencies = [
|
|
"ansi_term",
|
|
"atty",
|
|
"bitflags",
|
|
"strsim 0.8.0",
|
|
"textwrap 0.11.0",
|
|
"unicode-width",
|
|
"vec_map",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap"
|
|
version = "3.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d8c93436c21e4698bacadf42917db28b23017027a4deccb35dbe47a7e7840123"
|
|
dependencies = [
|
|
"atty",
|
|
"bitflags",
|
|
"indexmap",
|
|
"lazy_static",
|
|
"os_str_bytes",
|
|
"strsim 0.10.0",
|
|
"termcolor",
|
|
"textwrap 0.15.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cmake"
|
|
version = "0.1.46"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b7b858541263efe664aead4a5209a4ae5c5d2811167d4ed4ee0944503f8d2089"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "combine"
|
|
version = "3.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680"
|
|
dependencies = [
|
|
"ascii",
|
|
"byteorder 1.4.3",
|
|
"either",
|
|
"memchr",
|
|
"unreachable",
|
|
]
|
|
|
|
[[package]]
|
|
name = "console"
|
|
version = "0.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31"
|
|
dependencies = [
|
|
"encode_unicode",
|
|
"libc",
|
|
"once_cell",
|
|
"regex",
|
|
"terminal_size",
|
|
"unicode-width",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "console_error_panic_hook"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "console_log"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "501a375961cef1a0d44767200e66e4a559283097e91d0730b1d75dfb2f8a1494"
|
|
dependencies = [
|
|
"log",
|
|
"web-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const-oid"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e4c78c047431fee22c1a7bb92e00ad095a02a983affe4d8a72e2a2c62c1b94f3"
|
|
|
|
[[package]]
|
|
name = "constant_time_eq"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
[[package]]
|
|
name = "convert_case"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
[[package]]
|
|
name = "core-foundation"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
|
dependencies = [
|
|
"core-foundation-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-foundation-sys"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
|
|
|
[[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.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crc32fast"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-channel"
|
|
version = "0.5.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4c02a4d71819009c192cf4872265391563fd6a84c81ff2c0f2a7026ca4c1d85c"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-deque"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"crossbeam-epoch",
|
|
"crossbeam-utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-epoch"
|
|
version = "0.9.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"crossbeam-utils",
|
|
"lazy_static",
|
|
"memoffset",
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-utils"
|
|
version = "0.8.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crunchy"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
[[package]]
|
|
name = "crypto-common"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
|
|
dependencies = [
|
|
"generic-array 0.14.5",
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crypto-mac"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
|
|
dependencies = [
|
|
"generic-array 0.14.5",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ctr"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "049bb91fb4aaf0e3c7efa6cd5ef877dbbbd15b39dad06d9948de4ec8a75761ea"
|
|
dependencies = [
|
|
"cipher 0.3.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "curve25519-dalek"
|
|
version = "3.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "90f9d052967f590a76e62eb387bd0bbb1b000182c3cefe5364db6b7211651bc0"
|
|
dependencies = [
|
|
"byteorder 1.4.3",
|
|
"digest 0.9.0",
|
|
"rand_core 0.5.1",
|
|
"serde",
|
|
"subtle",
|
|
"zeroize",
|
|
]
|
|
|
|
[[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",
|
|
]
|
|
|
|
[[package]]
|
|
name = "data-encoding"
|
|
version = "2.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3ee2393c4a91429dffb4bedf19f4d6abf27d8a732c8ce4980305d782e5426d57"
|
|
|
|
[[package]]
|
|
name = "der"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6919815d73839e7ad218de758883aae3a257ba6759ce7a9992501efbb53d705c"
|
|
dependencies = [
|
|
"const-oid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "der-parser"
|
|
version = "8.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42d4bc9b0db0a0df9ae64634ac5bdefb7afcb534e182275ca0beadbe486701c1"
|
|
dependencies = [
|
|
"asn1-rs",
|
|
"displaydoc",
|
|
"nom",
|
|
"num-bigint 0.4.3",
|
|
"num-traits",
|
|
"rusticata-macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derivation-path"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e5c37193a1db1d8ed868c03ec7b152175f26160a5b740e5e484143877e0adf0"
|
|
|
|
[[package]]
|
|
name = "derive_more"
|
|
version = "0.99.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
|
dependencies = [
|
|
"convert_case",
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"rustc_version",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dialoguer"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d8c8ae48e400addc32a8710c8d62d55cb84249a7d58ac4cd959daecfbaddc545"
|
|
dependencies = [
|
|
"console",
|
|
"tempfile",
|
|
"zeroize",
|
|
]
|
|
|
|
[[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.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "digest"
|
|
version = "0.10.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
|
|
dependencies = [
|
|
"block-buffer 0.10.0",
|
|
"crypto-common",
|
|
"subtle",
|
|
]
|
|
|
|
[[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-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-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",
|
|
]
|
|
|
|
[[package]]
|
|
name = "displaydoc"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3bf95dc3f046b9da4f2d51833c0d3547d8564ef6910f5c1ed130306a75b92886"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[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",
|
|
]
|
|
|
|
[[package]]
|
|
name = "eager"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "abe71d579d1812060163dff96056261deb5bf6729b100fa2e36a68b9649ba3d3"
|
|
|
|
[[package]]
|
|
name = "ed25519"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bf038a7b6fd7ef78ad3348b63f3a17550877b0e28f8d68bcc94894d1412158bc"
|
|
dependencies = [
|
|
"signature",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ed25519-dalek"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
|
|
dependencies = [
|
|
"curve25519-dalek",
|
|
"ed25519",
|
|
"rand 0.7.3",
|
|
"serde",
|
|
"sha2 0.9.9",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ed25519-dalek-bip32"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9d2be62a4061b872c8c0873ee4fc6f101ce7b889d039f019c5fa2af471a59908"
|
|
dependencies = [
|
|
"derivation-path",
|
|
"ed25519-dalek",
|
|
"hmac 0.12.1",
|
|
"sha2 0.10.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "educe"
|
|
version = "0.4.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f86b50932a01e7ec5c06160492ab660fb19b6bb2a7878030dd6cd68d21df9d4d"
|
|
dependencies = [
|
|
"enum-ordinalize",
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "either"
|
|
version = "1.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
[[package]]
|
|
name = "elf"
|
|
version = "0.0.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4841de15dbe0e49b9b62a417589299e3be0d557e0900d36acb87e6dae47197f5"
|
|
dependencies = [
|
|
"byteorder 0.5.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encode_unicode"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
[[package]]
|
|
name = "encoding_rs"
|
|
version = "0.8.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e8ac63f94732332f44fe654443c46f6375d1939684c17b0afb6cb56b0456e171"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum-iterator"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2953d1df47ac0eb70086ccabf0275aa8da8591a28bd358ee2b52bd9f9e3ff9e9"
|
|
dependencies = [
|
|
"enum-iterator-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum-iterator-derive"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8958699f9359f0b04e691a13850d48b7de329138023876d07cbd024c2c820598"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum-ordinalize"
|
|
version = "3.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b166c9e378360dd5a6666a9604bb4f54ae0cac39023ffbac425e917a2a04fef"
|
|
dependencies = [
|
|
"num-bigint 0.4.3",
|
|
"num-traits",
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum_dispatch"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0eb359f1476bf611266ac1f5355bc14aeca37b299d0ebccc038ee7058891c9cb"
|
|
dependencies = [
|
|
"once_cell",
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "env_logger"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
|
|
dependencies = [
|
|
"atty",
|
|
"humantime",
|
|
"log",
|
|
"regex",
|
|
"termcolor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "errno"
|
|
version = "0.2.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
|
dependencies = [
|
|
"errno-dragonfly",
|
|
"libc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "errno-dragonfly"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "etcd-client"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3bfae4cb9cd8c3c2a552d45e155cafd079f385a3b9421b9a010878f44531f1e"
|
|
dependencies = [
|
|
"http",
|
|
"prost 0.9.0",
|
|
"tokio",
|
|
"tokio-stream",
|
|
"tonic 0.6.2",
|
|
"tonic-build 0.6.2",
|
|
"tower-service",
|
|
]
|
|
|
|
[[package]]
|
|
name = "event-listener"
|
|
version = "2.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
|
|
|
|
[[package]]
|
|
name = "fake-simd"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
|
|
|
[[package]]
|
|
name = "fast-math"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2465292146cdfc2011350fe3b1c616ac83cf0faeedb33463ba1c332ed8948d66"
|
|
dependencies = [
|
|
"ieee754",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fastrand"
|
|
version = "1.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2"
|
|
dependencies = [
|
|
"instant",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fd-lock"
|
|
version = "3.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "46e245f4c8ec30c6415c56cb132c07e69e74f1942f6b4a4061da748b49f486ca"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"rustix",
|
|
"windows-sys 0.30.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "feature-probe"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "835a3dc7d1ec9e75e2b5fb4ba75396837112d2060b03f7d43bc1897c7f7211da"
|
|
|
|
[[package]]
|
|
name = "filetime"
|
|
version = "0.2.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "affc17579b132fc2461adf7c575cc6e8b134ebca52c51f5411388965227dc695"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"libc",
|
|
"redox_syscall 0.1.56",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fixedbitset"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "279fb028e20b3c4c320317955b77c5e0c9701f05a1d309905d6fc702cdc5053e"
|
|
|
|
[[package]]
|
|
name = "flate2"
|
|
version = "1.0.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
|
|
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"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
|
dependencies = [
|
|
"matches",
|
|
"percent-encoding 2.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fs_extra"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"
|
|
|
|
[[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.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-executor",
|
|
"futures-io",
|
|
"futures-sink",
|
|
"futures-task",
|
|
"futures-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-channel"
|
|
version = "0.3.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-sink",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-core"
|
|
version = "0.3.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
|
|
|
|
[[package]]
|
|
name = "futures-executor"
|
|
version = "0.3.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-task",
|
|
"futures-util",
|
|
"num_cpus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-io"
|
|
version = "0.3.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
|
|
|
|
[[package]]
|
|
name = "futures-macro"
|
|
version = "0.3.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-sink"
|
|
version = "0.3.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
|
|
|
|
[[package]]
|
|
name = "futures-task"
|
|
version = "0.3.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
|
|
|
|
[[package]]
|
|
name = "futures-util"
|
|
version = "0.3.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
|
|
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 1.4.3",
|
|
]
|
|
|
|
[[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.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
|
|
dependencies = [
|
|
"serde",
|
|
"typenum",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gethostname"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getrandom"
|
|
version = "0.1.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"libc",
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getrandom"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"js-sys",
|
|
"libc",
|
|
"wasi 0.10.1+wasi-snapshot-preview1",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glob"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
[[package]]
|
|
name = "globset"
|
|
version = "0.4.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "10463d9ff00a2a068db14231982f5132edebad0d7660cd956a1c30292dbcbfbd"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"bstr",
|
|
"fnv",
|
|
"log",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "goauth"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8457926bf7016133268f52fb6c0a636747fa2cccd8aa5afbef7347a01ca9b4e3"
|
|
dependencies = [
|
|
"arc-swap",
|
|
"futures 0.3.21",
|
|
"log",
|
|
"reqwest",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"simpl",
|
|
"smpl_jwt",
|
|
"time 0.3.9",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "goblin"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c955ab4e0ad8c843ea653a3d143048b87490d9be56bd7132a435c2407846ac8f"
|
|
dependencies = [
|
|
"log",
|
|
"plain",
|
|
"scroll",
|
|
]
|
|
|
|
[[package]]
|
|
name = "h2"
|
|
version = "0.3.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e"
|
|
dependencies = [
|
|
"bytes",
|
|
"fnv",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"futures-util",
|
|
"http",
|
|
"indexmap",
|
|
"slab",
|
|
"tokio",
|
|
"tokio-util 0.6.9",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hash32"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
|
|
dependencies = [
|
|
"byteorder 1.4.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.11.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
dependencies = [
|
|
"ahash",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "db0d4cf898abf0081f964436dc980e96670a0f36863e4b83aaacdb65c9d7ccc3"
|
|
|
|
[[package]]
|
|
name = "headers"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4cff78e5788be1e0ab65b04d306b2ed5092c815ec97ec70f4ebd5aee158aa55d"
|
|
dependencies = [
|
|
"base64 0.13.0",
|
|
"bitflags",
|
|
"bytes",
|
|
"headers-core",
|
|
"http",
|
|
"httpdate",
|
|
"mime",
|
|
"sha-1 0.10.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "headers-core"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
|
|
dependencies = [
|
|
"http",
|
|
]
|
|
|
|
[[package]]
|
|
name = "heck"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
dependencies = [
|
|
"unicode-segmentation",
|
|
]
|
|
|
|
[[package]]
|
|
name = "heck"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
|
|
|
[[package]]
|
|
name = "hermit-abi"
|
|
version = "0.1.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "91780f809e750b0a89f5544be56617ff6b1227ee485bcb06ebe10cdf89bd3b71"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "histogram"
|
|
version = "0.6.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "12cb882ccb290b8646e554b157ab0b71e64e8d5bef775cd66b6531e52d302669"
|
|
|
|
[[package]]
|
|
name = "hmac"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
|
|
dependencies = [
|
|
"crypto-mac",
|
|
"digest 0.9.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hmac"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
dependencies = [
|
|
"digest 0.10.3",
|
|
]
|
|
|
|
[[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.5",
|
|
"hmac 0.8.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http"
|
|
version = "0.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
|
|
dependencies = [
|
|
"bytes",
|
|
"fnv",
|
|
"itoa",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http-body"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
|
|
dependencies = [
|
|
"bytes",
|
|
"http",
|
|
"pin-project-lite",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http-range-header"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
|
|
|
|
[[package]]
|
|
name = "httparse"
|
|
version = "1.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6330e8a36bd8c859f3fa6d9382911fbb7147ec39807f63b923933a247240b9ba"
|
|
|
|
[[package]]
|
|
name = "httpdate"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"
|
|
|
|
[[package]]
|
|
name = "humantime"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
|
|
|
|
[[package]]
|
|
name = "hyper"
|
|
version = "0.14.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-util",
|
|
"h2",
|
|
"http",
|
|
"http-body",
|
|
"httparse",
|
|
"httpdate",
|
|
"itoa",
|
|
"pin-project-lite",
|
|
"socket2",
|
|
"tokio",
|
|
"tower-service",
|
|
"tracing",
|
|
"want",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-proxy"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ca815a891b24fdfb243fa3239c86154392b0953ee584aa1a2a1f66d20cbe75cc"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures 0.3.21",
|
|
"headers",
|
|
"http",
|
|
"hyper",
|
|
"hyper-tls",
|
|
"native-tls",
|
|
"tokio",
|
|
"tokio-native-tls",
|
|
"tower-service",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-rustls"
|
|
version = "0.23.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"
|
|
dependencies = [
|
|
"http",
|
|
"hyper",
|
|
"rustls 0.20.6",
|
|
"tokio",
|
|
"tokio-rustls 0.23.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-timeout"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
|
|
dependencies = [
|
|
"hyper",
|
|
"pin-project-lite",
|
|
"tokio",
|
|
"tokio-io-timeout",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-tls"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
dependencies = [
|
|
"bytes",
|
|
"hyper",
|
|
"native-tls",
|
|
"tokio",
|
|
"tokio-native-tls",
|
|
]
|
|
|
|
[[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"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
|
|
dependencies = [
|
|
"matches",
|
|
"unicode-bidi",
|
|
"unicode-normalization",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ieee754"
|
|
version = "0.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9007da9cacbd3e6343da136e98b0d2df013f553d35bdec8b518f07bea768e19c"
|
|
|
|
[[package]]
|
|
name = "im"
|
|
version = "15.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d0acd33ff0285af998aaf9b57342af478078f53492322fafc47450e09397e0e9"
|
|
dependencies = [
|
|
"bitmaps",
|
|
"rand_core 0.6.3",
|
|
"rand_xoshiro",
|
|
"rayon",
|
|
"serde",
|
|
"sized-chunks",
|
|
"typenum",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "index_list"
|
|
version = "0.2.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a9d968042a4902e08810946fc7cd5851eb75e80301342305af755ca06cb82ce"
|
|
|
|
[[package]]
|
|
name = "indexmap"
|
|
version = "1.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
|
|
dependencies = [
|
|
"autocfg",
|
|
"hashbrown 0.12.1",
|
|
"rayon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "indicatif"
|
|
version = "0.16.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
|
|
dependencies = [
|
|
"console",
|
|
"lazy_static",
|
|
"number_prefix",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inout"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9e1f03d4ab4d5dc9ec2d219f86c15d2a15fc08239d1cd3b2d6a19717c0a2f443"
|
|
dependencies = [
|
|
"generic-array 0.14.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "instant"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "io-lifetimes"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9448015e586b611e5d322f6703812bbca2f1e709d5773ecd38ddb4e3bb649504"
|
|
|
|
[[package]]
|
|
name = "ipnet"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
|
|
|
|
[[package]]
|
|
name = "itertools"
|
|
version = "0.10.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
|
|
dependencies = [
|
|
"either",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itoa"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
|
|
|
[[package]]
|
|
name = "jobserver"
|
|
version = "0.1.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "js-sys"
|
|
version = "0.3.58"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3fac17f7123a73ca62df411b1bf727ccc805daa070338fda671c86dac1bdc27"
|
|
dependencies = [
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "json5"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
|
|
dependencies = [
|
|
"pest",
|
|
"pest_derive",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpc-client-transports"
|
|
version = "18.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d2b99d4207e2a04fb4581746903c2bb7eb376f88de9c699d0f3e10feeac0cd3a"
|
|
dependencies = [
|
|
"derive_more",
|
|
"futures 0.3.21",
|
|
"jsonrpc-core",
|
|
"jsonrpc-pubsub",
|
|
"jsonrpc-server-utils",
|
|
"log",
|
|
"parity-tokio-ipc",
|
|
"serde",
|
|
"serde_json",
|
|
"tokio",
|
|
"url 1.7.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpc-core"
|
|
version = "18.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
|
|
dependencies = [
|
|
"futures 0.3.21",
|
|
"futures-executor",
|
|
"futures-util",
|
|
"log",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpc-core-client"
|
|
version = "18.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b51da17abecbdab3e3d4f26b01c5ec075e88d3abe3ab3b05dc9aa69392764ec0"
|
|
dependencies = [
|
|
"futures 0.3.21",
|
|
"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.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[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.21",
|
|
"hyper",
|
|
"jsonrpc-core",
|
|
"jsonrpc-server-utils",
|
|
"log",
|
|
"net2",
|
|
"parking_lot 0.11.2",
|
|
"unicase",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpc-ipc-server"
|
|
version = "18.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "382bb0206323ca7cda3dcd7e245cea86d37d02457a02a975e3378fb149a48845"
|
|
dependencies = [
|
|
"futures 0.3.21",
|
|
"jsonrpc-core",
|
|
"jsonrpc-server-utils",
|
|
"log",
|
|
"parity-tokio-ipc",
|
|
"parking_lot 0.11.2",
|
|
"tower-service",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpc-pubsub"
|
|
version = "18.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "240f87695e6c6f62fb37f05c02c04953cf68d6408b8c1c89de85c7a0125b1011"
|
|
dependencies = [
|
|
"futures 0.3.21",
|
|
"jsonrpc-core",
|
|
"lazy_static",
|
|
"log",
|
|
"parking_lot 0.11.2",
|
|
"rand 0.7.3",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpc-server-utils"
|
|
version = "18.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures 0.3.21",
|
|
"globset",
|
|
"jsonrpc-core",
|
|
"lazy_static",
|
|
"log",
|
|
"tokio",
|
|
"tokio-stream",
|
|
"tokio-util 0.6.9",
|
|
"unicase",
|
|
]
|
|
|
|
[[package]]
|
|
name = "keccak"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"
|
|
|
|
[[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 = "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.126"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
|
|
|
|
[[package]]
|
|
name = "libloading"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libm"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "33a33a362ce288760ec6a508b94caaec573ae7d3bbbd91b87aa0bad4456839db"
|
|
|
|
[[package]]
|
|
name = "librocksdb-sys"
|
|
version = "0.6.1+6.28.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "81bc587013734dadb7cf23468e531aa120788b87243648be42e2d3a072186291"
|
|
dependencies = [
|
|
"bindgen",
|
|
"bzip2-sys",
|
|
"cc",
|
|
"glob",
|
|
"libc",
|
|
"libz-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libsecp256k1"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c9d220bc1feda2ac231cb78c3d26f27676b8cf82c96971f7aeef3d0cf2797c73"
|
|
dependencies = [
|
|
"arrayref",
|
|
"base64 0.12.3",
|
|
"digest 0.9.0",
|
|
"hmac-drbg",
|
|
"libsecp256k1-core",
|
|
"libsecp256k1-gen-ecmult",
|
|
"libsecp256k1-gen-genmult",
|
|
"rand 0.7.3",
|
|
"serde",
|
|
"sha2 0.9.9",
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libsecp256k1-core"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d0f6ab710cec28cef759c5f18671a27dae2a5f952cdaaee1d8e2908cb2478a80"
|
|
dependencies = [
|
|
"crunchy",
|
|
"digest 0.9.0",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libsecp256k1-gen-ecmult"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ccab96b584d38fac86a83f07e659f0deafd0253dc096dab5a36d53efe653c5c3"
|
|
dependencies = [
|
|
"libsecp256k1-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libsecp256k1-gen-genmult"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "67abfe149395e3aa1c48a2beb32b068e2334402df8181f818d3aee2b304c4f5d"
|
|
dependencies = [
|
|
"libsecp256k1-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libz-sys"
|
|
version = "1.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6f35facd4a5673cb5a48822be2be1d4236c1c99cb4113cab7061ac720d5bf859"
|
|
dependencies = [
|
|
"cc",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "linked-hash-map"
|
|
version = "0.5.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
|
|
|
|
[[package]]
|
|
name = "linux-raw-sys"
|
|
version = "0.0.42"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7"
|
|
|
|
[[package]]
|
|
name = "lock_api"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "88943dd7ef4a2e5a4bfa2753aaab3013e34ce2533d1996fb18ef591e315e2b3b"
|
|
dependencies = [
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.4.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lru"
|
|
version = "0.7.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c84e6fe5655adc6ce00787cf7dcaf8dc4f998a0565d23eafc207a8b08ca3349a"
|
|
dependencies = [
|
|
"hashbrown 0.11.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lz4"
|
|
version = "1.23.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4edcb94251b1c375c459e5abe9fb0168c1c826c3370172684844f8f3f8d1a885"
|
|
dependencies = [
|
|
"libc",
|
|
"lz4-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lz4-sys"
|
|
version = "1.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d7be8908e2ed6f31c02db8a9fa962f03e36c53fbfde437363eae3306b85d7e17"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "maplit"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
|
[[package]]
|
|
name = "matches"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
|
|
|
[[package]]
|
|
name = "matchit"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb"
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "2.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
|
|
|
[[package]]
|
|
name = "memmap2"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "057a3db23999c867821a7a59feb06a578fcb03685e983dff90daf9e7d24ac08f"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memoffset"
|
|
version = "0.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "merlin"
|
|
version = "3.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d"
|
|
dependencies = [
|
|
"byteorder 1.4.3",
|
|
"keccak",
|
|
"rand_core 0.6.3",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mime"
|
|
version = "0.3.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
[[package]]
|
|
name = "min-max-heap"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2687e6cf9c00f48e9284cf9fd15f2ef341d03cc7743abf9df4c5f07fdee50b18"
|
|
|
|
[[package]]
|
|
name = "minimal-lexical"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"
|
|
dependencies = [
|
|
"adler",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio"
|
|
version = "0.7.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
|
|
dependencies = [
|
|
"libc",
|
|
"log",
|
|
"miow",
|
|
"ntapi",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miow"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[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.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "multimap"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
|
|
|
[[package]]
|
|
name = "native-tls"
|
|
version = "0.2.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"libc",
|
|
"log",
|
|
"openssl",
|
|
"openssl-probe",
|
|
"openssl-sys",
|
|
"schannel",
|
|
"security-framework",
|
|
"security-framework-sys",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "net2"
|
|
version = "0.2.37"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"libc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
version = "0.24.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8f6d99b651ff9697d6710f9613a07c5b4e0d655040faf56b3b471af108d55597"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cfg-if 1.0.0",
|
|
"libc",
|
|
"memoffset",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nom"
|
|
version = "7.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
|
|
dependencies = [
|
|
"memchr",
|
|
"minimal-lexical",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ntapi"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a31937dea023539c72ddae0e3571deadc1414b300483fa7aaec176168cfa9d2"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[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",
|
|
"num-integer",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-bigint"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-integer",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-complex"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-derive"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0c8b15b261814f992e33760b1fca9fe8b693d8a65299f20c9901688636cfb746"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-integer"
|
|
version = "0.1.42"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-iter"
|
|
version = "0.1.43"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-integer",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-rational"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-bigint 0.2.6",
|
|
"num-integer",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-traits"
|
|
version = "0.2.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_cpus"
|
|
version = "1.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
|
dependencies = [
|
|
"hermit-abi",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_enum"
|
|
version = "0.5.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9"
|
|
dependencies = [
|
|
"num_enum_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_enum_derive"
|
|
version = "0.5.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce"
|
|
dependencies = [
|
|
"proc-macro-crate 1.1.3",
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_threads"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aba1801fb138d8e85e11d0fc70baf4fe1cdfffda7c6cd34a854905df588e5ed0"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "number_prefix"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
|
|
|
[[package]]
|
|
name = "oid-registry"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7d4bda43fd1b844cbc6e6e54b5444e2b1bc7838bce59ad205902cccbb26d6761"
|
|
dependencies = [
|
|
"asn1-rs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "once_cell"
|
|
version = "1.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
|
|
|
|
[[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.40"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fb81a6430ac911acb25fe5ac8f1d2af1b4ea8a4fdfda0f1ee4292af2e2d8eb0e"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cfg-if 1.0.0",
|
|
"foreign-types",
|
|
"libc",
|
|
"once_cell",
|
|
"openssl-macros",
|
|
"openssl-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl-macros"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl-probe"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
|
|
[[package]]
|
|
name = "openssl-src"
|
|
version = "111.22.0+1.1.1q"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8f31f0d509d1c1ae9cada2f9539ff8f37933831fd5098879e482aa687d659853"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl-sys"
|
|
version = "0.9.73"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9d5fd19fb3e0a8191c1e34935718976a3e70c112ab9a24af6d7cadccd9d90bc0"
|
|
dependencies = [
|
|
"autocfg",
|
|
"cc",
|
|
"libc",
|
|
"openssl-src",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "opentelemetry"
|
|
version = "0.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6105e89802af13fdf48c49d7646d3b533a70e536d818aae7e78ba0433d01acb8"
|
|
dependencies = [
|
|
"async-trait",
|
|
"crossbeam-channel",
|
|
"futures-channel",
|
|
"futures-executor",
|
|
"futures-util",
|
|
"js-sys",
|
|
"lazy_static",
|
|
"percent-encoding 2.1.0",
|
|
"pin-project",
|
|
"rand 0.8.5",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "os_str_bytes"
|
|
version = "6.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ouroboros"
|
|
version = "0.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9f31a3b678685b150cba82b702dcdc5e155893f63610cf388d30cd988d4ca2bf"
|
|
dependencies = [
|
|
"aliasable",
|
|
"ouroboros_macro",
|
|
"stable_deref_trait",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ouroboros_macro"
|
|
version = "0.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "084fd65d5dd8b3772edccb5ffd1e4b7eba43897ecd0f9401e330e8c542959408"
|
|
dependencies = [
|
|
"Inflector",
|
|
"proc-macro-error",
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parity-tokio-ipc"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
|
|
dependencies = [
|
|
"futures 0.3.21",
|
|
"libc",
|
|
"log",
|
|
"rand 0.7.3",
|
|
"tokio",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.11.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
|
dependencies = [
|
|
"instant",
|
|
"lock_api",
|
|
"parking_lot_core 0.8.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
dependencies = [
|
|
"lock_api",
|
|
"parking_lot_core 0.9.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
version = "0.8.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"instant",
|
|
"libc",
|
|
"redox_syscall 0.2.10",
|
|
"smallvec",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"libc",
|
|
"redox_syscall 0.2.10",
|
|
"smallvec",
|
|
"windows-sys 0.32.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pbkdf2"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"
|
|
dependencies = [
|
|
"crypto-mac",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pbkdf2"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "271779f35b581956db91a3e55737327a03aa051e90b1c47aeb189508533adfd7"
|
|
dependencies = [
|
|
"digest 0.10.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pbkdf2"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
|
|
dependencies = [
|
|
"digest 0.10.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "peeking_take_while"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
[[package]]
|
|
name = "pem"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e9a3b09a20e374558580a4914d3b7d89bd61b954a5a5e1dcbea98753addb1947"
|
|
dependencies = [
|
|
"base64 0.13.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "percent-encoding"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
|
|
|
[[package]]
|
|
name = "percent-encoding"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
[[package]]
|
|
name = "percentage"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2fd23b938276f14057220b707937bcb42fa76dda7560e57a2da30cb52d557937"
|
|
dependencies = [
|
|
"num",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pest"
|
|
version = "2.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
|
dependencies = [
|
|
"ucd-trie",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pest_derive"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "833d1ae558dc601e9a60366421196a8d94bc0ac980476d0b67e1d0988d72b2d0"
|
|
dependencies = [
|
|
"pest",
|
|
"pest_generator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pest_generator"
|
|
version = "2.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "99b8db626e31e5b81787b9783425769681b347011cc59471e33ea46d2ea0cf55"
|
|
dependencies = [
|
|
"pest",
|
|
"pest_meta",
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pest_meta"
|
|
version = "2.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "54be6e404f5317079812fc8f9f5279de376d8856929e21c184ecf6bbd692a11d"
|
|
dependencies = [
|
|
"maplit",
|
|
"pest",
|
|
"sha-1 0.8.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "petgraph"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"
|
|
dependencies = [
|
|
"fixedbitset",
|
|
"indexmap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project"
|
|
version = "1.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63"
|
|
dependencies = [
|
|
"pin-project-internal",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-internal"
|
|
version = "1.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-lite"
|
|
version = "0.2.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
|
|
|
|
[[package]]
|
|
name = "pin-utils"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
[[package]]
|
|
name = "pkcs8"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7cabda3fb821068a9a4fab19a683eac3af12edf0f34b94a8be53c4972b8149d0"
|
|
dependencies = [
|
|
"der",
|
|
"spki",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.3.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
|
|
|
|
[[package]]
|
|
name = "plain"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
|
|
|
|
[[package]]
|
|
name = "polyval"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8419d2b623c7c0896ff2d5d96e2cb4ede590fed28fcc34934f4c33c036e620a1"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"cpufeatures",
|
|
"opaque-debug 0.3.0",
|
|
"universal-hash",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ppv-lite86"
|
|
version = "0.2.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
|
|
|
|
[[package]]
|
|
name = "pretty-hex"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c6fa0831dd7cc608c38a5e323422a0077678fa5744aa2be4ad91c4ece8eec8d5"
|
|
|
|
[[package]]
|
|
name = "prettyplease"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b83ec2d0af5c5c556257ff52c9f98934e243b9fd39604bfb2a9b75ec2e97f18"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-crate"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
|
|
dependencies = [
|
|
"toml",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-crate"
|
|
version = "1.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e17d47ce914bf4de440332250b0edd23ce48c005f59fab39d3335866b114f11a"
|
|
dependencies = [
|
|
"thiserror",
|
|
"toml",
|
|
]
|
|
|
|
[[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.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-error-attr"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"version_check",
|
|
]
|
|
|
|
[[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.38"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9027b48e9d4c9175fa2218adf3557f91c1137021739951d4932f5f8268ac48aa"
|
|
dependencies = [
|
|
"unicode-xid 0.2.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
|
|
dependencies = [
|
|
"bytes",
|
|
"prost-derive 0.9.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost"
|
|
version = "0.10.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "71adf41db68aa0daaefc69bb30bcd68ded9b9abaad5d1fbb6304c4fb390e083e"
|
|
dependencies = [
|
|
"bytes",
|
|
"prost-derive 0.10.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-build"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
|
|
dependencies = [
|
|
"bytes",
|
|
"heck 0.3.3",
|
|
"itertools",
|
|
"lazy_static",
|
|
"log",
|
|
"multimap",
|
|
"petgraph",
|
|
"prost 0.9.0",
|
|
"prost-types 0.9.0",
|
|
"regex",
|
|
"tempfile",
|
|
"which",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-build"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "120fbe7988713f39d780a58cf1a7ef0d7ef66c6d87e5aa3438940c05357929f4"
|
|
dependencies = [
|
|
"bytes",
|
|
"cfg-if 1.0.0",
|
|
"cmake",
|
|
"heck 0.4.0",
|
|
"itertools",
|
|
"lazy_static",
|
|
"log",
|
|
"multimap",
|
|
"petgraph",
|
|
"prost 0.10.4",
|
|
"prost-types 0.10.1",
|
|
"regex",
|
|
"tempfile",
|
|
"which",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-derive"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
|
|
dependencies = [
|
|
"anyhow",
|
|
"itertools",
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-derive"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b670f45da57fb8542ebdbb6105a925fe571b67f9e7ed9f47a06a84e72b4e7cc"
|
|
dependencies = [
|
|
"anyhow",
|
|
"itertools",
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-types"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
|
|
dependencies = [
|
|
"bytes",
|
|
"prost 0.9.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-types"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2d0a014229361011dc8e69c8a1ec6c2e8d0f2af7c91e3ea3f5b2170298461e68"
|
|
dependencies = [
|
|
"bytes",
|
|
"prost 0.10.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "qstring"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d464fae65fff2680baf48019211ce37aaec0c78e9264c84a3e484717f965104e"
|
|
dependencies = [
|
|
"percent-encoding 2.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quinn"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d7542006acd6e057ff632307d219954c44048f818898da03113d6c0086bfddd9"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures-channel",
|
|
"futures-util",
|
|
"fxhash",
|
|
"quinn-proto",
|
|
"quinn-udp",
|
|
"rustls 0.20.6",
|
|
"thiserror",
|
|
"tokio",
|
|
"tracing",
|
|
"webpki 0.22.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quinn-proto"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3a13a5c0a674c1ce7150c9df7bc4a1e46c2fbbe7c710f56c0dc78b1a810e779e"
|
|
dependencies = [
|
|
"bytes",
|
|
"fxhash",
|
|
"rand 0.8.5",
|
|
"ring",
|
|
"rustls 0.20.6",
|
|
"rustls-native-certs",
|
|
"rustls-pemfile 0.2.1",
|
|
"slab",
|
|
"thiserror",
|
|
"tinyvec",
|
|
"tracing",
|
|
"webpki 0.22.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quinn-udp"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df185e5e5f7611fa6e628ed8f9633df10114b03bbaecab186ec55822c44ac727"
|
|
dependencies = [
|
|
"futures-util",
|
|
"libc",
|
|
"mio",
|
|
"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.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
dependencies = [
|
|
"getrandom 0.1.14",
|
|
"libc",
|
|
"rand_chacha 0.2.2",
|
|
"rand_core 0.5.1",
|
|
"rand_hc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.8.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
dependencies = [
|
|
"libc",
|
|
"rand_chacha 0.3.0",
|
|
"rand_core 0.6.3",
|
|
]
|
|
|
|
[[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.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
|
|
dependencies = [
|
|
"ppv-lite86",
|
|
"rand_core 0.6.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
dependencies = [
|
|
"getrandom 0.1.14",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.6.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
|
dependencies = [
|
|
"getrandom 0.2.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_hc"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
dependencies = [
|
|
"rand_core 0.5.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_xoshiro"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
|
|
dependencies = [
|
|
"rand_core 0.6.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon"
|
|
version = "1.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
|
|
dependencies = [
|
|
"autocfg",
|
|
"crossbeam-deque",
|
|
"either",
|
|
"rayon-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon-core"
|
|
version = "1.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9f51245e1e62e1f1629cbfec37b5793bbabcaeb90f30e94d2ba03564687353e4"
|
|
dependencies = [
|
|
"crossbeam-channel",
|
|
"crossbeam-deque",
|
|
"crossbeam-utils",
|
|
"num_cpus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rcgen"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d7fa2d386df8533b02184941c76ae2e0d0c1d053f5d43339169d80f21275fc5e"
|
|
dependencies = [
|
|
"pem",
|
|
"ring",
|
|
"time 0.3.9",
|
|
"yasna",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.1.56"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.2.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
|
dependencies = [
|
|
"bitflags",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_users"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
|
dependencies = [
|
|
"getrandom 0.2.4",
|
|
"redox_syscall 0.2.10",
|
|
]
|
|
|
|
[[package]]
|
|
name = "reed-solomon-erasure"
|
|
version = "5.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c2fe31452b684b8b33f65f8730c8b8812c3f5a0bb8a096934717edb1ac488641"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"libm",
|
|
"parking_lot 0.11.2",
|
|
"smallvec",
|
|
"spin 0.9.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex"
|
|
version = "1.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"memchr",
|
|
"regex-syntax",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.6.26"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
|
|
|
|
[[package]]
|
|
name = "remove_dir_all"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "reqwest"
|
|
version = "0.11.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92"
|
|
dependencies = [
|
|
"async-compression",
|
|
"base64 0.13.0",
|
|
"bytes",
|
|
"encoding_rs",
|
|
"futures-core",
|
|
"futures-util",
|
|
"h2",
|
|
"http",
|
|
"http-body",
|
|
"hyper",
|
|
"hyper-rustls",
|
|
"hyper-tls",
|
|
"ipnet",
|
|
"js-sys",
|
|
"lazy_static",
|
|
"log",
|
|
"mime",
|
|
"native-tls",
|
|
"percent-encoding 2.1.0",
|
|
"pin-project-lite",
|
|
"rustls 0.20.6",
|
|
"rustls-pemfile 1.0.0",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_urlencoded",
|
|
"tokio",
|
|
"tokio-native-tls",
|
|
"tokio-rustls 0.23.2",
|
|
"tokio-util 0.7.1",
|
|
"tower-service",
|
|
"url 2.2.2",
|
|
"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",
|
|
"untrusted",
|
|
"web-sys",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rocksdb"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "620f4129485ff1a7128d184bc687470c21c7951b64779ebc9cfdad3dcd920290"
|
|
dependencies = [
|
|
"libc",
|
|
"librocksdb-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rpassword"
|
|
version = "6.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2bf099a1888612545b683d2661a1940089f6c2e5a8e38979b2159da876bfd956"
|
|
dependencies = [
|
|
"libc",
|
|
"serde",
|
|
"serde_json",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-demangle"
|
|
version = "0.1.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
|
|
|
|
[[package]]
|
|
name = "rustc-hash"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
[[package]]
|
|
name = "rustc_version"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
dependencies = [
|
|
"semver",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rusticata-macros"
|
|
version = "4.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
|
|
dependencies = [
|
|
"nom",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustix"
|
|
version = "0.34.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f5d1c6ed6d1c6915aa64749b809fc1bafff49d160f5d927463658093d7d62ab"
|
|
dependencies = [
|
|
"bitflags",
|
|
"errno",
|
|
"io-lifetimes",
|
|
"libc",
|
|
"linux-raw-sys",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls"
|
|
version = "0.19.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
|
|
dependencies = [
|
|
"base64 0.13.0",
|
|
"log",
|
|
"ring",
|
|
"sct 0.6.1",
|
|
"webpki 0.21.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls"
|
|
version = "0.20.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"
|
|
dependencies = [
|
|
"log",
|
|
"ring",
|
|
"sct 0.7.0",
|
|
"webpki 0.22.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls-native-certs"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5ca9ebdfa27d3fc180e42879037b5338ab1c040c06affd00d8338598e7800943"
|
|
dependencies = [
|
|
"openssl-probe",
|
|
"rustls-pemfile 0.2.1",
|
|
"schannel",
|
|
"security-framework",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls-pemfile"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"
|
|
dependencies = [
|
|
"base64 0.13.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls-pemfile"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"
|
|
dependencies = [
|
|
"base64 0.13.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustversion"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a0a5f7c728f5d284929a1cccb5bc19884422bfe6ef4d6c409da2c41838983fcf"
|
|
|
|
[[package]]
|
|
name = "ryu"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ed3d612bc64430efeb3f7ee6ef26d590dce0c43249217bddc62112540c7941e1"
|
|
|
|
[[package]]
|
|
name = "same-file"
|
|
version = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "schannel"
|
|
version = "0.1.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scopeguard"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
[[package]]
|
|
name = "scroll"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da"
|
|
dependencies = [
|
|
"scroll_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scroll_derive"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bdbda6ac5cd1321e724fa9cee216f3a61885889b896f073b8f82322789c5250e"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sct"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
|
|
dependencies = [
|
|
"ring",
|
|
"untrusted",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sct"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
|
dependencies = [
|
|
"ring",
|
|
"untrusted",
|
|
]
|
|
|
|
[[package]]
|
|
name = "security-framework"
|
|
version = "2.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
|
|
dependencies = [
|
|
"bitflags",
|
|
"core-foundation",
|
|
"core-foundation-sys",
|
|
"libc",
|
|
"security-framework-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "security-framework-sys"
|
|
version = "2.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
|
|
dependencies = [
|
|
"core-foundation-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "1.0.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a41d061efea015927ac527063765e73601444cdc344ba855bc7bd44578b25e1c"
|
|
|
|
[[package]]
|
|
name = "serde"
|
|
version = "1.0.138"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1578c6245786b9d168c5447eeacfb96856573ca56c9d68fdcf394be134882a47"
|
|
dependencies = [
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_bytes"
|
|
version = "0.11.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "212e73464ebcde48d723aa02eb270ba62eff38a9b732df31f33f1b4e145f3a54"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_derive"
|
|
version = "1.0.138"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "023e9b1467aef8a10fb88f25611870ada9800ef7e22afce356bb0d2387b6f27c"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_json"
|
|
version = "1.0.81"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
|
|
dependencies = [
|
|
"itoa",
|
|
"ryu",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_urlencoded"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
dependencies = [
|
|
"form_urlencoded",
|
|
"itoa",
|
|
"ryu",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_yaml"
|
|
version = "0.8.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "707d15895415db6628332b737c838b88c598522e4dc70647e59b72312924aebc"
|
|
dependencies = [
|
|
"indexmap",
|
|
"ryu",
|
|
"serde",
|
|
"yaml-rust",
|
|
]
|
|
|
|
[[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",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha-1"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"cpufeatures",
|
|
"digest 0.10.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha2"
|
|
version = "0.9.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
|
dependencies = [
|
|
"block-buffer 0.9.0",
|
|
"cfg-if 1.0.0",
|
|
"cpufeatures",
|
|
"digest 0.9.0",
|
|
"opaque-debug 0.3.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha2"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"cpufeatures",
|
|
"digest 0.10.3",
|
|
]
|
|
|
|
[[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",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha3"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "881bf8156c87b6301fc5ca6b27f11eeb2761224c7081e69b409d5a1951a70c86"
|
|
dependencies = [
|
|
"digest 0.10.3",
|
|
"keccak",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sharded-slab"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
|
|
dependencies = [
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shlex"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
|
|
|
[[package]]
|
|
name = "signal-hook"
|
|
version = "0.3.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"
|
|
dependencies = [
|
|
"libc",
|
|
"signal-hook-registry",
|
|
]
|
|
|
|
[[package]]
|
|
name = "signal-hook-registry"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "signature"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "65211b7b6fc3f14ff9fc7a2011a434e3e6880585bd2e9e9396315ae24cbf7852"
|
|
|
|
[[package]]
|
|
name = "simpl"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a30f10c911c0355f80f1c2faa8096efc4a58cdf8590b954d5b395efa071c711"
|
|
|
|
[[package]]
|
|
name = "sized-chunks"
|
|
version = "0.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
|
|
dependencies = [
|
|
"bitmaps",
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slab"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "1.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
|
|
|
[[package]]
|
|
name = "smpl_jwt"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "95b6ff8c21c74ce7744643a7cddbb02579a44f1f77e4316bff1ddb741aca8ac9"
|
|
dependencies = [
|
|
"base64 0.13.0",
|
|
"log",
|
|
"openssl",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"simpl",
|
|
"time 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "socket2"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "soketto"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "41d1c5305e39e09653383c2c7244f2f78b3bcae37cf50c64cb4789c9f5096ec2"
|
|
dependencies = [
|
|
"base64 0.13.0",
|
|
"bytes",
|
|
"futures 0.3.21",
|
|
"httparse",
|
|
"log",
|
|
"rand 0.8.5",
|
|
"sha-1 0.9.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-account-decoder"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"Inflector",
|
|
"base64 0.13.0",
|
|
"bincode",
|
|
"bs58",
|
|
"bv",
|
|
"lazy_static",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"solana-config-program",
|
|
"solana-sdk 1.11.4",
|
|
"solana-vote-program",
|
|
"spl-token",
|
|
"spl-token-2022",
|
|
"thiserror",
|
|
"zstd",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-address-lookup-table-program"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"bincode",
|
|
"bytemuck",
|
|
"log",
|
|
"num-derive",
|
|
"num-traits",
|
|
"rustc_version",
|
|
"serde",
|
|
"solana-frozen-abi 1.11.4",
|
|
"solana-frozen-abi-macro 1.11.4",
|
|
"solana-program 1.11.4",
|
|
"solana-program-runtime",
|
|
"solana-sdk 1.11.4",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-banks-client"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"borsh",
|
|
"futures 0.3.21",
|
|
"solana-banks-interface",
|
|
"solana-program 1.11.4",
|
|
"solana-sdk 1.11.4",
|
|
"tarpc",
|
|
"thiserror",
|
|
"tokio",
|
|
"tokio-serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-banks-interface"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"serde",
|
|
"solana-sdk 1.11.4",
|
|
"tarpc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-banks-server"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"bincode",
|
|
"crossbeam-channel",
|
|
"futures 0.3.21",
|
|
"solana-banks-interface",
|
|
"solana-client",
|
|
"solana-runtime",
|
|
"solana-sdk 1.11.4",
|
|
"solana-send-transaction-service",
|
|
"tarpc",
|
|
"tokio",
|
|
"tokio-serde",
|
|
"tokio-stream",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bloom"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"bv",
|
|
"fnv",
|
|
"log",
|
|
"rand 0.7.3",
|
|
"rayon",
|
|
"rustc_version",
|
|
"serde",
|
|
"serde_derive",
|
|
"solana-frozen-abi 1.11.4",
|
|
"solana-frozen-abi-macro 1.11.4",
|
|
"solana-sdk 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-loader-program"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"bincode",
|
|
"byteorder 1.4.3",
|
|
"libsecp256k1",
|
|
"log",
|
|
"solana-measure",
|
|
"solana-metrics",
|
|
"solana-program-runtime",
|
|
"solana-sdk 1.11.4",
|
|
"solana-zk-token-sdk 1.11.4",
|
|
"solana_rbpf",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-programs"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"bincode",
|
|
"byteorder 1.4.3",
|
|
"elf",
|
|
"itertools",
|
|
"log",
|
|
"miow",
|
|
"net2",
|
|
"solana-account-decoder",
|
|
"solana-bpf-loader-program",
|
|
"solana-bpf-rust-invoke",
|
|
"solana-bpf-rust-realloc",
|
|
"solana-bpf-rust-realloc-invoke",
|
|
"solana-cli-output",
|
|
"solana-logger 1.11.4",
|
|
"solana-measure",
|
|
"solana-program-runtime",
|
|
"solana-runtime",
|
|
"solana-sdk 1.11.4",
|
|
"solana-transaction-status",
|
|
"solana_rbpf",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-128bit"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-bpf-rust-128bit-dep",
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-128bit-dep"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-alloc"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-call-depth"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-caller-access"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-curve25519"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
"solana-zk-token-sdk 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-custom-heap"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-dep-crate"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"byteorder 1.4.3",
|
|
"solana-address-lookup-table-program",
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-deprecated-loader"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-dup-accounts"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-error-handling"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"num-derive",
|
|
"num-traits",
|
|
"solana-program 1.11.4",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-external-spend"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-finalize"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-get-minimum-delegation"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-inner_instruction_alignment_check"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-instruction-introspection"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-invoke"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-bpf-rust-invoked",
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-invoke-and-error"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-invoke-and-ok"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-invoke-and-return"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-invoked"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-iter"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-log-data"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-many-args"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-bpf-rust-many-args-dep",
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-many-args-dep"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-mem"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
"solana-program-runtime",
|
|
"solana-program-test",
|
|
"solana-sdk 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-membuiltins"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-bpf-rust-mem",
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-noop"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-panic"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-param-passing"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-bpf-rust-param-passing-dep",
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-param-passing-dep"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-rand"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"getrandom 0.1.14",
|
|
"rand 0.7.3",
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-realloc"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-realloc-invoke"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-bpf-rust-realloc",
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-ro-account_modify"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-ro-modify"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-sanity"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
"solana-program-runtime",
|
|
"solana-program-test",
|
|
"solana-sdk 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-secp256k1-recover"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-sha"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"blake3",
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-sibling-instructions"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-sibling_inner-instructions"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-simulation"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-logger 1.11.4",
|
|
"solana-program 1.11.4",
|
|
"solana-program-test",
|
|
"solana-sdk 1.11.4",
|
|
"solana-validator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-spoof1"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-spoof1-system"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-sysvar"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
"solana-program-runtime",
|
|
"solana-program-test",
|
|
"solana-sdk 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-upgradeable"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-rust-upgraded"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bucket-map"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"log",
|
|
"memmap2",
|
|
"modular-bitfield",
|
|
"rand 0.7.3",
|
|
"solana-measure",
|
|
"solana-sdk 1.11.4",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-clap-utils"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"chrono",
|
|
"clap 2.33.3",
|
|
"rpassword",
|
|
"solana-perf",
|
|
"solana-remote-wallet",
|
|
"solana-sdk 1.11.4",
|
|
"thiserror",
|
|
"tiny-bip39",
|
|
"uriparse",
|
|
"url 2.2.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-cli-config"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"dirs-next",
|
|
"lazy_static",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_yaml",
|
|
"solana-clap-utils",
|
|
"solana-sdk 1.11.4",
|
|
"url 2.2.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-cli-output"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"Inflector",
|
|
"base64 0.13.0",
|
|
"chrono",
|
|
"clap 2.33.3",
|
|
"console",
|
|
"humantime",
|
|
"indicatif",
|
|
"pretty-hex",
|
|
"semver",
|
|
"serde",
|
|
"serde_json",
|
|
"solana-account-decoder",
|
|
"solana-clap-utils",
|
|
"solana-cli-config",
|
|
"solana-client",
|
|
"solana-sdk 1.11.4",
|
|
"solana-transaction-status",
|
|
"solana-vote-program",
|
|
"spl-memo",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-client"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"async-mutex",
|
|
"async-trait",
|
|
"base64 0.13.0",
|
|
"bincode",
|
|
"bs58",
|
|
"bytes",
|
|
"clap 2.33.3",
|
|
"crossbeam-channel",
|
|
"enum_dispatch",
|
|
"futures 0.3.21",
|
|
"futures-util",
|
|
"indexmap",
|
|
"indicatif",
|
|
"itertools",
|
|
"jsonrpc-core",
|
|
"lazy_static",
|
|
"log",
|
|
"quinn",
|
|
"quinn-proto",
|
|
"rand 0.7.3",
|
|
"rand_chacha 0.2.2",
|
|
"rayon",
|
|
"reqwest",
|
|
"rustls 0.20.6",
|
|
"semver",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"solana-account-decoder",
|
|
"solana-clap-utils",
|
|
"solana-faucet",
|
|
"solana-measure",
|
|
"solana-metrics",
|
|
"solana-net-utils",
|
|
"solana-sdk 1.11.4",
|
|
"solana-streamer",
|
|
"solana-transaction-status",
|
|
"solana-version",
|
|
"solana-vote-program",
|
|
"spl-token-2022",
|
|
"thiserror",
|
|
"tokio",
|
|
"tokio-stream",
|
|
"tokio-tungstenite",
|
|
"tungstenite",
|
|
"url 2.2.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-compute-budget-program"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-program-runtime",
|
|
"solana-sdk 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-config-program"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"bincode",
|
|
"chrono",
|
|
"serde",
|
|
"serde_derive",
|
|
"solana-program-runtime",
|
|
"solana-sdk 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-core"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"ahash",
|
|
"base64 0.13.0",
|
|
"bincode",
|
|
"bs58",
|
|
"chrono",
|
|
"crossbeam-channel",
|
|
"dashmap",
|
|
"eager",
|
|
"etcd-client",
|
|
"fs_extra",
|
|
"histogram",
|
|
"itertools",
|
|
"lazy_static",
|
|
"log",
|
|
"lru",
|
|
"min-max-heap",
|
|
"rand 0.7.3",
|
|
"rand_chacha 0.2.2",
|
|
"rayon",
|
|
"rustc_version",
|
|
"serde",
|
|
"serde_derive",
|
|
"solana-address-lookup-table-program",
|
|
"solana-bloom",
|
|
"solana-client",
|
|
"solana-entry",
|
|
"solana-frozen-abi 1.11.4",
|
|
"solana-frozen-abi-macro 1.11.4",
|
|
"solana-geyser-plugin-manager",
|
|
"solana-gossip",
|
|
"solana-ledger",
|
|
"solana-measure",
|
|
"solana-metrics",
|
|
"solana-net-utils",
|
|
"solana-perf",
|
|
"solana-poh",
|
|
"solana-program-runtime",
|
|
"solana-rayon-threadlimit",
|
|
"solana-rpc",
|
|
"solana-runtime",
|
|
"solana-sdk 1.11.4",
|
|
"solana-send-transaction-service",
|
|
"solana-streamer",
|
|
"solana-transaction-status",
|
|
"solana-version",
|
|
"solana-vote-program",
|
|
"sys-info",
|
|
"sysctl",
|
|
"tempfile",
|
|
"thiserror",
|
|
"tokio",
|
|
"trees",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-download-utils"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"console",
|
|
"indicatif",
|
|
"log",
|
|
"reqwest",
|
|
"solana-runtime",
|
|
"solana-sdk 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-entry"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"bincode",
|
|
"crossbeam-channel",
|
|
"dlopen",
|
|
"dlopen_derive",
|
|
"lazy_static",
|
|
"log",
|
|
"rand 0.7.3",
|
|
"rayon",
|
|
"serde",
|
|
"solana-measure",
|
|
"solana-merkle-tree",
|
|
"solana-metrics",
|
|
"solana-perf",
|
|
"solana-rayon-threadlimit",
|
|
"solana-sdk 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-faucet"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"bincode",
|
|
"byteorder 1.4.3",
|
|
"clap 2.33.3",
|
|
"crossbeam-channel",
|
|
"log",
|
|
"serde",
|
|
"serde_derive",
|
|
"solana-clap-utils",
|
|
"solana-cli-config",
|
|
"solana-logger 1.11.4",
|
|
"solana-metrics",
|
|
"solana-sdk 1.11.4",
|
|
"solana-version",
|
|
"spl-memo",
|
|
"thiserror",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-frozen-abi"
|
|
version = "1.10.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7299c2ca50bd2d8a5b4a8043e4817892b5e700345234a31adc5b4c1208a32283"
|
|
dependencies = [
|
|
"bs58",
|
|
"bv",
|
|
"generic-array 0.14.5",
|
|
"im",
|
|
"lazy_static",
|
|
"log",
|
|
"memmap2",
|
|
"rustc_version",
|
|
"serde",
|
|
"serde_bytes",
|
|
"serde_derive",
|
|
"sha2 0.10.2",
|
|
"solana-frozen-abi-macro 1.10.10",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-frozen-abi"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"ahash",
|
|
"blake3",
|
|
"block-buffer 0.9.0",
|
|
"bs58",
|
|
"bv",
|
|
"byteorder 1.4.3",
|
|
"cc",
|
|
"either",
|
|
"generic-array 0.14.5",
|
|
"getrandom 0.1.14",
|
|
"hashbrown 0.11.2",
|
|
"im",
|
|
"lazy_static",
|
|
"log",
|
|
"memmap2",
|
|
"once_cell",
|
|
"rand_core 0.6.3",
|
|
"rustc_version",
|
|
"serde",
|
|
"serde_bytes",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"sha2 0.10.2",
|
|
"solana-frozen-abi-macro 1.11.4",
|
|
"subtle",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-frozen-abi-macro"
|
|
version = "1.10.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d726d2fbe5b1b21cb8a81b8c3c1d1aca32bfcfd795f92536d8ff3e66e2e51df8"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"rustc_version",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-frozen-abi-macro"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"rustc_version",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-genesis-utils"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"solana-download-utils",
|
|
"solana-runtime",
|
|
"solana-sdk 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-geyser-plugin-interface"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"log",
|
|
"solana-sdk 1.11.4",
|
|
"solana-transaction-status",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-geyser-plugin-manager"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"bs58",
|
|
"crossbeam-channel",
|
|
"json5",
|
|
"libloading",
|
|
"log",
|
|
"serde_json",
|
|
"solana-geyser-plugin-interface",
|
|
"solana-measure",
|
|
"solana-metrics",
|
|
"solana-rpc",
|
|
"solana-runtime",
|
|
"solana-sdk 1.11.4",
|
|
"solana-transaction-status",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-gossip"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"bincode",
|
|
"bv",
|
|
"clap 2.33.3",
|
|
"crossbeam-channel",
|
|
"flate2",
|
|
"indexmap",
|
|
"itertools",
|
|
"log",
|
|
"lru",
|
|
"matches",
|
|
"num-traits",
|
|
"rand 0.7.3",
|
|
"rand_chacha 0.2.2",
|
|
"rayon",
|
|
"rustc_version",
|
|
"serde",
|
|
"serde_bytes",
|
|
"serde_derive",
|
|
"solana-bloom",
|
|
"solana-clap-utils",
|
|
"solana-client",
|
|
"solana-entry",
|
|
"solana-frozen-abi 1.11.4",
|
|
"solana-frozen-abi-macro 1.11.4",
|
|
"solana-ledger",
|
|
"solana-logger 1.11.4",
|
|
"solana-measure",
|
|
"solana-metrics",
|
|
"solana-net-utils",
|
|
"solana-perf",
|
|
"solana-rayon-threadlimit",
|
|
"solana-runtime",
|
|
"solana-sdk 1.11.4",
|
|
"solana-streamer",
|
|
"solana-version",
|
|
"solana-vote-program",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-ledger"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"bincode",
|
|
"bitflags",
|
|
"byteorder 1.4.3",
|
|
"chrono",
|
|
"chrono-humanize",
|
|
"crossbeam-channel",
|
|
"dashmap",
|
|
"fs_extra",
|
|
"futures 0.3.21",
|
|
"itertools",
|
|
"lazy_static",
|
|
"libc",
|
|
"log",
|
|
"lru",
|
|
"num_cpus",
|
|
"num_enum",
|
|
"prost 0.10.4",
|
|
"rand 0.7.3",
|
|
"rand_chacha 0.2.2",
|
|
"rayon",
|
|
"reed-solomon-erasure",
|
|
"rocksdb",
|
|
"rustc_version",
|
|
"serde",
|
|
"serde_bytes",
|
|
"sha2 0.10.2",
|
|
"solana-bpf-loader-program",
|
|
"solana-entry",
|
|
"solana-frozen-abi 1.11.4",
|
|
"solana-frozen-abi-macro 1.11.4",
|
|
"solana-measure",
|
|
"solana-metrics",
|
|
"solana-perf",
|
|
"solana-program-runtime",
|
|
"solana-rayon-threadlimit",
|
|
"solana-runtime",
|
|
"solana-sdk 1.11.4",
|
|
"solana-stake-program",
|
|
"solana-storage-bigtable",
|
|
"solana-storage-proto",
|
|
"solana-transaction-status",
|
|
"solana-vote-program",
|
|
"static_assertions",
|
|
"tempfile",
|
|
"thiserror",
|
|
"tokio",
|
|
"tokio-stream",
|
|
"trees",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-logger"
|
|
version = "1.10.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cc6aeaa4145cc77bbfab151a233b14e611a82747fd2eee611a52e07f582544d6"
|
|
dependencies = [
|
|
"env_logger",
|
|
"lazy_static",
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-logger"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"env_logger",
|
|
"lazy_static",
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-measure"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"log",
|
|
"solana-sdk 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-merkle-tree"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"fast-math",
|
|
"matches",
|
|
"solana-program 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-metrics"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"crossbeam-channel",
|
|
"gethostname",
|
|
"lazy_static",
|
|
"log",
|
|
"reqwest",
|
|
"solana-sdk 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-net-utils"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"bincode",
|
|
"clap 3.1.6",
|
|
"crossbeam-channel",
|
|
"log",
|
|
"nix",
|
|
"rand 0.7.3",
|
|
"serde",
|
|
"serde_derive",
|
|
"socket2",
|
|
"solana-logger 1.11.4",
|
|
"solana-sdk 1.11.4",
|
|
"solana-version",
|
|
"tokio",
|
|
"url 2.2.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-perf"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"ahash",
|
|
"bincode",
|
|
"bv",
|
|
"caps",
|
|
"curve25519-dalek",
|
|
"dlopen",
|
|
"dlopen_derive",
|
|
"fnv",
|
|
"lazy_static",
|
|
"libc",
|
|
"log",
|
|
"nix",
|
|
"rand 0.7.3",
|
|
"rayon",
|
|
"serde",
|
|
"solana-metrics",
|
|
"solana-rayon-threadlimit",
|
|
"solana-sdk 1.11.4",
|
|
"solana-vote-program",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-poh"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"core_affinity",
|
|
"crossbeam-channel",
|
|
"log",
|
|
"solana-entry",
|
|
"solana-ledger",
|
|
"solana-measure",
|
|
"solana-metrics",
|
|
"solana-runtime",
|
|
"solana-sdk 1.11.4",
|
|
"solana-sys-tuner",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-program"
|
|
version = "1.10.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6425f7248eb69806ae5e8c193a5b7dcfc764516d2f0d354cdf80bacaf422a188"
|
|
dependencies = [
|
|
"base64 0.13.0",
|
|
"bincode",
|
|
"bitflags",
|
|
"blake3",
|
|
"borsh",
|
|
"borsh-derive",
|
|
"bs58",
|
|
"bv",
|
|
"bytemuck",
|
|
"console_error_panic_hook",
|
|
"console_log",
|
|
"curve25519-dalek",
|
|
"getrandom 0.1.14",
|
|
"itertools",
|
|
"js-sys",
|
|
"lazy_static",
|
|
"libsecp256k1",
|
|
"log",
|
|
"num-derive",
|
|
"num-traits",
|
|
"parking_lot 0.12.1",
|
|
"rand 0.7.3",
|
|
"rustc_version",
|
|
"rustversion",
|
|
"serde",
|
|
"serde_bytes",
|
|
"serde_derive",
|
|
"sha2 0.10.2",
|
|
"sha3 0.10.1",
|
|
"solana-frozen-abi 1.10.10",
|
|
"solana-frozen-abi-macro 1.10.10",
|
|
"solana-sdk-macro 1.10.10",
|
|
"thiserror",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-program"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"base64 0.13.0",
|
|
"bincode",
|
|
"bitflags",
|
|
"blake3",
|
|
"borsh",
|
|
"borsh-derive",
|
|
"bs58",
|
|
"bv",
|
|
"bytemuck",
|
|
"cc",
|
|
"console_error_panic_hook",
|
|
"console_log",
|
|
"curve25519-dalek",
|
|
"getrandom 0.2.4",
|
|
"itertools",
|
|
"js-sys",
|
|
"lazy_static",
|
|
"libc",
|
|
"libsecp256k1",
|
|
"log",
|
|
"memoffset",
|
|
"num-derive",
|
|
"num-traits",
|
|
"parking_lot 0.12.1",
|
|
"rand 0.7.3",
|
|
"rand_chacha 0.2.2",
|
|
"rustc_version",
|
|
"rustversion",
|
|
"serde",
|
|
"serde_bytes",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"sha2 0.10.2",
|
|
"sha3 0.10.1",
|
|
"solana-frozen-abi 1.11.4",
|
|
"solana-frozen-abi-macro 1.11.4",
|
|
"solana-sdk-macro 1.11.4",
|
|
"thiserror",
|
|
"tiny-bip39",
|
|
"wasm-bindgen",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-program-runtime"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"base64 0.13.0",
|
|
"bincode",
|
|
"eager",
|
|
"enum-iterator",
|
|
"itertools",
|
|
"libc",
|
|
"libloading",
|
|
"log",
|
|
"num-derive",
|
|
"num-traits",
|
|
"rustc_version",
|
|
"serde",
|
|
"solana-frozen-abi 1.11.4",
|
|
"solana-frozen-abi-macro 1.11.4",
|
|
"solana-measure",
|
|
"solana-metrics",
|
|
"solana-sdk 1.11.4",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-program-test"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"async-trait",
|
|
"base64 0.13.0",
|
|
"bincode",
|
|
"chrono-humanize",
|
|
"log",
|
|
"serde",
|
|
"solana-banks-client",
|
|
"solana-banks-server",
|
|
"solana-bpf-loader-program",
|
|
"solana-logger 1.11.4",
|
|
"solana-program-runtime",
|
|
"solana-runtime",
|
|
"solana-sdk 1.11.4",
|
|
"solana-vote-program",
|
|
"thiserror",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-rayon-threadlimit"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"num_cpus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-remote-wallet"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"console",
|
|
"dialoguer",
|
|
"log",
|
|
"num-derive",
|
|
"num-traits",
|
|
"parking_lot 0.12.1",
|
|
"qstring",
|
|
"semver",
|
|
"solana-sdk 1.11.4",
|
|
"thiserror",
|
|
"uriparse",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-rpc"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"base64 0.13.0",
|
|
"bincode",
|
|
"bs58",
|
|
"crossbeam-channel",
|
|
"dashmap",
|
|
"itertools",
|
|
"jsonrpc-core",
|
|
"jsonrpc-core-client",
|
|
"jsonrpc-derive",
|
|
"jsonrpc-http-server",
|
|
"jsonrpc-pubsub",
|
|
"libc",
|
|
"log",
|
|
"rayon",
|
|
"regex",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"soketto",
|
|
"solana-account-decoder",
|
|
"solana-client",
|
|
"solana-entry",
|
|
"solana-faucet",
|
|
"solana-gossip",
|
|
"solana-ledger",
|
|
"solana-measure",
|
|
"solana-metrics",
|
|
"solana-perf",
|
|
"solana-poh",
|
|
"solana-rayon-threadlimit",
|
|
"solana-runtime",
|
|
"solana-sdk 1.11.4",
|
|
"solana-send-transaction-service",
|
|
"solana-stake-program",
|
|
"solana-storage-bigtable",
|
|
"solana-streamer",
|
|
"solana-transaction-status",
|
|
"solana-version",
|
|
"solana-vote-program",
|
|
"spl-token",
|
|
"spl-token-2022",
|
|
"stream-cancel",
|
|
"thiserror",
|
|
"tokio",
|
|
"tokio-util 0.6.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-runtime"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"arrayref",
|
|
"bincode",
|
|
"blake3",
|
|
"bv",
|
|
"bytemuck",
|
|
"byteorder 1.4.3",
|
|
"bzip2",
|
|
"crossbeam-channel",
|
|
"dashmap",
|
|
"dir-diff",
|
|
"flate2",
|
|
"fnv",
|
|
"im",
|
|
"index_list",
|
|
"itertools",
|
|
"lazy_static",
|
|
"log",
|
|
"lz4",
|
|
"memmap2",
|
|
"num-derive",
|
|
"num-traits",
|
|
"num_cpus",
|
|
"once_cell",
|
|
"ouroboros",
|
|
"rand 0.7.3",
|
|
"rayon",
|
|
"regex",
|
|
"rustc_version",
|
|
"serde",
|
|
"serde_derive",
|
|
"solana-address-lookup-table-program",
|
|
"solana-bucket-map",
|
|
"solana-compute-budget-program",
|
|
"solana-config-program",
|
|
"solana-frozen-abi 1.11.4",
|
|
"solana-frozen-abi-macro 1.11.4",
|
|
"solana-measure",
|
|
"solana-metrics",
|
|
"solana-program-runtime",
|
|
"solana-rayon-threadlimit",
|
|
"solana-sdk 1.11.4",
|
|
"solana-stake-program",
|
|
"solana-vote-program",
|
|
"solana-zk-token-proof-program",
|
|
"solana-zk-token-sdk 1.11.4",
|
|
"strum",
|
|
"strum_macros",
|
|
"symlink",
|
|
"tar",
|
|
"tempfile",
|
|
"thiserror",
|
|
"zstd",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-sdk"
|
|
version = "1.10.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f5ad83e1a502a53512e0e077fbaa76bf73b19e8789dc014c940077506e8fb7ac"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"base64 0.13.0",
|
|
"bincode",
|
|
"bitflags",
|
|
"borsh",
|
|
"bs58",
|
|
"bytemuck",
|
|
"byteorder 1.4.3",
|
|
"chrono",
|
|
"derivation-path",
|
|
"digest 0.10.3",
|
|
"ed25519-dalek",
|
|
"ed25519-dalek-bip32",
|
|
"generic-array 0.14.5",
|
|
"hmac 0.12.1",
|
|
"itertools",
|
|
"js-sys",
|
|
"lazy_static",
|
|
"libsecp256k1",
|
|
"log",
|
|
"memmap2",
|
|
"num-derive",
|
|
"num-traits",
|
|
"pbkdf2 0.10.1",
|
|
"qstring",
|
|
"rand 0.7.3",
|
|
"rand_chacha 0.2.2",
|
|
"rustc_version",
|
|
"rustversion",
|
|
"serde",
|
|
"serde_bytes",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"sha2 0.10.2",
|
|
"sha3 0.10.1",
|
|
"solana-frozen-abi 1.10.10",
|
|
"solana-frozen-abi-macro 1.10.10",
|
|
"solana-logger 1.10.10",
|
|
"solana-program 1.10.10",
|
|
"solana-sdk-macro 1.10.10",
|
|
"thiserror",
|
|
"uriparse",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-sdk"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"base64 0.13.0",
|
|
"bincode",
|
|
"bitflags",
|
|
"borsh",
|
|
"bs58",
|
|
"bytemuck",
|
|
"byteorder 1.4.3",
|
|
"chrono",
|
|
"derivation-path",
|
|
"digest 0.10.3",
|
|
"ed25519-dalek",
|
|
"ed25519-dalek-bip32",
|
|
"generic-array 0.14.5",
|
|
"hmac 0.12.1",
|
|
"itertools",
|
|
"js-sys",
|
|
"lazy_static",
|
|
"libsecp256k1",
|
|
"log",
|
|
"memmap2",
|
|
"num-derive",
|
|
"num-traits",
|
|
"pbkdf2 0.11.0",
|
|
"qstring",
|
|
"rand 0.7.3",
|
|
"rand_chacha 0.2.2",
|
|
"rustc_version",
|
|
"rustversion",
|
|
"serde",
|
|
"serde_bytes",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"sha2 0.10.2",
|
|
"sha3 0.10.1",
|
|
"solana-frozen-abi 1.11.4",
|
|
"solana-frozen-abi-macro 1.11.4",
|
|
"solana-logger 1.11.4",
|
|
"solana-program 1.11.4",
|
|
"solana-sdk-macro 1.11.4",
|
|
"thiserror",
|
|
"uriparse",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-sdk-macro"
|
|
version = "1.10.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d0e117d4d001f4f3c1e568979da52d76a75d814344c1debf9febd10b5a571993"
|
|
dependencies = [
|
|
"bs58",
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"rustversion",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-sdk-macro"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"bs58",
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"rustversion",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-send-transaction-service"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"crossbeam-channel",
|
|
"log",
|
|
"solana-client",
|
|
"solana-measure",
|
|
"solana-metrics",
|
|
"solana-runtime",
|
|
"solana-sdk 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-stake-program"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"bincode",
|
|
"log",
|
|
"num-derive",
|
|
"num-traits",
|
|
"rustc_version",
|
|
"serde",
|
|
"serde_derive",
|
|
"solana-config-program",
|
|
"solana-frozen-abi 1.11.4",
|
|
"solana-frozen-abi-macro 1.11.4",
|
|
"solana-metrics",
|
|
"solana-program-runtime",
|
|
"solana-sdk 1.11.4",
|
|
"solana-vote-program",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-storage-bigtable"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"backoff",
|
|
"bincode",
|
|
"bytes",
|
|
"bzip2",
|
|
"enum-iterator",
|
|
"flate2",
|
|
"futures 0.3.21",
|
|
"goauth",
|
|
"http",
|
|
"hyper",
|
|
"hyper-proxy",
|
|
"log",
|
|
"openssl",
|
|
"prost 0.10.4",
|
|
"prost-types 0.10.1",
|
|
"serde",
|
|
"serde_derive",
|
|
"smpl_jwt",
|
|
"solana-metrics",
|
|
"solana-sdk 1.11.4",
|
|
"solana-storage-proto",
|
|
"solana-transaction-status",
|
|
"thiserror",
|
|
"tokio",
|
|
"tonic 0.7.2",
|
|
"zstd",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-storage-proto"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"bincode",
|
|
"bs58",
|
|
"prost 0.10.4",
|
|
"serde",
|
|
"solana-account-decoder",
|
|
"solana-sdk 1.11.4",
|
|
"solana-transaction-status",
|
|
"tonic-build 0.7.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-streamer"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"crossbeam-channel",
|
|
"futures-util",
|
|
"histogram",
|
|
"indexmap",
|
|
"itertools",
|
|
"libc",
|
|
"log",
|
|
"nix",
|
|
"pem",
|
|
"percentage",
|
|
"pkcs8",
|
|
"quinn",
|
|
"rand 0.7.3",
|
|
"rcgen",
|
|
"rustls 0.20.6",
|
|
"solana-metrics",
|
|
"solana-perf",
|
|
"solana-sdk 1.11.4",
|
|
"thiserror",
|
|
"tokio",
|
|
"x509-parser",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-sys-tuner"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"clap 2.33.3",
|
|
"libc",
|
|
"log",
|
|
"nix",
|
|
"solana-logger 1.11.4",
|
|
"solana-version",
|
|
"sysctl",
|
|
"unix_socket2",
|
|
"users",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-test-validator"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"base64 0.13.0",
|
|
"log",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"solana-cli-output",
|
|
"solana-client",
|
|
"solana-core",
|
|
"solana-gossip",
|
|
"solana-ledger",
|
|
"solana-logger 1.11.4",
|
|
"solana-net-utils",
|
|
"solana-program-runtime",
|
|
"solana-program-test",
|
|
"solana-rpc",
|
|
"solana-runtime",
|
|
"solana-sdk 1.11.4",
|
|
"solana-streamer",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-transaction-status"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"Inflector",
|
|
"base64 0.13.0",
|
|
"bincode",
|
|
"borsh",
|
|
"bs58",
|
|
"lazy_static",
|
|
"log",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"solana-account-decoder",
|
|
"solana-measure",
|
|
"solana-metrics",
|
|
"solana-runtime",
|
|
"solana-sdk 1.11.4",
|
|
"solana-vote-program",
|
|
"spl-associated-token-account",
|
|
"spl-memo",
|
|
"spl-token",
|
|
"spl-token-2022",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-validator"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"chrono",
|
|
"clap 2.33.3",
|
|
"console",
|
|
"core_affinity",
|
|
"crossbeam-channel",
|
|
"fd-lock",
|
|
"indicatif",
|
|
"jsonrpc-core",
|
|
"jsonrpc-core-client",
|
|
"jsonrpc-derive",
|
|
"jsonrpc-ipc-server",
|
|
"jsonrpc-server-utils",
|
|
"libc",
|
|
"log",
|
|
"num_cpus",
|
|
"rand 0.7.3",
|
|
"serde",
|
|
"serde_json",
|
|
"signal-hook",
|
|
"solana-clap-utils",
|
|
"solana-cli-config",
|
|
"solana-client",
|
|
"solana-core",
|
|
"solana-download-utils",
|
|
"solana-entry",
|
|
"solana-faucet",
|
|
"solana-genesis-utils",
|
|
"solana-gossip",
|
|
"solana-ledger",
|
|
"solana-logger 1.11.4",
|
|
"solana-metrics",
|
|
"solana-net-utils",
|
|
"solana-perf",
|
|
"solana-poh",
|
|
"solana-rpc",
|
|
"solana-runtime",
|
|
"solana-sdk 1.11.4",
|
|
"solana-send-transaction-service",
|
|
"solana-storage-bigtable",
|
|
"solana-streamer",
|
|
"solana-test-validator",
|
|
"solana-version",
|
|
"solana-vote-program",
|
|
"symlink",
|
|
"tikv-jemallocator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-version"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"log",
|
|
"rustc_version",
|
|
"semver",
|
|
"serde",
|
|
"serde_derive",
|
|
"solana-frozen-abi 1.11.4",
|
|
"solana-frozen-abi-macro 1.11.4",
|
|
"solana-sdk 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-vote-program"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"bincode",
|
|
"log",
|
|
"num-derive",
|
|
"num-traits",
|
|
"rustc_version",
|
|
"serde",
|
|
"serde_derive",
|
|
"solana-frozen-abi 1.11.4",
|
|
"solana-frozen-abi-macro 1.11.4",
|
|
"solana-metrics",
|
|
"solana-program-runtime",
|
|
"solana-sdk 1.11.4",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-zk-token-proof-program"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"bytemuck",
|
|
"getrandom 0.1.14",
|
|
"num-derive",
|
|
"num-traits",
|
|
"solana-program-runtime",
|
|
"solana-sdk 1.11.4",
|
|
"solana-zk-token-sdk 1.11.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-zk-token-sdk"
|
|
version = "1.10.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b48cc8372b23949286546f1b73c3859e06b1d42b8d2c13162484d6ca4b35cb2"
|
|
dependencies = [
|
|
"aes-gcm-siv",
|
|
"arrayref",
|
|
"base64 0.13.0",
|
|
"bincode",
|
|
"bytemuck",
|
|
"byteorder 1.4.3",
|
|
"cipher 0.4.3",
|
|
"curve25519-dalek",
|
|
"getrandom 0.1.14",
|
|
"lazy_static",
|
|
"merlin",
|
|
"num-derive",
|
|
"num-traits",
|
|
"rand 0.7.3",
|
|
"serde",
|
|
"serde_json",
|
|
"sha3 0.9.1",
|
|
"solana-program 1.10.10",
|
|
"solana-sdk 1.10.10",
|
|
"subtle",
|
|
"thiserror",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-zk-token-sdk"
|
|
version = "1.11.4"
|
|
dependencies = [
|
|
"aes-gcm-siv",
|
|
"arrayref",
|
|
"base64 0.13.0",
|
|
"bincode",
|
|
"bytemuck",
|
|
"byteorder 1.4.3",
|
|
"cipher 0.4.3",
|
|
"curve25519-dalek",
|
|
"getrandom 0.1.14",
|
|
"lazy_static",
|
|
"merlin",
|
|
"num-derive",
|
|
"num-traits",
|
|
"rand 0.7.3",
|
|
"serde",
|
|
"serde_json",
|
|
"sha3 0.9.1",
|
|
"solana-program 1.11.4",
|
|
"solana-sdk 1.11.4",
|
|
"subtle",
|
|
"thiserror",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana_rbpf"
|
|
version = "0.2.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "80a28c5dfe7e8af38daa39d6561c8e8b9ed7a2f900951ebe7362ad6348d36c73"
|
|
dependencies = [
|
|
"byteorder 1.4.3",
|
|
"combine",
|
|
"goblin",
|
|
"hash32",
|
|
"libc",
|
|
"log",
|
|
"rand 0.8.5",
|
|
"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.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c530c2b0d0bf8b69304b39fe2001993e267461948b890cd037d8ad4293fa1a0d"
|
|
|
|
[[package]]
|
|
name = "spki"
|
|
version = "0.5.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "44d01ac02a6ccf3e07db148d2be087da624fea0221a16152ed01f0496a6b0a27"
|
|
dependencies = [
|
|
"base64ct",
|
|
"der",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spl-associated-token-account"
|
|
version = "1.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2b013067447a1396303ddfc294f36e3d260a32f8a16c501c295bcdc7de39b490"
|
|
dependencies = [
|
|
"borsh",
|
|
"solana-program 1.10.10",
|
|
"spl-token",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spl-memo"
|
|
version = "3.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bd0dc6f70db6bacea7ff25870b016a65ba1d1b6013536f08e4fd79a8f9005325"
|
|
dependencies = [
|
|
"solana-program 1.10.10",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spl-token"
|
|
version = "3.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0cc67166ef99d10c18cb5e9c208901e6d8255c6513bb1f877977eba48e6cc4fb"
|
|
dependencies = [
|
|
"arrayref",
|
|
"num-derive",
|
|
"num-traits",
|
|
"num_enum",
|
|
"solana-program 1.10.10",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spl-token-2022"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "83f001b3579e69a695a22e458fa1a4b76ab25a142544a094e3f65af63dc61c2f"
|
|
dependencies = [
|
|
"arrayref",
|
|
"bytemuck",
|
|
"num-derive",
|
|
"num-traits",
|
|
"num_enum",
|
|
"solana-program 1.10.10",
|
|
"solana-zk-token-sdk 1.10.10",
|
|
"spl-memo",
|
|
"spl-token",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stable_deref_trait"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
[[package]]
|
|
name = "static_assertions"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
[[package]]
|
|
name = "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 = "strsim"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
[[package]]
|
|
name = "strsim"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
[[package]]
|
|
name = "strum"
|
|
version = "0.24.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"
|
|
dependencies = [
|
|
"strum_macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "strum_macros"
|
|
version = "0.24.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"
|
|
dependencies = [
|
|
"heck 0.4.0",
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"rustversion",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "subtle"
|
|
version = "2.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
|
|
|
[[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.93"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "04066589568b72ec65f42d65a1a52436e954b168773148893c020269563decf2"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"unicode-xid 0.2.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sync_wrapper"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "20518fe4a4c9acf048008599e464deb21beeae3d3578418951a189c235a7a9a8"
|
|
|
|
[[package]]
|
|
name = "synstructure"
|
|
version = "0.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
"unicode-xid 0.2.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sys-info"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sysctl"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1123645dfaf2b5eac6b6c88addafc359c789b8ef2a770ecaef758c1ddf363ea4"
|
|
dependencies = [
|
|
"bitflags",
|
|
"byteorder 1.4.3",
|
|
"libc",
|
|
"thiserror",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tar"
|
|
version = "0.4.38"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
|
|
dependencies = [
|
|
"filetime",
|
|
"libc",
|
|
"xattr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tarpc"
|
|
version = "0.29.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1c38a012bed6fb9681d3bf71ffaa4f88f3b4b9ed3198cda6e4c8462d24d4bb80"
|
|
dependencies = [
|
|
"anyhow",
|
|
"fnv",
|
|
"futures 0.3.21",
|
|
"humantime",
|
|
"opentelemetry",
|
|
"pin-project",
|
|
"rand 0.8.5",
|
|
"serde",
|
|
"static_assertions",
|
|
"tarpc-plugins",
|
|
"thiserror",
|
|
"tokio",
|
|
"tokio-serde",
|
|
"tokio-util 0.6.9",
|
|
"tracing",
|
|
"tracing-opentelemetry",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tarpc-plugins"
|
|
version = "0.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ee42b4e559f17bce0385ebf511a7beb67d5cc33c12c96b7f4e9789919d9c10f"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tempfile"
|
|
version = "3.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"fastrand",
|
|
"libc",
|
|
"redox_syscall 0.2.10",
|
|
"remove_dir_all",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termcolor"
|
|
version = "1.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "terminal_size"
|
|
version = "0.1.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4bd2d183bd3fac5f5fe38ddbeb4dc9aec4a39a9d7d59e7491d900302da01cbe1"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[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.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1141d4d61095b28419e22cb0bbf02755f5e54e0526f97f1e3d1d160e60885fb"
|
|
|
|
[[package]]
|
|
name = "thiserror"
|
|
version = "1.0.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
|
|
dependencies = [
|
|
"thiserror-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror-impl"
|
|
version = "1.0.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thread_local"
|
|
version = "1.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
|
dependencies = [
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tikv-jemalloc-sys"
|
|
version = "0.4.3+5.2.1-patched.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1792ccb507d955b46af42c123ea8863668fae24d03721e40cad6a41773dbb49"
|
|
dependencies = [
|
|
"cc",
|
|
"fs_extra",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tikv-jemallocator"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a5b7bcecfafe4998587d636f9ae9d55eb9d0499877b88757767c346875067098"
|
|
dependencies = [
|
|
"libc",
|
|
"tikv-jemalloc-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.1.43"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
|
|
dependencies = [
|
|
"itoa",
|
|
"libc",
|
|
"num_threads",
|
|
"time-macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time-macros"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
|
|
|
|
[[package]]
|
|
name = "tiny-bip39"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"
|
|
dependencies = [
|
|
"anyhow",
|
|
"hmac 0.8.1",
|
|
"once_cell",
|
|
"pbkdf2 0.4.0",
|
|
"rand 0.7.3",
|
|
"rustc-hash",
|
|
"sha2 0.9.9",
|
|
"thiserror",
|
|
"unicode-normalization",
|
|
"wasm-bindgen",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinyvec"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023"
|
|
dependencies = [
|
|
"tinyvec_macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinyvec_macros"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
[[package]]
|
|
name = "tokio"
|
|
version = "1.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9d0183f6f6001549ab68f8c7585093bb732beefbcf6d23a10b9b95c73a1dd49"
|
|
dependencies = [
|
|
"autocfg",
|
|
"bytes",
|
|
"libc",
|
|
"memchr",
|
|
"mio",
|
|
"num_cpus",
|
|
"once_cell",
|
|
"parking_lot 0.11.2",
|
|
"pin-project-lite",
|
|
"signal-hook-registry",
|
|
"tokio-macros",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-io-timeout"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
|
|
dependencies = [
|
|
"pin-project-lite",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-macros"
|
|
version = "1.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-native-tls"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
|
dependencies = [
|
|
"native-tls",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-rustls"
|
|
version = "0.22.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
|
|
dependencies = [
|
|
"rustls 0.19.1",
|
|
"tokio",
|
|
"webpki 0.21.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-rustls"
|
|
version = "0.23.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a27d5f2b839802bd8267fa19b0530f5a08b9c08cd417976be2a65d130fe1c11b"
|
|
dependencies = [
|
|
"rustls 0.20.6",
|
|
"tokio",
|
|
"webpki 0.22.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-serde"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "911a61637386b789af998ee23f50aa30d5fd7edcec8d6d3dedae5e5815205466"
|
|
dependencies = [
|
|
"bincode",
|
|
"bytes",
|
|
"educe",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"pin-project",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-stream"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df54d54117d6fdc4e4fea40fe1e4e566b3505700e148a6827e59b34b0d2600d9"
|
|
dependencies = [
|
|
"futures-core",
|
|
"pin-project-lite",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-tungstenite"
|
|
version = "0.17.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "06cda1232a49558c46f8a504d5b93101d42c0bf7f911f12a105ba48168f821ae"
|
|
dependencies = [
|
|
"futures-util",
|
|
"log",
|
|
"rustls 0.20.6",
|
|
"tokio",
|
|
"tokio-rustls 0.23.2",
|
|
"tungstenite",
|
|
"webpki 0.22.0",
|
|
"webpki-roots",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-util"
|
|
version = "0.6.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-sink",
|
|
"log",
|
|
"pin-project-lite",
|
|
"slab",
|
|
"tokio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-util"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0edfdeb067411dba2044da6d1cb2df793dd35add7888d73c16e3381ded401764"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"pin-project-lite",
|
|
"tokio",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
version = "0.5.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tonic"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff08f4649d10a70ffa3522ca559031285d8e421d727ac85c60825761818f5d0a"
|
|
dependencies = [
|
|
"async-stream",
|
|
"async-trait",
|
|
"base64 0.13.0",
|
|
"bytes",
|
|
"futures-core",
|
|
"futures-util",
|
|
"h2",
|
|
"http",
|
|
"http-body",
|
|
"hyper",
|
|
"hyper-timeout",
|
|
"percent-encoding 2.1.0",
|
|
"pin-project",
|
|
"prost 0.9.0",
|
|
"prost-derive 0.9.0",
|
|
"tokio",
|
|
"tokio-rustls 0.22.0",
|
|
"tokio-stream",
|
|
"tokio-util 0.6.9",
|
|
"tower",
|
|
"tower-layer",
|
|
"tower-service",
|
|
"tracing",
|
|
"tracing-futures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tonic"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5be9d60db39854b30b835107500cf0aca0b0d14d6e1c3de124217c23a29c2ddb"
|
|
dependencies = [
|
|
"async-stream",
|
|
"async-trait",
|
|
"axum",
|
|
"base64 0.13.0",
|
|
"bytes",
|
|
"futures-core",
|
|
"futures-util",
|
|
"h2",
|
|
"http",
|
|
"http-body",
|
|
"hyper",
|
|
"hyper-timeout",
|
|
"percent-encoding 2.1.0",
|
|
"pin-project",
|
|
"prost 0.10.4",
|
|
"prost-derive 0.10.1",
|
|
"rustls-pemfile 1.0.0",
|
|
"tokio",
|
|
"tokio-rustls 0.23.2",
|
|
"tokio-stream",
|
|
"tokio-util 0.7.1",
|
|
"tower",
|
|
"tower-layer",
|
|
"tower-service",
|
|
"tracing",
|
|
"tracing-futures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tonic-build"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9403f1bafde247186684b230dc6f38b5cd514584e8bec1dd32514be4745fa757"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"prost-build 0.9.0",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tonic-build"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9263bf4c9bfaae7317c1c2faf7f18491d2fe476f70c414b73bf5d445b00ffa1"
|
|
dependencies = [
|
|
"prettyplease",
|
|
"proc-macro2 1.0.38",
|
|
"prost-build 0.10.1",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tower"
|
|
version = "0.4.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a89fd63ad6adf737582df5db40d286574513c69a11dac5214dc3b5603d6713e"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-util",
|
|
"indexmap",
|
|
"pin-project",
|
|
"pin-project-lite",
|
|
"rand 0.8.5",
|
|
"slab",
|
|
"tokio",
|
|
"tokio-util 0.7.1",
|
|
"tower-layer",
|
|
"tower-service",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tower-http"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aba3f3efabf7fb41fae8534fc20a817013dd1c12cb45441efb6c82e6556b4cd8"
|
|
dependencies = [
|
|
"bitflags",
|
|
"bytes",
|
|
"futures-core",
|
|
"futures-util",
|
|
"http",
|
|
"http-body",
|
|
"http-range-header",
|
|
"pin-project-lite",
|
|
"tower",
|
|
"tower-layer",
|
|
"tower-service",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tower-layer"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "343bc9466d3fe6b0f960ef45960509f84480bf4fd96f92901afe7ff3df9d3a62"
|
|
|
|
[[package]]
|
|
name = "tower-service"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
|
|
|
[[package]]
|
|
name = "tracing"
|
|
version = "0.1.29"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"log",
|
|
"pin-project-lite",
|
|
"tracing-attributes",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-attributes"
|
|
version = "0.1.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-core"
|
|
version = "0.1.26"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"valuable",
|
|
]
|
|
|
|
[[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 = "tracing-opentelemetry"
|
|
version = "0.17.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1f9378e96a9361190ae297e7f3a8ff644aacd2897f244b1ff81f381669196fa6"
|
|
dependencies = [
|
|
"opentelemetry",
|
|
"tracing",
|
|
"tracing-core",
|
|
"tracing-subscriber",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-subscriber"
|
|
version = "0.3.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4bc28f93baff38037f64e6f43d34cfa1605f27a49c34e8a04c5e78b0babf2596"
|
|
dependencies = [
|
|
"sharded-slab",
|
|
"thread_local",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "trees"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0de5f738ceab88e2491a94ddc33c3feeadfa95fedc60363ef110845df12f3878"
|
|
|
|
[[package]]
|
|
name = "try-lock"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
|
|
|
|
[[package]]
|
|
name = "tungstenite"
|
|
version = "0.17.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d96a2dea40e7570482f28eb57afbe42d97551905da6a9400acc5c328d24004f5"
|
|
dependencies = [
|
|
"base64 0.13.0",
|
|
"byteorder 1.4.3",
|
|
"bytes",
|
|
"http",
|
|
"httparse",
|
|
"log",
|
|
"rand 0.8.5",
|
|
"rustls 0.20.6",
|
|
"sha-1 0.10.0",
|
|
"thiserror",
|
|
"url 2.2.2",
|
|
"utf-8",
|
|
"webpki 0.22.0",
|
|
"webpki-roots",
|
|
]
|
|
|
|
[[package]]
|
|
name = "typenum"
|
|
version = "1.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
|
|
|
[[package]]
|
|
name = "ucd-trie"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
|
|
|
[[package]]
|
|
name = "unicase"
|
|
version = "2.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
dependencies = [
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-bidi"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
|
dependencies = [
|
|
"matches",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-normalization"
|
|
version = "0.1.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606"
|
|
dependencies = [
|
|
"tinyvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-segmentation"
|
|
version = "1.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
|
|
|
|
[[package]]
|
|
name = "unicode-width"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
|
|
|
[[package]]
|
|
name = "unicode-xid"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
|
|
[[package]]
|
|
name = "unicode-xid"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
|
|
|
|
[[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.5",
|
|
"subtle",
|
|
]
|
|
|
|
[[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",
|
|
]
|
|
|
|
[[package]]
|
|
name = "untrusted"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
[[package]]
|
|
name = "uriparse"
|
|
version = "0.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0200d0fc04d809396c2ad43f3c95da3582a2556eba8d453c1087f4120ee352ff"
|
|
dependencies = [
|
|
"fnv",
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "url"
|
|
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"
|
|
version = "2.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
|
dependencies = [
|
|
"form_urlencoded",
|
|
"idna 0.2.0",
|
|
"matches",
|
|
"percent-encoding 2.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "users"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aa4227e95324a443c9fcb06e03d4d85e91aabe9a5a02aa818688b6918b6af486"
|
|
dependencies = [
|
|
"libc",
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "utf-8"
|
|
version = "0.7.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
|
|
|
|
[[package]]
|
|
name = "valuable"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
[[package]]
|
|
name = "vcpkg"
|
|
version = "0.2.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
[[package]]
|
|
name = "vec_map"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
[[package]]
|
|
name = "version_check"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
|
|
|
[[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.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
|
|
dependencies = [
|
|
"same-file",
|
|
"winapi 0.3.9",
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "want"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
dependencies = [
|
|
"log",
|
|
"try-lock",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasi"
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
[[package]]
|
|
name = "wasi"
|
|
version = "0.10.1+wasi-snapshot-preview1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "93c6c3420963c5c64bca373b25e77acb562081b9bb4dd5bb864187742186cea9"
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen"
|
|
version = "0.2.81"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7c53b543413a17a202f4be280a7e5c62a1c69345f5de525ee64f8cfdbc954994"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"wasm-bindgen-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-backend"
|
|
version = "0.2.81"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5491a68ab4500fa6b4d726bd67408630c3dbe9c4fe7bda16d5c82a1fd8c7340a"
|
|
dependencies = [
|
|
"bumpalo",
|
|
"lazy_static",
|
|
"log",
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-futures"
|
|
version = "0.4.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "73157efb9af26fb564bb59a009afd1c7c334a44db171d280690d0c3faaec3468"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
"web-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro"
|
|
version = "0.2.81"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c441e177922bc58f1e12c022624b6216378e5febc2f0533e41ba443d505b80aa"
|
|
dependencies = [
|
|
"quote 1.0.18",
|
|
"wasm-bindgen-macro-support",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro-support"
|
|
version = "0.2.81"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7d94ac45fcf608c1f45ef53e748d35660f168490c10b23704c7779ab8f5c3048"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
"wasm-bindgen-backend",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-shared"
|
|
version = "0.2.81"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6a89911bd99e5f3659ec4acf9c4d93b0a90fe4a2a11f15328472058edc5261be"
|
|
|
|
[[package]]
|
|
name = "web-sys"
|
|
version = "0.3.40"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b72fe77fd39e4bd3eaa4412fd299a0be6b3dfe9d2597e2f1c20beb968f41d17"
|
|
dependencies = [
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webpki"
|
|
version = "0.21.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
|
|
dependencies = [
|
|
"ring",
|
|
"untrusted",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webpki"
|
|
version = "0.22.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
|
dependencies = [
|
|
"ring",
|
|
"untrusted",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webpki-roots"
|
|
version = "0.22.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c475786c6f47219345717a043a37ec04cb4bc185e28853adcc4fa0a947eba630"
|
|
dependencies = [
|
|
"webpki 0.22.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "which"
|
|
version = "4.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c4fb54e6113b6a8772ee41c3404fb0301ac79604489467e0a9ce1f3e97c24ae"
|
|
dependencies = [
|
|
"either",
|
|
"lazy_static",
|
|
"libc",
|
|
]
|
|
|
|
[[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-sys"
|
|
version = "0.30.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "030b7ff91626e57a05ca64a07c481973cbb2db774e4852c9c7ca342408c6a99a"
|
|
dependencies = [
|
|
"windows_aarch64_msvc 0.30.0",
|
|
"windows_i686_gnu 0.30.0",
|
|
"windows_i686_msvc 0.30.0",
|
|
"windows_x86_64_gnu 0.30.0",
|
|
"windows_x86_64_msvc 0.30.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows-sys"
|
|
version = "0.32.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3df6e476185f92a12c072be4a189a0210dcdcf512a1891d6dff9edb874deadc6"
|
|
dependencies = [
|
|
"windows_aarch64_msvc 0.32.0",
|
|
"windows_i686_gnu 0.32.0",
|
|
"windows_i686_msvc 0.32.0",
|
|
"windows_x86_64_gnu 0.32.0",
|
|
"windows_x86_64_msvc 0.32.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_msvc"
|
|
version = "0.30.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "29277a4435d642f775f63c7d1faeb927adba532886ce0287bd985bffb16b6bca"
|
|
|
|
[[package]]
|
|
name = "windows_aarch64_msvc"
|
|
version = "0.32.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
version = "0.30.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1145e1989da93956c68d1864f32fb97c8f561a8f89a5125f6a2b7ea75524e4b8"
|
|
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
version = "0.32.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"
|
|
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
version = "0.30.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d4a09e3a0d4753b73019db171c1339cd4362c8c44baf1bcea336235e955954a6"
|
|
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
version = "0.32.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
version = "0.30.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ca64fcb0220d58db4c119e050e7af03c69e6f4f415ef69ec1773d9aab422d5a"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
version = "0.32.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
version = "0.30.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08cabc9f0066848fef4bc6a1c1668e6efce38b661d2aeec75d18d8617eebb5f1"
|
|
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
version = "0.32.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"
|
|
|
|
[[package]]
|
|
name = "winreg"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "x509-parser"
|
|
version = "0.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e0ecbeb7b67ce215e40e3cc7f2ff902f94a223acf44995934763467e7b1febc8"
|
|
dependencies = [
|
|
"asn1-rs",
|
|
"base64 0.13.0",
|
|
"data-encoding",
|
|
"der-parser",
|
|
"lazy_static",
|
|
"nom",
|
|
"oid-registry",
|
|
"rusticata-macros",
|
|
"thiserror",
|
|
"time 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xattr"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
|
|
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",
|
|
]
|
|
|
|
[[package]]
|
|
name = "yasna"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "346d34a236c9d3e5f3b9b74563f238f955bbd05fa0b8b4efa53c130c43982f4c"
|
|
dependencies = [
|
|
"time 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zeroize"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
|
|
dependencies = [
|
|
"zeroize_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zeroize_derive"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bdff2024a851a322b08f179173ae2ba620445aef1e838f0c196820eade4ae0c7"
|
|
dependencies = [
|
|
"proc-macro2 1.0.38",
|
|
"quote 1.0.18",
|
|
"syn 1.0.93",
|
|
"synstructure",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zstd"
|
|
version = "0.11.2+zstd.1.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
|
|
dependencies = [
|
|
"zstd-safe",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zstd-safe"
|
|
version = "5.0.1+zstd.1.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7c12659121420dd6365c5c3de4901f97145b79651fb1d25814020ed2ed0585ae"
|
|
dependencies = [
|
|
"libc",
|
|
"zstd-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zstd-sys"
|
|
version = "2.0.1+zstd.1.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9fd07cbbc53846d9145dbffdf6dd09a7a0aa52be46741825f5c97bdd4f73f12b"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
]
|