7068 lines
157 KiB
TOML
7068 lines
157 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
[[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 = "addr2line"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a49806b9dadc843c61e7c97e72490ad7f7220ae249012fbda9ad0609457c0543"
|
|
dependencies = [
|
|
"gimli",
|
|
]
|
|
|
|
[[package]]
|
|
name = "adler32"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2"
|
|
|
|
[[package]]
|
|
name = "ahash"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6789e291be47ace86a60303502173d84af8327e3627ecf334356ee0f87a164c"
|
|
|
|
[[package]]
|
|
name = "ahash"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "865f8b0b3fced577b7df82e9b0eb7609595d7209c0b39e78d0646672e244b1b1"
|
|
dependencies = [
|
|
"getrandom 0.2.0",
|
|
"lazy_static",
|
|
"version_check 0.9.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aho-corasick"
|
|
version = "0.7.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
|
|
dependencies = [
|
|
"memchr 2.3.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ansi_term"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
dependencies = [
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anyhow"
|
|
version = "1.0.38"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
|
|
|
|
[[package]]
|
|
name = "arc-swap"
|
|
version = "0.4.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dabe5a181f83789739c194cbe5a897dde195078fac08568d09221fd6137a7ba8"
|
|
|
|
[[package]]
|
|
name = "arc-swap"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d4d7d63395147b81a9e570bcc6243aaf71c017bd666d4909cfef0085bdda8d73"
|
|
|
|
[[package]]
|
|
name = "arrayref"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
[[package]]
|
|
name = "arrayvec"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
|
|
|
|
[[package]]
|
|
name = "ascii"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e"
|
|
|
|
[[package]]
|
|
name = "assert_cmd"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3dc1679af9a1ab4bea16f228b05d18f8363f8327b1fa8db00d2760cfafc6b61e"
|
|
dependencies = [
|
|
"doc-comment",
|
|
"predicates",
|
|
"predicates-core",
|
|
"predicates-tree",
|
|
"wait-timeout",
|
|
]
|
|
|
|
[[package]]
|
|
name = "assert_matches"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7deb0a829ca7bcfaf5da70b073a8d128619259a7be8216a355e23f00763059e5"
|
|
|
|
[[package]]
|
|
name = "async-stream"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3670df70cbc01729f901f94c887814b3c68db038aad1329a418bae178bc5295c"
|
|
dependencies = [
|
|
"async-stream-impl",
|
|
"futures-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-stream-impl"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a3548b8efc9f8e8a5a0a2808c5bd8451a9031b9e5b879a79590304ae928b0a70"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-trait"
|
|
version = "0.1.42"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[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.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "autocfg"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
|
|
|
|
[[package]]
|
|
name = "autocfg"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
|
|
|
[[package]]
|
|
name = "backoff"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9fe17f59a06fe8b87a6fc8bf53bb70b3aba76d7685f432487a68cd5552853625"
|
|
dependencies = [
|
|
"futures-core",
|
|
"getrandom 0.2.0",
|
|
"instant",
|
|
"pin-project 1.0.1",
|
|
"rand 0.8.3",
|
|
"tokio 1.1.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "backtrace"
|
|
version = "0.3.48"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0df2f85c8a2abbe3b7d7e748052fdd9b76a0458fdeb16ad4223f5eca78c7c130"
|
|
dependencies = [
|
|
"addr2line",
|
|
"cfg-if 0.1.10",
|
|
"libc",
|
|
"object",
|
|
"rustc-demangle",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "base-x"
|
|
version = "0.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b20b618342cf9891c292c4f5ac2cde7287cc5c87e87e9c769d617793607dec1"
|
|
|
|
[[package]]
|
|
name = "base32"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "23ce669cd6c8588f79e15cf450314f9638f967fc5770ff1c7c1deb0925ea7cfa"
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
|
dependencies = [
|
|
"byteorder",
|
|
"safemem",
|
|
]
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
|
|
dependencies = [
|
|
"byteorder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
|
|
|
|
[[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 = "bincode"
|
|
version = "1.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d"
|
|
dependencies = [
|
|
"byteorder",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bindgen"
|
|
version = "0.54.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "66c0bb6167449588ff70803f4127f0684f9063097eca5016f37eb52b92c2cf36"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cexpr",
|
|
"cfg-if 0.1.10",
|
|
"clang-sys",
|
|
"clap",
|
|
"env_logger 0.7.1",
|
|
"lazy_static",
|
|
"lazycell",
|
|
"log 0.4.11",
|
|
"peeking_take_while",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"regex",
|
|
"rustc-hash",
|
|
"shlex",
|
|
"which",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
|
[[package]]
|
|
name = "blake2b_simd"
|
|
version = "0.5.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
|
|
dependencies = [
|
|
"arrayref",
|
|
"arrayvec",
|
|
"constant_time_eq",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blake3"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ce4f9586c9a3151c4b49b19e82ba163dd073614dd057e53c969e1a4db5b52720"
|
|
dependencies = [
|
|
"arrayref",
|
|
"arrayvec",
|
|
"cc",
|
|
"cfg-if 0.1.10",
|
|
"constant_time_eq",
|
|
"crypto-mac 0.8.0",
|
|
"digest 0.9.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "block-buffer"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
|
dependencies = [
|
|
"block-padding 0.1.5",
|
|
"byte-tools",
|
|
"byteorder",
|
|
"generic-array 0.12.3",
|
|
]
|
|
|
|
[[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.3",
|
|
]
|
|
|
|
[[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.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a5a26c53ddf60281f18e7a29b20db7ba3db82a9d81b9650bfaa02d646f50d364"
|
|
dependencies = [
|
|
"borsh-derive",
|
|
"hashbrown 0.9.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "borsh-derive"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b637a47728b78a78cd7f4b85bf06d71ef4221840e059a38f048be2422bf673b2"
|
|
dependencies = [
|
|
"borsh-derive-internal",
|
|
"borsh-schema-derive-internal",
|
|
"proc-macro-crate",
|
|
"proc-macro2 1.0.24",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "borsh-derive-internal"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d813fa25eb0bed78c36492cff4415f38c760d6de833d255ba9095bd8ebb7d725"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "borsh-schema-derive-internal"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dcf78ee4a98c8cb9eba1bac3d3e2a1ea3d7673c719ce691e67b5cbafc472d3b7"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bs58"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "476e9cd489f9e121e02ffa6014a8ef220ecb15c05ed23fc34cca13925dc283fb"
|
|
|
|
[[package]]
|
|
name = "bstr"
|
|
version = "0.2.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"memchr 2.3.3",
|
|
"regex-automata",
|
|
"serde",
|
|
]
|
|
|
|
[[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 = "byte-unit"
|
|
version = "4.0.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1c8758c32833faaae35b24a73d332e62d0528e89076ae841c63940e37008b153"
|
|
dependencies = [
|
|
"utf8-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bytecount"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b0017894339f586ccb943b01b9555de56770c11cda818e7e3d8bd93f4ed7f46e"
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
|
|
|
[[package]]
|
|
name = "bytes"
|
|
version = "0.4.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
|
dependencies = [
|
|
"byteorder",
|
|
"either",
|
|
"iovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bytes"
|
|
version = "0.5.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1"
|
|
|
|
[[package]]
|
|
name = "bytes"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e0dcbc35f504eb6fc275a6d20e4ebcda18cf50d40ba6fabff8c711fa16cb3b16"
|
|
|
|
[[package]]
|
|
name = "bytes"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
|
|
|
|
[[package]]
|
|
name = "bytesize"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
|
|
|
|
[[package]]
|
|
name = "bzip2"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b"
|
|
dependencies = [
|
|
"bzip2-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bzip2-sys"
|
|
version = "0.1.9+1.0.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ad3b39a260062fca31f7b0b12f207e8f2590a67d32ec7d59c20484b07ea7285e"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cargo_metadata"
|
|
version = "0.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d5a5f7b42f606b7f23674f6f4d877628350682bc40687d3fae65679a58d55345"
|
|
dependencies = [
|
|
"semver 0.11.0",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cast"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0"
|
|
dependencies = [
|
|
"rustc_version",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.0.49"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e450b8da92aa6f274e7c6437692f9f2ce6d701fb73bacfcf87897b3f89a4c20e"
|
|
dependencies = [
|
|
"jobserver",
|
|
"num_cpus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cexpr"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
|
|
dependencies = [
|
|
"nom 5.1.1",
|
|
]
|
|
|
|
[[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.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chrono-humanize"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0a4c32145b4db85fe1c4f2b125a4f9493769df424f5f84baf6b04ea8eaf33c9"
|
|
dependencies = [
|
|
"chrono",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clang-sys"
|
|
version = "0.29.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a"
|
|
dependencies = [
|
|
"glob",
|
|
"libc",
|
|
"libloading 0.5.2",
|
|
]
|
|
|
|
[[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",
|
|
"textwrap",
|
|
"unicode-width",
|
|
"vec_map",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cloudabi"
|
|
version = "0.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
|
dependencies = [
|
|
"bitflags",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cloudabi"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
|
|
dependencies = [
|
|
"bitflags",
|
|
]
|
|
|
|
[[package]]
|
|
name = "combine"
|
|
version = "3.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680"
|
|
dependencies = [
|
|
"ascii",
|
|
"byteorder",
|
|
"either",
|
|
"memchr 2.3.3",
|
|
"unreachable",
|
|
]
|
|
|
|
[[package]]
|
|
name = "console"
|
|
version = "0.11.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8c0994e656bba7b922d8dd1245db90672ffb701e684e45be58f20719d69abc5a"
|
|
dependencies = [
|
|
"encode_unicode",
|
|
"lazy_static",
|
|
"libc",
|
|
"regex",
|
|
"terminal_size",
|
|
"termios",
|
|
"unicode-width",
|
|
"winapi 0.3.8",
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const_fn"
|
|
version = "0.4.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
|
|
|
|
[[package]]
|
|
name = "constant_time_eq"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
[[package]]
|
|
name = "core-foundation"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
|
|
dependencies = [
|
|
"core-foundation-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-foundation-sys"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
|
|
|
|
[[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 = "cpuid-bool"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
|
|
|
|
[[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 = "criterion-stats"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "387df94cb74ada1b33e10ce034bb0d9360cc73edb5063e7d7d4120a40ee1c9d2"
|
|
dependencies = [
|
|
"cast",
|
|
"num-traits",
|
|
"num_cpus",
|
|
"rand 0.4.6",
|
|
"thread-scoped",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-channel"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
|
|
dependencies = [
|
|
"crossbeam-utils 0.7.2",
|
|
"maybe-uninit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-channel"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"crossbeam-utils 0.8.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-deque"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
|
|
dependencies = [
|
|
"crossbeam-epoch 0.8.2",
|
|
"crossbeam-utils 0.7.2",
|
|
"maybe-uninit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-deque"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"crossbeam-epoch 0.9.1",
|
|
"crossbeam-utils 0.8.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-epoch"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
|
|
dependencies = [
|
|
"autocfg 1.0.0",
|
|
"cfg-if 0.1.10",
|
|
"crossbeam-utils 0.7.2",
|
|
"lazy_static",
|
|
"maybe-uninit",
|
|
"memoffset 0.5.4",
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-epoch"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"const_fn",
|
|
"crossbeam-utils 0.8.1",
|
|
"lazy_static",
|
|
"memoffset 0.6.1",
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-queue"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"crossbeam-utils 0.7.2",
|
|
"maybe-uninit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-utils"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
|
|
dependencies = [
|
|
"autocfg 1.0.0",
|
|
"cfg-if 0.1.10",
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-utils"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
|
|
dependencies = [
|
|
"autocfg 1.0.0",
|
|
"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-mac"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
|
|
dependencies = [
|
|
"generic-array 0.12.3",
|
|
"subtle 1.0.0",
|
|
]
|
|
|
|
[[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.3",
|
|
"subtle 2.2.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crypto-mac"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4857fd85a0c34b3c3297875b747c1e02e06b6a0ea32dd892d8192b9ce0813ea6"
|
|
dependencies = [
|
|
"generic-array 0.14.3",
|
|
"subtle 2.2.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "csv"
|
|
version = "1.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "00affe7f6ab566df61b4be3ce8cf16bc2576bca0963ceb0955e45d514bf9a279"
|
|
dependencies = [
|
|
"bstr",
|
|
"csv-core",
|
|
"itoa",
|
|
"ryu",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "csv-core"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
|
|
dependencies = [
|
|
"memchr 2.3.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ctrlc"
|
|
version = "3.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "54dedab740bc412d514cfbc4a1d9d5d16fed02c4b14a7be129003c07fdc33b9b"
|
|
dependencies = [
|
|
"nix 0.17.0",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "curve25519-dalek"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d85653f070353a16313d0046f173f70d1aadd5b42600a14de626f0dfb3473a5"
|
|
dependencies = [
|
|
"byteorder",
|
|
"digest 0.8.1",
|
|
"rand_core 0.5.1",
|
|
"subtle 2.2.2",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "curve25519-dalek"
|
|
version = "3.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c8492de420e9e60bc9a1d66e2dbb91825390b738a388606600663fc529b4b307"
|
|
dependencies = [
|
|
"byteorder",
|
|
"digest 0.9.0",
|
|
"rand_core 0.5.1",
|
|
"subtle 2.2.2",
|
|
"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 = "derivative"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cb582b60359da160a9477ee80f15c8d784c477e69c217ef2cdd4169c24ea380f"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derive_more"
|
|
version = "0.99.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dialoguer"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f4aa86af7b19b40ef9cbef761ed411a49f0afa06b7b6dcd3dfe2f96a3c546138"
|
|
dependencies = [
|
|
"console",
|
|
"lazy_static",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "difference"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
|
|
|
[[package]]
|
|
name = "digest"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
|
dependencies = [
|
|
"generic-array 0.12.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "digest"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
dependencies = [
|
|
"generic-array 0.14.3",
|
|
]
|
|
|
|
[[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.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "99de365f605554ae33f115102a02057d4fc18b01f3284d6870be0938743cfe7d"
|
|
dependencies = [
|
|
"libc",
|
|
"redox_users",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "discard"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
|
|
|
[[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.8",
|
|
]
|
|
|
|
[[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 = "doc-comment"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
|
|
[[package]]
|
|
name = "dtoa"
|
|
version = "0.4.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3"
|
|
|
|
[[package]]
|
|
name = "ed25519"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bf038a7b6fd7ef78ad3348b63f3a17550877b0e28f8d68bcc94894d1412158bc"
|
|
dependencies = [
|
|
"serde",
|
|
"signature",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ed25519-dalek"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
|
|
dependencies = [
|
|
"curve25519-dalek 3.0.0",
|
|
"ed25519",
|
|
"rand 0.7.3",
|
|
"serde",
|
|
"serde_bytes",
|
|
"sha2 0.9.2",
|
|
"zeroize",
|
|
]
|
|
|
|
[[package]]
|
|
name = "educe"
|
|
version = "0.4.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7260c7e6e656fc7702a1aa8d5b498a1a69aa84ac4ffcd5501b7d26939f368a93"
|
|
dependencies = [
|
|
"enum-ordinalize",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "either"
|
|
version = "1.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
|
|
|
[[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.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c79a6321a1197d7730510c7e3f6cb80432dfefecb32426de8cea0aa19b4bb8d7"
|
|
dependencies = [
|
|
"enum-iterator-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum-iterator-derive"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e94aa31f7c0dc764f57896dc615ddd76fc13b0d5dca7eb6cc5e018a5a09ec06"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum-ordinalize"
|
|
version = "3.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1676e1daadfd216bda88d3a6fedd1bf53b829a085f5cc4d81c6f3054f50ef983"
|
|
dependencies = [
|
|
"num-bigint",
|
|
"num-traits",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "env_logger"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
|
dependencies = [
|
|
"atty",
|
|
"humantime 1.3.0",
|
|
"log 0.4.11",
|
|
"regex",
|
|
"termcolor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "env_logger"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f"
|
|
dependencies = [
|
|
"atty",
|
|
"humantime 2.0.1",
|
|
"log 0.4.11",
|
|
"regex",
|
|
"termcolor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "failure"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
|
|
dependencies = [
|
|
"backtrace",
|
|
"failure_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "failure_derive"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
"synstructure",
|
|
]
|
|
|
|
[[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 = "fd-lock"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0010f02effd88c702318c5dde0463206be67495d0b4d906ba7c0a8f166cc7f06"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[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",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "flate2"
|
|
version = "1.0.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2cfff41391129e0a856d6d822600b8d71179d46879e310417eb9c762eb178b42"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"crc32fast",
|
|
"libc",
|
|
"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.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"
|
|
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 = "fuchsia-cprng"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
|
|
|
[[package]]
|
|
name = "fuchsia-zircon"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
dependencies = [
|
|
"bitflags",
|
|
"fuchsia-zircon-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fuchsia-zircon-sys"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
|
[[package]]
|
|
name = "futures"
|
|
version = "0.1.29"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
|
|
|
|
[[package]]
|
|
name = "futures"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b3b0c040a1fe6529d30b3c5944b280c7f0dcb2930d2c3062bca967b602583d0"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-executor",
|
|
"futures-io",
|
|
"futures-sink",
|
|
"futures-task",
|
|
"futures-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-channel"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4b7109687aa4e177ef6fe84553af6280ef2778bdb7783ba44c9dc3399110fe64"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-sink",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-core"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "847ce131b72ffb13b6109a221da9ad97a64cbe48feb1028356b836b47b8f1748"
|
|
|
|
[[package]]
|
|
name = "futures-executor"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4caa2b2b68b880003057c1dd49f1ed937e38f22fcf6c212188a121f08cf40a65"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-task",
|
|
"futures-util",
|
|
"num_cpus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-io"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "611834ce18aaa1bd13c4b374f5d653e1027cf99b6b502584ff8c9a64413b30bb"
|
|
|
|
[[package]]
|
|
name = "futures-macro"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77408a692f1f97bcc61dc001d752e00643408fbc922e4d634c655df50d595556"
|
|
dependencies = [
|
|
"proc-macro-hack",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-sink"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f878195a49cee50e006b02b93cf7e0a95a38ac7b776b4c4d9cc1207cd20fcb3d"
|
|
|
|
[[package]]
|
|
name = "futures-task"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7c554eb5bf48b2426c4771ab68c6b14468b6e76cc90996f528c3338d761a4d0d"
|
|
dependencies = [
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-util"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d304cff4a7b99cfb7986f7d43fbe93d175e72e704a8860787cc95e9ffd85cbd2"
|
|
dependencies = [
|
|
"futures 0.1.29",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-macro",
|
|
"futures-sink",
|
|
"futures-task",
|
|
"memchr 2.3.3",
|
|
"pin-project 1.0.1",
|
|
"pin-utils",
|
|
"proc-macro-hack",
|
|
"proc-macro-nested",
|
|
"slab",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gag"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8cc0b9f53275dc5fada808f1d2f82e3688a6c14d735633d1590b7be8eb2307b5"
|
|
dependencies = [
|
|
"libc",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "generic-array"
|
|
version = "0.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
|
|
dependencies = [
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "generic-array"
|
|
version = "0.14.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "60fb4bb6bba52f78a471264d9a3b7d026cc0af47b22cd2cffbc0b787ca003e63"
|
|
dependencies = [
|
|
"serde",
|
|
"typenum",
|
|
"version_check 0.9.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gethostname"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e692e296bfac1d2533ef168d0b60ff5897b8b70a4009276834014dd8924cc028"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[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",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getrandom"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"libc",
|
|
"wasi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gimli"
|
|
version = "0.21.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bcc8e0c9bce37868955864dbecd2b1ab2bdf967e6f28066d65aaac620444b65c"
|
|
|
|
[[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.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"bstr",
|
|
"fnv",
|
|
"log 0.4.11",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "goauth"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d94101e84ede813c04773b0a43396c01b5a3a9376537dbce1125858ae090ae60"
|
|
dependencies = [
|
|
"arc-swap 1.2.0",
|
|
"futures 0.3.8",
|
|
"log 0.4.11",
|
|
"reqwest 0.11.0",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"simpl",
|
|
"smpl_jwt",
|
|
"time 0.2.25",
|
|
"tokio 1.1.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "goblin"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c69552f48b18aa6102ce0c82dd9bc9d3f8af5fc0a5797069b1b466b90570e39c"
|
|
dependencies = [
|
|
"log 0.4.11",
|
|
"plain",
|
|
"scroll",
|
|
]
|
|
|
|
[[package]]
|
|
name = "h2"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff"
|
|
dependencies = [
|
|
"bytes 0.5.4",
|
|
"fnv",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"futures-util",
|
|
"http",
|
|
"indexmap",
|
|
"log 0.4.11",
|
|
"slab",
|
|
"tokio 0.2.22",
|
|
"tokio-util 0.3.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "h2"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6b67e66362108efccd8ac053abafc8b7a8d86a37e6e48fc4f6f7485eb5e9e6a5"
|
|
dependencies = [
|
|
"bytes 1.0.1",
|
|
"fnv",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"futures-util",
|
|
"http",
|
|
"indexmap",
|
|
"slab",
|
|
"tokio 1.1.1",
|
|
"tokio-util 0.6.3",
|
|
"tracing",
|
|
"tracing-futures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "half"
|
|
version = "1.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d36fab90f82edc3c747f9d438e06cf0a491055896f2a279638bb5beed6c40177"
|
|
|
|
[[package]]
|
|
name = "hash32"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d4041af86e63ac4298ce40e5cca669066e75b6f1aa3390fe2561ffa5e1d9f4cc"
|
|
dependencies = [
|
|
"byteorder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25"
|
|
dependencies = [
|
|
"autocfg 1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
|
dependencies = [
|
|
"ahash 0.4.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hermit-abi"
|
|
version = "0.1.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "91780f809e750b0a89f5544be56617ff6b1227ee485bcb06ebe10cdf89bd3b71"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hex"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
|
|
|
|
[[package]]
|
|
name = "hidapi"
|
|
version = "1.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "76c352a18370f7e7e47bcbfcbdc5432b8c80c705b5d751a25232c659fcf5c775"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "histogram"
|
|
version = "0.6.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "12cb882ccb290b8646e554b157ab0b71e64e8d5bef775cd66b6531e52d302669"
|
|
|
|
[[package]]
|
|
name = "hmac"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"
|
|
dependencies = [
|
|
"crypto-mac 0.7.0",
|
|
"digest 0.8.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hmac"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
|
|
dependencies = [
|
|
"crypto-mac 0.8.0",
|
|
"digest 0.9.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hmac"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15"
|
|
dependencies = [
|
|
"crypto-mac 0.10.0",
|
|
"digest 0.9.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hmac-drbg"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"
|
|
dependencies = [
|
|
"digest 0.8.1",
|
|
"generic-array 0.12.3",
|
|
"hmac 0.7.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
|
|
dependencies = [
|
|
"bytes 0.5.4",
|
|
"fnv",
|
|
"itoa",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http-body"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
|
|
dependencies = [
|
|
"bytes 0.5.4",
|
|
"http",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http-body"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2861bd27ee074e5ee891e8b539837a9430012e249d7f0ca2d795650f579c1994"
|
|
dependencies = [
|
|
"bytes 1.0.1",
|
|
"http",
|
|
]
|
|
|
|
[[package]]
|
|
name = "httparse"
|
|
version = "1.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
|
|
|
|
[[package]]
|
|
name = "httpdate"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
|
|
|
|
[[package]]
|
|
name = "humantime"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
|
dependencies = [
|
|
"quick-error",
|
|
]
|
|
|
|
[[package]]
|
|
name = "humantime"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a"
|
|
|
|
[[package]]
|
|
name = "hyper"
|
|
version = "0.10.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273"
|
|
dependencies = [
|
|
"base64 0.9.3",
|
|
"httparse",
|
|
"language-tags",
|
|
"log 0.3.9",
|
|
"mime 0.2.6",
|
|
"num_cpus",
|
|
"time 0.1.43",
|
|
"traitobject",
|
|
"typeable",
|
|
"unicase 1.4.2",
|
|
"url 1.7.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper"
|
|
version = "0.13.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"
|
|
dependencies = [
|
|
"bytes 0.5.4",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-util",
|
|
"h2 0.2.5",
|
|
"http",
|
|
"http-body 0.3.1",
|
|
"httparse",
|
|
"httpdate",
|
|
"itoa",
|
|
"pin-project 1.0.1",
|
|
"socket2",
|
|
"tokio 0.2.22",
|
|
"tower-service",
|
|
"tracing",
|
|
"want",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper"
|
|
version = "0.14.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5ee5fc98172988e4394a3094002a75125e8fb864a88318732e8b613ec5adbda3"
|
|
dependencies = [
|
|
"bytes 1.0.1",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-util",
|
|
"h2 0.3.0",
|
|
"http",
|
|
"http-body 0.4.0",
|
|
"httparse",
|
|
"httpdate",
|
|
"itoa",
|
|
"pin-project-lite 0.2.4",
|
|
"socket2",
|
|
"tokio 1.1.1",
|
|
"tower-service",
|
|
"tracing",
|
|
"want",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-rustls"
|
|
version = "0.21.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6"
|
|
dependencies = [
|
|
"bytes 0.5.4",
|
|
"futures-util",
|
|
"hyper 0.13.10",
|
|
"log 0.4.11",
|
|
"rustls 0.18.0",
|
|
"tokio 0.2.22",
|
|
"tokio-rustls 0.14.0",
|
|
"webpki",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-tls"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
|
|
dependencies = [
|
|
"bytes 1.0.1",
|
|
"hyper 0.14.3",
|
|
"native-tls",
|
|
"tokio 1.1.1",
|
|
"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 = "indexed"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d480125acf340d6a6e59dab69ae19d6fca3a906e1eade277671272cc8f73794b"
|
|
|
|
[[package]]
|
|
name = "indexmap"
|
|
version = "1.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "86b45e59b16c76b11bf9738fd5d38879d3bd28ad292d7b313608becb17ae2df9"
|
|
dependencies = [
|
|
"autocfg 1.0.0",
|
|
"hashbrown 0.8.2",
|
|
"rayon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "indicatif"
|
|
version = "0.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4"
|
|
dependencies = [
|
|
"console",
|
|
"lazy_static",
|
|
"number_prefix",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "input_buffer"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "19a8a95243d5a0398cae618ec29477c6e3cb631152be5c19481f80bc71559754"
|
|
dependencies = [
|
|
"bytes 0.5.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "instant"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5b141fdc7836c525d4d594027d318c84161ca17aaf8113ab1f81ab93ae897485"
|
|
|
|
[[package]]
|
|
name = "iovec"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ipnet"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
|
|
|
|
[[package]]
|
|
name = "itertools"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
dependencies = [
|
|
"either",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itoa"
|
|
version = "0.4.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
|
|
|
|
[[package]]
|
|
name = "jemalloc-ctl"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c502a5ff9dd2924f1ed32ba96e3b65735d837b4bfd978d3161b1702e66aca4b7"
|
|
dependencies = [
|
|
"jemalloc-sys",
|
|
"libc",
|
|
"paste",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jemalloc-sys"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45"
|
|
dependencies = [
|
|
"cc",
|
|
"fs_extra",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jemallocator"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69"
|
|
dependencies = [
|
|
"jemalloc-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[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.47"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5cfb73131c35423a367daf8cbd24100af0d077668c8c2943f0e7dd775fef0f65"
|
|
dependencies = [
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpc-client-transports"
|
|
version = "17.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "15b6c6ad01c7354d60de493148c30ac8a82b759e22ae678c8705e9b8e0c566a4"
|
|
dependencies = [
|
|
"derive_more",
|
|
"futures 0.3.8",
|
|
"jsonrpc-core",
|
|
"jsonrpc-pubsub",
|
|
"jsonrpc-server-utils",
|
|
"log 0.4.11",
|
|
"parity-tokio-ipc",
|
|
"serde",
|
|
"serde_json",
|
|
"tokio 0.2.22",
|
|
"url 1.7.2",
|
|
"websocket",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpc-core"
|
|
version = "17.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "07569945133257ff557eb37b015497104cea61a2c9edaf126c1cbd6e8332397f"
|
|
dependencies = [
|
|
"futures 0.3.8",
|
|
"log 0.4.11",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpc-core-client"
|
|
version = "17.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ac9d56dc729912796637c30f475bbf834594607b27740dfea6e5fa7ba40d1f1"
|
|
dependencies = [
|
|
"futures 0.3.8",
|
|
"jsonrpc-client-transports",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpc-derive"
|
|
version = "17.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b68ba7e76e5c7796cfa4d2a30e83986550c34404c6d40551c902ca6f7bd4a137"
|
|
dependencies = [
|
|
"proc-macro-crate",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpc-http-server"
|
|
version = "17.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eff2303c4f0562afcbd2dae75e3e21815095f8994749a80fbcd365877e44ed64"
|
|
dependencies = [
|
|
"futures 0.3.8",
|
|
"hyper 0.13.10",
|
|
"jsonrpc-core",
|
|
"jsonrpc-server-utils",
|
|
"log 0.4.11",
|
|
"net2",
|
|
"parking_lot 0.11.0",
|
|
"unicase 2.6.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpc-ipc-server"
|
|
version = "17.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "14c4cd89e5ea7e7f0884e828fc35bb83591a371b92439675eae28efa66c24a97"
|
|
dependencies = [
|
|
"futures 0.3.8",
|
|
"jsonrpc-core",
|
|
"jsonrpc-server-utils",
|
|
"log 0.4.11",
|
|
"parity-tokio-ipc",
|
|
"parking_lot 0.11.0",
|
|
"tower-service",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpc-pubsub"
|
|
version = "17.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0c48dbebce7a9c88ab272a4db7d6478aa4c6d9596e6c086366e89efc4e9ed89e"
|
|
dependencies = [
|
|
"futures 0.3.8",
|
|
"jsonrpc-core",
|
|
"lazy_static",
|
|
"log 0.4.11",
|
|
"parking_lot 0.11.0",
|
|
"rand 0.7.3",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpc-server-utils"
|
|
version = "17.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f4207cce738bf713a82525065b750a008f28351324f438f56b33d698ada95bb4"
|
|
dependencies = [
|
|
"bytes 0.5.4",
|
|
"futures 0.3.8",
|
|
"globset",
|
|
"jsonrpc-core",
|
|
"lazy_static",
|
|
"log 0.4.11",
|
|
"tokio 0.2.22",
|
|
"tokio-util 0.3.1",
|
|
"unicase 2.6.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jsonrpc-ws-server"
|
|
version = "17.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "abe06e1385e4a912711703123ba44f735627d666f87e5fec764ad1338ec617dc"
|
|
dependencies = [
|
|
"futures 0.3.8",
|
|
"jsonrpc-core",
|
|
"jsonrpc-server-utils",
|
|
"log 0.4.11",
|
|
"parity-ws",
|
|
"parking_lot 0.11.0",
|
|
"slab",
|
|
]
|
|
|
|
[[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 = "language-tags"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
dependencies = [
|
|
"spin",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lazycell"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.81"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb"
|
|
|
|
[[package]]
|
|
name = "libloading"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
|
|
dependencies = [
|
|
"cc",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libloading"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2cadb8e769f070c45df05c78c7520eb4cd17061d4ab262e43cfc68b4d00ac71c"
|
|
dependencies = [
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "librocksdb-sys"
|
|
version = "6.11.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eb5b56f651c204634b936be2f92dbb42c36867e00ff7fe2405591f3b9fa66f09"
|
|
dependencies = [
|
|
"bindgen",
|
|
"cc",
|
|
"glob",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libsecp256k1"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"
|
|
dependencies = [
|
|
"arrayref",
|
|
"crunchy",
|
|
"digest 0.8.1",
|
|
"hmac-drbg",
|
|
"rand 0.7.3",
|
|
"sha2 0.8.2",
|
|
"subtle 2.2.2",
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "linked-hash-map"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
|
|
|
|
[[package]]
|
|
name = "lock_api"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
|
|
dependencies = [
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lock_api"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
|
|
dependencies = [
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
|
dependencies = [
|
|
"log 0.4.11",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.4.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lru"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be716eb6878ca2263eb5d00a781aa13264a794f519fe6af4fbb2668b2d5441c0"
|
|
dependencies = [
|
|
"hashbrown 0.9.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "matches"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
|
|
|
[[package]]
|
|
name = "maybe-uninit"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "2.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
|
|
|
|
[[package]]
|
|
name = "memmap2"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9b70ca2a6103ac8b665dc150b142ef0e4e89df640c9e6cf295d189c3caebe5a"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memoffset"
|
|
version = "0.5.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8"
|
|
dependencies = [
|
|
"autocfg 1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memoffset"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
|
|
dependencies = [
|
|
"autocfg 1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mime"
|
|
version = "0.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
|
|
dependencies = [
|
|
"log 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mime"
|
|
version = "0.3.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
[[package]]
|
|
name = "mime_guess"
|
|
version = "2.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
|
|
dependencies = [
|
|
"mime 0.3.16",
|
|
"unicase 2.6.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aa679ff6578b1cddee93d7e82e263b94a575e0bfced07284eb0c037c1d2416a5"
|
|
dependencies = [
|
|
"adler32",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio"
|
|
version = "0.6.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"fuchsia-zircon",
|
|
"fuchsia-zircon-sys",
|
|
"iovec",
|
|
"kernel32-sys",
|
|
"libc",
|
|
"log 0.4.11",
|
|
"miow 0.2.2",
|
|
"net2",
|
|
"slab",
|
|
"winapi 0.2.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio"
|
|
version = "0.7.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f33bc887064ef1fd66020c9adfc45bb9f33d75a42096c81e7c56c65b75dd1a8b"
|
|
dependencies = [
|
|
"libc",
|
|
"log 0.4.11",
|
|
"miow 0.3.6",
|
|
"ntapi",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio-extras"
|
|
version = "2.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
|
|
dependencies = [
|
|
"lazycell",
|
|
"log 0.4.11",
|
|
"mio 0.6.22",
|
|
"slab",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio-named-pipes"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
|
|
dependencies = [
|
|
"log 0.4.11",
|
|
"mio 0.6.22",
|
|
"miow 0.3.6",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio-uds"
|
|
version = "0.6.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
|
|
dependencies = [
|
|
"iovec",
|
|
"libc",
|
|
"mio 0.6.22",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miow"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
|
|
dependencies = [
|
|
"kernel32-sys",
|
|
"net2",
|
|
"winapi 0.2.8",
|
|
"ws2_32-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miow"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
|
|
dependencies = [
|
|
"socket2",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "native-tls"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"libc",
|
|
"log 0.4.11",
|
|
"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.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
version = "0.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cc",
|
|
"cfg-if 0.1.10",
|
|
"libc",
|
|
"void",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
version = "0.19.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "85db2feff6bf70ebc3a4793191517d5f0331100a2f10f9bf93b5e5214f32b7b7"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cc",
|
|
"cfg-if 0.1.10",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nom"
|
|
version = "3.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05aec50c70fd288702bcd93284a8444607f3292dbdf2a30de5ea5dcdbe72287b"
|
|
dependencies = [
|
|
"memchr 1.0.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nom"
|
|
version = "5.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b471253da97532da4b61552249c521e01e736071f71c1a4f7ebbfbf0a06aad6"
|
|
dependencies = [
|
|
"memchr 2.3.3",
|
|
"version_check 0.9.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ntapi"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a31937dea023539c72ddae0e3571deadc1414b300483fa7aaec176168cfa9d2"
|
|
dependencies = [
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-bigint"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5e9a41747ae4633fce5adffb4d2e81ffc5e89593cb19917f8fb2cc5ff76507bf"
|
|
dependencies = [
|
|
"autocfg 1.0.0",
|
|
"num-integer",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-derive"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6f09b9841adb6b5e1f89ef7087ea636e0fd94b2851f887c1e3eb5d5f8228fab3"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-integer"
|
|
version = "0.1.42"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
|
|
dependencies = [
|
|
"autocfg 1.0.0",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-traits"
|
|
version = "0.2.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
|
|
dependencies = [
|
|
"autocfg 1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_cpus"
|
|
version = "1.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
|
dependencies = [
|
|
"hermit-abi",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_enum"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "226b45a5c2ac4dd696ed30fa6b94b057ad909c7b7fc2e0d0808192bced894066"
|
|
dependencies = [
|
|
"derivative",
|
|
"num_enum_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_enum_derive"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1c0fd9eba1d5db0994a239e09c1be402d35622277e35468ba891aa5e3188ce7e"
|
|
dependencies = [
|
|
"proc-macro-crate",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "number_prefix"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a"
|
|
|
|
[[package]]
|
|
name = "object"
|
|
version = "0.19.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9cbca9424c482ee628fa549d9c812e2cd22f1180b9222c9200fdfa6eb31aecb2"
|
|
|
|
[[package]]
|
|
name = "once_cell"
|
|
version = "1.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
|
|
dependencies = [
|
|
"parking_lot 0.11.0",
|
|
]
|
|
|
|
[[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.29"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cee6d85f4cb4c4f59a6a85d5b68a233d280c82e29e822913b9c8b129fbf20bdd"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cfg-if 0.1.10",
|
|
"foreign-types",
|
|
"lazy_static",
|
|
"libc",
|
|
"openssl-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "openssl-probe"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
|
|
|
|
[[package]]
|
|
name = "openssl-sys"
|
|
version = "0.9.57"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7410fef80af8ac071d4f63755c0ab89ac3df0fd1ea91f1d1f37cf5cec4395990"
|
|
dependencies = [
|
|
"autocfg 1.0.0",
|
|
"cc",
|
|
"libc",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ouroboros"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cc04551635026d3ac7bc646698ea1836a85ed2a26b7094fe1d15d8b14854c4a2"
|
|
dependencies = [
|
|
"ouroboros_macro",
|
|
"stable_deref_trait",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ouroboros_macro"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cec33dfceabec83cd0e95a5ce9d20e76ab3a5cbfef59659b8c927f69b93ed8ae"
|
|
dependencies = [
|
|
"Inflector",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parity-tokio-ipc"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fd7f6c69d7687501b2205fe51ade1d7b8797bb3aa141fe5bf13dd78c0483bc89"
|
|
dependencies = [
|
|
"futures 0.3.8",
|
|
"libc",
|
|
"log 0.4.11",
|
|
"mio-named-pipes",
|
|
"miow 0.3.6",
|
|
"rand 0.7.3",
|
|
"tokio 0.2.22",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parity-ws"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9e02a625dd75084c2a7024f07c575b61b782f729d18702dabb3cdbf31911dc61"
|
|
dependencies = [
|
|
"byteorder",
|
|
"bytes 0.4.12",
|
|
"httparse",
|
|
"log 0.4.11",
|
|
"mio 0.6.22",
|
|
"mio-extras",
|
|
"rand 0.7.3",
|
|
"sha-1",
|
|
"slab",
|
|
"url 2.2.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
|
|
dependencies = [
|
|
"lock_api 0.3.4",
|
|
"parking_lot_core 0.6.2",
|
|
"rustc_version",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
|
|
dependencies = [
|
|
"lock_api 0.3.4",
|
|
"parking_lot_core 0.7.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733"
|
|
dependencies = [
|
|
"instant",
|
|
"lock_api 0.4.1",
|
|
"parking_lot_core 0.8.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"cloudabi 0.0.3",
|
|
"libc",
|
|
"redox_syscall",
|
|
"rustc_version",
|
|
"smallvec 0.6.14",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"cloudabi 0.0.3",
|
|
"libc",
|
|
"redox_syscall",
|
|
"smallvec 1.6.1",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"cloudabi 0.1.0",
|
|
"instant",
|
|
"libc",
|
|
"redox_syscall",
|
|
"smallvec 1.6.1",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "paste"
|
|
version = "0.1.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d508492eeb1e5c38ee696371bf7b9fc33c83d46a7d451606b96458fbbbdc2dec"
|
|
dependencies = [
|
|
"paste-impl",
|
|
"proc-macro-hack",
|
|
]
|
|
|
|
[[package]]
|
|
name = "paste-impl"
|
|
version = "0.1.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "84f328a6a63192b333fce5fbb4be79db6758a4d518dfac6d54412f1492f72d32"
|
|
dependencies = [
|
|
"proc-macro-hack",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pbkdf2"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9"
|
|
dependencies = [
|
|
"byteorder",
|
|
"crypto-mac 0.7.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pbkdf2"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"
|
|
dependencies = [
|
|
"crypto-mac 0.8.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pbkdf2"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b3b8c0d71734018084da0c0354193a5edfb81b20d2d57a92c5b154aefc554a4a"
|
|
dependencies = [
|
|
"crypto-mac 0.10.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "peeking_take_while"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
[[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 = "pest"
|
|
version = "2.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
|
dependencies = [
|
|
"ucd-trie",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pickledb"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9161694d67f6c5163519d42be942ae36bbdb55f439460144f105bc4f9f7d1d61"
|
|
dependencies = [
|
|
"bincode",
|
|
"serde",
|
|
"serde_cbor",
|
|
"serde_json",
|
|
"serde_yaml",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project"
|
|
version = "0.4.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa"
|
|
dependencies = [
|
|
"pin-project-internal 0.4.23",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ee41d838744f60d959d7074e3afb6b35c7456d0f61cad38a24e35e6553f73841"
|
|
dependencies = [
|
|
"pin-project-internal 1.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-internal"
|
|
version = "0.4.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-internal"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "81a4ffa594b66bff340084d4081df649a7dc049ac8d7fc458d8e628bfbbb2f86"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-lite"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f7505eeebd78492e0f6108f7171c4948dbb120ee8119d9d77d0afa5469bef67f"
|
|
|
|
[[package]]
|
|
name = "pin-project-lite"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
|
|
|
|
[[package]]
|
|
name = "pin-utils"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
[[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 = "ppv-lite86"
|
|
version = "0.2.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
|
|
|
|
[[package]]
|
|
name = "predicates"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "347a1b6f0b21e636bc9872fb60b83b8e185f6f5516298b8238699f7f9a531030"
|
|
dependencies = [
|
|
"difference",
|
|
"predicates-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "predicates-core"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178"
|
|
|
|
[[package]]
|
|
name = "predicates-tree"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e63c4859013b38a76eca2414c64911fba30def9e3202ac461a2d22831220124"
|
|
dependencies = [
|
|
"predicates-core",
|
|
"treeline",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pretty-hex"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bc5c99d529f0d30937f6f4b8a86d988047327bb88d04d2c4afc356de74722131"
|
|
|
|
[[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-hack"
|
|
version = "0.5.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
|
|
|
[[package]]
|
|
name = "proc-macro-nested"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e946095f9d3ed29ec38de908c22f95d9ac008e424c7bcae54c75a79c527c694"
|
|
|
|
[[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.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
|
|
dependencies = [
|
|
"unicode-xid 0.2.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9e6984d2f1a23009bd270b8bb56d0926810a3d483f59c987d77969e9d8e840b2"
|
|
dependencies = [
|
|
"bytes 1.0.1",
|
|
"prost-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-derive"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "169a15f3008ecb5160cba7d37bcd690a7601b6d30cfb87a117d45e59d52af5d4"
|
|
dependencies = [
|
|
"anyhow",
|
|
"itertools",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prost-types"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b518d7cdd93dab1d1122cf07fa9a60771836c668dde9d9e2a139f957f0d9f1bb"
|
|
dependencies = [
|
|
"bytes 1.0.1",
|
|
"prost",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quick-error"
|
|
version = "1.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
[[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.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "54a21852a652ad6f610c9510194f398ff6f8692e334fd1145fed931f7fbe44ea"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
|
dependencies = [
|
|
"fuchsia-cprng",
|
|
"libc",
|
|
"rand_core 0.3.1",
|
|
"rdrand",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
|
dependencies = [
|
|
"autocfg 0.1.7",
|
|
"libc",
|
|
"rand_chacha 0.1.1",
|
|
"rand_core 0.4.2",
|
|
"rand_hc 0.1.0",
|
|
"rand_isaac",
|
|
"rand_jitter",
|
|
"rand_os",
|
|
"rand_pcg 0.1.2",
|
|
"rand_xorshift",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[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 0.2.0",
|
|
"rand_pcg 0.2.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
|
|
dependencies = [
|
|
"libc",
|
|
"rand_chacha 0.3.0",
|
|
"rand_core 0.6.2",
|
|
"rand_hc 0.3.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_chacha"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
|
dependencies = [
|
|
"autocfg 0.1.7",
|
|
"rand_core 0.3.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_chacha"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
dependencies = [
|
|
"ppv-lite86",
|
|
"rand_core 0.5.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_chacha"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
|
|
dependencies = [
|
|
"ppv-lite86",
|
|
"rand_core 0.6.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
|
dependencies = [
|
|
"rand_core 0.4.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
dependencies = [
|
|
"getrandom 0.1.14",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
|
|
dependencies = [
|
|
"getrandom 0.2.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_hc"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
|
dependencies = [
|
|
"rand_core 0.3.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_hc"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
dependencies = [
|
|
"rand_core 0.5.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_hc"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
|
|
dependencies = [
|
|
"rand_core 0.6.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_isaac"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
|
dependencies = [
|
|
"rand_core 0.3.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_jitter"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
|
|
dependencies = [
|
|
"libc",
|
|
"rand_core 0.4.2",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_os"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
|
dependencies = [
|
|
"cloudabi 0.0.3",
|
|
"fuchsia-cprng",
|
|
"libc",
|
|
"rand_core 0.4.2",
|
|
"rdrand",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_pcg"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
|
dependencies = [
|
|
"autocfg 0.1.7",
|
|
"rand_core 0.4.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_pcg"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
|
dependencies = [
|
|
"rand_core 0.5.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_xorshift"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
|
|
dependencies = [
|
|
"rand_core 0.3.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "raptorq"
|
|
version = "1.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e3e0cd5c27717803cbd3151329de9aa784376703a3a850b00c0dae30da86cf2"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
|
|
dependencies = [
|
|
"autocfg 1.0.0",
|
|
"crossbeam-deque 0.8.0",
|
|
"either",
|
|
"rayon-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon-core"
|
|
version = "1.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
|
|
dependencies = [
|
|
"crossbeam-channel 0.5.0",
|
|
"crossbeam-deque 0.8.0",
|
|
"crossbeam-utils 0.8.1",
|
|
"lazy_static",
|
|
"num_cpus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rdrand"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
|
dependencies = [
|
|
"rand_core 0.3.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.1.56"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
|
|
|
[[package]]
|
|
name = "redox_users"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
|
|
dependencies = [
|
|
"getrandom 0.1.14",
|
|
"redox_syscall",
|
|
"rust-argon2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "reed-solomon-erasure"
|
|
version = "4.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a415a013dd7c5d4221382329a5a3482566da675737494935cbbbcdec04662f9d"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"smallvec 1.6.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex"
|
|
version = "1.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"memchr 2.3.3",
|
|
"regex-syntax",
|
|
"thread_local",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-automata"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
|
|
dependencies = [
|
|
"byteorder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.6.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
|
|
|
|
[[package]]
|
|
name = "remove_dir_all"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dfc5b3ce5d5ea144bb04ebd093a9e14e9765bcfec866aecda9b6dec43b3d1e24"
|
|
dependencies = [
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "reqwest"
|
|
version = "0.10.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e9eaa17ac5d7b838b7503d118fa16ad88f440498bf9ffe5424e621f93190d61e"
|
|
dependencies = [
|
|
"base64 0.12.3",
|
|
"bytes 0.5.4",
|
|
"encoding_rs",
|
|
"futures-core",
|
|
"futures-util",
|
|
"http",
|
|
"http-body 0.3.1",
|
|
"hyper 0.13.10",
|
|
"hyper-rustls",
|
|
"ipnet",
|
|
"js-sys",
|
|
"lazy_static",
|
|
"log 0.4.11",
|
|
"mime 0.3.16",
|
|
"mime_guess",
|
|
"percent-encoding 2.1.0",
|
|
"pin-project-lite 0.1.5",
|
|
"rustls 0.18.0",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_urlencoded 0.6.1",
|
|
"tokio 0.2.22",
|
|
"tokio-rustls 0.14.0",
|
|
"url 2.2.0",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen-futures",
|
|
"web-sys",
|
|
"webpki-roots",
|
|
"winreg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "reqwest"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fd281b1030aa675fb90aa994d07187645bb3c8fc756ca766e7c3070b439de9de"
|
|
dependencies = [
|
|
"base64 0.13.0",
|
|
"bytes 1.0.1",
|
|
"encoding_rs",
|
|
"futures-core",
|
|
"futures-util",
|
|
"http",
|
|
"http-body 0.4.0",
|
|
"hyper 0.14.3",
|
|
"hyper-tls",
|
|
"ipnet",
|
|
"js-sys",
|
|
"lazy_static",
|
|
"log 0.4.11",
|
|
"mime 0.3.16",
|
|
"native-tls",
|
|
"percent-encoding 2.1.0",
|
|
"pin-project-lite 0.2.4",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_urlencoded 0.7.0",
|
|
"tokio 1.1.1",
|
|
"tokio-native-tls",
|
|
"url 2.2.0",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen-futures",
|
|
"web-sys",
|
|
"winreg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "retain_mut"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "53552c6c49e1e13f1a203ef0080ab3bbef0beb570a528993e83df057a9d9bba1"
|
|
|
|
[[package]]
|
|
name = "ring"
|
|
version = "0.16.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1ba5a8ec64ee89a76c98c549af81ff14813df09c3e6dc4766c3856da48597a0c"
|
|
dependencies = [
|
|
"cc",
|
|
"lazy_static",
|
|
"libc",
|
|
"spin",
|
|
"untrusted",
|
|
"web-sys",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rocksdb"
|
|
version = "0.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "23d83c02c429044d58474eaf5ae31e062d0de894e21125b47437ec0edc1397e6"
|
|
dependencies = [
|
|
"libc",
|
|
"librocksdb-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rpassword"
|
|
version = "4.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "99371657d3c8e4d816fb6221db98fa408242b0b53bac08f8676a41f8554fe99f"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rust-argon2"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
|
|
dependencies = [
|
|
"base64 0.11.0",
|
|
"blake2b_simd",
|
|
"constant_time_eq",
|
|
"crossbeam-utils 0.7.2",
|
|
]
|
|
|
|
[[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.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
dependencies = [
|
|
"semver 0.9.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cac94b333ee2aac3284c5b8a1b7fb4dd11cba88c244e3fe33cdbd047af0eb693"
|
|
dependencies = [
|
|
"base64 0.12.3",
|
|
"log 0.4.11",
|
|
"ring",
|
|
"sct",
|
|
"webpki",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls"
|
|
version = "0.19.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "064fd21ff87c6e87ed4506e68beb42459caa4a0e2eb144932e6776768556980b"
|
|
dependencies = [
|
|
"base64 0.13.0",
|
|
"log 0.4.11",
|
|
"ring",
|
|
"sct",
|
|
"webpki",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustversion"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd"
|
|
|
|
[[package]]
|
|
name = "ryu"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ed3d612bc64430efeb3f7ee6ef26d590dce0c43249217bddc62112540c7941e1"
|
|
|
|
[[package]]
|
|
name = "safemem"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
|
|
|
[[package]]
|
|
name = "same-file"
|
|
version = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "schannel"
|
|
version = "0.1.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scopeguard"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
[[package]]
|
|
name = "scroll"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "abb2332cb595d33f7edd5700f4cbf94892e680c7f0ae56adab58a35190b66cb1"
|
|
dependencies = [
|
|
"scroll_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scroll_derive"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e367622f934864ffa1c704ba2b82280aab856e3d8213c84c5720257eb34b15b9"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sct"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
|
|
dependencies = [
|
|
"ring",
|
|
"untrusted",
|
|
]
|
|
|
|
[[package]]
|
|
name = "security-framework"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535"
|
|
dependencies = [
|
|
"bitflags",
|
|
"core-foundation",
|
|
"core-foundation-sys",
|
|
"libc",
|
|
"security-framework-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "security-framework-sys"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405"
|
|
dependencies = [
|
|
"core-foundation-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
dependencies = [
|
|
"semver-parser 0.7.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
|
dependencies = [
|
|
"semver-parser 0.10.1",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver-parser"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
[[package]]
|
|
name = "semver-parser"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42ef146c2ad5e5f4b037cd6ce2ebb775401729b19a82040c1beac9d36c7d1428"
|
|
dependencies = [
|
|
"pest",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde"
|
|
version = "1.0.122"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "974ef1bd2ad8a507599b336595454081ff68a9599b4890af7643c0c0ed73a62c"
|
|
dependencies = [
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_bytes"
|
|
version = "0.11.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3bf487fbf5c6239d7ea2ff8b10cb6b811cd4b5080d1c2aeed1dec18753c06e10"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_cbor"
|
|
version = "0.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e18acfa2f90e8b735b2836ab8d538de304cbb6729a7360729ea5a895d15a622"
|
|
dependencies = [
|
|
"half",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_derive"
|
|
version = "1.0.122"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8dee1f300f838c8ac340ecb0112b3ac472464fa67e87292bdb3dfc9c49128e17"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_json"
|
|
version = "1.0.62"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486"
|
|
dependencies = [
|
|
"itoa",
|
|
"ryu",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_urlencoded"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
|
|
dependencies = [
|
|
"dtoa",
|
|
"itoa",
|
|
"serde",
|
|
"url 2.2.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_urlencoded"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
|
|
dependencies = [
|
|
"form_urlencoded",
|
|
"itoa",
|
|
"ryu",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_yaml"
|
|
version = "0.8.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ae3e2dd40a7cdc18ca80db804b7f461a39bb721160a85c9a1fa30134bf3c02a5"
|
|
dependencies = [
|
|
"dtoa",
|
|
"linked-hash-map",
|
|
"serde",
|
|
"yaml-rust",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serial_test"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fef5f7c7434b2f2c598adc6f9494648a1e41274a75c0ba4056f680ae0c117fd6"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"parking_lot 0.10.2",
|
|
"serial_test_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serial_test_derive"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d08338d8024b227c62bd68a12c7c9883f5c66780abaef15c550dc56f46ee6515"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[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 = "sha1"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
|
|
|
|
[[package]]
|
|
name = "sha2"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"
|
|
dependencies = [
|
|
"block-buffer 0.7.3",
|
|
"digest 0.8.1",
|
|
"fake-simd",
|
|
"opaque-debug 0.2.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha2"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8"
|
|
dependencies = [
|
|
"block-buffer 0.9.0",
|
|
"cfg-if 1.0.0",
|
|
"cpuid-bool",
|
|
"digest 0.9.0",
|
|
"opaque-debug 0.3.0",
|
|
]
|
|
|
|
[[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 = "shlex"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
|
|
|
|
[[package]]
|
|
name = "signal-hook"
|
|
version = "0.1.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ff2db2112d6c761e12522c65f7768548bd6e8cd23d2a9dae162520626629bd6"
|
|
dependencies = [
|
|
"libc",
|
|
"signal-hook-registry",
|
|
]
|
|
|
|
[[package]]
|
|
name = "signal-hook-registry"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41"
|
|
dependencies = [
|
|
"arc-swap 0.4.8",
|
|
"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 = "slab"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "0.6.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
|
|
dependencies = [
|
|
"maybe-uninit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "1.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
|
|
|
[[package]]
|
|
name = "smpl_jwt"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2fb8aea73548d19a00cbaed99a48dbdc61fed3469f39d035617eefd7a88fffd0"
|
|
dependencies = [
|
|
"base64 0.13.0",
|
|
"log 0.4.11",
|
|
"openssl",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"simpl",
|
|
"time 0.2.25",
|
|
]
|
|
|
|
[[package]]
|
|
name = "socket2"
|
|
version = "0.3.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"libc",
|
|
"redox_syscall",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-account-decoder"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"Inflector",
|
|
"base64 0.12.3",
|
|
"bincode",
|
|
"bs58",
|
|
"bv",
|
|
"lazy_static",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"solana-config-program",
|
|
"solana-sdk",
|
|
"solana-stake-program",
|
|
"solana-vote-program",
|
|
"spl-token",
|
|
"thiserror",
|
|
"zstd",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-accounts-bench"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"clap",
|
|
"crossbeam-channel 0.4.4",
|
|
"log 0.4.11",
|
|
"rand 0.7.3",
|
|
"rayon",
|
|
"solana-logger 1.7.0",
|
|
"solana-measure",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"solana-version",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-accounts-cluster-bench"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"clap",
|
|
"log 0.4.11",
|
|
"rand 0.7.3",
|
|
"rayon",
|
|
"solana-account-decoder",
|
|
"solana-clap-utils",
|
|
"solana-client",
|
|
"solana-core",
|
|
"solana-faucet",
|
|
"solana-local-cluster",
|
|
"solana-logger 1.7.0",
|
|
"solana-measure",
|
|
"solana-net-utils",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"solana-transaction-status",
|
|
"solana-version",
|
|
"spl-token",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-banking-bench"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"clap",
|
|
"crossbeam-channel 0.4.4",
|
|
"log 0.4.11",
|
|
"rand 0.7.3",
|
|
"rayon",
|
|
"solana-clap-utils",
|
|
"solana-core",
|
|
"solana-ledger",
|
|
"solana-logger 1.7.0",
|
|
"solana-measure",
|
|
"solana-perf",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"solana-streamer",
|
|
"solana-version",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-banks-client"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"bincode",
|
|
"borsh",
|
|
"borsh-derive",
|
|
"futures 0.3.8",
|
|
"mio 0.7.6",
|
|
"solana-banks-interface",
|
|
"solana-banks-server",
|
|
"solana-program 1.7.0",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"tarpc",
|
|
"tokio 1.1.1",
|
|
"tokio-serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-banks-interface"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"mio 0.7.6",
|
|
"serde",
|
|
"solana-sdk",
|
|
"tarpc",
|
|
"tokio 1.1.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-banks-server"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"bincode",
|
|
"futures 0.3.8",
|
|
"log 0.4.11",
|
|
"mio 0.7.6",
|
|
"solana-banks-interface",
|
|
"solana-metrics",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"tarpc",
|
|
"tokio 1.1.1",
|
|
"tokio-serde",
|
|
"tokio-stream",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bench-exchange"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"clap",
|
|
"itertools",
|
|
"log 0.4.11",
|
|
"num-derive",
|
|
"num-traits",
|
|
"rand 0.7.3",
|
|
"rayon",
|
|
"serde_json",
|
|
"serde_yaml",
|
|
"solana-clap-utils",
|
|
"solana-client",
|
|
"solana-core",
|
|
"solana-exchange-program",
|
|
"solana-faucet",
|
|
"solana-genesis",
|
|
"solana-local-cluster",
|
|
"solana-logger 1.7.0",
|
|
"solana-metrics",
|
|
"solana-net-utils",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"solana-version",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bench-streamer"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"clap",
|
|
"solana-clap-utils",
|
|
"solana-logger 1.7.0",
|
|
"solana-net-utils",
|
|
"solana-streamer",
|
|
"solana-version",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bench-tps"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"bincode",
|
|
"clap",
|
|
"log 0.4.11",
|
|
"rayon",
|
|
"serde_json",
|
|
"serde_yaml",
|
|
"serial_test",
|
|
"solana-clap-utils",
|
|
"solana-client",
|
|
"solana-core",
|
|
"solana-faucet",
|
|
"solana-genesis",
|
|
"solana-local-cluster",
|
|
"solana-logger 1.7.0",
|
|
"solana-measure",
|
|
"solana-metrics",
|
|
"solana-net-utils",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"solana-version",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-bpf-loader-program"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"bincode",
|
|
"byteorder",
|
|
"curve25519-dalek 3.0.0",
|
|
"log 0.4.11",
|
|
"num-derive",
|
|
"num-traits",
|
|
"rand 0.7.3",
|
|
"rand_core 0.6.2",
|
|
"rustversion",
|
|
"solana-measure",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"solana_rbpf",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-budget-program"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"bincode",
|
|
"chrono",
|
|
"log 0.4.11",
|
|
"num-derive",
|
|
"num-traits",
|
|
"serde",
|
|
"serde_derive",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-cargo-build-bpf"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"cargo_metadata",
|
|
"clap",
|
|
"solana-sdk",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-cargo-test-bpf"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"cargo_metadata",
|
|
"clap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-clap-utils"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"chrono",
|
|
"clap",
|
|
"rpassword",
|
|
"solana-remote-wallet",
|
|
"solana-sdk",
|
|
"thiserror",
|
|
"tiny-bip39 0.8.0",
|
|
"url 2.2.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-cli"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"Inflector",
|
|
"bincode",
|
|
"bs58",
|
|
"chrono",
|
|
"clap",
|
|
"console",
|
|
"criterion-stats",
|
|
"ctrlc",
|
|
"dirs-next",
|
|
"humantime 2.0.1",
|
|
"indicatif",
|
|
"log 0.4.11",
|
|
"num-traits",
|
|
"pretty-hex",
|
|
"reqwest 0.10.8",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"solana-account-decoder",
|
|
"solana-bpf-loader-program",
|
|
"solana-clap-utils",
|
|
"solana-cli-config",
|
|
"solana-cli-output",
|
|
"solana-client",
|
|
"solana-config-program",
|
|
"solana-core",
|
|
"solana-faucet",
|
|
"solana-logger 1.7.0",
|
|
"solana-net-utils",
|
|
"solana-remote-wallet",
|
|
"solana-sdk",
|
|
"solana-stake-program",
|
|
"solana-transaction-status",
|
|
"solana-version",
|
|
"solana-vote-program",
|
|
"solana_rbpf",
|
|
"tempfile",
|
|
"thiserror",
|
|
"tiny-bip39 0.7.3",
|
|
"url 2.2.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-cli-config"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"dirs-next",
|
|
"lazy_static",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_yaml",
|
|
"url 2.2.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-cli-output"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"Inflector",
|
|
"chrono",
|
|
"console",
|
|
"humantime 2.0.1",
|
|
"indicatif",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"solana-account-decoder",
|
|
"solana-clap-utils",
|
|
"solana-client",
|
|
"solana-sdk",
|
|
"solana-stake-program",
|
|
"solana-transaction-status",
|
|
"solana-vote-program",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-client"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"base64 0.13.0",
|
|
"bincode",
|
|
"bs58",
|
|
"clap",
|
|
"indicatif",
|
|
"jsonrpc-core",
|
|
"jsonrpc-http-server",
|
|
"log 0.4.11",
|
|
"net2",
|
|
"rayon",
|
|
"reqwest 0.10.8",
|
|
"semver 0.11.0",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"solana-account-decoder",
|
|
"solana-clap-utils",
|
|
"solana-logger 1.7.0",
|
|
"solana-net-utils",
|
|
"solana-sdk",
|
|
"solana-transaction-status",
|
|
"solana-version",
|
|
"solana-vote-program",
|
|
"thiserror",
|
|
"tungstenite",
|
|
"url 2.2.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-config-program"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"bincode",
|
|
"chrono",
|
|
"log 0.4.11",
|
|
"rand_core 0.6.2",
|
|
"serde",
|
|
"serde_derive",
|
|
"solana-logger 1.7.0",
|
|
"solana-sdk",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-core"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"ahash 0.6.1",
|
|
"base64 0.12.3",
|
|
"bincode",
|
|
"bs58",
|
|
"bv",
|
|
"byteorder",
|
|
"chrono",
|
|
"core_affinity",
|
|
"crossbeam-channel 0.4.4",
|
|
"ed25519-dalek",
|
|
"flate2",
|
|
"fs_extra",
|
|
"indexmap",
|
|
"itertools",
|
|
"jsonrpc-core",
|
|
"jsonrpc-core-client",
|
|
"jsonrpc-derive",
|
|
"jsonrpc-http-server",
|
|
"jsonrpc-pubsub",
|
|
"jsonrpc-ws-server",
|
|
"libc",
|
|
"log 0.4.11",
|
|
"lru",
|
|
"matches",
|
|
"miow 0.2.2",
|
|
"net2",
|
|
"num-traits",
|
|
"num_cpus",
|
|
"rand 0.7.3",
|
|
"rand_chacha 0.2.2",
|
|
"rand_core 0.6.2",
|
|
"raptorq",
|
|
"rayon",
|
|
"regex",
|
|
"reqwest 0.10.8",
|
|
"retain_mut",
|
|
"rustc_version",
|
|
"rustversion",
|
|
"serde",
|
|
"serde_bytes",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"serial_test",
|
|
"solana-account-decoder",
|
|
"solana-banks-server",
|
|
"solana-clap-utils",
|
|
"solana-client",
|
|
"solana-faucet",
|
|
"solana-frozen-abi 1.7.0",
|
|
"solana-frozen-abi-macro 1.7.0",
|
|
"solana-ledger",
|
|
"solana-logger 1.7.0",
|
|
"solana-measure",
|
|
"solana-merkle-tree",
|
|
"solana-metrics",
|
|
"solana-net-utils",
|
|
"solana-perf",
|
|
"solana-program-test",
|
|
"solana-rayon-threadlimit",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"solana-stake-program",
|
|
"solana-storage-bigtable",
|
|
"solana-streamer",
|
|
"solana-sys-tuner",
|
|
"solana-transaction-status",
|
|
"solana-version",
|
|
"solana-vote-program",
|
|
"spl-token",
|
|
"symlink",
|
|
"systemstat",
|
|
"tempfile",
|
|
"thiserror",
|
|
"tokio 0.2.22",
|
|
"tokio 1.1.1",
|
|
"tokio-util 0.3.1",
|
|
"trees",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-crate-features"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"backtrace",
|
|
"bytes 0.4.12",
|
|
"cc",
|
|
"curve25519-dalek 2.1.0",
|
|
"ed25519-dalek",
|
|
"either",
|
|
"lazy_static",
|
|
"libc",
|
|
"rand_chacha 0.2.2",
|
|
"regex-syntax",
|
|
"reqwest 0.10.8",
|
|
"serde",
|
|
"syn 0.15.44",
|
|
"syn 1.0.60",
|
|
"tokio 0.1.22",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-dos"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"bincode",
|
|
"clap",
|
|
"log 0.4.11",
|
|
"rand 0.7.3",
|
|
"rayon",
|
|
"solana-clap-utils",
|
|
"solana-client",
|
|
"solana-core",
|
|
"solana-ledger",
|
|
"solana-logger 1.7.0",
|
|
"solana-net-utils",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"solana-version",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-download-utils"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"bzip2",
|
|
"console",
|
|
"indicatif",
|
|
"log 0.4.11",
|
|
"reqwest 0.10.8",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"tar",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-exchange-program"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"bincode",
|
|
"log 0.4.11",
|
|
"num-derive",
|
|
"num-traits",
|
|
"serde",
|
|
"serde_derive",
|
|
"solana-logger 1.7.0",
|
|
"solana-metrics",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-failure-program"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-faucet"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"bincode",
|
|
"byteorder",
|
|
"clap",
|
|
"log 0.4.11",
|
|
"serde",
|
|
"serde_derive",
|
|
"solana-clap-utils",
|
|
"solana-cli-config",
|
|
"solana-logger 1.7.0",
|
|
"solana-metrics",
|
|
"solana-sdk",
|
|
"solana-version",
|
|
"tokio 1.1.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-frozen-abi"
|
|
version = "1.5.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc44c8096d5847d8cf7f3af3cce565de554cb56371decf93b060633ca8588913"
|
|
dependencies = [
|
|
"bs58",
|
|
"bv",
|
|
"generic-array 0.14.3",
|
|
"log 0.4.11",
|
|
"memmap2",
|
|
"rustc_version",
|
|
"serde",
|
|
"serde_derive",
|
|
"sha2 0.9.2",
|
|
"solana-frozen-abi-macro 1.5.8",
|
|
"solana-logger 1.5.8",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-frozen-abi"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"bs58",
|
|
"bv",
|
|
"generic-array 0.14.3",
|
|
"log 0.4.11",
|
|
"memmap2",
|
|
"rustc_version",
|
|
"serde",
|
|
"serde_derive",
|
|
"sha2 0.9.2",
|
|
"solana-frozen-abi-macro 1.7.0",
|
|
"solana-logger 1.7.0",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-frozen-abi-macro"
|
|
version = "1.5.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f905159beff1b53e4ba8b018a9d13d96ba164c3973bf3b9d587e730bcc14fc18"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"rustc_version",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-frozen-abi-macro"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"rustc_version",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-genesis"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"base64 0.12.3",
|
|
"chrono",
|
|
"clap",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_yaml",
|
|
"solana-budget-program",
|
|
"solana-clap-utils",
|
|
"solana-cli-config",
|
|
"solana-exchange-program",
|
|
"solana-ledger",
|
|
"solana-logger 1.7.0",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"solana-stake-program",
|
|
"solana-version",
|
|
"solana-vest-program",
|
|
"solana-vote-program",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-gossip"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"clap",
|
|
"solana-clap-utils",
|
|
"solana-core",
|
|
"solana-logger 1.7.0",
|
|
"solana-net-utils",
|
|
"solana-sdk",
|
|
"solana-version",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-install"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"atty",
|
|
"bincode",
|
|
"bzip2",
|
|
"chrono",
|
|
"clap",
|
|
"console",
|
|
"ctrlc",
|
|
"dirs-next",
|
|
"indicatif",
|
|
"lazy_static",
|
|
"nix 0.19.0",
|
|
"reqwest 0.10.8",
|
|
"semver 0.9.0",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_yaml",
|
|
"solana-clap-utils",
|
|
"solana-client",
|
|
"solana-config-program",
|
|
"solana-logger 1.7.0",
|
|
"solana-sdk",
|
|
"solana-version",
|
|
"tar",
|
|
"tempfile",
|
|
"url 2.2.0",
|
|
"winapi 0.3.8",
|
|
"winreg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-keygen"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"bs58",
|
|
"clap",
|
|
"dirs-next",
|
|
"num_cpus",
|
|
"solana-clap-utils",
|
|
"solana-cli-config",
|
|
"solana-remote-wallet",
|
|
"solana-sdk",
|
|
"solana-version",
|
|
"tiny-bip39 0.7.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-ledger"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"bincode",
|
|
"byteorder",
|
|
"chrono",
|
|
"chrono-humanize",
|
|
"crossbeam-channel 0.4.4",
|
|
"dlopen",
|
|
"dlopen_derive",
|
|
"ed25519-dalek",
|
|
"fs_extra",
|
|
"futures 0.3.8",
|
|
"futures-util",
|
|
"itertools",
|
|
"lazy_static",
|
|
"libc",
|
|
"log 0.4.11",
|
|
"matches",
|
|
"num_cpus",
|
|
"prost",
|
|
"rand 0.7.3",
|
|
"rand_chacha 0.2.2",
|
|
"rayon",
|
|
"reed-solomon-erasure",
|
|
"rocksdb",
|
|
"rustc_version",
|
|
"serde",
|
|
"serde_bytes",
|
|
"sha2 0.9.2",
|
|
"solana-account-decoder",
|
|
"solana-bpf-loader-program",
|
|
"solana-budget-program",
|
|
"solana-frozen-abi 1.7.0",
|
|
"solana-frozen-abi-macro 1.7.0",
|
|
"solana-logger 1.7.0",
|
|
"solana-measure",
|
|
"solana-merkle-tree",
|
|
"solana-metrics",
|
|
"solana-perf",
|
|
"solana-rayon-threadlimit",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"solana-stake-program",
|
|
"solana-storage-bigtable",
|
|
"solana-storage-proto",
|
|
"solana-transaction-status",
|
|
"solana-vote-program",
|
|
"tempfile",
|
|
"thiserror",
|
|
"tokio 0.3.5",
|
|
"trees",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-ledger-tool"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"assert_cmd",
|
|
"bs58",
|
|
"bytecount",
|
|
"clap",
|
|
"csv",
|
|
"futures 0.3.8",
|
|
"futures-util",
|
|
"histogram",
|
|
"itertools",
|
|
"log 0.4.11",
|
|
"regex",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_yaml",
|
|
"signal-hook",
|
|
"solana-clap-utils",
|
|
"solana-cli-output",
|
|
"solana-ledger",
|
|
"solana-logger 1.7.0",
|
|
"solana-measure",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"solana-stake-program",
|
|
"solana-storage-bigtable",
|
|
"solana-transaction-status",
|
|
"solana-version",
|
|
"solana-vote-program",
|
|
"tempfile",
|
|
"tokio 1.1.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-local-cluster"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"crossbeam-channel 0.4.4",
|
|
"fs_extra",
|
|
"gag",
|
|
"itertools",
|
|
"log 0.4.11",
|
|
"rand 0.7.3",
|
|
"serial_test",
|
|
"solana-client",
|
|
"solana-config-program",
|
|
"solana-core",
|
|
"solana-download-utils",
|
|
"solana-exchange-program",
|
|
"solana-faucet",
|
|
"solana-ledger",
|
|
"solana-logger 1.7.0",
|
|
"solana-rayon-threadlimit",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"solana-stake-program",
|
|
"solana-vest-program",
|
|
"solana-vote-program",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-log-analyzer"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"byte-unit",
|
|
"clap",
|
|
"serde",
|
|
"serde_json",
|
|
"solana-clap-utils",
|
|
"solana-logger 1.7.0",
|
|
"solana-version",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-logger"
|
|
version = "1.5.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d83a006d97da5514a4475141573383d3fcd71c729ff78494f96bb531cf734d21"
|
|
dependencies = [
|
|
"env_logger 0.8.3",
|
|
"lazy_static",
|
|
"log 0.4.11",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-logger"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"env_logger 0.8.3",
|
|
"lazy_static",
|
|
"log 0.4.11",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-measure"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"jemalloc-ctl",
|
|
"jemallocator",
|
|
"log 0.4.11",
|
|
"solana-metrics",
|
|
"solana-sdk",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-merkle-root-bench"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"clap",
|
|
"log 0.4.11",
|
|
"solana-logger 1.7.0",
|
|
"solana-measure",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"solana-version",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-merkle-tree"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"fast-math",
|
|
"hex",
|
|
"solana-sdk",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-metrics"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"env_logger 0.8.3",
|
|
"gethostname",
|
|
"lazy_static",
|
|
"log 0.4.11",
|
|
"rand 0.7.3",
|
|
"reqwest 0.10.8",
|
|
"serial_test",
|
|
"solana-sdk",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-net-shaper"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"clap",
|
|
"rand 0.7.3",
|
|
"serde",
|
|
"serde_json",
|
|
"solana-clap-utils",
|
|
"solana-logger 1.7.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-net-utils"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"bincode",
|
|
"clap",
|
|
"log 0.4.11",
|
|
"nix 0.19.0",
|
|
"rand 0.7.3",
|
|
"serde",
|
|
"serde_derive",
|
|
"socket2",
|
|
"solana-clap-utils",
|
|
"solana-logger 1.7.0",
|
|
"solana-version",
|
|
"tokio 1.1.1",
|
|
"url 2.2.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-noop-program"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"log 0.4.11",
|
|
"solana-logger 1.7.0",
|
|
"solana-sdk",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-notifier"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"log 0.4.11",
|
|
"reqwest 0.10.8",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-ownable"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"bincode",
|
|
"num-derive",
|
|
"num-traits",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-perf"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"bincode",
|
|
"curve25519-dalek 2.1.0",
|
|
"dlopen",
|
|
"dlopen_derive",
|
|
"lazy_static",
|
|
"log 0.4.11",
|
|
"matches",
|
|
"rand 0.7.3",
|
|
"rayon",
|
|
"serde",
|
|
"solana-budget-program",
|
|
"solana-logger 1.7.0",
|
|
"solana-measure",
|
|
"solana-metrics",
|
|
"solana-rayon-threadlimit",
|
|
"solana-sdk",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-poh-bench"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"clap",
|
|
"log 0.4.11",
|
|
"rand 0.7.3",
|
|
"rayon",
|
|
"solana-clap-utils",
|
|
"solana-ledger",
|
|
"solana-logger 1.7.0",
|
|
"solana-measure",
|
|
"solana-perf",
|
|
"solana-sdk",
|
|
"solana-version",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-program"
|
|
version = "1.5.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c2007bf285617f8a783e96b20ccd2f8d813549090a5b520f22e5f65b3cd9b157"
|
|
dependencies = [
|
|
"bincode",
|
|
"bs58",
|
|
"bv",
|
|
"curve25519-dalek 2.1.0",
|
|
"hex",
|
|
"itertools",
|
|
"lazy_static",
|
|
"log 0.4.11",
|
|
"num-derive",
|
|
"num-traits",
|
|
"rand 0.7.3",
|
|
"rustc_version",
|
|
"rustversion",
|
|
"serde",
|
|
"serde_bytes",
|
|
"serde_derive",
|
|
"sha2 0.9.2",
|
|
"solana-frozen-abi 1.5.8",
|
|
"solana-frozen-abi-macro 1.5.8",
|
|
"solana-logger 1.5.8",
|
|
"solana-sdk-macro 1.5.8",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-program"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"bincode",
|
|
"borsh",
|
|
"borsh-derive",
|
|
"bs58",
|
|
"bv",
|
|
"curve25519-dalek 2.1.0",
|
|
"hex",
|
|
"itertools",
|
|
"lazy_static",
|
|
"log 0.4.11",
|
|
"num-derive",
|
|
"num-traits",
|
|
"rand 0.7.3",
|
|
"rustc_version",
|
|
"rustversion",
|
|
"serde",
|
|
"serde_bytes",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"sha2 0.9.2",
|
|
"solana-frozen-abi 1.7.0",
|
|
"solana-frozen-abi-macro 1.7.0",
|
|
"solana-logger 1.7.0",
|
|
"solana-sdk-macro 1.7.0",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-program-test"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"async-trait",
|
|
"base64 0.12.3",
|
|
"chrono",
|
|
"chrono-humanize",
|
|
"log 0.4.11",
|
|
"mio 0.7.6",
|
|
"solana-banks-client",
|
|
"solana-banks-server",
|
|
"solana-bpf-loader-program",
|
|
"solana-logger 1.7.0",
|
|
"solana-program 1.7.0",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"solana-stake-program",
|
|
"solana-vote-program",
|
|
"thiserror",
|
|
"tokio 1.1.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-ramp-tps"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"bzip2",
|
|
"clap",
|
|
"log 0.4.11",
|
|
"reqwest 0.10.8",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_yaml",
|
|
"solana-client",
|
|
"solana-core",
|
|
"solana-logger 1.7.0",
|
|
"solana-metrics",
|
|
"solana-net-utils",
|
|
"solana-notifier",
|
|
"solana-sdk",
|
|
"solana-stake-program",
|
|
"tar",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-rayon-threadlimit"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"num_cpus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-remote-wallet"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"base32",
|
|
"console",
|
|
"dialoguer",
|
|
"hidapi",
|
|
"log 0.4.11",
|
|
"num-derive",
|
|
"num-traits",
|
|
"parking_lot 0.10.2",
|
|
"semver 0.9.0",
|
|
"solana-sdk",
|
|
"thiserror",
|
|
"url 2.2.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-runtime"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"bincode",
|
|
"blake3",
|
|
"bv",
|
|
"byteorder",
|
|
"bzip2",
|
|
"crossbeam-channel 0.4.4",
|
|
"dashmap",
|
|
"dir-diff",
|
|
"flate2",
|
|
"fnv",
|
|
"itertools",
|
|
"lazy_static",
|
|
"libc",
|
|
"libloading 0.6.2",
|
|
"log 0.4.11",
|
|
"memmap2",
|
|
"num-derive",
|
|
"num-traits",
|
|
"num_cpus",
|
|
"ouroboros",
|
|
"rand 0.7.3",
|
|
"rayon",
|
|
"regex",
|
|
"rustc_version",
|
|
"serde",
|
|
"serde_derive",
|
|
"solana-config-program",
|
|
"solana-frozen-abi 1.7.0",
|
|
"solana-frozen-abi-macro 1.7.0",
|
|
"solana-logger 1.7.0",
|
|
"solana-measure",
|
|
"solana-metrics",
|
|
"solana-noop-program",
|
|
"solana-rayon-threadlimit",
|
|
"solana-sdk",
|
|
"solana-secp256k1-program",
|
|
"solana-stake-program",
|
|
"solana-vote-program",
|
|
"symlink",
|
|
"tar",
|
|
"tempfile",
|
|
"thiserror",
|
|
"zstd",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-scripts"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"csv",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-sdk"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"assert_matches",
|
|
"bincode",
|
|
"bs58",
|
|
"bv",
|
|
"byteorder",
|
|
"chrono",
|
|
"curve25519-dalek 2.1.0",
|
|
"digest 0.9.0",
|
|
"ed25519-dalek",
|
|
"generic-array 0.14.3",
|
|
"hex",
|
|
"hmac 0.10.1",
|
|
"itertools",
|
|
"lazy_static",
|
|
"libsecp256k1",
|
|
"log 0.4.11",
|
|
"memmap2",
|
|
"num-derive",
|
|
"num-traits",
|
|
"pbkdf2 0.6.0",
|
|
"rand 0.7.3",
|
|
"rand_chacha 0.2.2",
|
|
"rand_core 0.6.2",
|
|
"rustc_version",
|
|
"rustversion",
|
|
"serde",
|
|
"serde_bytes",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"sha2 0.9.2",
|
|
"sha3",
|
|
"solana-crate-features",
|
|
"solana-frozen-abi 1.7.0",
|
|
"solana-frozen-abi-macro 1.7.0",
|
|
"solana-logger 1.7.0",
|
|
"solana-program 1.7.0",
|
|
"solana-sdk-macro 1.7.0",
|
|
"thiserror",
|
|
"tiny-bip39 0.7.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-sdk-macro"
|
|
version = "1.5.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b8a6635f1798c8ff1b88bb0fad1d4693c011f36a73c9ae03f198203144edcabb"
|
|
dependencies = [
|
|
"bs58",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"rustversion",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-sdk-macro"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"bs58",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"rustversion",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-secp256k1-program"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"bincode",
|
|
"digest 0.9.0",
|
|
"libsecp256k1",
|
|
"rand 0.7.3",
|
|
"sha3",
|
|
"solana-logger 1.7.0",
|
|
"solana-sdk",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-stake-accounts"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"clap",
|
|
"solana-clap-utils",
|
|
"solana-cli-config",
|
|
"solana-client",
|
|
"solana-remote-wallet",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"solana-stake-program",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-stake-monitor"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"clap",
|
|
"console",
|
|
"log 0.4.11",
|
|
"serde",
|
|
"serde_yaml",
|
|
"serial_test",
|
|
"solana-clap-utils",
|
|
"solana-cli-config",
|
|
"solana-client",
|
|
"solana-core",
|
|
"solana-local-cluster",
|
|
"solana-logger 1.7.0",
|
|
"solana-metrics",
|
|
"solana-sdk",
|
|
"solana-stake-program",
|
|
"solana-transaction-status",
|
|
"solana-version",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-stake-o-matic"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"clap",
|
|
"log 0.4.11",
|
|
"reqwest 0.10.8",
|
|
"semver 0.9.0",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_yaml",
|
|
"solana-clap-utils",
|
|
"solana-cli-config",
|
|
"solana-cli-output",
|
|
"solana-client",
|
|
"solana-logger 1.7.0",
|
|
"solana-metrics",
|
|
"solana-notifier",
|
|
"solana-sdk",
|
|
"solana-stake-program",
|
|
"solana-transaction-status",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-stake-program"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"bincode",
|
|
"log 0.4.11",
|
|
"num-derive",
|
|
"num-traits",
|
|
"rustc_version",
|
|
"serde",
|
|
"serde_derive",
|
|
"solana-config-program",
|
|
"solana-frozen-abi 1.7.0",
|
|
"solana-frozen-abi-macro 1.7.0",
|
|
"solana-logger 1.7.0",
|
|
"solana-metrics",
|
|
"solana-sdk",
|
|
"solana-vote-program",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-storage-bigtable"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"arc-swap 0.4.8",
|
|
"backoff",
|
|
"bincode",
|
|
"bzip2",
|
|
"enum-iterator",
|
|
"flate2",
|
|
"futures 0.3.8",
|
|
"goauth",
|
|
"log 0.4.11",
|
|
"prost",
|
|
"prost-types",
|
|
"rand_core 0.6.2",
|
|
"serde",
|
|
"serde_derive",
|
|
"smpl_jwt",
|
|
"solana-sdk",
|
|
"solana-storage-proto",
|
|
"solana-transaction-status",
|
|
"thiserror",
|
|
"tonic",
|
|
"zstd",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-storage-proto"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"bincode",
|
|
"bs58",
|
|
"prost",
|
|
"serde",
|
|
"serde_derive",
|
|
"solana-account-decoder",
|
|
"solana-sdk",
|
|
"solana-transaction-status",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-store-tool"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"clap",
|
|
"log 0.4.11",
|
|
"solana-logger 1.7.0",
|
|
"solana-measure",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"solana-version",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-streamer"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"libc",
|
|
"log 0.4.11",
|
|
"nix 0.19.0",
|
|
"solana-logger 1.7.0",
|
|
"solana-measure",
|
|
"solana-metrics",
|
|
"solana-perf",
|
|
"solana-sdk",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-sys-tuner"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"clap",
|
|
"libc",
|
|
"log 0.4.11",
|
|
"nix 0.19.0",
|
|
"solana-clap-utils",
|
|
"solana-logger 1.7.0",
|
|
"solana-version",
|
|
"sysctl",
|
|
"unix_socket2",
|
|
"users",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-tokens"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"bincode",
|
|
"chrono",
|
|
"clap",
|
|
"console",
|
|
"csv",
|
|
"ctrlc",
|
|
"dirs-next",
|
|
"indexmap",
|
|
"indicatif",
|
|
"pickledb",
|
|
"serde",
|
|
"solana-account-decoder",
|
|
"solana-clap-utils",
|
|
"solana-cli-config",
|
|
"solana-client",
|
|
"solana-core",
|
|
"solana-logger 1.7.0",
|
|
"solana-program-test",
|
|
"solana-remote-wallet",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"solana-stake-program",
|
|
"solana-transaction-status",
|
|
"solana-version",
|
|
"spl-associated-token-account",
|
|
"spl-token",
|
|
"tempfile",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-transaction-status"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"Inflector",
|
|
"base64 0.12.3",
|
|
"bincode",
|
|
"bs58",
|
|
"lazy_static",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"solana-account-decoder",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"solana-stake-program",
|
|
"solana-vote-program",
|
|
"spl-memo 2.0.1",
|
|
"spl-memo 3.0.0",
|
|
"spl-token",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-upload-perf"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"serde_json",
|
|
"solana-metrics",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-validator"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"base64 0.12.3",
|
|
"bincode",
|
|
"chrono",
|
|
"clap",
|
|
"console",
|
|
"core_affinity",
|
|
"fd-lock",
|
|
"indicatif",
|
|
"jsonrpc-core",
|
|
"jsonrpc-core-client",
|
|
"jsonrpc-derive",
|
|
"jsonrpc-ipc-server",
|
|
"jsonrpc-server-utils",
|
|
"libc",
|
|
"log 0.4.11",
|
|
"num_cpus",
|
|
"rand 0.7.3",
|
|
"serde",
|
|
"signal-hook",
|
|
"solana-clap-utils",
|
|
"solana-cli-config",
|
|
"solana-client",
|
|
"solana-core",
|
|
"solana-download-utils",
|
|
"solana-faucet",
|
|
"solana-ledger",
|
|
"solana-logger 1.7.0",
|
|
"solana-metrics",
|
|
"solana-net-utils",
|
|
"solana-perf",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"solana-version",
|
|
"solana-vote-program",
|
|
"symlink",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-version"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"log 0.4.11",
|
|
"rustc_version",
|
|
"serde",
|
|
"serde_derive",
|
|
"solana-frozen-abi 1.7.0",
|
|
"solana-frozen-abi-macro 1.7.0",
|
|
"solana-logger 1.7.0",
|
|
"solana-sdk",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-vest-program"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"bincode",
|
|
"chrono",
|
|
"num-derive",
|
|
"num-traits",
|
|
"serde",
|
|
"serde_derive",
|
|
"solana-config-program",
|
|
"solana-runtime",
|
|
"solana-sdk",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-vote-program"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"bincode",
|
|
"log 0.4.11",
|
|
"num-derive",
|
|
"num-traits",
|
|
"rustc_version",
|
|
"serde",
|
|
"serde_derive",
|
|
"solana-frozen-abi 1.7.0",
|
|
"solana-frozen-abi-macro 1.7.0",
|
|
"solana-logger 1.7.0",
|
|
"solana-metrics",
|
|
"solana-sdk",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana-watchtower"
|
|
version = "1.7.0"
|
|
dependencies = [
|
|
"clap",
|
|
"humantime 2.0.1",
|
|
"log 0.4.11",
|
|
"solana-clap-utils",
|
|
"solana-cli-config",
|
|
"solana-cli-output",
|
|
"solana-client",
|
|
"solana-logger 1.7.0",
|
|
"solana-metrics",
|
|
"solana-notifier",
|
|
"solana-sdk",
|
|
"solana-version",
|
|
]
|
|
|
|
[[package]]
|
|
name = "solana_rbpf"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e3089d0175f975358b602072a02bd327a154399d2b54a8cf0f8f21108a4de4c"
|
|
dependencies = [
|
|
"byteorder",
|
|
"combine",
|
|
"goblin",
|
|
"hash32",
|
|
"libc",
|
|
"log 0.4.11",
|
|
"rand 0.7.3",
|
|
"scroll",
|
|
"thiserror",
|
|
"time 0.1.43",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spin"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
[[package]]
|
|
name = "spl-associated-token-account"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4adc47eebe5d2b662cbaaba1843719c28a67e5ec5d0460bc3ca60900a51f74e2"
|
|
dependencies = [
|
|
"solana-program 1.5.8",
|
|
"spl-token",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spl-memo"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fb2b771f6146dec14ef5fbf498f9374652c54badc3befc8c40c1d426dd45d720"
|
|
dependencies = [
|
|
"solana-program 1.5.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spl-memo"
|
|
version = "3.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e76b60c6f58279b5469beb1705744e9778ee94d643c8e3e2ff91874c59bb3c63"
|
|
dependencies = [
|
|
"solana-program 1.5.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spl-token"
|
|
version = "3.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b795e50d15dfd35aa5460b80a16414503a322be115a417a43db987c5824c6798"
|
|
dependencies = [
|
|
"arrayref",
|
|
"num-derive",
|
|
"num-traits",
|
|
"num_enum",
|
|
"solana-program 1.5.8",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stable_deref_trait"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
[[package]]
|
|
name = "standback"
|
|
version = "0.2.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b0437cfb83762844799a60e1e3b489d5ceb6a650fbacb86437badc1b6d87b246"
|
|
dependencies = [
|
|
"version_check 0.9.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "static_assertions"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
[[package]]
|
|
name = "stdweb"
|
|
version = "0.4.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
|
|
dependencies = [
|
|
"discard",
|
|
"rustc_version",
|
|
"stdweb-derive",
|
|
"stdweb-internal-macros",
|
|
"stdweb-internal-runtime",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stdweb-derive"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"serde",
|
|
"serde_derive",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stdweb-internal-macros"
|
|
version = "0.2.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
|
|
dependencies = [
|
|
"base-x",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"sha1",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stdweb-internal-runtime"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
|
|
|
|
[[package]]
|
|
name = "strsim"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
[[package]]
|
|
name = "subtle"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
|
|
|
|
[[package]]
|
|
name = "subtle"
|
|
version = "2.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7c65d530b10ccaeac294f349038a597e435b18fb456aadd0840a623f83b9e941"
|
|
|
|
[[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.60"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"unicode-xid 0.2.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "synstructure"
|
|
version = "0.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
"unicode-xid 0.2.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sysctl"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0501f0d0c2aa64b419abff97c209f4b82c4e67caa63e8dc5b222ecc1b574cb5c"
|
|
dependencies = [
|
|
"bitflags",
|
|
"byteorder",
|
|
"failure",
|
|
"libc",
|
|
"walkdir",
|
|
]
|
|
|
|
[[package]]
|
|
name = "systemstat"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2078da8d09c6202bffd5e075946e65bfad5ce2cfa161edb15c5f014a8440adee"
|
|
dependencies = [
|
|
"bytesize",
|
|
"chrono",
|
|
"lazy_static",
|
|
"libc",
|
|
"nom 3.2.1",
|
|
"time 0.1.43",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tar"
|
|
version = "0.4.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c058ad0bd6ccb84faa24cc44d4fc99bee8a5d7ba9ff33aa4d993122d1aeeac2"
|
|
dependencies = [
|
|
"filetime",
|
|
"libc",
|
|
"redox_syscall",
|
|
"xattr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tarpc"
|
|
version = "0.24.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e325774dd5b35d979e9f4db2b0f0d7d85dc2ff2b676a3150af56c09eafc14b07"
|
|
dependencies = [
|
|
"anyhow",
|
|
"fnv",
|
|
"futures 0.3.8",
|
|
"humantime 2.0.1",
|
|
"log 0.4.11",
|
|
"pin-project 1.0.1",
|
|
"rand 0.7.3",
|
|
"serde",
|
|
"static_assertions",
|
|
"tarpc-plugins",
|
|
"tokio 1.1.1",
|
|
"tokio-serde",
|
|
"tokio-util 0.6.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tarpc-plugins"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f3240378a22b1195734e085ba71d1d4188d50f034aea82635acc430b7005afb5"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tempfile"
|
|
version = "3.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"libc",
|
|
"rand 0.7.3",
|
|
"redox_syscall",
|
|
"remove_dir_all",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termcolor"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "terminal_size"
|
|
version = "0.1.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8038f95fc7a6f351163f4b964af631bd26c9e828f7db085f2a84aca56f70d13b"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termios"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6f0fcee7b24a25675de40d5bb4de6e41b0df07bc9856295e7e2b3a3600c400c2"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "textwrap"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
dependencies = [
|
|
"unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror"
|
|
version = "1.0.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "76cc616c6abf8c8928e2fdcc0dbfab37175edd8fb49a4641066ad1364fdab146"
|
|
dependencies = [
|
|
"thiserror-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror-impl"
|
|
version = "1.0.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thread-scoped"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bcbb6aa301e5d3b0b5ef639c9a9c7e2f1c944f177b460c04dc24c69b1fa2bd99"
|
|
|
|
[[package]]
|
|
name = "thread_local"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
|
dependencies = [
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.1.43"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.2.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1195b046942c221454c2539395f85413b33383a067449d78aab2b7b052a142f7"
|
|
dependencies = [
|
|
"const_fn",
|
|
"libc",
|
|
"standback",
|
|
"stdweb",
|
|
"time-macros",
|
|
"version_check 0.9.2",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time-macros"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ae9b6e9f095bc105e183e3cd493d72579be3181ad4004fceb01adbe9eecab2d"
|
|
dependencies = [
|
|
"proc-macro-hack",
|
|
"time-macros-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time-macros-impl"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa"
|
|
dependencies = [
|
|
"proc-macro-hack",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"standback",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tiny-bip39"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b0165e045cc2ae1660270ca65e1676dbaab60feb0f91b10f7d0665e9b47e31f2"
|
|
dependencies = [
|
|
"failure",
|
|
"hmac 0.7.1",
|
|
"once_cell",
|
|
"pbkdf2 0.3.0",
|
|
"rand 0.7.3",
|
|
"rustc-hash",
|
|
"sha2 0.8.2",
|
|
"unicode-normalization",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tiny-bip39"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9e44c4759bae7f1032e286a7ef990bd9ed23fe831b7eeba0beb97484c2e59b8"
|
|
dependencies = [
|
|
"anyhow",
|
|
"hmac 0.8.1",
|
|
"once_cell",
|
|
"pbkdf2 0.4.0",
|
|
"rand 0.7.3",
|
|
"rustc-hash",
|
|
"sha2 0.9.2",
|
|
"thiserror",
|
|
"unicode-normalization",
|
|
"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 = "0.1.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
|
|
dependencies = [
|
|
"bytes 0.4.12",
|
|
"futures 0.1.29",
|
|
"mio 0.6.22",
|
|
"num_cpus",
|
|
"tokio-codec",
|
|
"tokio-current-thread",
|
|
"tokio-executor",
|
|
"tokio-fs",
|
|
"tokio-io",
|
|
"tokio-reactor",
|
|
"tokio-sync",
|
|
"tokio-tcp",
|
|
"tokio-threadpool",
|
|
"tokio-timer",
|
|
"tokio-udp",
|
|
"tokio-uds",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio"
|
|
version = "0.2.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d34ca54d84bf2b5b4d7d31e901a8464f7b60ac145a284fba25ceb801f2ddccd"
|
|
dependencies = [
|
|
"bytes 0.5.4",
|
|
"fnv",
|
|
"futures-core",
|
|
"iovec",
|
|
"lazy_static",
|
|
"libc",
|
|
"memchr 2.3.3",
|
|
"mio 0.6.22",
|
|
"mio-named-pipes",
|
|
"mio-uds",
|
|
"num_cpus",
|
|
"pin-project-lite 0.1.5",
|
|
"signal-hook-registry",
|
|
"slab",
|
|
"tokio-macros 0.2.6",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a12a3eb39ee2c231be64487f1fcbe726c8f2514876a55480a5ab8559fc374252"
|
|
dependencies = [
|
|
"autocfg 1.0.0",
|
|
"bytes 0.6.0",
|
|
"futures-core",
|
|
"lazy_static",
|
|
"libc",
|
|
"memchr 2.3.3",
|
|
"mio 0.7.6",
|
|
"num_cpus",
|
|
"parking_lot 0.11.0",
|
|
"pin-project-lite 0.2.4",
|
|
"signal-hook-registry",
|
|
"slab",
|
|
"tokio-macros 0.3.1",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6714d663090b6b0acb0fa85841c6d66233d150cdb2602c8f9b8abb03370beb3f"
|
|
dependencies = [
|
|
"autocfg 1.0.0",
|
|
"bytes 1.0.1",
|
|
"libc",
|
|
"memchr 2.3.3",
|
|
"mio 0.7.6",
|
|
"num_cpus",
|
|
"once_cell",
|
|
"parking_lot 0.11.0",
|
|
"pin-project-lite 0.2.4",
|
|
"signal-hook-registry",
|
|
"tokio-macros 1.0.0",
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-codec"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
|
|
dependencies = [
|
|
"bytes 0.4.12",
|
|
"futures 0.1.29",
|
|
"tokio-io",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-current-thread"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
|
|
dependencies = [
|
|
"futures 0.1.29",
|
|
"tokio-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-executor"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
|
|
dependencies = [
|
|
"crossbeam-utils 0.7.2",
|
|
"futures 0.1.29",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-fs"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"
|
|
dependencies = [
|
|
"futures 0.1.29",
|
|
"tokio-io",
|
|
"tokio-threadpool",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-io"
|
|
version = "0.1.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
|
|
dependencies = [
|
|
"bytes 0.4.12",
|
|
"futures 0.1.29",
|
|
"log 0.4.11",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-macros"
|
|
version = "0.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-macros"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "21d30fdbb5dc2d8f91049691aa1a9d4d4ae422a21c334ce8936e5886d30c5c45"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-macros"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "42517d2975ca3114b22a16192634e8241dc5cc1f130be194645970cc1c371494"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[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 1.1.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-reactor"
|
|
version = "0.1.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
|
|
dependencies = [
|
|
"crossbeam-utils 0.7.2",
|
|
"futures 0.1.29",
|
|
"lazy_static",
|
|
"log 0.4.11",
|
|
"mio 0.6.22",
|
|
"num_cpus",
|
|
"parking_lot 0.9.0",
|
|
"slab",
|
|
"tokio-executor",
|
|
"tokio-io",
|
|
"tokio-sync",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-rustls"
|
|
version = "0.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "228139ddd4fea3fa345a29233009635235833e52807af7ea6448ead03890d6a9"
|
|
dependencies = [
|
|
"futures-core",
|
|
"rustls 0.18.0",
|
|
"tokio 0.2.22",
|
|
"webpki",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-rustls"
|
|
version = "0.22.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
|
|
dependencies = [
|
|
"rustls 0.19.0",
|
|
"tokio 1.1.1",
|
|
"webpki",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-serde"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "911a61637386b789af998ee23f50aa30d5fd7edcec8d6d3dedae5e5815205466"
|
|
dependencies = [
|
|
"bincode",
|
|
"bytes 1.0.1",
|
|
"educe",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"pin-project 1.0.1",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-stream"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "76066865172052eb8796c686f0b441a93df8b08d40a950b062ffb9a426f00edd"
|
|
dependencies = [
|
|
"futures-core",
|
|
"pin-project-lite 0.2.4",
|
|
"tokio 1.1.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-sync"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
|
|
dependencies = [
|
|
"fnv",
|
|
"futures 0.1.29",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-tcp"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
|
|
dependencies = [
|
|
"bytes 0.4.12",
|
|
"futures 0.1.29",
|
|
"iovec",
|
|
"mio 0.6.22",
|
|
"tokio-io",
|
|
"tokio-reactor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-threadpool"
|
|
version = "0.1.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
|
|
dependencies = [
|
|
"crossbeam-deque 0.7.3",
|
|
"crossbeam-queue",
|
|
"crossbeam-utils 0.7.2",
|
|
"futures 0.1.29",
|
|
"lazy_static",
|
|
"log 0.4.11",
|
|
"num_cpus",
|
|
"slab",
|
|
"tokio-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-timer"
|
|
version = "0.2.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
|
|
dependencies = [
|
|
"crossbeam-utils 0.7.2",
|
|
"futures 0.1.29",
|
|
"slab",
|
|
"tokio-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-tls"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "354b8cd83825b3c20217a9dc174d6a0c67441a2fae5c41bcb1ea6679f6ae0f7c"
|
|
dependencies = [
|
|
"futures 0.1.29",
|
|
"native-tls",
|
|
"tokio-io",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-udp"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"
|
|
dependencies = [
|
|
"bytes 0.4.12",
|
|
"futures 0.1.29",
|
|
"log 0.4.11",
|
|
"mio 0.6.22",
|
|
"tokio-codec",
|
|
"tokio-io",
|
|
"tokio-reactor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-uds"
|
|
version = "0.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5076db410d6fdc6523df7595447629099a1fdc47b3d9f896220780fa48faf798"
|
|
dependencies = [
|
|
"bytes 0.4.12",
|
|
"futures 0.1.29",
|
|
"iovec",
|
|
"libc",
|
|
"log 0.4.11",
|
|
"mio 0.6.22",
|
|
"mio-uds",
|
|
"tokio-codec",
|
|
"tokio-io",
|
|
"tokio-reactor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-util"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
|
|
dependencies = [
|
|
"bytes 0.5.4",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"log 0.4.11",
|
|
"pin-project-lite 0.1.5",
|
|
"tokio 0.2.22",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-util"
|
|
version = "0.6.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ebb7cb2f00c5ae8df755b252306272cd1790d39728363936e01827e11f0b017b"
|
|
dependencies = [
|
|
"bytes 1.0.1",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"log 0.4.11",
|
|
"pin-project-lite 0.2.4",
|
|
"tokio 1.1.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
version = "0.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tonic"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3ba8f479158947373b6df40cf48f4779bb25c99ca3c661bd95e0ab1963ad8b0e"
|
|
dependencies = [
|
|
"async-stream",
|
|
"async-trait",
|
|
"base64 0.13.0",
|
|
"bytes 1.0.1",
|
|
"futures-core",
|
|
"futures-util",
|
|
"h2 0.3.0",
|
|
"http",
|
|
"http-body 0.4.0",
|
|
"hyper 0.14.3",
|
|
"percent-encoding 2.1.0",
|
|
"pin-project 1.0.1",
|
|
"prost",
|
|
"prost-derive",
|
|
"tokio 1.1.1",
|
|
"tokio-rustls 0.22.0",
|
|
"tokio-stream",
|
|
"tokio-util 0.6.3",
|
|
"tower",
|
|
"tower-service",
|
|
"tracing",
|
|
"tracing-futures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tower"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5fd7b451959622e21de79261673d658a0944b835012c58c51878ea55957fb51a"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-util",
|
|
"indexmap",
|
|
"pin-project 1.0.1",
|
|
"rand 0.8.3",
|
|
"slab",
|
|
"tokio 1.1.1",
|
|
"tokio-stream",
|
|
"tower-layer",
|
|
"tower-service",
|
|
"tracing",
|
|
]
|
|
|
|
[[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.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
|
|
|
|
[[package]]
|
|
name = "tracing"
|
|
version = "0.1.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0aae59226cf195d8e74d4b34beae1859257efb4e5fed3f147d2dc2c7d372178"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"log 0.4.11",
|
|
"tracing-attributes",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-attributes"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0693bf8d6f2bf22c690fc61a9d21ac69efdbb894a17ed596b9af0f01e64b84b"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-core"
|
|
version = "0.1.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d593f98af59ebc017c0648f0117525db358745a8894a8d684e185ba3f45954f9"
|
|
dependencies = [
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-futures"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"
|
|
dependencies = [
|
|
"pin-project 0.4.23",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "traitobject"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
|
|
|
|
[[package]]
|
|
name = "treeline"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
|
|
|
|
[[package]]
|
|
name = "trees"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "afa1821e85be4f56cc5bd08bdbc32c0e26d105c90bed9c637992f6c7f747c180"
|
|
dependencies = [
|
|
"indexed",
|
|
]
|
|
|
|
[[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.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cfea31758bf674f990918962e8e5f07071a3161bd7c4138ed23e416e1ac4264e"
|
|
dependencies = [
|
|
"base64 0.11.0",
|
|
"byteorder",
|
|
"bytes 0.5.4",
|
|
"http",
|
|
"httparse",
|
|
"input_buffer",
|
|
"log 0.4.11",
|
|
"native-tls",
|
|
"rand 0.7.3",
|
|
"sha-1",
|
|
"url 2.2.0",
|
|
"utf-8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "typeable"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887"
|
|
|
|
[[package]]
|
|
name = "typenum"
|
|
version = "1.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
|
|
|
|
[[package]]
|
|
name = "ucd-trie"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
|
|
|
[[package]]
|
|
name = "unicase"
|
|
version = "1.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
|
|
dependencies = [
|
|
"version_check 0.1.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicase"
|
|
version = "2.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
dependencies = [
|
|
"version_check 0.9.2",
|
|
]
|
|
|
|
[[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-width"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
|
|
|
|
[[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.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
|
|
|
[[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 = "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.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
|
|
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 0.4.11",
|
|
]
|
|
|
|
[[package]]
|
|
name = "utf-8"
|
|
version = "0.7.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
|
|
|
|
[[package]]
|
|
name = "utf8-width"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6f2c54fe5e8d6907c60dc6fba532cc8529245d97ff4e26cb490cb462de114ba4"
|
|
|
|
[[package]]
|
|
name = "vcpkg"
|
|
version = "0.2.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168"
|
|
|
|
[[package]]
|
|
name = "vec_map"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
[[package]]
|
|
name = "version_check"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
|
|
|
[[package]]
|
|
name = "version_check"
|
|
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 = "wait-timeout"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[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.8",
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "want"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
dependencies = [
|
|
"log 0.4.11",
|
|
"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 = "wasm-bindgen"
|
|
version = "0.2.70"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "55c0f7123de74f0dab9b7d00fd614e7b19349cd1e2f5252bbe9b1754b59433be"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"serde",
|
|
"serde_json",
|
|
"wasm-bindgen-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-backend"
|
|
version = "0.2.70"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7bc45447f0d4573f3d65720f636bbcc3dd6ce920ed704670118650bcd47764c7"
|
|
dependencies = [
|
|
"bumpalo",
|
|
"lazy_static",
|
|
"log 0.4.11",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-futures"
|
|
version = "0.4.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3de431a2910c86679c34283a33f66f4e4abd7e0aec27b6669060148872aadf94"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
"web-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro"
|
|
version = "0.2.70"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b8853882eef39593ad4174dd26fc9865a64e84026d223f63bb2c42affcbba2c"
|
|
dependencies = [
|
|
"quote 1.0.6",
|
|
"wasm-bindgen-macro-support",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro-support"
|
|
version = "0.2.70"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4133b5e7f2a531fa413b3a1695e925038a05a71cf67e87dafa295cb645a01385"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
"wasm-bindgen-backend",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-shared"
|
|
version = "0.2.70"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dd4945e4943ae02d15c13962b38a5b1e81eadd4b71214eee75af64a4d6a4fd64"
|
|
|
|
[[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.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f1f50e1972865d6b1adb54167d1c8ed48606004c2c9d0ea5f1eeb34d95e863ef"
|
|
dependencies = [
|
|
"ring",
|
|
"untrusted",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webpki-roots"
|
|
version = "0.19.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8eff4b7516a57307f9349c64bf34caa34b940b66fed4b2fb3136cb7386e5739"
|
|
dependencies = [
|
|
"webpki",
|
|
]
|
|
|
|
[[package]]
|
|
name = "websocket"
|
|
version = "0.24.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "413b37840b9e27b340ce91b319ede10731de8c72f5bc4cb0206ec1ca4ce581d0"
|
|
dependencies = [
|
|
"bytes 0.4.12",
|
|
"futures 0.1.29",
|
|
"hyper 0.10.16",
|
|
"native-tls",
|
|
"rand 0.6.5",
|
|
"tokio-codec",
|
|
"tokio-io",
|
|
"tokio-reactor",
|
|
"tokio-tcp",
|
|
"tokio-tls",
|
|
"unicase 1.4.2",
|
|
"url 1.7.2",
|
|
"websocket-base",
|
|
]
|
|
|
|
[[package]]
|
|
name = "websocket-base"
|
|
version = "0.24.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5e3810f0d00c4dccb54c30a4eee815e703232819dec7b007db115791c42aa374"
|
|
dependencies = [
|
|
"base64 0.10.1",
|
|
"bitflags",
|
|
"byteorder",
|
|
"bytes 0.4.12",
|
|
"futures 0.1.29",
|
|
"native-tls",
|
|
"rand 0.6.5",
|
|
"sha1",
|
|
"tokio-codec",
|
|
"tokio-io",
|
|
"tokio-tcp",
|
|
"tokio-tls",
|
|
]
|
|
|
|
[[package]]
|
|
name = "which"
|
|
version = "3.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
|
|
dependencies = [
|
|
"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.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
|
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.8",
|
|
]
|
|
|
|
[[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 = "winreg"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
|
|
dependencies = [
|
|
"winapi 0.3.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ws2_32-sys"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
dependencies = [
|
|
"winapi 0.2.8",
|
|
"winapi-build",
|
|
]
|
|
|
|
[[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.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"
|
|
dependencies = [
|
|
"linked-hash-map",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zeroize"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "81a974bcdd357f0dca4d41677db03436324d45a4c9ed2d0b873a5a360ce41c36"
|
|
dependencies = [
|
|
"zeroize_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zeroize_derive"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "de251eec69fc7c1bc3923403d18ececb929380e016afe103da75f396704f8ca2"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.6",
|
|
"syn 1.0.60",
|
|
"synstructure",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zstd"
|
|
version = "0.5.3+zstd.1.4.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "01b32eaf771efa709e8308605bbf9319bf485dc1503179ec0469b611937c0cd8"
|
|
dependencies = [
|
|
"zstd-safe",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zstd-safe"
|
|
version = "2.0.5+zstd.1.4.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1cfb642e0d27f64729a639c52db457e0ae906e7bc6f5fe8f5c453230400f1055"
|
|
dependencies = [
|
|
"libc",
|
|
"zstd-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zstd-sys"
|
|
version = "1.4.17+zstd.1.4.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b89249644df056b522696b1bb9e7c18c87e8ffa3e2f0dc3b0155875d6498f01b"
|
|
dependencies = [
|
|
"cc",
|
|
"glob",
|
|
"itertools",
|
|
"libc",
|
|
]
|