solana/Cargo.lock

6349 lines
140 KiB
Plaintext
Raw Normal View History

# 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"
2020-04-27 16:09:07 -07:00
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
dependencies = [
2020-04-27 16:09:07 -07:00
"lazy_static",
"regex",
]
2020-05-28 15:32:42 -07:00
[[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"
2020-04-27 16:09:07 -07:00
checksum = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2"
[[package]]
name = "ahash"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217"
dependencies = [
"const-random",
]
[[package]]
name = "aho-corasick"
2020-04-27 16:09:07 -07:00
version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
dependencies = [
2020-04-27 16:09:07 -07:00
"memchr 2.3.3",
]
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
dependencies = [
2020-04-27 16:09:07 -07:00
"winapi 0.3.8",
]
2020-08-05 12:30:39 -07:00
[[package]]
name = "anyhow"
version = "1.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b"
[[package]]
name = "arc-swap"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "b585a98a234c46fc563103e9278c9391fde1f4e6850334da895d27edb9580f62"
[[package]]
name = "arrayref"
2020-04-27 16:09:07 -07:00
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
[[package]]
name = "arrayvec"
2020-04-27 16:09:07 -07:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
[[package]]
name = "ascii"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "3ae7d751998c189c1d4468cf0a39bb2eae052a9c58d50ebb3b9591ee3813ad50"
[[package]]
name = "assert_cmd"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "c88b9ca26f9c16ec830350d309397e74ee9abdfd8eb1f71cb6ecc71a3fc818da"
dependencies = [
2020-04-27 16:09:07 -07:00
"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"
2020-04-27 16:09:07 -07:00
checksum = "7deb0a829ca7bcfaf5da70b073a8d128619259a7be8216a355e23f00763059e5"
2020-08-05 12:30:39 -07:00
[[package]]
name = "async-stream"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22068c0c19514942eefcfd4daf8976ef1aad84e61539f95cd200c35202f80af5"
dependencies = [
"async-stream-impl",
"futures-core",
]
[[package]]
name = "async-stream-impl"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25f9db3b38af870bf7e5cc649167533b493928e50744e2c30ae350230b414670"
dependencies = [
"proc-macro2 1.0.19",
"quote 1.0.6",
"syn 1.0.27",
]
[[package]]
name = "async-trait"
version = "0.1.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a265e3abeffdce30b2e26b7a11b222fe37c6067404001b434101457d0385eb92"
dependencies = [
"proc-macro2 1.0.19",
"quote 1.0.6",
"syn 1.0.27",
]
[[package]]
name = "atty"
2020-04-27 16:09:07 -07:00
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
2020-04-27 16:09:07 -07:00
"hermit-abi",
"libc",
"winapi 0.3.8",
]
[[package]]
name = "autocfg"
2020-04-27 16:09:07 -07:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
[[package]]
name = "autocfg"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
2020-08-05 12:30:39 -07:00
[[package]]
name = "backoff"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "721c249ab59cbc483ad4294c9ee2671835c1e43e9ffc277e6b4ecfef733cfdc5"
dependencies = [
"futures-core",
"instant",
"pin-project",
"rand 0.7.3",
"tokio 0.2.22",
]
[[package]]
name = "backtrace"
2020-05-28 15:32:42 -07:00
version = "0.3.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-28 15:32:42 -07:00
checksum = "0df2f85c8a2abbe3b7d7e748052fdd9b76a0458fdeb16ad4223f5eca78c7c130"
dependencies = [
2020-05-28 15:32:42 -07:00
"addr2line",
2020-04-27 16:09:07 -07:00
"cfg-if",
"libc",
2020-05-28 15:32:42 -07:00
"object",
2020-04-27 16:09:07 -07:00
"rustc-demangle",
"serde",
]
2020-08-05 12:30:39 -07:00
[[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"
2020-04-27 16:09:07 -07:00
checksum = "23ce669cd6c8588f79e15cf450314f9638f967fc5770ff1c7c1deb0925ea7cfa"
[[package]]
name = "base64"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
dependencies = [
2020-04-27 16:09:07 -07:00
"byteorder",
"safemem",
]
[[package]]
name = "base64"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
dependencies = [
2020-04-27 16:09:07 -07:00
"byteorder",
]
[[package]]
name = "base64"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
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 = [
2020-04-27 16:09:07 -07:00
"byteorder",
"serde",
]
[[package]]
name = "bindgen"
version = "0.54.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66c0bb6167449588ff70803f4127f0684f9063097eca5016f37eb52b92c2cf36"
dependencies = [
2020-04-27 16:09:07 -07:00
"bitflags",
"cexpr",
"cfg-if",
"clang-sys",
"clap",
"env_logger",
2020-04-27 16:09:07 -07:00
"lazy_static",
"lazycell",
"log 0.4.8",
"peeking_take_while",
"proc-macro2 1.0.19",
"quote 1.0.6",
2020-04-27 16:09:07 -07:00
"regex",
"rustc-hash",
"shlex",
"which",
]
[[package]]
name = "bitflags"
2020-04-27 16:09:07 -07:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
2020-04-27 16:09:07 -07:00
name = "blake2b_simd"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
dependencies = [
2020-04-27 16:09:07 -07:00
"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",
"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"
2020-04-27 16:09:07 -07:00
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
"block-padding 0.1.5",
"byte-tools",
2020-04-27 16:09:07 -07:00
"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"
2020-04-27 16:09:07 -07:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
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 = "bs58"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "476e9cd489f9e121e02ffa6014a8ef220ecb15c05ed23fc34cca13925dc283fb"
[[package]]
name = "bstr"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931"
dependencies = [
2020-04-27 16:09:07 -07:00
"lazy_static",
"memchr 2.3.3",
"regex-automata",
"serde",
]
[[package]]
name = "bumpalo"
2020-05-28 15:32:42 -07:00
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-28 15:32:42 -07:00
checksum = "5356f1d23ee24a1f785a56d1d1a5f0fd5b0f6a0c0fb2412ce11da71649ab78f6"
[[package]]
name = "bv"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "8834bb1d8ee5dc048ee3124f2c7c1afcc6bc9aed03f11e9dfd8c69470a5db340"
dependencies = [
2020-04-27 16:09:07 -07:00
"feature-probe",
"serde",
]
[[package]]
name = "byte-tools"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
[[package]]
name = "byte-unit"
version = "4.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ba58563da2fefa88ddca9db6347a1818fc224be2faf916cd4c5e210d2653f4c"
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"
2020-04-27 16:09:07 -07:00
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
[[package]]
name = "bytes"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
dependencies = [
2020-04-27 16:09:07 -07:00
"byteorder",
"either",
"iovec",
]
[[package]]
name = "bytes"
2020-04-27 16:09:07 -07:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1"
2019-12-18 15:31:04 -08:00
[[package]]
name = "bytesize"
2020-05-28 15:32:42 -07:00
version = "1.0.1"
2019-12-18 15:31:04 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-28 15:32:42 -07:00
checksum = "81a18687293a1546b67c246452202bbbf143d239cb43494cc163da14979082da"
2019-12-18 15:31:04 -08:00
2019-03-20 16:14:46 -07:00
[[package]]
name = "bzip2"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b"
2019-03-20 16:14:46 -07:00
dependencies = [
2020-04-27 16:09:07 -07:00
"bzip2-sys",
"libc",
2019-03-20 16:14:46 -07:00
]
[[package]]
name = "bzip2-sys"
2020-05-28 15:32:42 -07:00
version = "0.1.9+1.0.8"
2019-03-20 16:14:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-28 15:32:42 -07:00
checksum = "ad3b39a260062fca31f7b0b12f207e8f2590a67d32ec7d59c20484b07ea7285e"
2019-03-20 16:14:46 -07:00
dependencies = [
2020-04-27 16:09:07 -07:00
"cc",
"libc",
2020-05-28 15:32:42 -07:00
"pkg-config",
2019-03-20 16:14:46 -07:00
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "cast"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0"
dependencies = [
2020-04-27 16:09:07 -07:00
"rustc_version",
]
[[package]]
name = "cc"
version = "1.0.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "e450b8da92aa6f274e7c6437692f9f2ce6d701fb73bacfcf87897b3f89a4c20e"
dependencies = [
2020-04-27 16:09:07 -07:00
"jobserver",
"num_cpus",
]
[[package]]
name = "cexpr"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
dependencies = [
2020-04-27 16:09:07 -07:00
"nom 5.1.1",
]
[[package]]
name = "cfg-if"
2020-04-27 16:09:07 -07:00
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "chrono"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2"
dependencies = [
2020-04-27 16:09:07 -07:00
"num-integer",
"num-traits",
2020-04-27 16:09:07 -07:00
"serde",
2020-08-05 12:30:39 -07:00
"time 0.1.43",
]
[[package]]
name = "clang-sys"
version = "0.29.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a"
dependencies = [
"glob",
2020-04-27 16:09:07 -07:00
"libc",
"libloading 0.5.2",
]
[[package]]
name = "clap"
version = "2.33.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129"
dependencies = [
2020-04-27 16:09:07 -07:00
"ansi_term",
"atty",
"bitflags",
"strsim",
2020-04-27 16:09:07 -07:00
"textwrap",
"unicode-width",
"vec_map",
]
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
dependencies = [
2020-04-27 16:09:07 -07:00
"bitflags",
]
[[package]]
name = "combine"
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "1645a65a99c7c8d345761f4b75a6ffe5be3b3b27a93ee731fccc5050ba6be97c"
dependencies = [
2020-04-27 16:09:07 -07:00
"ascii",
"byteorder",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "console"
2020-05-28 15:32:42 -07:00
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-28 15:32:42 -07:00
checksum = "8c0994e656bba7b922d8dd1245db90672ffb701e684e45be58f20719d69abc5a"
2020-04-27 16:09:07 -07:00
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"regex",
"terminal_size",
"termios",
"unicode-width",
"winapi 0.3.8",
"winapi-util",
]
[[package]]
name = "const-random"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f1af9ac737b2dd2d577701e59fd09ba34822f6f2ebdb30a7647405d9e55e16a"
dependencies = [
"const-random-macro",
"proc-macro-hack",
]
[[package]]
name = "const-random-macro"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25e4c606eb459dd29f7c57b2e0879f2b6f14ee130918c2b78ccb58a9624e6c7a"
dependencies = [
"getrandom",
"proc-macro-hack",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "constant_time_eq"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
[[package]]
name = "core-foundation"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
dependencies = [
2020-04-27 16:09:07 -07:00
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
[[package]]
name = "core_affinity"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "7f8a03115cc34fb0d7c321dd154a3914b3ca082ccc5c11d91bf7117dbbe7171f"
dependencies = [
2020-04-27 16:09:07 -07:00
"kernel32-sys",
"libc",
"num_cpus",
"winapi 0.2.8",
]
[[package]]
name = "crc32fast"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
dependencies = [
2020-04-27 16:09:07 -07:00
"cfg-if",
]
2019-08-12 21:33:13 -07:00
[[package]]
name = "criterion-stats"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "387df94cb74ada1b33e10ce034bb0d9360cc73edb5063e7d7d4120a40ee1c9d2"
2019-08-12 21:33:13 -07:00
dependencies = [
2020-04-27 16:09:07 -07:00
"cast",
"num-traits",
2020-04-27 16:09:07 -07:00
"num_cpus",
"rand 0.4.6",
"thread-scoped",
]
[[package]]
name = "crossbeam-channel"
2020-10-11 09:39:21 -07:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-11 09:39:21 -07:00
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
dependencies = [
2020-04-27 16:09:07 -07:00
"crossbeam-utils",
"maybe-uninit",
]
[[package]]
name = "crossbeam-deque"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
dependencies = [
2020-04-27 16:09:07 -07:00
"crossbeam-epoch",
"crossbeam-utils",
"maybe-uninit",
]
[[package]]
name = "crossbeam-epoch"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
dependencies = [
2020-04-27 16:09:07 -07:00
"autocfg 1.0.0",
"cfg-if",
"crossbeam-utils",
"lazy_static",
"maybe-uninit",
"memoffset",
"scopeguard",
]
[[package]]
name = "crossbeam-queue"
2020-10-11 09:39:21 -07:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-11 09:39:21 -07:00
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
dependencies = [
2020-04-27 16:09:07 -07:00
"cfg-if",
"crossbeam-utils",
2020-10-11 09:39:21 -07:00
"maybe-uninit",
]
[[package]]
name = "crossbeam-utils"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
dependencies = [
2020-04-27 16:09:07 -07:00
"autocfg 1.0.0",
"cfg-if",
"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"
2020-04-27 16:09:07 -07:00
checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
dependencies = [
2020-04-27 16:09:07 -07:00
"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 = "csv"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "00affe7f6ab566df61b4be3ce8cf16bc2576bca0963ceb0955e45d514bf9a279"
dependencies = [
2020-04-27 16:09:07 -07:00
"bstr",
"csv-core",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "csv-core"
2020-04-27 16:09:07 -07:00
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
dependencies = [
2020-04-27 16:09:07 -07:00
"memchr 2.3.3",
]
[[package]]
name = "ctrlc"
version = "3.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54dedab740bc412d514cfbc4a1d9d5d16fed02c4b14a7be129003c07fdc33b9b"
dependencies = [
2020-04-27 16:09:07 -07:00
"nix",
"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 = [
2020-04-27 16:09:07 -07:00
"byteorder",
"digest 0.8.1",
2020-04-27 09:33:33 -07:00
"rand_core 0.5.1",
2020-04-27 16:09:07 -07:00
"subtle 2.2.2",
2020-04-27 09:33:33 -07:00
"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 = "3.11.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f260e2fc850179ef410018660006951c1b55b79e8087e87111a2c388994b9b5"
dependencies = [
"ahash",
"cfg-if",
"num_cpus",
]
[[package]]
name = "derivative"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb582b60359da160a9477ee80f15c8d784c477e69c217ef2cdd4169c24ea380f"
dependencies = [
"proc-macro2 1.0.19",
"quote 1.0.6",
"syn 1.0.27",
]
[[package]]
name = "dialoguer"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4aa86af7b19b40ef9cbef761ed411a49f0afa06b7b6dcd3dfe2f96a3c546138"
dependencies = [
"console",
2020-04-27 16:09:07 -07:00
"lazy_static",
"tempfile",
]
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
dependencies = [
2020-04-27 16:09:07 -07:00
"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"
2020-04-27 16:09:07 -07:00
checksum = "2860407d7d7e2e004bb2128510ad9e8d669e76fa005ccf567977b5d71b8b4a0b"
dependencies = [
2020-04-27 16:09:07 -07:00
"walkdir",
]
[[package]]
name = "dirs"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
dependencies = [
2020-04-27 16:09:07 -07:00
"cfg-if",
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b"
dependencies = [
2020-04-27 16:09:07 -07:00
"cfg-if",
"libc",
"redox_users",
"winapi 0.3.8",
]
2020-08-05 12:30:39 -07:00
[[package]]
name = "discard"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
2019-09-26 13:36:51 -07:00
[[package]]
name = "dlopen"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "71e80ad39f814a9abe68583cd50a2d45c8a67561c3361ab8da240587dda80937"
2019-09-26 13:36:51 -07:00
dependencies = [
2020-04-27 16:09:07 -07:00
"dlopen_derive",
"lazy_static",
"libc",
"winapi 0.3.8",
2019-09-26 13:36:51 -07:00
]
[[package]]
name = "dlopen_derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "f236d9e1b1fbd81cea0f9cbdc8dcc7e8ebcd80e6659cd7cb2ad5f6c05946c581"
2019-09-26 13:36:51 -07:00
dependencies = [
2020-04-27 16:09:07 -07:00
"libc",
"quote 0.6.13",
"syn 0.15.44",
2019-09-26 13:36:51 -07:00
]
[[package]]
name = "doc-comment"
2020-04-27 16:09:07 -07:00
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
[[package]]
name = "dtoa"
2020-04-27 16:09:07 -07:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3"
2020-07-23 16:23:51 -07:00
[[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"
2020-07-23 16:23:51 -07:00
version = "1.0.0-pre.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-23 16:23:51 -07:00
checksum = "21a8a37f4e8b35af971e6db5e3897e7a6344caa3f92f6544f88125a1f5f0035a"
dependencies = [
"curve25519-dalek 2.1.0",
2020-07-23 16:23:51 -07:00
"ed25519",
2020-04-27 09:33:33 -07:00
"rand 0.7.3",
2020-04-27 16:09:07 -07:00
"serde",
"sha2",
2020-07-23 16:23:51 -07:00
"zeroize",
]
[[package]]
name = "either"
version = "1.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
2019-03-20 16:14:46 -07:00
[[package]]
name = "encode_unicode"
2020-04-27 16:09:07 -07:00
version = "0.3.6"
2019-03-20 16:14:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2019-03-20 16:14:46 -07:00
[[package]]
name = "encoding_rs"
2020-05-28 15:32:42 -07:00
version = "0.8.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-28 15:32:42 -07:00
checksum = "e8ac63f94732332f44fe654443c46f6375d1939684c17b0afb6cb56b0456e171"
dependencies = [
2020-04-27 16:09:07 -07:00
"cfg-if",
]
2020-08-05 12:30:39 -07:00
[[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.19",
"quote 1.0.6",
"syn 1.0.27",
]
[[package]]
name = "env_logger"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
dependencies = [
2020-04-27 16:09:07 -07:00
"atty",
"humantime 1.3.0",
"log 0.4.8",
"regex",
"termcolor",
]
[[package]]
name = "failure"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
dependencies = [
2020-04-27 16:09:07 -07:00
"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.19",
"quote 1.0.6",
2020-05-28 15:32:42 -07:00
"syn 1.0.27",
2020-04-27 16:09:07 -07:00
"synstructure",
]
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
[[package]]
name = "fast-math"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "2465292146cdfc2011350fe3b1c616ac83cf0faeedb33463ba1c332ed8948d66"
dependencies = [
2020-04-27 16:09:07 -07:00
"ieee754",
]
[[package]]
name = "feature-probe"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "835a3dc7d1ec9e75e2b5fb4ba75396837112d2060b03f7d43bc1897c7f7211da"
2019-03-20 16:14:46 -07:00
[[package]]
name = "filetime"
version = "0.2.10"
2019-03-20 16:14:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "affc17579b132fc2461adf7c575cc6e8b134ebca52c51f5411388965227dc695"
2019-03-20 16:14:46 -07:00
dependencies = [
2020-04-27 16:09:07 -07:00
"cfg-if",
"libc",
"redox_syscall",
"winapi 0.3.8",
2019-03-20 16:14:46 -07:00
]
[[package]]
name = "flate2"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "2cfff41391129e0a856d6d822600b8d71179d46879e310417eb9c762eb178b42"
dependencies = [
2020-04-27 16:09:07 -07:00
"cfg-if",
"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"
2020-04-27 16:09:07 -07:00
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
2020-04-27 16:09:07 -07:00
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "fs_extra"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "5f2a4a2034423744d2cc7ca2068453168dcdb82c438419e639a26bd87839c674"
[[package]]
name = "fuchsia-cprng"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
dependencies = [
2020-04-27 16:09:07 -07:00
"bitflags",
"fuchsia-zircon-sys",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
[[package]]
name = "futures"
2020-04-27 16:09:07 -07:00
version = "0.1.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
2020-08-05 12:30:39 -07:00
[[package]]
name = "futures"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5"
dependencies = [
2020-04-27 16:09:07 -07:00
"futures-core",
2020-08-05 12:30:39 -07:00
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399"
[[package]]
name = "futures-cpupool"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
dependencies = [
2020-08-05 12:30:39 -07:00
"futures 0.1.29",
2020-04-27 16:09:07 -07:00
"num_cpus",
]
2020-08-05 12:30:39 -07:00
[[package]]
name = "futures-executor"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789"
[[package]]
name = "futures-macro"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39"
dependencies = [
2020-04-27 16:09:07 -07:00
"proc-macro-hack",
"proc-macro2 1.0.19",
"quote 1.0.6",
2020-05-28 15:32:42 -07:00
"syn 1.0.27",
]
[[package]]
name = "futures-sink"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc"
[[package]]
name = "futures-task"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626"
dependencies = [
"once_cell",
]
[[package]]
name = "futures-util"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6"
dependencies = [
2020-08-05 12:30:39 -07:00
"futures-channel",
2020-04-27 16:09:07 -07:00
"futures-core",
"futures-io",
"futures-macro",
2020-08-05 12:30:39 -07:00
"futures-sink",
2020-04-27 16:09:07 -07:00
"futures-task",
"memchr 2.3.3",
"pin-project",
2020-04-27 16:09:07 -07:00
"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"
2020-04-27 16:09:07 -07:00
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
dependencies = [
2020-04-27 16:09:07 -07:00
"typenum",
]
[[package]]
name = "generic-array"
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60fb4bb6bba52f78a471264d9a3b7d026cc0af47b22cd2cffbc0b787ca003e63"
dependencies = [
2020-04-27 16:09:07 -07:00
"serde",
"typenum",
"version_check 0.9.2",
]
[[package]]
name = "gethostname"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "e692e296bfac1d2533ef168d0b60ff5897b8b70a4009276834014dd8924cc028"
dependencies = [
2020-04-27 16:09:07 -07:00
"libc",
"winapi 0.3.8",
]
[[package]]
name = "getrandom"
2020-04-27 16:09:07 -07:00
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
dependencies = [
2020-04-27 16:09:07 -07:00
"cfg-if",
"libc",
"wasi",
]
2020-05-28 15:32:42 -07:00
[[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"
2020-04-27 16:09:07 -07:00
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "globset"
2020-04-27 16:09:07 -07:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "7ad1da430bd7281dde2576f44c84cc3f0f7b475e7202cd503042dff01a8c8120"
dependencies = [
2020-04-27 16:09:07 -07:00
"aho-corasick",
"bstr",
"fnv",
"log 0.4.8",
"regex",
]
2020-08-05 12:30:39 -07:00
[[package]]
name = "goauth"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5945153d9c566dd5544eca9da4aa430a16343129221a2064cb600d1e6c307212"
dependencies = [
"futures 0.3.5",
"log 0.4.8",
"reqwest",
"serde",
"serde_derive",
"serde_json",
"simpl",
"smpl_jwt",
"time 0.2.16",
"tokio 0.2.22",
]
[[package]]
name = "goblin"
2020-05-11 13:34:56 -07:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-11 13:34:56 -07:00
checksum = "d20fd25aa456527ce4f544271ae4fea65d2eda4a6561ea56f39fb3ee4f7e3884"
dependencies = [
"log 0.4.8",
"plain",
"scroll",
]
[[package]]
name = "h2"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
dependencies = [
2020-04-27 16:09:07 -07:00
"byteorder",
"bytes 0.4.12",
"fnv",
2020-08-05 12:30:39 -07:00
"futures 0.1.29",
2020-04-27 16:09:07 -07:00
"http 0.1.21",
"indexmap",
"log 0.4.8",
"slab",
"string",
"tokio-io",
]
[[package]]
name = "h2"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff"
dependencies = [
2020-04-27 16:09:07 -07:00
"bytes 0.5.4",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http 0.2.1",
"indexmap",
"log 0.4.8",
"slab",
2020-08-05 12:30:39 -07:00
"tokio 0.2.22",
"tokio-util",
]
Add solana-tokens (#10011) * Initial commit * Execute transfers * Refactor for testing * Cleanup readme * Rewrite * Cleanup * Cleanup * Cleanup client * Use a Null Client to move prints closer to where messages are sent * Upgrade Solana * Move core functionality into its own module * Handle transaction errors * Merge allocations * Fixes * Cleanup readme * Fix markdown * Add example input * Add integration test - currently fails * Add integration test * Add metrics * Use RpcClient in dry-run, just don't send messages * More metrics * Fix dry run with no keys * Only require one approval if fee-payer is the sender keypair * Fix bugs * Don't create the transaction log if nothing to put into it; otherwise the next innvocation won't add the header * Apply previous transactions to allocations with matching recipients * Bail out of any account already has a balance * Polish * Add new 'balances' command * 9 decimal places * Add missing file * Better dry-run; keypair options now optional * Change field name from 'bid' to 'accepted' Also, tolerate precision change from 2 decimal places to 4 * Write to transaction log immediately * Rename allocations_csv to bids_csv So that we can bypass bids_csv with an allocations CSV file * Upgrade Solana * Remove faucet from integration test * Cleaner integration test Won't work until this lands and is released: https://github.com/solana-labs/solana/pull/9717 * Update README * Add TravicCI script to build and test (#1) * Add distribute-stake command (#2) * Distribute -> DistributeTokens (#3) * Cache cargo deps (#4) * Add docs (#5) * Switch to latest Solana 1.1 release (#7) * distribute -> distribute-tokens (#9) * Switch from CSV to a pickledb database (#8) * Switch from CSV to a pickledb database * Allow PickleDb errors to bubble up * Dedup * Hoist db * Add finalized field to TransactionInfo * Don't allow RPC client to resign transactions * Remove dead code * Use transport::Result * Record unconfirmed transaction * Fix: separate stake account per allocation * Catch transport errors * Panic if we attempt to replay a transaction that hasn't been finalized * Attempt to fix CI PickleDb isn't calling flush() or close() after writing to files. No issue on MacOS, but looks racy in CI. * Revert "Attempt to fix CI" This reverts commit 1632394f636c54402b3578120e8817dd1660e19b. * Poll for signature before returning * Add --sol-for-fees option for stake distributions * Add --allocations-csv option (#14) * Add allocations-csv option * Add tests or GTFO * Apply review feedback * apply feedback * Add read_allocations function * Update arg_parser.rs * Fix balances command (#17) * Fix balances command * Fix readme * Add --force to transfer to non-empty accounts (#18) * Add --no-wait (#16) * Add ThinClient methods to implement --no-wait * Plumb --no-wait through No tests yet * Check transaction status on startup * Easier to test * Wait until transaction is finalized before checking if it failed with an error It's possible that a minority fork thinks it failed. * Add unit tests * Remove dead code and rustfmt * Don't flush database to file if doing a dry-run * Continue when transactions not yet finalized (#20) If those transactions are dropped, the next run will execute them. * Return the number of confirmations (#21) * Add read_allocations() unit-test (#22) Delete the copy-pasted top-level test. Fixes #19 * Add a CSV printer (#23) * Remove all the copypasta (#24) * Move resolve_distribute_stake_args into its own function * Add stake args to token args * Unify option names * Move Command::DistributeStake into DistributeTokens * Remove process_distribute_stake * Only unique signers * Use sender keypair to fund new fee-payer accounts * Unify distribute_tokens and distribute_stake * Rename print-database command to transaction-log (#25) * Send all transactions as quickly as possible, then wait (#26) * Send all transactions as quickly as possible, then wait * Exit when finalized or blockhashes have expired * Don't need blockhash in the CSV output * Better types CSV library was choking on Pubkey as a type. PickleDb doesn't have that problem. * Resend if blockhash has not expired * Attempt to fix CI * Move log to stderr * Add constructor, tuck away client (#30) * Add constructor, tuck away client * Fix unwrap() caught by CI * Fix optional option flagged as required * Bunch of cleanup (#31) * Remove untested --no-wait feature * Make --transactions-db an option, not an arg So that in the future, we can make it optional * Remove more untested features Too many false positives in that santity check. Use --dry-run instead. * Add dry-run mode to ThinClient * Cleaner dry-run * Make key parameters required Just don't use them in --dry-run * Add option to write the transaction log --dry-run doesn't write to the database. Use this option if you want a copy of the transaction log before the final run. * Revert --transaction-log addition Implement #27 first * Fix CI * Update readme * Fix CI in copypasta * Sort transaction log by finalized date (#33) * Make --transaction-db option implicit (#34) * Move db functionality into its own module (#35) * Move db functionality into its own module * Rename tokens module to commands * Version bump * Upgrade Solana * Add solana-tokens to build * Remove Cargo.lock * Remove vscode file * Remove TravisCI build script * Install solana-tokens Co-authored-by: Dan Albert <dan@solana.com>
2020-05-13 07:36:30 -07:00
[[package]]
name = "half"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d36fab90f82edc3c747f9d438e06cf0a491055896f2a279638bb5beed6c40177"
[[package]]
name = "hash32"
2020-04-28 14:33:56 -07:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "d4041af86e63ac4298ce40e5cca669066e75b6f1aa3390fe2561ffa5e1d9f4cc"
dependencies = [
2020-04-27 16:09:07 -07:00
"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]]
2020-04-27 16:09:07 -07:00
name = "hermit-abi"
2020-05-28 15:32:42 -07:00
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-28 15:32:42 -07:00
checksum = "91780f809e750b0a89f5544be56617ff6b1227ee485bcb06ebe10cdf89bd3b71"
dependencies = [
2020-04-27 16:09:07 -07:00
"libc",
]
[[package]]
name = "hex"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
[[package]]
name = "hidapi"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c6ffb97f2ec5835ec73bcea5256fc2cd57a13c5958230778ef97f11900ba661"
dependencies = [
2020-04-27 16:09:07 -07:00
"cc",
"libc",
"pkg-config",
]
[[package]]
name = "histogram"
version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "12cb882ccb290b8646e554b157ab0b71e64e8d5bef775cd66b6531e52d302669"
[[package]]
name = "hmac"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"
dependencies = [
"crypto-mac 0.7.0",
"digest 0.8.1",
]
[[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",
]
[[package]]
name = "http"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"
dependencies = [
2020-04-27 16:09:07 -07:00
"bytes 0.4.12",
"fnv",
"itoa",
]
[[package]]
name = "http"
2020-04-27 16:09:07 -07:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
dependencies = [
2020-04-27 16:09:07 -07:00
"bytes 0.5.4",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
dependencies = [
2020-04-27 16:09:07 -07:00
"bytes 0.4.12",
2020-08-05 12:30:39 -07:00
"futures 0.1.29",
2020-04-27 16:09:07 -07:00
"http 0.1.21",
"tokio-buf",
]
[[package]]
name = "http-body"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
dependencies = [
2020-04-27 16:09:07 -07:00
"bytes 0.5.4",
"http 0.2.1",
]
[[package]]
name = "httparse"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
[[package]]
name = "humantime"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
dependencies = [
2020-04-27 16:09:07 -07:00
"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"
2020-04-27 16:09:07 -07:00
checksum = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273"
dependencies = [
2020-04-27 16:09:07 -07:00
"base64 0.9.3",
"httparse",
"language-tags",
"log 0.3.9",
"mime 0.2.6",
"num_cpus",
2020-08-05 12:30:39 -07:00
"time 0.1.43",
2020-04-27 16:09:07 -07:00
"traitobject",
"typeable",
"unicase 1.4.2",
"url 1.7.2",
]
[[package]]
name = "hyper"
version = "0.12.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6"
dependencies = [
"bytes 0.4.12",
2020-08-05 12:30:39 -07:00
"futures 0.1.29",
2020-04-27 16:09:07 -07:00
"futures-cpupool",
"h2 0.1.26",
"http 0.1.21",
"http-body 0.1.0",
"httparse",
"iovec",
"itoa",
"log 0.4.8",
"net2",
"rustc_version",
2020-08-05 12:30:39 -07:00
"time 0.1.43",
2020-04-27 16:09:07 -07:00
"tokio 0.1.22",
"tokio-buf",
"tokio-executor",
"tokio-io",
"tokio-reactor",
"tokio-tcp",
"tokio-threadpool",
"tokio-timer",
"want 0.2.0",
]
[[package]]
name = "hyper"
2020-04-27 16:09:07 -07:00
version = "0.13.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "96816e1d921eca64d208a85aab4f7798455a8e34229ee5a88c935bdee1b78b14"
dependencies = [
2020-04-27 16:09:07 -07:00
"bytes 0.5.4",
"futures-channel",
"futures-core",
"futures-util",
"h2 0.2.5",
2020-04-27 16:09:07 -07:00
"http 0.2.1",
"http-body 0.3.1",
"httparse",
"itoa",
"log 0.4.8",
"net2",
"pin-project",
2020-08-05 12:30:39 -07:00
"time 0.1.43",
"tokio 0.2.22",
2020-04-27 16:09:07 -07:00
"tower-service",
"want 0.3.0",
]
[[package]]
name = "hyper-rustls"
2020-10-11 09:39:21 -07:00
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-11 09:39:21 -07:00
checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6"
dependencies = [
2020-04-27 16:09:07 -07:00
"bytes 0.5.4",
"futures-util",
"hyper 0.13.5",
"log 0.4.8",
2020-10-11 09:39:21 -07:00
"rustls",
2020-08-05 12:30:39 -07:00
"tokio 0.2.22",
2020-10-11 09:39:21 -07:00
"tokio-rustls",
2020-04-27 16:09:07 -07:00
"webpki",
]
2020-08-05 12:30:39 -07:00
[[package]]
name = "hyper-tls"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
dependencies = [
"bytes 0.5.4",
"hyper 0.13.5",
"native-tls",
"tokio 0.2.22",
"tokio-tls 0.3.1",
]
[[package]]
name = "idna"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
dependencies = [
2020-04-27 16:09:07 -07:00
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
dependencies = [
2020-04-27 16:09:07 -07:00
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "ieee754"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "9007da9cacbd3e6343da136e98b0d2df013f553d35bdec8b518f07bea768e19c"
[[package]]
name = "indexed"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "d480125acf340d6a6e59dab69ae19d6fca3a906e1eade277671272cc8f73794b"
[[package]]
name = "indexmap"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b45e59b16c76b11bf9738fd5d38879d3bd28ad292d7b313608becb17ae2df9"
dependencies = [
2020-04-27 16:09:07 -07:00
"autocfg 1.0.0",
"hashbrown",
"rayon",
]
2019-03-20 16:14:46 -07:00
[[package]]
name = "indicatif"
version = "0.15.0"
2019-03-20 16:14:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4"
2019-03-20 16:14:46 -07:00
dependencies = [
"console",
2020-04-27 16:09:07 -07:00
"lazy_static",
"number_prefix",
"regex",
2019-03-20 16:14:46 -07:00
]
[[package]]
name = "input_buffer"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "19a8a95243d5a0398cae618ec29477c6e3cb631152be5c19481f80bc71559754"
dependencies = [
2020-04-27 16:09:07 -07:00
"bytes 0.5.4",
]
2020-08-05 12:30:39 -07:00
[[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"
2020-04-27 16:09:07 -07:00
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [
2020-04-27 16:09:07 -07:00
"libc",
]
2020-10-11 09:39:21 -07:00
[[package]]
name = "ipnet"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
2020-08-05 12:30:39 -07:00
[[package]]
name = "itertools"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
2020-04-27 16:09:07 -07:00
"either",
]
[[package]]
name = "itoa"
2020-04-27 16:09:07 -07:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
[[package]]
name = "jemalloc-ctl"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "c502a5ff9dd2924f1ed32ba96e3b65735d837b4bfd978d3161b1702e66aca4b7"
dependencies = [
2020-04-27 16:09:07 -07:00
"jemalloc-sys",
"libc",
"paste",
]
[[package]]
name = "jemalloc-sys"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45"
dependencies = [
2020-04-27 16:09:07 -07:00
"cc",
"fs_extra",
"libc",
]
[[package]]
name = "jemallocator"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69"
dependencies = [
2020-04-27 16:09:07 -07:00
"jemalloc-sys",
"libc",
]
[[package]]
name = "jobserver"
2020-04-27 16:09:07 -07:00
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
dependencies = [
2020-04-27 16:09:07 -07:00
"libc",
]
[[package]]
name = "js-sys"
2020-05-28 15:32:42 -07:00
version = "0.3.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-28 15:32:42 -07:00
checksum = "ce10c23ad2ea25ceca0093bd3192229da4c5b3c0f2de499c1ecac0d98d452177"
dependencies = [
2020-04-27 16:09:07 -07:00
"wasm-bindgen",
]
[[package]]
name = "jsonrpc-client-transports"
2020-10-11 09:39:21 -07:00
version = "15.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-11 09:39:21 -07:00
checksum = "489b9c612e60c766f751ab40fcb43cbb55a1e10bb44a9b4307ed510ca598cbd7"
dependencies = [
2020-04-27 16:09:07 -07:00
"failure",
2020-08-05 12:30:39 -07:00
"futures 0.1.29",
2020-04-27 16:09:07 -07:00
"jsonrpc-core",
"jsonrpc-pubsub",
"log 0.4.8",
"serde",
"serde_json",
"tokio 0.1.22",
"url 1.7.2",
"websocket",
]
[[package]]
name = "jsonrpc-core"
2020-10-11 09:39:21 -07:00
version = "15.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-11 09:39:21 -07:00
checksum = "0745a6379e3edc893c84ec203589790774e4247420033e71a76d3ab4687991fa"
dependencies = [
2020-08-05 12:30:39 -07:00
"futures 0.1.29",
2020-04-27 16:09:07 -07:00
"log 0.4.8",
"serde",
"serde_derive",
"serde_json",
]
[[package]]
name = "jsonrpc-core-client"
2020-10-11 09:39:21 -07:00
version = "15.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-11 09:39:21 -07:00
checksum = "6f764902d7b891344a0acb65625f32f6f7c6db006952143bd650209fbe7d94db"
dependencies = [
2020-04-27 16:09:07 -07:00
"jsonrpc-client-transports",
]
[[package]]
name = "jsonrpc-derive"
2020-10-11 09:39:21 -07:00
version = "15.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-11 09:39:21 -07:00
checksum = "99a847f9ec7bb52149b2786a17c9cb260d6effc6b8eeb8c16b343a487a7563a3"
dependencies = [
2020-04-27 16:09:07 -07:00
"proc-macro-crate",
"proc-macro2 1.0.19",
"quote 1.0.6",
2020-05-28 15:32:42 -07:00
"syn 1.0.27",
]
[[package]]
name = "jsonrpc-http-server"
2020-10-11 09:39:21 -07:00
version = "15.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-11 09:39:21 -07:00
checksum = "4fb5c4513b7b542f42da107942b7b759f27120b5cc894729f88254b28dff44b7"
dependencies = [
2020-04-27 16:09:07 -07:00
"hyper 0.12.35",
"jsonrpc-core",
"jsonrpc-server-utils",
"log 0.4.8",
"net2",
"parking_lot 0.10.2",
"unicase 2.6.0",
]
[[package]]
name = "jsonrpc-pubsub"
2020-10-11 09:39:21 -07:00
version = "15.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-11 09:39:21 -07:00
checksum = "639558e0604013be9787ae52f798506ae42bf4220fe587bdc5625871cc8b9c77"
dependencies = [
2020-04-27 16:09:07 -07:00
"jsonrpc-core",
"log 0.4.8",
"parking_lot 0.10.2",
"rand 0.7.3",
2020-04-27 16:09:07 -07:00
"serde",
]
[[package]]
name = "jsonrpc-server-utils"
2020-10-11 09:39:21 -07:00
version = "15.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-11 09:39:21 -07:00
checksum = "72f1f3990650c033bd8f6bd46deac76d990f9bbfb5f8dc8c4767bf0a00392176"
dependencies = [
2020-04-27 16:09:07 -07:00
"bytes 0.4.12",
"globset",
"jsonrpc-core",
"lazy_static",
"log 0.4.8",
"tokio 0.1.22",
"tokio-codec",
"unicase 2.6.0",
]
[[package]]
name = "jsonrpc-ws-server"
2020-10-11 09:39:21 -07:00
version = "15.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-11 09:39:21 -07:00
checksum = "6596fe75209b73a2a75ebe1dce4e60e03b88a2b25e8807b667597f6315150d22"
dependencies = [
2020-04-27 16:09:07 -07:00
"jsonrpc-core",
"jsonrpc-server-utils",
"log 0.4.8",
2020-09-25 10:57:59 -07:00
"parity-ws",
2020-04-27 16:09:07 -07:00
"parking_lot 0.10.2",
"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"
2020-04-27 16:09:07 -07:00
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
dependencies = [
2020-04-27 16:09:07 -07:00
"winapi 0.2.8",
"winapi-build",
]
[[package]]
name = "language-tags"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
dependencies = [
2020-04-27 16:09:07 -07:00
"spin",
]
[[package]]
name = "lazycell"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
[[package]]
name = "libc"
version = "0.2.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9f8082297d534141b30c8d39e9b1773713ab50fdbe4ff30f750d063b3bfd701"
[[package]]
name = "libloading"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
dependencies = [
2020-04-27 16:09:07 -07:00
"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 = [
2020-04-27 16:09:07 -07:00
"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 = [
2020-04-27 16:09:07 -07:00
"bindgen",
"cc",
"glob",
2020-04-27 16:09:07 -07:00
"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",
"subtle 2.2.2",
"typenum",
]
2019-03-15 10:54:54 -07:00
[[package]]
name = "linked-hash-map"
version = "0.5.3"
2019-03-15 10:54:54 -07:00
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"
2020-04-27 16:09:07 -07:00
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
dependencies = [
2020-04-27 16:09:07 -07:00
"scopeguard",
]
[[package]]
name = "log"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
dependencies = [
2020-04-27 16:09:07 -07:00
"log 0.4.8",
]
[[package]]
name = "log"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
dependencies = [
2020-04-27 16:09:07 -07:00
"cfg-if",
]
[[package]]
name = "matches"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2019-12-18 15:31:04 -08:00
[[package]]
name = "memchr"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a"
2019-12-18 15:31:04 -08:00
dependencies = [
2020-04-27 16:09:07 -07:00
"libc",
2019-12-18 15:31:04 -08:00
]
[[package]]
name = "memchr"
2020-04-27 16:09:07 -07:00
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
[[package]]
name = "memmap"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
dependencies = [
2020-04-27 16:09:07 -07:00
"libc",
"winapi 0.3.8",
]
[[package]]
name = "memoffset"
2020-04-27 16:09:07 -07:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8"
dependencies = [
2020-04-27 16:09:07 -07:00
"autocfg 1.0.0",
]
[[package]]
name = "mime"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0"
dependencies = [
2020-04-27 16:09:07 -07:00
"log 0.3.9",
]
[[package]]
name = "mime"
2020-04-27 16:09:07 -07:00
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "mime_guess"
2020-04-27 16:09:07 -07:00
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
dependencies = [
2020-04-27 16:09:07 -07:00
"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"
2020-04-27 16:09:07 -07:00
checksum = "aa679ff6578b1cddee93d7e82e263b94a575e0bfced07284eb0c037c1d2416a5"
dependencies = [
2020-04-27 16:09:07 -07:00
"adler32",
]
[[package]]
name = "mio"
version = "0.6.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
dependencies = [
2020-04-27 16:09:07 -07:00
"cfg-if",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log 0.4.8",
2020-08-05 12:30:39 -07:00
"miow 0.2.1",
2020-04-27 16:09:07 -07:00
"net2",
"slab",
"winapi 0.2.8",
]
2018-12-07 15:15:16 -08:00
[[package]]
name = "mio-extras"
2020-04-27 16:09:07 -07:00
version = "2.0.6"
2018-12-07 15:15:16 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
2018-12-07 15:15:16 -08:00
dependencies = [
2020-04-27 16:09:07 -07:00
"lazycell",
"log 0.4.8",
"mio",
"slab",
2018-12-07 15:15:16 -08:00
]
2020-08-05 12:30:39 -07:00
[[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.8",
"mio",
"miow 0.3.5",
"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 = [
2020-04-27 16:09:07 -07:00
"iovec",
"libc",
"mio",
]
[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
dependencies = [
2020-04-27 16:09:07 -07:00
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
]
2020-08-05 12:30:39 -07:00
[[package]]
name = "miow"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e"
dependencies = [
"socket2",
"winapi 0.3.8",
]
[[package]]
name = "native-tls"
2020-04-27 16:09:07 -07:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d"
dependencies = [
2020-04-27 16:09:07 -07:00
"lazy_static",
"libc",
"log 0.4.8",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "net2"
version = "0.2.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
dependencies = [
2020-04-27 16:09:07 -07:00
"cfg-if",
"libc",
"winapi 0.3.8",
]
[[package]]
name = "nix"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
dependencies = [
2020-04-27 16:09:07 -07:00
"bitflags",
"cc",
"cfg-if",
"libc",
"void",
]
2019-12-18 15:31:04 -08:00
[[package]]
name = "nom"
version = "3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "05aec50c70fd288702bcd93284a8444607f3292dbdf2a30de5ea5dcdbe72287b"
2019-12-18 15:31:04 -08:00
dependencies = [
2020-04-27 16:09:07 -07:00
"memchr 1.0.2",
]
[[package]]
name = "nom"
version = "5.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "0b471253da97532da4b61552249c521e01e736071f71c1a4f7ebbfbf0a06aad6"
dependencies = [
2020-04-27 16:09:07 -07:00
"memchr 2.3.3",
2020-05-28 15:32:42 -07:00
"version_check 0.9.2",
]
2019-10-04 14:43:50 -07:00
[[package]]
name = "num-derive"
version = "0.3.2"
2019-04-17 11:28:26 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f09b9841adb6b5e1f89ef7087ea636e0fd94b2851f887c1e3eb5d5f8228fab3"
2019-04-17 11:28:26 -07:00
dependencies = [
"proc-macro2 1.0.19",
"quote 1.0.6",
2020-05-28 15:32:42 -07:00
"syn 1.0.27",
2019-04-17 11:28:26 -07:00
]
[[package]]
name = "num-integer"
2020-04-27 16:09:07 -07:00
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
dependencies = [
2020-04-27 16:09:07 -07:00
"autocfg 1.0.0",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
dependencies = [
2020-04-27 16:09:07 -07:00
"autocfg 1.0.0",
]
[[package]]
name = "num_cpus"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
dependencies = [
2020-04-27 16:09:07 -07:00
"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.19",
"quote 1.0.6",
"syn 1.0.27",
]
2019-03-20 16:14:46 -07:00
[[package]]
name = "number_prefix"
version = "0.3.0"
2019-03-20 16:14:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a"
2019-03-20 16:14:46 -07:00
2020-05-28 15:32:42 -07:00
[[package]]
name = "object"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cbca9424c482ee628fa549d9c812e2cd22f1180b9222c9200fdfa6eb31aecb2"
[[package]]
name = "once_cell"
2020-05-28 15:32:42 -07:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-28 15:32:42 -07:00
checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d"
dependencies = [
2020-05-28 15:32:42 -07:00
"parking_lot 0.10.2",
]
[[package]]
name = "opaque-debug"
2020-04-27 16:09:07 -07:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
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"
2020-04-27 16:09:07 -07:00
version = "0.10.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "cee6d85f4cb4c4f59a6a85d5b68a233d280c82e29e822913b9c8b129fbf20bdd"
dependencies = [
2020-04-27 16:09:07 -07:00
"bitflags",
"cfg-if",
"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"
2020-04-27 16:09:07 -07:00
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
[[package]]
name = "openssl-sys"
2020-05-28 15:32:42 -07:00
version = "0.9.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-28 15:32:42 -07:00
checksum = "7410fef80af8ac071d4f63755c0ab89ac3df0fd1ea91f1d1f37cf5cec4395990"
dependencies = [
2020-04-27 16:09:07 -07:00
"autocfg 1.0.0",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2020-09-25 10:57:59 -07:00
[[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.8",
"mio",
"mio-extras",
"rand 0.7.3",
"sha-1",
"slab",
"url 2.1.1",
]
[[package]]
name = "parking_lot"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
dependencies = [
2020-04-27 16:09:07 -07:00
"lock_api",
"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"
2020-04-27 16:09:07 -07:00
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
dependencies = [
2020-04-27 16:09:07 -07:00
"lock_api",
"parking_lot_core 0.7.2",
]
[[package]]
name = "parking_lot_core"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
dependencies = [
2020-04-27 16:09:07 -07:00
"cfg-if",
"cloudabi",
"libc",
"redox_syscall",
"rustc_version",
"smallvec 0.6.13",
"winapi 0.3.8",
]
[[package]]
name = "parking_lot_core"
2020-04-27 16:09:07 -07:00
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
dependencies = [
2020-04-27 16:09:07 -07:00
"cfg-if",
"cloudabi",
"libc",
"redox_syscall",
2020-10-11 09:39:21 -07:00
"smallvec 1.4.2",
2020-04-27 16:09:07 -07:00
"winapi 0.3.8",
]
[[package]]
name = "paste"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d508492eeb1e5c38ee696371bf7b9fc33c83d46a7d451606b96458fbbbdc2dec"
dependencies = [
2020-04-27 16:09:07 -07:00
"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 = [
2020-04-27 16:09:07 -07:00
"proc-macro-hack",
"proc-macro2 1.0.19",
"quote 1.0.6",
2020-05-28 15:32:42 -07:00
"syn 1.0.27",
]
[[package]]
name = "pbkdf2"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9"
dependencies = [
2020-04-27 16:09:07 -07:00
"byteorder",
"crypto-mac 0.7.0",
]
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[package]]
name = "percent-encoding"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
Add solana-tokens (#10011) * Initial commit * Execute transfers * Refactor for testing * Cleanup readme * Rewrite * Cleanup * Cleanup * Cleanup client * Use a Null Client to move prints closer to where messages are sent * Upgrade Solana * Move core functionality into its own module * Handle transaction errors * Merge allocations * Fixes * Cleanup readme * Fix markdown * Add example input * Add integration test - currently fails * Add integration test * Add metrics * Use RpcClient in dry-run, just don't send messages * More metrics * Fix dry run with no keys * Only require one approval if fee-payer is the sender keypair * Fix bugs * Don't create the transaction log if nothing to put into it; otherwise the next innvocation won't add the header * Apply previous transactions to allocations with matching recipients * Bail out of any account already has a balance * Polish * Add new 'balances' command * 9 decimal places * Add missing file * Better dry-run; keypair options now optional * Change field name from 'bid' to 'accepted' Also, tolerate precision change from 2 decimal places to 4 * Write to transaction log immediately * Rename allocations_csv to bids_csv So that we can bypass bids_csv with an allocations CSV file * Upgrade Solana * Remove faucet from integration test * Cleaner integration test Won't work until this lands and is released: https://github.com/solana-labs/solana/pull/9717 * Update README * Add TravicCI script to build and test (#1) * Add distribute-stake command (#2) * Distribute -> DistributeTokens (#3) * Cache cargo deps (#4) * Add docs (#5) * Switch to latest Solana 1.1 release (#7) * distribute -> distribute-tokens (#9) * Switch from CSV to a pickledb database (#8) * Switch from CSV to a pickledb database * Allow PickleDb errors to bubble up * Dedup * Hoist db * Add finalized field to TransactionInfo * Don't allow RPC client to resign transactions * Remove dead code * Use transport::Result * Record unconfirmed transaction * Fix: separate stake account per allocation * Catch transport errors * Panic if we attempt to replay a transaction that hasn't been finalized * Attempt to fix CI PickleDb isn't calling flush() or close() after writing to files. No issue on MacOS, but looks racy in CI. * Revert "Attempt to fix CI" This reverts commit 1632394f636c54402b3578120e8817dd1660e19b. * Poll for signature before returning * Add --sol-for-fees option for stake distributions * Add --allocations-csv option (#14) * Add allocations-csv option * Add tests or GTFO * Apply review feedback * apply feedback * Add read_allocations function * Update arg_parser.rs * Fix balances command (#17) * Fix balances command * Fix readme * Add --force to transfer to non-empty accounts (#18) * Add --no-wait (#16) * Add ThinClient methods to implement --no-wait * Plumb --no-wait through No tests yet * Check transaction status on startup * Easier to test * Wait until transaction is finalized before checking if it failed with an error It's possible that a minority fork thinks it failed. * Add unit tests * Remove dead code and rustfmt * Don't flush database to file if doing a dry-run * Continue when transactions not yet finalized (#20) If those transactions are dropped, the next run will execute them. * Return the number of confirmations (#21) * Add read_allocations() unit-test (#22) Delete the copy-pasted top-level test. Fixes #19 * Add a CSV printer (#23) * Remove all the copypasta (#24) * Move resolve_distribute_stake_args into its own function * Add stake args to token args * Unify option names * Move Command::DistributeStake into DistributeTokens * Remove process_distribute_stake * Only unique signers * Use sender keypair to fund new fee-payer accounts * Unify distribute_tokens and distribute_stake * Rename print-database command to transaction-log (#25) * Send all transactions as quickly as possible, then wait (#26) * Send all transactions as quickly as possible, then wait * Exit when finalized or blockhashes have expired * Don't need blockhash in the CSV output * Better types CSV library was choking on Pubkey as a type. PickleDb doesn't have that problem. * Resend if blockhash has not expired * Attempt to fix CI * Move log to stderr * Add constructor, tuck away client (#30) * Add constructor, tuck away client * Fix unwrap() caught by CI * Fix optional option flagged as required * Bunch of cleanup (#31) * Remove untested --no-wait feature * Make --transactions-db an option, not an arg So that in the future, we can make it optional * Remove more untested features Too many false positives in that santity check. Use --dry-run instead. * Add dry-run mode to ThinClient * Cleaner dry-run * Make key parameters required Just don't use them in --dry-run * Add option to write the transaction log --dry-run doesn't write to the database. Use this option if you want a copy of the transaction log before the final run. * Revert --transaction-log addition Implement #27 first * Fix CI * Update readme * Fix CI in copypasta * Sort transaction log by finalized date (#33) * Make --transaction-db option implicit (#34) * Move db functionality into its own module (#35) * Move db functionality into its own module * Rename tokens module to commands * Version bump * Upgrade Solana * Add solana-tokens to build * Remove Cargo.lock * Remove vscode file * Remove TravisCI build script * Install solana-tokens Co-authored-by: Dan Albert <dan@solana.com>
2020-05-13 07:36:30 -07:00
[[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"
2020-08-05 12:30:39 -07:00
version = "0.4.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-05 12:30:39 -07:00
checksum = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa"
dependencies = [
2020-04-27 16:09:07 -07:00
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2020-08-05 12:30:39 -07:00
version = "0.4.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-05 12:30:39 -07:00
checksum = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f"
dependencies = [
"proc-macro2 1.0.19",
"quote 1.0.6",
2020-05-28 15:32:42 -07:00
"syn 1.0.27",
]
[[package]]
name = "pin-project-lite"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7505eeebd78492e0f6108f7171c4948dbb120ee8119d9d77d0afa5469bef67f"
[[package]]
name = "pin-utils"
2020-04-27 16:09:07 -07:00
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
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"
2020-05-28 15:32:42 -07:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-28 15:32:42 -07:00
checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
[[package]]
name = "predicates"
2020-04-27 16:09:07 -07:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "347a1b6f0b21e636bc9872fb60b83b8e185f6f5516298b8238699f7f9a531030"
dependencies = [
2020-04-27 16:09:07 -07:00
"difference",
"predicates-core",
]
[[package]]
name = "predicates-core"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "06075c3a3e92559ff8929e7a280684489ea27fe44805174c3ebd9328dcb37178"
[[package]]
name = "predicates-tree"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "8e63c4859013b38a76eca2414c64911fba30def9e3202ac461a2d22831220124"
dependencies = [
2020-04-27 16:09:07 -07:00
"predicates-core",
"treeline",
]
2019-08-09 22:48:57 -07:00
[[package]]
name = "pretty-hex"
version = "0.1.1"
2019-08-09 22:48:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "be91bcc43e73799dc46a6c194a55e7aae1d86cc867c860fd4a436019af21bd8c"
2019-08-09 22:48:57 -07:00
[[package]]
name = "proc-macro-crate"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "e10d4b51f154c8a7fb96fd6dad097cb74b863943ec010ac94b9fd1be8861fe1e"
dependencies = [
2020-04-27 16:09:07 -07:00
"toml",
]
[[package]]
name = "proc-macro-hack"
2020-05-28 15:32:42 -07:00
version = "0.5.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-28 15:32:42 -07:00
checksum = "7e0456befd48169b9f13ef0f0ad46d492cf9d2dbb918bcf38e01eed4ce3ec5e4"
[[package]]
name = "proc-macro-nested"
2020-04-27 16:09:07 -07:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "8e946095f9d3ed29ec38de908c22f95d9ac008e424c7bcae54c75a79c527c694"
[[package]]
name = "proc-macro2"
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
dependencies = [
2020-04-27 16:09:07 -07:00
"unicode-xid 0.1.0",
]
[[package]]
name = "proc-macro2"
version = "1.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12"
dependencies = [
2020-04-27 16:09:07 -07:00
"unicode-xid 0.2.0",
]
2020-08-05 12:30:39 -07:00
[[package]]
name = "prost"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce49aefe0a6144a45de32927c77bd2859a5f7677b55f220ae5b744e87389c212"
dependencies = [
"bytes 0.5.4",
"prost-derive",
]
[[package]]
name = "prost-derive"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "537aa19b95acde10a12fec4301466386f757403de4cd4e5b4fa78fb5ecb18f72"
dependencies = [
"anyhow",
"itertools 0.8.2",
"proc-macro2 1.0.19",
"quote 1.0.6",
"syn 1.0.27",
]
[[package]]
name = "prost-types"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1834f67c0697c001304b75be76f67add9c89742eda3a085ad8ee0bb38c3417aa"
dependencies = [
"bytes 0.5.4",
"prost",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
2020-04-27 16:09:07 -07:00
name = "quote"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
dependencies = [
2020-04-27 16:09:07 -07:00
"proc-macro2 0.4.30",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "quote"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54a21852a652ad6f610c9510194f398ff6f8692e334fd1145fed931f7fbe44ea"
dependencies = [
"proc-macro2 1.0.19",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "rand"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
dependencies = [
2020-04-27 16:09:07 -07:00
"fuchsia-cprng",
"libc",
"rand_core 0.3.1",
"rdrand",
"winapi 0.3.8",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "rand"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
dependencies = [
2020-04-27 16:09:07 -07:00
"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",
2020-08-05 12:30:39 -07:00
"rand_pcg 0.1.2",
2020-04-27 16:09:07 -07:00
"rand_xorshift",
"winapi 0.3.8",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
2020-04-27 16:09:07 -07:00
"getrandom",
"libc",
"rand_chacha 0.2.2",
"rand_core 0.5.1",
"rand_hc 0.2.0",
2020-08-05 12:30:39 -07:00
"rand_pcg 0.2.1",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "rand_chacha"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
dependencies = [
2020-04-27 16:09:07 -07:00
"autocfg 0.1.7",
"rand_core 0.3.1",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
2020-04-27 16:09:07 -07:00
"ppv-lite86",
"rand_core 0.5.1",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "rand_core"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
dependencies = [
2020-04-27 16:09:07 -07:00
"rand_core 0.4.2",
]
[[package]]
name = "rand_core"
2020-04-27 16:09:07 -07:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
2020-04-27 16:09:07 -07:00
"getrandom",
]
[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
dependencies = [
2020-04-27 16:09:07 -07:00
"rand_core 0.3.1",
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
2020-04-27 16:09:07 -07:00
"rand_core 0.5.1",
]
[[package]]
name = "rand_isaac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
dependencies = [
2020-04-27 16:09:07 -07:00
"rand_core 0.3.1",
]
[[package]]
name = "rand_jitter"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
dependencies = [
2020-04-27 16:09:07 -07:00
"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"
2020-04-27 16:09:07 -07:00
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
dependencies = [
2020-04-27 16:09:07 -07:00
"cloudabi",
"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"
2020-04-27 16:09:07 -07:00
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
dependencies = [
2020-04-27 16:09:07 -07:00
"autocfg 0.1.7",
"rand_core 0.4.2",
]
2020-08-05 12:30:39 -07:00
[[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"
2020-04-27 16:09:07 -07:00
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
dependencies = [
2020-04-27 16:09:07 -07:00
"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"
2020-10-11 09:39:21 -07:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-11 09:39:21 -07:00
checksum = "dcf6960dc9a5b4ee8d3e4c5787b4a112a8818e0290a42ff664ad60692fdf2032"
dependencies = [
"autocfg 1.0.0",
2020-04-27 16:09:07 -07:00
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2020-10-11 09:39:21 -07:00
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-11 09:39:21 -07:00
checksum = "e8c4fec834fb6e6d2dd5eece3c7b432a52f0ba887cf40e595190c4107edc08bf"
dependencies = [
2020-08-28 21:00:11 -07:00
"crossbeam-channel",
2020-04-27 16:09:07 -07:00
"crossbeam-deque",
"crossbeam-utils",
"lazy_static",
"num_cpus",
]
[[package]]
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
dependencies = [
2020-04-27 16:09:07 -07:00
"rand_core 0.3.1",
]
[[package]]
name = "redox_syscall"
version = "0.1.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
[[package]]
name = "redox_users"
2020-04-27 16:09:07 -07:00
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
dependencies = [
2020-04-27 16:09:07 -07:00
"getrandom",
"redox_syscall",
"rust-argon2",
]
[[package]]
name = "reed-solomon-erasure"
version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "a415a013dd7c5d4221382329a5a3482566da675737494935cbbbcdec04662f9d"
dependencies = [
2020-04-27 16:09:07 -07:00
"cc",
"libc",
2020-10-11 09:39:21 -07:00
"smallvec 1.4.2",
]
[[package]]
name = "regex"
version = "1.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
dependencies = [
2020-04-27 16:09:07 -07:00
"aho-corasick",
"memchr 2.3.3",
"regex-syntax",
"thread_local",
]
[[package]]
name = "regex-automata"
2020-04-27 16:09:07 -07:00
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
dependencies = [
2020-04-27 16:09:07 -07:00
"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 = [
2020-04-27 16:09:07 -07:00
"winapi 0.3.8",
]
[[package]]
name = "reqwest"
2020-10-11 09:39:21 -07:00
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-11 09:39:21 -07:00
checksum = "e9eaa17ac5d7b838b7503d118fa16ad88f440498bf9ffe5424e621f93190d61e"
2020-04-27 16:09:07 -07:00
dependencies = [
"base64 0.12.3",
2020-04-27 16:09:07 -07:00
"bytes 0.5.4",
"encoding_rs",
"futures-core",
"futures-util",
"http 0.2.1",
"http-body 0.3.1",
"hyper 0.13.5",
"hyper-rustls",
2020-08-05 12:30:39 -07:00
"hyper-tls",
2020-10-11 09:39:21 -07:00
"ipnet",
2020-04-27 16:09:07 -07:00
"js-sys",
"lazy_static",
"log 0.4.8",
"mime 0.3.16",
"mime_guess",
2020-08-05 12:30:39 -07:00
"native-tls",
2020-04-27 16:09:07 -07:00
"percent-encoding 2.1.0",
"pin-project-lite",
2020-10-11 09:39:21 -07:00
"rustls",
2020-04-27 16:09:07 -07:00
"serde",
"serde_json",
"serde_urlencoded",
2020-08-05 12:30:39 -07:00
"tokio 0.2.22",
2020-10-11 09:39:21 -07:00
"tokio-rustls",
2020-08-05 12:30:39 -07:00
"tokio-tls 0.3.1",
2020-04-27 16:09:07 -07:00
"url 2.1.1",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots",
2020-05-28 15:32:42 -07:00
"winreg",
]
[[package]]
name = "ring"
2020-04-27 16:09:07 -07:00
version = "0.16.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "1ba5a8ec64ee89a76c98c549af81ff14813df09c3e6dc4766c3856da48597a0c"
dependencies = [
2020-04-27 16:09:07 -07:00
"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 = [
2020-04-27 16:09:07 -07:00
"libc",
"librocksdb-sys",
]
[[package]]
name = "rpassword"
version = "4.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
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 = [
2020-04-27 16:09:07 -07:00
"base64 0.11.0",
"blake2b_simd",
"constant_time_eq",
"crossbeam-utils",
]
[[package]]
name = "rustc-demangle"
2020-04-27 16:09:07 -07:00
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
[[package]]
name = "rustc-hash"
2020-04-27 16:09:07 -07:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
2020-04-27 16:09:07 -07:00
"semver",
]
2020-08-05 12:30:39 -07:00
[[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.8",
"ring",
"sct",
"webpki",
]
Fix hygiene issues in `declare_program!` and `declare_loader!` The `declare_program!` and `declare_loader!` macros both expand to new macro definitions (based on the `$name` argument). These 'inner' macros make use of the special `$crate` metavariable to access items in the crate where the 'inner' macros is defined. However, this only works due to a bug in rustc. When a macro is expanded, all `$crate` tokens in its output are 'marked' as being resolved in the defining crate of that macro. An inner macro (including the body of its arms) is 'just' another set of tokens that appears in the body of the outer macro, so any `$crate` identifiers used there are resolved relative to the 'outer' macro. For example, consider the following code: ```rust macro_rules! outer { () => { macro_rules! inner { () => { $crate::Foo } } } } ``` The path `$crate::Foo` will be resolved relative to the crate that defines `outer`, **not** the crate which defines `inner`. However, rustc currently loses this extra resolution information (referred to as 'hygiene' information) when a crate is serialized. In the above example, this means that the macro `inner` (which gets defined in whatever crate invokes `outer!`) will behave differently depending on which crate it is invoked from: When `inner` is invoked from the same crate in which it is defined, the hygiene information will still be available, which will cause `$crate::Foo` to be resolved in the crate which defines 'outer'. When `inner` is invoked from a different crate, it will be loaded from the metadata of the crate which defines 'inner'. Since the hygiene information is currently lost, rust will 'forget' that `$crate::Foo` is supposed to be resolved in the context of 'outer'. Instead, it will be resolved relative to the crate which defines 'inner', which can cause incorrect code to compile. This bug will soon be fixed in rust (see https://github.com/rust-lang/rust/pull/72121), which will break `declare_program!` and `declare_loader!`. Fortunately, it's possible to obtain the desired behavior (`$crate` resolving in the context of the 'inner' macro) by use of a procedural macro. This commit adds a `respan!` proc-macro to the `sdk/macro` crate. Using the newly-stabilized (on Nightly) `Span::resolved_at` method, the `$crate` identifier can be made to be resolved in the context of the proper crate. Since `Span::resolved_at` is only stable on the latest nightly, referencing it on an earlier version of Rust will cause a compilation error. This requires the `rustversion` crate to be used, which allows conditionally compiling code epending on the Rust compiler version in use. Since this method is already stabilized in the latest nightly, there will never be a situation where the hygiene bug is fixed (e.g. https://github.com/rust-lang/rust/pull/72121) is merged but we are unable to call `Span::resolved_at`.
2020-06-19 22:42:11 -07:00
[[package]]
name = "rustversion"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9bdc5e856e51e685846fb6c13a1f5e5432946c2c90501bdc76a1319f19e29da"
dependencies = [
"proc-macro2 1.0.19",
Fix hygiene issues in `declare_program!` and `declare_loader!` The `declare_program!` and `declare_loader!` macros both expand to new macro definitions (based on the `$name` argument). These 'inner' macros make use of the special `$crate` metavariable to access items in the crate where the 'inner' macros is defined. However, this only works due to a bug in rustc. When a macro is expanded, all `$crate` tokens in its output are 'marked' as being resolved in the defining crate of that macro. An inner macro (including the body of its arms) is 'just' another set of tokens that appears in the body of the outer macro, so any `$crate` identifiers used there are resolved relative to the 'outer' macro. For example, consider the following code: ```rust macro_rules! outer { () => { macro_rules! inner { () => { $crate::Foo } } } } ``` The path `$crate::Foo` will be resolved relative to the crate that defines `outer`, **not** the crate which defines `inner`. However, rustc currently loses this extra resolution information (referred to as 'hygiene' information) when a crate is serialized. In the above example, this means that the macro `inner` (which gets defined in whatever crate invokes `outer!`) will behave differently depending on which crate it is invoked from: When `inner` is invoked from the same crate in which it is defined, the hygiene information will still be available, which will cause `$crate::Foo` to be resolved in the crate which defines 'outer'. When `inner` is invoked from a different crate, it will be loaded from the metadata of the crate which defines 'inner'. Since the hygiene information is currently lost, rust will 'forget' that `$crate::Foo` is supposed to be resolved in the context of 'outer'. Instead, it will be resolved relative to the crate which defines 'inner', which can cause incorrect code to compile. This bug will soon be fixed in rust (see https://github.com/rust-lang/rust/pull/72121), which will break `declare_program!` and `declare_loader!`. Fortunately, it's possible to obtain the desired behavior (`$crate` resolving in the context of the 'inner' macro) by use of a procedural macro. This commit adds a `respan!` proc-macro to the `sdk/macro` crate. Using the newly-stabilized (on Nightly) `Span::resolved_at` method, the `$crate` identifier can be made to be resolved in the context of the proper crate. Since `Span::resolved_at` is only stable on the latest nightly, referencing it on an earlier version of Rust will cause a compilation error. This requires the `rustversion` crate to be used, which allows conditionally compiling code epending on the Rust compiler version in use. Since this method is already stabilized in the latest nightly, there will never be a situation where the hygiene bug is fixed (e.g. https://github.com/rust-lang/rust/pull/72121) is merged but we are unable to call `Span::resolved_at`.
2020-06-19 22:42:11 -07:00
"quote 1.0.6",
"syn 1.0.27",
]
[[package]]
name = "ryu"
2020-04-27 16:09:07 -07:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "ed3d612bc64430efeb3f7ee6ef26d590dce0c43249217bddc62112540c7941e1"
[[package]]
name = "safemem"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
[[package]]
name = "same-file"
2020-04-27 16:09:07 -07:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
2020-04-27 16:09:07 -07:00
"winapi-util",
]
[[package]]
name = "schannel"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
dependencies = [
2020-04-27 16:09:07 -07:00
"lazy_static",
"winapi 0.3.8",
]
[[package]]
name = "scopeguard"
2020-04-27 16:09:07 -07:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
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.19",
"quote 1.0.6",
2020-05-28 15:32:42 -07:00
"syn 1.0.27",
]
[[package]]
name = "sct"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
dependencies = [
2020-04-27 16:09:07 -07:00
"ring",
"untrusted",
]
[[package]]
name = "security-framework"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535"
dependencies = [
2020-04-27 16:09:07 -07:00
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2020-04-27 16:09:07 -07:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405"
dependencies = [
2020-04-27 16:09:07 -07:00
"core-foundation-sys",
"libc",
]
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
2020-04-27 16:09:07 -07:00
"semver-parser",
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
[[package]]
name = "serde"
version = "1.0.112"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "736aac72d1eafe8e5962d1d1c3d99b0df526015ba40915cb3c49d042e92ec243"
dependencies = [
2020-04-27 16:09:07 -07:00
"serde_derive",
]
[[package]]
name = "serde_bytes"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bf487fbf5c6239d7ea2ff8b10cb6b811cd4b5080d1c2aeed1dec18753c06e10"
dependencies = [
2020-04-27 16:09:07 -07:00
"serde",
]
Add solana-tokens (#10011) * Initial commit * Execute transfers * Refactor for testing * Cleanup readme * Rewrite * Cleanup * Cleanup * Cleanup client * Use a Null Client to move prints closer to where messages are sent * Upgrade Solana * Move core functionality into its own module * Handle transaction errors * Merge allocations * Fixes * Cleanup readme * Fix markdown * Add example input * Add integration test - currently fails * Add integration test * Add metrics * Use RpcClient in dry-run, just don't send messages * More metrics * Fix dry run with no keys * Only require one approval if fee-payer is the sender keypair * Fix bugs * Don't create the transaction log if nothing to put into it; otherwise the next innvocation won't add the header * Apply previous transactions to allocations with matching recipients * Bail out of any account already has a balance * Polish * Add new 'balances' command * 9 decimal places * Add missing file * Better dry-run; keypair options now optional * Change field name from 'bid' to 'accepted' Also, tolerate precision change from 2 decimal places to 4 * Write to transaction log immediately * Rename allocations_csv to bids_csv So that we can bypass bids_csv with an allocations CSV file * Upgrade Solana * Remove faucet from integration test * Cleaner integration test Won't work until this lands and is released: https://github.com/solana-labs/solana/pull/9717 * Update README * Add TravicCI script to build and test (#1) * Add distribute-stake command (#2) * Distribute -> DistributeTokens (#3) * Cache cargo deps (#4) * Add docs (#5) * Switch to latest Solana 1.1 release (#7) * distribute -> distribute-tokens (#9) * Switch from CSV to a pickledb database (#8) * Switch from CSV to a pickledb database * Allow PickleDb errors to bubble up * Dedup * Hoist db * Add finalized field to TransactionInfo * Don't allow RPC client to resign transactions * Remove dead code * Use transport::Result * Record unconfirmed transaction * Fix: separate stake account per allocation * Catch transport errors * Panic if we attempt to replay a transaction that hasn't been finalized * Attempt to fix CI PickleDb isn't calling flush() or close() after writing to files. No issue on MacOS, but looks racy in CI. * Revert "Attempt to fix CI" This reverts commit 1632394f636c54402b3578120e8817dd1660e19b. * Poll for signature before returning * Add --sol-for-fees option for stake distributions * Add --allocations-csv option (#14) * Add allocations-csv option * Add tests or GTFO * Apply review feedback * apply feedback * Add read_allocations function * Update arg_parser.rs * Fix balances command (#17) * Fix balances command * Fix readme * Add --force to transfer to non-empty accounts (#18) * Add --no-wait (#16) * Add ThinClient methods to implement --no-wait * Plumb --no-wait through No tests yet * Check transaction status on startup * Easier to test * Wait until transaction is finalized before checking if it failed with an error It's possible that a minority fork thinks it failed. * Add unit tests * Remove dead code and rustfmt * Don't flush database to file if doing a dry-run * Continue when transactions not yet finalized (#20) If those transactions are dropped, the next run will execute them. * Return the number of confirmations (#21) * Add read_allocations() unit-test (#22) Delete the copy-pasted top-level test. Fixes #19 * Add a CSV printer (#23) * Remove all the copypasta (#24) * Move resolve_distribute_stake_args into its own function * Add stake args to token args * Unify option names * Move Command::DistributeStake into DistributeTokens * Remove process_distribute_stake * Only unique signers * Use sender keypair to fund new fee-payer accounts * Unify distribute_tokens and distribute_stake * Rename print-database command to transaction-log (#25) * Send all transactions as quickly as possible, then wait (#26) * Send all transactions as quickly as possible, then wait * Exit when finalized or blockhashes have expired * Don't need blockhash in the CSV output * Better types CSV library was choking on Pubkey as a type. PickleDb doesn't have that problem. * Resend if blockhash has not expired * Attempt to fix CI * Move log to stderr * Add constructor, tuck away client (#30) * Add constructor, tuck away client * Fix unwrap() caught by CI * Fix optional option flagged as required * Bunch of cleanup (#31) * Remove untested --no-wait feature * Make --transactions-db an option, not an arg So that in the future, we can make it optional * Remove more untested features Too many false positives in that santity check. Use --dry-run instead. * Add dry-run mode to ThinClient * Cleaner dry-run * Make key parameters required Just don't use them in --dry-run * Add option to write the transaction log --dry-run doesn't write to the database. Use this option if you want a copy of the transaction log before the final run. * Revert --transaction-log addition Implement #27 first * Fix CI * Update readme * Fix CI in copypasta * Sort transaction log by finalized date (#33) * Make --transaction-db option implicit (#34) * Move db functionality into its own module (#35) * Move db functionality into its own module * Rename tokens module to commands * Version bump * Upgrade Solana * Add solana-tokens to build * Remove Cargo.lock * Remove vscode file * Remove TravisCI build script * Install solana-tokens Co-authored-by: Dan Albert <dan@solana.com>
2020-05-13 07:36:30 -07:00
[[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.112"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf0343ce212ac0d3d6afd9391ac8e9c9efe06b533c8d33f660f6390cc4093f57"
dependencies = [
"proc-macro2 1.0.19",
"quote 1.0.6",
2020-05-28 15:32:42 -07:00
"syn 1.0.27",
]
[[package]]
name = "serde_json"
version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3433e879a558dde8b5e8feb2a04899cf34fdde1fafb894687e52105fc1162ac3"
dependencies = [
2020-04-27 16:09:07 -07:00
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
dependencies = [
2020-04-27 16:09:07 -07:00
"dtoa",
"itoa",
"serde",
"url 2.1.1",
]
2019-03-15 10:54:54 -07:00
[[package]]
name = "serde_yaml"
version = "0.8.13"
2019-03-15 10:54:54 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae3e2dd40a7cdc18ca80db804b7f461a39bb721160a85c9a1fa30134bf3c02a5"
2019-03-15 10:54:54 -07:00
dependencies = [
2020-04-27 16:09:07 -07:00
"dtoa",
"linked-hash-map",
"serde",
"yaml-rust",
2019-03-15 10:54:54 -07:00
]
[[package]]
name = "serial_test"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "fef5f7c7434b2f2c598adc6f9494648a1e41274a75c0ba4056f680ae0c117fd6"
dependencies = [
2020-04-27 16:09:07 -07:00
"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"
2020-04-27 16:09:07 -07:00
checksum = "d08338d8024b227c62bd68a12c7c9883f5c66780abaef15c550dc56f46ee6515"
dependencies = [
"proc-macro2 1.0.19",
"quote 1.0.6",
2020-05-28 15:32:42 -07:00
"syn 1.0.27",
]
[[package]]
name = "sha-1"
2020-04-27 16:09:07 -07:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
dependencies = [
"block-buffer 0.7.3",
"digest 0.8.1",
2020-04-27 16:09:07 -07:00
"fake-simd",
"opaque-debug 0.2.3",
]
[[package]]
name = "sha1"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
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",
2020-04-27 16:09:07 -07:00
"fake-simd",
"opaque-debug 0.2.3",
]
[[package]]
name = "sha3"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"
dependencies = [
"block-buffer 0.9.0",
"digest 0.9.0",
"keccak",
"opaque-debug 0.3.0",
]
[[package]]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
[[package]]
name = "signal-hook"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ff2db2112d6c761e12522c65f7768548bd6e8cd23d2a9dae162520626629bd6"
dependencies = [
2020-04-27 16:09:07 -07:00
"libc",
"signal-hook-registry",
]
[[package]]
name = "signal-hook-registry"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41"
dependencies = [
2020-04-27 16:09:07 -07:00
"arc-swap",
"libc",
]
2020-07-23 16:23:51 -07:00
[[package]]
name = "signature"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65211b7b6fc3f14ff9fc7a2011a434e3e6880585bd2e9e9396315ae24cbf7852"
2020-08-05 12:30:39 -07:00
[[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"
2020-04-27 16:09:07 -07:00
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
[[package]]
name = "smallvec"
version = "0.6.13"
2020-05-01 12:51:29 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
dependencies = [
"maybe-uninit",
]
[[package]]
name = "smallvec"
2020-10-11 09:39:21 -07:00
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-11 09:39:21 -07:00
checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
2020-08-05 12:30:39 -07:00
[[package]]
name = "smpl_jwt"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "547e9c1059500ce0fe6cfa325f868b5621214957922be60a49d86e3e844ee9dc"
dependencies = [
"base64 0.12.3",
"log 0.4.8",
"openssl",
"serde",
"serde_derive",
"serde_json",
"simpl",
"time 0.2.16",
]
[[package]]
name = "socket2"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1fa70dc5c8104ec096f4fe7ede7a221d35ae13dcd19ba1ad9a81d2cab9a1c44"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"winapi 0.3.8",
]
[[package]]
name = "solana-account-decoder"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
"Inflector",
"base64 0.12.3",
"bincode",
"bs58",
"bv",
"lazy_static",
"serde",
"serde_derive",
"serde_json",
"solana-config-program",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
"solana-stake-program",
"solana-vote-program",
"spl-token",
"thiserror",
]
2020-05-01 12:51:29 -07:00
[[package]]
name = "solana-accounts-bench"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"clap",
"crossbeam-channel",
"log 0.4.8",
2020-04-27 09:33:33 -07:00
"rand 0.7.3",
2020-04-27 16:09:07 -07:00
"rayon",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-measure",
"solana-runtime",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
"solana-version",
]
2019-08-30 11:10:32 -07:00
[[package]]
name = "solana-banking-bench"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
2019-08-30 11:10:32 -07:00
dependencies = [
"clap",
2020-04-27 16:09:07 -07:00
"crossbeam-channel",
"log 0.4.8",
2020-04-27 09:33:33 -07:00
"rand 0.7.3",
2020-04-27 16:09:07 -07:00
"rayon",
"solana-clap-utils",
2020-04-27 16:09:07 -07:00
"solana-core",
"solana-ledger",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-measure",
"solana-perf",
"solana-runtime",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-streamer",
"solana-version",
2019-08-30 11:10:32 -07:00
]
[[package]]
name = "solana-banks-client"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
"async-trait",
"bincode",
"futures 0.3.5",
"solana-banks-interface",
"solana-banks-server",
"solana-runtime",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
"tarpc",
"tokio 0.2.22",
"tokio-serde",
]
[[package]]
name = "solana-banks-interface"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
"serde",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
"tarpc",
]
[[package]]
name = "solana-banks-server"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
"bincode",
"futures 0.3.5",
"log 0.4.8",
"solana-banks-interface",
"solana-metrics",
"solana-runtime",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
"tarpc",
"tokio 0.2.22",
"tokio-serde",
]
2019-04-17 11:28:26 -07:00
[[package]]
name = "solana-bench-exchange"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
2019-04-17 11:28:26 -07:00
dependencies = [
2020-04-27 16:09:07 -07:00
"clap",
2020-08-05 12:30:39 -07:00
"itertools 0.9.0",
2020-04-27 16:09:07 -07:00
"log 0.4.8",
"num-derive",
"num-traits",
2020-04-27 09:33:33 -07:00
"rand 0.7.3",
2020-04-27 16:09:07 -07:00
"rayon",
"serde_json",
"serde_yaml",
"solana-clap-utils",
"solana-client",
"solana-core",
"solana-exchange-program",
"solana-faucet",
"solana-genesis",
"solana-local-cluster",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-metrics",
"solana-net-utils",
"solana-runtime",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
"solana-version",
2019-04-17 11:28:26 -07:00
]
[[package]]
name = "solana-bench-streamer"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"clap",
"solana-clap-utils",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-net-utils",
"solana-streamer",
"solana-version",
]
[[package]]
name = "solana-bench-tps"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"bincode",
"clap",
"log 0.4.8",
"rayon",
"serde_json",
"serde_yaml",
"serial_test",
"serial_test_derive",
"solana-clap-utils",
"solana-client",
"solana-core",
"solana-faucet",
"solana-genesis",
"solana-local-cluster",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-measure",
"solana-metrics",
"solana-net-utils",
"solana-runtime",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
"solana-version",
]
[[package]]
name = "solana-bpf-loader-program"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
2019-03-02 20:03:36 -08:00
dependencies = [
2020-04-27 16:09:07 -07:00
"bincode",
"byteorder",
"curve25519-dalek 3.0.0",
"num-derive",
"num-traits",
"rand 0.7.3",
Fix hygiene issues in `declare_program!` and `declare_loader!` The `declare_program!` and `declare_loader!` macros both expand to new macro definitions (based on the `$name` argument). These 'inner' macros make use of the special `$crate` metavariable to access items in the crate where the 'inner' macros is defined. However, this only works due to a bug in rustc. When a macro is expanded, all `$crate` tokens in its output are 'marked' as being resolved in the defining crate of that macro. An inner macro (including the body of its arms) is 'just' another set of tokens that appears in the body of the outer macro, so any `$crate` identifiers used there are resolved relative to the 'outer' macro. For example, consider the following code: ```rust macro_rules! outer { () => { macro_rules! inner { () => { $crate::Foo } } } } ``` The path `$crate::Foo` will be resolved relative to the crate that defines `outer`, **not** the crate which defines `inner`. However, rustc currently loses this extra resolution information (referred to as 'hygiene' information) when a crate is serialized. In the above example, this means that the macro `inner` (which gets defined in whatever crate invokes `outer!`) will behave differently depending on which crate it is invoked from: When `inner` is invoked from the same crate in which it is defined, the hygiene information will still be available, which will cause `$crate::Foo` to be resolved in the crate which defines 'outer'. When `inner` is invoked from a different crate, it will be loaded from the metadata of the crate which defines 'inner'. Since the hygiene information is currently lost, rust will 'forget' that `$crate::Foo` is supposed to be resolved in the context of 'outer'. Instead, it will be resolved relative to the crate which defines 'inner', which can cause incorrect code to compile. This bug will soon be fixed in rust (see https://github.com/rust-lang/rust/pull/72121), which will break `declare_program!` and `declare_loader!`. Fortunately, it's possible to obtain the desired behavior (`$crate` resolving in the context of the 'inner' macro) by use of a procedural macro. This commit adds a `respan!` proc-macro to the `sdk/macro` crate. Using the newly-stabilized (on Nightly) `Span::resolved_at` method, the `$crate` identifier can be made to be resolved in the context of the proper crate. Since `Span::resolved_at` is only stable on the latest nightly, referencing it on an earlier version of Rust will cause a compilation error. This requires the `rustversion` crate to be used, which allows conditionally compiling code epending on the Rust compiler version in use. Since this method is already stabilized in the latest nightly, there will never be a situation where the hygiene bug is fixed (e.g. https://github.com/rust-lang/rust/pull/72121) is merged but we are unable to call `Span::resolved_at`.
2020-06-19 22:42:11 -07:00
"rustversion",
2020-04-27 16:09:07 -07:00
"solana-runtime",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
2020-04-27 16:09:07 -07:00
"solana_rbpf",
"thiserror",
2019-03-02 20:03:36 -08:00
]
2019-03-02 13:23:22 -08:00
[[package]]
name = "solana-budget-program"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
2019-03-02 13:23:22 -08:00
dependencies = [
2020-04-27 16:09:07 -07:00
"bincode",
"chrono",
"log 0.4.8",
"num-derive",
"num-traits",
2020-04-27 16:09:07 -07:00
"serde",
"serde_derive",
"solana-runtime",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
2020-04-27 16:09:07 -07:00
"thiserror",
2019-03-02 13:23:22 -08:00
]
[[package]]
name = "solana-clap-utils"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"chrono",
"clap",
"rpassword",
"solana-remote-wallet",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
2020-04-27 16:09:07 -07:00
"thiserror",
"tiny-bip39",
"url 2.1.1",
]
[[package]]
name = "solana-cli"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"Inflector",
"bincode",
"bs58",
2020-04-27 16:09:07 -07:00
"chrono",
"clap",
"console",
2020-04-27 16:09:07 -07:00
"criterion-stats",
"ctrlc",
"dirs",
"humantime 2.0.1",
2020-04-27 16:09:07 -07:00
"indicatif",
"log 0.4.8",
"num-traits",
2020-04-27 16:09:07 -07:00
"pretty-hex",
"reqwest",
"serde",
"serde_derive",
"serde_json",
"solana-account-decoder",
"solana-bpf-loader-program",
2020-04-27 16:09:07 -07:00
"solana-clap-utils",
"solana-cli-config",
"solana-cli-output",
2020-04-27 16:09:07 -07:00
"solana-client",
"solana-config-program",
"solana-core",
"solana-faucet",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-net-utils",
"solana-remote-wallet",
2020-09-23 13:36:34 -07:00
"solana-runtime",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-stake-program",
"solana-transaction-status",
"solana-version",
2020-04-27 16:09:07 -07:00
"solana-vote-program",
"solana-vote-signer",
"solana_rbpf",
2020-04-27 16:09:07 -07:00
"tempfile",
"thiserror",
"url 2.1.1",
]
[[package]]
name = "solana-cli-config"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
"dirs",
2020-04-27 16:09:07 -07:00
"lazy_static",
"serde",
"serde_derive",
"serde_yaml",
"url 2.1.1",
]
[[package]]
name = "solana-cli-output"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
"Inflector",
"chrono",
"console",
"humantime 2.0.1",
"indicatif",
"serde",
"serde_derive",
"serde_json",
2020-09-24 17:33:08 -07:00
"solana-account-decoder",
"solana-clap-utils",
"solana-client",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
"solana-stake-program",
"solana-transaction-status",
"solana-vote-program",
]
[[package]]
name = "solana-client"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"assert_matches",
"base64 0.13.0",
2020-04-27 16:09:07 -07:00
"bincode",
"bs58",
"clap",
2020-04-27 16:09:07 -07:00
"indicatif",
"jsonrpc-core",
"jsonrpc-http-server",
"log 0.4.8",
"rayon",
"reqwest",
"serde",
"serde_derive",
"serde_json",
"solana-account-decoder",
"solana-clap-utils",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-net-utils",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-transaction-status",
"solana-vote-program",
"thiserror",
"tungstenite",
"url 2.1.1",
]
[[package]]
name = "solana-config-program"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"bincode",
"chrono",
"log 0.4.8",
"serde",
"serde_derive",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
"solana-sdk 1.5.0",
]
2019-08-21 10:23:33 -07:00
[[package]]
name = "solana-core"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
2019-08-21 10:23:33 -07:00
dependencies = [
"base64 0.12.3",
2020-04-27 16:09:07 -07:00
"bincode",
"bs58",
2020-04-27 16:09:07 -07:00
"bv",
"byteorder",
"chrono",
"core_affinity",
"crossbeam-channel",
"ed25519-dalek",
"flate2",
"fs_extra",
"indexmap",
2020-08-05 12:30:39 -07:00
"itertools 0.9.0",
2020-04-27 16:09:07 -07:00
"jsonrpc-core",
"jsonrpc-core-client",
"jsonrpc-derive",
"jsonrpc-http-server",
"jsonrpc-pubsub",
"jsonrpc-ws-server",
"log 0.4.8",
"matches",
"num-traits",
2020-04-27 16:09:07 -07:00
"num_cpus",
2020-04-27 09:33:33 -07:00
"rand 0.7.3",
"rand_chacha 0.2.2",
"raptorq",
2020-04-27 16:09:07 -07:00
"rayon",
"regex",
"reqwest",
"rustc_version",
2020-04-27 16:09:07 -07:00
"serde",
"serde_derive",
"serde_json",
"serial_test",
"serial_test_derive",
"solana-account-decoder",
"solana-banks-server",
2020-04-27 16:09:07 -07:00
"solana-clap-utils",
"solana-client",
"solana-faucet",
"solana-frozen-abi",
"solana-frozen-abi-macro",
2020-04-27 16:09:07 -07:00
"solana-ledger",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-measure",
"solana-merkle-tree",
"solana-metrics",
"solana-net-utils",
"solana-perf",
"solana-rayon-threadlimit",
"solana-runtime",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-stake-program",
2020-08-05 12:30:39 -07:00
"solana-storage-bigtable",
2020-04-27 16:09:07 -07:00
"solana-streamer",
"solana-sys-tuner",
"solana-transaction-status",
"solana-version",
2020-04-27 16:09:07 -07:00
"solana-vote-program",
"solana-vote-signer",
"spl-token",
2020-04-27 16:09:07 -07:00
"systemstat",
"tempfile",
"thiserror",
"tokio 0.1.22",
2020-08-05 12:30:39 -07:00
"tokio 0.2.22",
2020-04-27 16:09:07 -07:00
"tokio-fs",
"tokio-io",
"trees",
2019-08-21 10:23:33 -07:00
]
2020-08-01 23:31:22 -07:00
[[package]]
name = "solana-crate-features"
version = "1.4.0"
2020-08-01 23:31:22 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "866166a515ce4b40ded42ae44ef238cc03226cf04a423ab8f54700fd30fd664a"
2020-08-01 23:31:22 -07:00
dependencies = [
"backtrace",
"bytes 0.4.12",
"cc",
"curve25519-dalek 2.1.0",
2020-08-01 23:31:22 -07:00
"ed25519-dalek",
"either",
"lazy_static",
"libc",
"rand_chacha 0.2.2",
"regex-syntax",
"reqwest",
"serde",
"syn 0.15.44",
"syn 1.0.27",
"tokio 0.1.22",
"winapi 0.3.8",
]
[[package]]
name = "solana-crate-features"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"backtrace",
"bytes 0.4.12",
"cc",
"curve25519-dalek 2.1.0",
2020-04-27 16:09:07 -07:00
"ed25519-dalek",
"either",
"lazy_static",
"libc",
2020-04-27 09:33:33 -07:00
"rand_chacha 0.2.2",
2020-04-27 16:09:07 -07:00
"regex-syntax",
"reqwest",
"serde",
"syn 0.15.44",
2020-05-28 15:32:42 -07:00
"syn 1.0.27",
2020-04-27 16:09:07 -07:00
"tokio 0.1.22",
"winapi 0.3.8",
]
[[package]]
name = "solana-dos"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"bincode",
"clap",
"log 0.4.8",
2020-04-27 09:33:33 -07:00
"rand 0.7.3",
2020-04-27 16:09:07 -07:00
"rayon",
"solana-clap-utils",
2020-09-09 08:21:48 -07:00
"solana-client",
2020-04-27 16:09:07 -07:00
"solana-core",
"solana-ledger",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-net-utils",
"solana-runtime",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
"solana-version",
]
[[package]]
name = "solana-download-utils"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"bzip2",
"console",
2020-04-27 16:09:07 -07:00
"indicatif",
"log 0.4.8",
"reqwest",
"solana-runtime",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
2020-04-27 16:09:07 -07:00
"tar",
]
[[package]]
2019-12-16 13:05:17 -08:00
name = "solana-exchange-program"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"bincode",
"log 0.4.8",
"num-derive",
"num-traits",
2020-04-27 16:09:07 -07:00
"serde",
"serde_derive",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-metrics",
"solana-runtime",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
2020-04-27 16:09:07 -07:00
"thiserror",
]
2019-03-22 21:07:36 -07:00
[[package]]
2019-12-16 13:05:17 -08:00
name = "solana-failure-program"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
2019-03-22 21:07:36 -07:00
dependencies = [
2020-04-27 16:09:07 -07:00
"solana-runtime",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
2019-03-22 21:07:36 -07:00
]
[[package]]
2019-12-16 13:05:17 -08:00
name = "solana-faucet"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"bincode",
"byteorder",
"bytes 0.4.12",
"clap",
"log 0.4.8",
"serde",
"serde_derive",
"solana-clap-utils",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-metrics",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
"solana-version",
2020-04-27 16:09:07 -07:00
"tokio 0.1.22",
"tokio-codec",
]
[[package]]
name = "solana-frozen-abi"
version = "1.5.0"
dependencies = [
"bs58",
"bv",
"generic-array 0.14.3",
"log 0.4.8",
"memmap",
"rustc_version",
"serde",
"serde_derive",
"sha2",
"solana-frozen-abi-macro",
"solana-logger 1.5.0",
"thiserror",
]
[[package]]
name = "solana-frozen-abi-macro"
version = "1.5.0"
dependencies = [
"lazy_static",
"proc-macro2 1.0.19",
"quote 1.0.6",
"rustc_version",
"syn 1.0.27",
]
[[package]]
name = "solana-genesis"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
"base64 0.12.3",
2020-04-27 16:09:07 -07:00
"chrono",
"clap",
"serde",
"serde_json",
"serde_yaml",
2020-09-25 10:13:02 -07:00
"solana-budget-program",
2020-04-27 16:09:07 -07:00
"solana-clap-utils",
2020-09-25 10:13:02 -07:00
"solana-exchange-program",
2020-04-27 16:09:07 -07:00
"solana-ledger",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
"solana-runtime",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-stake-program",
"solana-version",
2020-09-25 10:13:02 -07:00
"solana-vest-program",
2020-04-27 16:09:07 -07:00
"solana-vote-program",
"tempfile",
]
2019-04-01 16:12:30 -07:00
[[package]]
name = "solana-gossip"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
2019-04-01 16:12:30 -07:00
dependencies = [
2020-04-27 16:09:07 -07:00
"clap",
"solana-clap-utils",
"solana-client",
"solana-core",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-net-utils",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
"solana-version",
2019-04-01 16:12:30 -07:00
]
2019-03-13 15:31:05 -07:00
[[package]]
name = "solana-install"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
2019-03-13 15:31:05 -07:00
dependencies = [
2020-04-27 16:09:07 -07:00
"atty",
"bincode",
"bzip2",
"chrono",
"clap",
"console",
2020-04-27 16:09:07 -07:00
"ctrlc",
"dirs",
2020-04-27 16:09:07 -07:00
"indicatif",
"lazy_static",
"nix",
"reqwest",
"semver",
"serde",
"serde_derive",
"serde_yaml",
"solana-clap-utils",
"solana-client",
"solana-config-program",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
"solana-sdk 1.5.0",
"solana-version",
2020-04-27 16:09:07 -07:00
"tar",
2020-10-11 09:39:21 -07:00
"tempfile",
2020-04-27 16:09:07 -07:00
"url 2.1.1",
"winapi 0.3.8",
2020-05-28 15:32:42 -07:00
"winreg",
2019-03-13 15:31:05 -07:00
]
2018-12-12 13:30:00 -08:00
[[package]]
name = "solana-keygen"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
2018-12-12 13:30:00 -08:00
dependencies = [
"bs58",
2020-04-27 16:09:07 -07:00
"clap",
"dirs",
2020-04-27 16:09:07 -07:00
"num_cpus",
"solana-clap-utils",
"solana-cli-config",
"solana-remote-wallet",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
"solana-version",
2020-04-27 16:09:07 -07:00
"tiny-bip39",
2018-12-12 13:30:00 -08:00
]
[[package]]
name = "solana-ledger"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"assert_matches",
"bincode",
"byteorder",
"chrono",
"crossbeam-channel",
"dlopen",
"dlopen_derive",
2020-04-27 16:09:07 -07:00
"ed25519-dalek",
"fs_extra",
2020-09-03 19:38:22 -07:00
"futures 0.3.5",
"futures-util",
2020-08-05 12:30:39 -07:00
"itertools 0.9.0",
2020-04-27 16:09:07 -07:00
"lazy_static",
"libc",
"log 0.4.8",
"matches",
"num_cpus",
"prost",
2020-04-27 09:33:33 -07:00
"rand 0.7.3",
"rand_chacha 0.2.2",
2020-04-27 16:09:07 -07:00
"rayon",
"reed-solomon-erasure",
"rocksdb",
"serde",
"serde_bytes",
"sha2",
"solana-bpf-loader-program",
2020-04-27 16:09:07 -07:00
"solana-budget-program",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-measure",
"solana-merkle-tree",
"solana-metrics",
"solana-perf",
"solana-rayon-threadlimit",
"solana-runtime",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-stake-program",
2020-09-03 19:38:22 -07:00
"solana-storage-bigtable",
"solana-storage-proto",
2020-04-27 16:09:07 -07:00
"solana-transaction-status",
"solana-vote-program",
"tempfile",
"thiserror",
2020-09-03 19:38:22 -07:00
"tokio 0.2.22",
"trees",
]
[[package]]
name = "solana-ledger-tool"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"assert_cmd",
"bs58",
"bytecount",
2020-04-27 16:09:07 -07:00
"clap",
2020-08-05 12:30:39 -07:00
"futures 0.3.5",
"futures-util",
2020-04-27 16:09:07 -07:00
"histogram",
"log 0.4.8",
"regex",
2020-04-27 16:09:07 -07:00
"serde_json",
"serde_yaml",
"signal-hook",
2020-04-27 16:09:07 -07:00
"solana-clap-utils",
"solana-cli-output",
2020-04-27 16:09:07 -07:00
"solana-ledger",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
2020-08-05 12:30:39 -07:00
"solana-measure",
2020-04-27 16:09:07 -07:00
"solana-runtime",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-stake-program",
2020-08-05 12:30:39 -07:00
"solana-storage-bigtable",
2020-04-27 16:09:07 -07:00
"solana-transaction-status",
"solana-version",
2020-04-27 16:09:07 -07:00
"solana-vote-program",
"tempfile",
2020-08-05 12:30:39 -07:00
"tokio 0.2.22",
]
[[package]]
name = "solana-local-cluster"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"assert_matches",
"fs_extra",
"gag",
2020-08-05 12:30:39 -07:00
"itertools 0.9.0",
2020-04-27 16:09:07 -07:00
"log 0.4.8",
2020-04-27 09:33:33 -07:00
"rand 0.7.3",
2020-04-27 16:09:07 -07:00
"serial_test",
"serial_test_derive",
"solana-client",
"solana-config-program",
"solana-core",
"solana-download-utils",
"solana-exchange-program",
"solana-faucet",
"solana-ledger",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-rayon-threadlimit",
"solana-runtime",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-stake-program",
"solana-vest-program",
"solana-vote-program",
"tempfile",
]
[[package]]
name = "solana-log-analyzer"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"byte-unit",
"clap",
"serde",
"serde_json",
"solana-clap-utils",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
"solana-version",
2019-03-04 19:45:26 -08:00
]
2020-08-01 23:31:22 -07:00
[[package]]
name = "solana-logger"
version = "1.4.0"
2020-08-01 23:31:22 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31ef9c050b4d502d67d026f2e08a2f87a1c6bd98ed71a22db81f9846739a4fd2"
2020-08-01 23:31:22 -07:00
dependencies = [
"env_logger",
"lazy_static",
"log 0.4.8",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "solana-logger"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
"env_logger",
2020-04-27 16:09:07 -07:00
"lazy_static",
"log 0.4.8",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "solana-measure"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"jemalloc-ctl",
"jemallocator",
"log 0.4.8",
"solana-metrics",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "solana-merkle-tree"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"fast-math",
"hex",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "solana-metrics"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
"env_logger",
2020-04-27 16:09:07 -07:00
"gethostname",
"lazy_static",
"log 0.4.8",
2020-04-27 09:33:33 -07:00
"rand 0.7.3",
2020-04-27 16:09:07 -07:00
"reqwest",
"serial_test",
"serial_test_derive",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "solana-net-shaper"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"clap",
2020-04-27 09:33:33 -07:00
"rand 0.7.3",
2020-04-27 16:09:07 -07:00
"serde",
"serde_json",
"solana-clap-utils",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
]
2019-10-04 14:43:50 -07:00
[[package]]
2020-04-27 16:09:07 -07:00
name = "solana-net-utils"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
2019-10-04 14:43:50 -07:00
dependencies = [
2020-04-27 16:09:07 -07:00
"bincode",
"bytes 0.4.12",
"clap",
"log 0.4.8",
"nix",
2020-04-27 09:33:33 -07:00
"rand 0.7.3",
2020-04-27 16:09:07 -07:00
"serde",
"serde_derive",
"socket2",
"solana-clap-utils",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
"solana-version",
2020-04-27 16:09:07 -07:00
"tokio 0.1.22",
"tokio-codec",
2020-06-30 08:57:16 -07:00
"url 2.1.1",
2019-10-04 14:43:50 -07:00
]
2019-10-17 10:37:08 -07:00
[[package]]
2020-04-27 16:09:07 -07:00
name = "solana-noop-program"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
2019-03-02 13:51:26 -08:00
dependencies = [
2020-04-27 16:09:07 -07:00
"log 0.4.8",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
"solana-sdk 1.5.0",
2019-03-02 13:51:26 -08:00
]
[[package]]
name = "solana-notifier"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
"log 0.4.8",
"reqwest",
"serde_json",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "solana-ownable"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"bincode",
"num-derive",
"num-traits",
2020-04-27 16:09:07 -07:00
"solana-runtime",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
2020-04-27 16:09:07 -07:00
"thiserror",
]
2019-12-11 16:05:10 -08:00
[[package]]
2020-04-27 16:09:07 -07:00
name = "solana-perf"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
2019-12-11 16:05:10 -08:00
dependencies = [
2020-04-27 16:09:07 -07:00
"bincode",
"curve25519-dalek 2.1.0",
2020-04-27 16:09:07 -07:00
"dlopen",
"dlopen_derive",
"lazy_static",
"log 0.4.8",
"matches",
2020-04-27 09:33:33 -07:00
"rand 0.7.3",
2020-04-27 16:09:07 -07:00
"rayon",
"serde",
"solana-budget-program",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-metrics",
"solana-rayon-threadlimit",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
2019-12-11 16:05:10 -08:00
]
2020-06-24 15:51:52 -07:00
[[package]]
name = "solana-poh-bench"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
2020-06-24 15:51:52 -07:00
dependencies = [
"clap",
"log 0.4.8",
"rand 0.7.3",
"rayon",
"solana-clap-utils",
"solana-ledger",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
2020-06-24 15:51:52 -07:00
"solana-measure",
"solana-perf",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
2020-06-24 15:51:52 -07:00
"solana-version",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "solana-ramp-tps"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"bzip2",
"clap",
"log 0.4.8",
"reqwest",
"serde",
"serde_json",
"serde_yaml",
"solana-client",
"solana-core",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-metrics",
"solana-net-utils",
"solana-notifier",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-stake-program",
"tar",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "solana-rayon-threadlimit"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"lazy_static",
"num_cpus",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "solana-remote-wallet"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"base32",
"console",
2020-04-27 16:09:07 -07:00
"dialoguer",
"hidapi",
"log 0.4.8",
"num-derive",
"num-traits",
2020-04-27 16:09:07 -07:00
"parking_lot 0.10.2",
"semver",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
2020-04-27 16:09:07 -07:00
"thiserror",
"url 2.1.1",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "solana-runtime"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"assert_matches",
"bincode",
"blake3",
2020-04-27 16:09:07 -07:00
"bv",
"byteorder",
"bzip2",
"crossbeam-channel",
"dashmap",
"dir-diff",
"flate2",
2020-04-27 16:09:07 -07:00
"fnv",
"fs_extra",
2020-08-05 12:30:39 -07:00
"itertools 0.9.0",
2020-04-27 16:09:07 -07:00
"lazy_static",
"libc",
"libloading 0.6.2",
2020-04-27 16:09:07 -07:00
"log 0.4.8",
"memmap",
"num-derive",
"num-traits",
2020-04-27 16:09:07 -07:00
"num_cpus",
2020-04-27 09:33:33 -07:00
"rand 0.7.3",
2020-04-27 16:09:07 -07:00
"rayon",
"regex",
"rustc_version",
2020-04-27 16:09:07 -07:00
"serde",
"serde_derive",
"solana-config-program",
"solana-frozen-abi",
"solana-frozen-abi-macro",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-measure",
"solana-metrics",
"solana-noop-program",
"solana-rayon-threadlimit",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
"solana-secp256k1-program",
2020-04-27 16:09:07 -07:00
"solana-stake-program",
"solana-vote-program",
"symlink",
"tar",
2020-04-27 16:09:07 -07:00
"tempfile",
"thiserror",
"zstd",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "solana-scripts"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"csv",
"serde",
]
[[package]]
name = "solana-sdk"
version = "1.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a44da1f0f98587a8ef6eca0bce99a5837b1cba1ed371005e19d6b21b335e2d05"
dependencies = [
2020-08-01 23:31:22 -07:00
"assert_matches",
"bincode",
"bs58",
"bv",
2020-08-01 23:31:22 -07:00
"byteorder",
"chrono",
"curve25519-dalek 2.1.0",
"digest 0.9.0",
2020-08-01 23:31:22 -07:00
"ed25519-dalek",
"generic-array 0.14.3",
"hex",
"hmac",
2020-08-05 12:30:39 -07:00
"itertools 0.9.0",
"libsecp256k1",
"log 0.4.8",
2020-08-01 23:31:22 -07:00
"memmap",
"num-derive",
"num-traits",
"pbkdf2",
2020-08-01 23:31:22 -07:00
"rand 0.7.3",
"rand_chacha 0.2.2",
"rustc_version",
"rustversion",
"serde",
"serde_bytes",
"serde_derive",
2020-08-01 23:31:22 -07:00
"serde_json",
"sha2",
"sha3",
"solana-crate-features 1.4.0",
"solana-logger 1.4.0",
"solana-sdk-macro 1.4.0",
"solana-sdk-macro-frozen-abi",
"thiserror",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "solana-sdk"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"assert_matches",
"bincode",
"bs58",
2020-04-27 16:09:07 -07:00
"bv",
"byteorder",
"chrono",
"curve25519-dalek 2.1.0",
"digest 0.9.0",
2020-04-27 16:09:07 -07:00
"ed25519-dalek",
"generic-array 0.14.3",
"hex",
2020-04-27 16:09:07 -07:00
"hmac",
2020-08-05 12:30:39 -07:00
"itertools 0.9.0",
"lazy_static",
"libsecp256k1",
2020-04-27 16:09:07 -07:00
"log 0.4.8",
"memmap",
"num-derive",
"num-traits",
2020-04-27 16:09:07 -07:00
"pbkdf2",
2020-04-27 09:33:33 -07:00
"rand 0.7.3",
"rand_chacha 0.2.2",
"rustc_version",
Fix hygiene issues in `declare_program!` and `declare_loader!` The `declare_program!` and `declare_loader!` macros both expand to new macro definitions (based on the `$name` argument). These 'inner' macros make use of the special `$crate` metavariable to access items in the crate where the 'inner' macros is defined. However, this only works due to a bug in rustc. When a macro is expanded, all `$crate` tokens in its output are 'marked' as being resolved in the defining crate of that macro. An inner macro (including the body of its arms) is 'just' another set of tokens that appears in the body of the outer macro, so any `$crate` identifiers used there are resolved relative to the 'outer' macro. For example, consider the following code: ```rust macro_rules! outer { () => { macro_rules! inner { () => { $crate::Foo } } } } ``` The path `$crate::Foo` will be resolved relative to the crate that defines `outer`, **not** the crate which defines `inner`. However, rustc currently loses this extra resolution information (referred to as 'hygiene' information) when a crate is serialized. In the above example, this means that the macro `inner` (which gets defined in whatever crate invokes `outer!`) will behave differently depending on which crate it is invoked from: When `inner` is invoked from the same crate in which it is defined, the hygiene information will still be available, which will cause `$crate::Foo` to be resolved in the crate which defines 'outer'. When `inner` is invoked from a different crate, it will be loaded from the metadata of the crate which defines 'inner'. Since the hygiene information is currently lost, rust will 'forget' that `$crate::Foo` is supposed to be resolved in the context of 'outer'. Instead, it will be resolved relative to the crate which defines 'inner', which can cause incorrect code to compile. This bug will soon be fixed in rust (see https://github.com/rust-lang/rust/pull/72121), which will break `declare_program!` and `declare_loader!`. Fortunately, it's possible to obtain the desired behavior (`$crate` resolving in the context of the 'inner' macro) by use of a procedural macro. This commit adds a `respan!` proc-macro to the `sdk/macro` crate. Using the newly-stabilized (on Nightly) `Span::resolved_at` method, the `$crate` identifier can be made to be resolved in the context of the proper crate. Since `Span::resolved_at` is only stable on the latest nightly, referencing it on an earlier version of Rust will cause a compilation error. This requires the `rustversion` crate to be used, which allows conditionally compiling code epending on the Rust compiler version in use. Since this method is already stabilized in the latest nightly, there will never be a situation where the hygiene bug is fixed (e.g. https://github.com/rust-lang/rust/pull/72121) is merged but we are unable to call `Span::resolved_at`.
2020-06-19 22:42:11 -07:00
"rustversion",
2020-04-27 16:09:07 -07:00
"serde",
"serde_bytes",
"serde_derive",
"serde_json",
"sha2",
"sha3",
2020-10-07 20:20:42 -07:00
"solana-crate-features 1.5.0",
"solana-frozen-abi",
"solana-frozen-abi-macro",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
"solana-sdk-macro 1.5.0",
2020-04-27 16:09:07 -07:00
"thiserror",
"tiny-bip39",
]
[[package]]
name = "solana-sdk-macro"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77033e18acf3e9e580e25a999a45279f73dc2e8440250b2a7959f74c8ee94a4a"
dependencies = [
"bs58",
"proc-macro2 1.0.19",
"quote 1.0.6",
"rustversion",
"syn 1.0.27",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "solana-sdk-macro"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
"bs58",
"proc-macro2 1.0.19",
"quote 1.0.6",
Fix hygiene issues in `declare_program!` and `declare_loader!` The `declare_program!` and `declare_loader!` macros both expand to new macro definitions (based on the `$name` argument). These 'inner' macros make use of the special `$crate` metavariable to access items in the crate where the 'inner' macros is defined. However, this only works due to a bug in rustc. When a macro is expanded, all `$crate` tokens in its output are 'marked' as being resolved in the defining crate of that macro. An inner macro (including the body of its arms) is 'just' another set of tokens that appears in the body of the outer macro, so any `$crate` identifiers used there are resolved relative to the 'outer' macro. For example, consider the following code: ```rust macro_rules! outer { () => { macro_rules! inner { () => { $crate::Foo } } } } ``` The path `$crate::Foo` will be resolved relative to the crate that defines `outer`, **not** the crate which defines `inner`. However, rustc currently loses this extra resolution information (referred to as 'hygiene' information) when a crate is serialized. In the above example, this means that the macro `inner` (which gets defined in whatever crate invokes `outer!`) will behave differently depending on which crate it is invoked from: When `inner` is invoked from the same crate in which it is defined, the hygiene information will still be available, which will cause `$crate::Foo` to be resolved in the crate which defines 'outer'. When `inner` is invoked from a different crate, it will be loaded from the metadata of the crate which defines 'inner'. Since the hygiene information is currently lost, rust will 'forget' that `$crate::Foo` is supposed to be resolved in the context of 'outer'. Instead, it will be resolved relative to the crate which defines 'inner', which can cause incorrect code to compile. This bug will soon be fixed in rust (see https://github.com/rust-lang/rust/pull/72121), which will break `declare_program!` and `declare_loader!`. Fortunately, it's possible to obtain the desired behavior (`$crate` resolving in the context of the 'inner' macro) by use of a procedural macro. This commit adds a `respan!` proc-macro to the `sdk/macro` crate. Using the newly-stabilized (on Nightly) `Span::resolved_at` method, the `$crate` identifier can be made to be resolved in the context of the proper crate. Since `Span::resolved_at` is only stable on the latest nightly, referencing it on an earlier version of Rust will cause a compilation error. This requires the `rustversion` crate to be used, which allows conditionally compiling code epending on the Rust compiler version in use. Since this method is already stabilized in the latest nightly, there will never be a situation where the hygiene bug is fixed (e.g. https://github.com/rust-lang/rust/pull/72121) is merged but we are unable to call `Span::resolved_at`.
2020-06-19 22:42:11 -07:00
"rustversion",
2020-05-28 15:32:42 -07:00
"syn 1.0.27",
]
[[package]]
name = "solana-sdk-macro-frozen-abi"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef03519deb55e8cb33aa7be941a13e59de0e437f3a5ce9118c71d96556e5293f"
dependencies = [
"lazy_static",
"proc-macro2 1.0.19",
"quote 1.0.6",
"rustc_version",
"syn 1.0.27",
]
[[package]]
name = "solana-secp256k1-program"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
"bincode",
"digest 0.9.0",
"libsecp256k1",
"rand 0.7.3",
"sha3",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
"solana-sdk 1.5.0",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "solana-stake-accounts"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"clap",
"solana-clap-utils",
"solana-cli-config",
"solana-client",
"solana-remote-wallet",
"solana-runtime",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-stake-program",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "solana-stake-monitor"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"clap",
"console",
2020-04-27 16:09:07 -07:00
"log 0.4.8",
"serde",
"serde_yaml",
"serial_test",
"serial_test_derive",
"solana-clap-utils",
"solana-cli-config",
"solana-client",
"solana-core",
"solana-local-cluster",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-metrics",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-stake-program",
"solana-transaction-status",
"solana-version",
2020-04-27 16:09:07 -07:00
"tempfile",
]
2020-05-20 16:15:03 -07:00
[[package]]
name = "solana-stake-o-matic"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
2020-05-20 16:15:03 -07:00
dependencies = [
"clap",
"log 0.4.8",
"serde_yaml",
"solana-clap-utils",
"solana-cli-config",
"solana-cli-output",
2020-05-20 16:15:03 -07:00
"solana-client",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
2020-05-20 16:15:03 -07:00
"solana-metrics",
"solana-notifier",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
2020-05-20 16:15:03 -07:00
"solana-stake-program",
"solana-transaction-status",
]
[[package]]
2020-04-27 16:09:07 -07:00
name = "solana-stake-program"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"bincode",
"log 0.4.8",
"num-derive",
"num-traits",
"rustc_version",
2020-04-27 16:09:07 -07:00
"serde",
"serde_derive",
"solana-config-program",
"solana-frozen-abi",
"solana-frozen-abi-macro",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-metrics",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
2020-04-27 16:09:07 -07:00
"solana-vote-program",
"thiserror",
]
2020-08-05 12:30:39 -07:00
[[package]]
name = "solana-storage-bigtable"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
2020-08-05 12:30:39 -07:00
dependencies = [
"backoff",
"bincode",
"bzip2",
"enum-iterator",
"flate2",
"futures 0.3.5",
"goauth",
"log 0.4.8",
"prost",
"prost-types",
"serde",
"serde_derive",
"smpl_jwt",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
"solana-storage-proto",
2020-08-05 12:30:39 -07:00
"solana-transaction-status",
"thiserror",
"tonic",
"zstd",
]
[[package]]
name = "solana-storage-proto"
version = "1.5.0"
dependencies = [
"bincode",
"prost",
"serde",
"serde_derive",
"solana-sdk 1.5.0",
"solana-transaction-status",
]
[[package]]
2020-05-01 12:51:29 -07:00
name = "solana-streamer"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
2020-05-01 12:51:29 -07:00
dependencies = [
"libc",
"log 0.4.8",
"nix",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
2020-05-01 12:51:29 -07:00
"solana-measure",
"solana-metrics",
"solana-perf",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
2020-05-01 12:51:29 -07:00
"thiserror",
]
[[package]]
name = "solana-sys-tuner"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
2020-05-01 12:51:29 -07:00
dependencies = [
"clap",
"libc",
"log 0.4.8",
"nix",
"solana-clap-utils",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
"solana-version",
2020-05-01 12:51:29 -07:00
"sysctl",
"unix_socket2",
"users",
]
[[package]]
Add solana-tokens (#10011) * Initial commit * Execute transfers * Refactor for testing * Cleanup readme * Rewrite * Cleanup * Cleanup * Cleanup client * Use a Null Client to move prints closer to where messages are sent * Upgrade Solana * Move core functionality into its own module * Handle transaction errors * Merge allocations * Fixes * Cleanup readme * Fix markdown * Add example input * Add integration test - currently fails * Add integration test * Add metrics * Use RpcClient in dry-run, just don't send messages * More metrics * Fix dry run with no keys * Only require one approval if fee-payer is the sender keypair * Fix bugs * Don't create the transaction log if nothing to put into it; otherwise the next innvocation won't add the header * Apply previous transactions to allocations with matching recipients * Bail out of any account already has a balance * Polish * Add new 'balances' command * 9 decimal places * Add missing file * Better dry-run; keypair options now optional * Change field name from 'bid' to 'accepted' Also, tolerate precision change from 2 decimal places to 4 * Write to transaction log immediately * Rename allocations_csv to bids_csv So that we can bypass bids_csv with an allocations CSV file * Upgrade Solana * Remove faucet from integration test * Cleaner integration test Won't work until this lands and is released: https://github.com/solana-labs/solana/pull/9717 * Update README * Add TravicCI script to build and test (#1) * Add distribute-stake command (#2) * Distribute -> DistributeTokens (#3) * Cache cargo deps (#4) * Add docs (#5) * Switch to latest Solana 1.1 release (#7) * distribute -> distribute-tokens (#9) * Switch from CSV to a pickledb database (#8) * Switch from CSV to a pickledb database * Allow PickleDb errors to bubble up * Dedup * Hoist db * Add finalized field to TransactionInfo * Don't allow RPC client to resign transactions * Remove dead code * Use transport::Result * Record unconfirmed transaction * Fix: separate stake account per allocation * Catch transport errors * Panic if we attempt to replay a transaction that hasn't been finalized * Attempt to fix CI PickleDb isn't calling flush() or close() after writing to files. No issue on MacOS, but looks racy in CI. * Revert "Attempt to fix CI" This reverts commit 1632394f636c54402b3578120e8817dd1660e19b. * Poll for signature before returning * Add --sol-for-fees option for stake distributions * Add --allocations-csv option (#14) * Add allocations-csv option * Add tests or GTFO * Apply review feedback * apply feedback * Add read_allocations function * Update arg_parser.rs * Fix balances command (#17) * Fix balances command * Fix readme * Add --force to transfer to non-empty accounts (#18) * Add --no-wait (#16) * Add ThinClient methods to implement --no-wait * Plumb --no-wait through No tests yet * Check transaction status on startup * Easier to test * Wait until transaction is finalized before checking if it failed with an error It's possible that a minority fork thinks it failed. * Add unit tests * Remove dead code and rustfmt * Don't flush database to file if doing a dry-run * Continue when transactions not yet finalized (#20) If those transactions are dropped, the next run will execute them. * Return the number of confirmations (#21) * Add read_allocations() unit-test (#22) Delete the copy-pasted top-level test. Fixes #19 * Add a CSV printer (#23) * Remove all the copypasta (#24) * Move resolve_distribute_stake_args into its own function * Add stake args to token args * Unify option names * Move Command::DistributeStake into DistributeTokens * Remove process_distribute_stake * Only unique signers * Use sender keypair to fund new fee-payer accounts * Unify distribute_tokens and distribute_stake * Rename print-database command to transaction-log (#25) * Send all transactions as quickly as possible, then wait (#26) * Send all transactions as quickly as possible, then wait * Exit when finalized or blockhashes have expired * Don't need blockhash in the CSV output * Better types CSV library was choking on Pubkey as a type. PickleDb doesn't have that problem. * Resend if blockhash has not expired * Attempt to fix CI * Move log to stderr * Add constructor, tuck away client (#30) * Add constructor, tuck away client * Fix unwrap() caught by CI * Fix optional option flagged as required * Bunch of cleanup (#31) * Remove untested --no-wait feature * Make --transactions-db an option, not an arg So that in the future, we can make it optional * Remove more untested features Too many false positives in that santity check. Use --dry-run instead. * Add dry-run mode to ThinClient * Cleaner dry-run * Make key parameters required Just don't use them in --dry-run * Add option to write the transaction log --dry-run doesn't write to the database. Use this option if you want a copy of the transaction log before the final run. * Revert --transaction-log addition Implement #27 first * Fix CI * Update readme * Fix CI in copypasta * Sort transaction log by finalized date (#33) * Make --transaction-db option implicit (#34) * Move db functionality into its own module (#35) * Move db functionality into its own module * Rename tokens module to commands * Version bump * Upgrade Solana * Add solana-tokens to build * Remove Cargo.lock * Remove vscode file * Remove TravisCI build script * Install solana-tokens Co-authored-by: Dan Albert <dan@solana.com>
2020-05-13 07:36:30 -07:00
name = "solana-tokens"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
Add solana-tokens (#10011) * Initial commit * Execute transfers * Refactor for testing * Cleanup readme * Rewrite * Cleanup * Cleanup * Cleanup client * Use a Null Client to move prints closer to where messages are sent * Upgrade Solana * Move core functionality into its own module * Handle transaction errors * Merge allocations * Fixes * Cleanup readme * Fix markdown * Add example input * Add integration test - currently fails * Add integration test * Add metrics * Use RpcClient in dry-run, just don't send messages * More metrics * Fix dry run with no keys * Only require one approval if fee-payer is the sender keypair * Fix bugs * Don't create the transaction log if nothing to put into it; otherwise the next innvocation won't add the header * Apply previous transactions to allocations with matching recipients * Bail out of any account already has a balance * Polish * Add new 'balances' command * 9 decimal places * Add missing file * Better dry-run; keypair options now optional * Change field name from 'bid' to 'accepted' Also, tolerate precision change from 2 decimal places to 4 * Write to transaction log immediately * Rename allocations_csv to bids_csv So that we can bypass bids_csv with an allocations CSV file * Upgrade Solana * Remove faucet from integration test * Cleaner integration test Won't work until this lands and is released: https://github.com/solana-labs/solana/pull/9717 * Update README * Add TravicCI script to build and test (#1) * Add distribute-stake command (#2) * Distribute -> DistributeTokens (#3) * Cache cargo deps (#4) * Add docs (#5) * Switch to latest Solana 1.1 release (#7) * distribute -> distribute-tokens (#9) * Switch from CSV to a pickledb database (#8) * Switch from CSV to a pickledb database * Allow PickleDb errors to bubble up * Dedup * Hoist db * Add finalized field to TransactionInfo * Don't allow RPC client to resign transactions * Remove dead code * Use transport::Result * Record unconfirmed transaction * Fix: separate stake account per allocation * Catch transport errors * Panic if we attempt to replay a transaction that hasn't been finalized * Attempt to fix CI PickleDb isn't calling flush() or close() after writing to files. No issue on MacOS, but looks racy in CI. * Revert "Attempt to fix CI" This reverts commit 1632394f636c54402b3578120e8817dd1660e19b. * Poll for signature before returning * Add --sol-for-fees option for stake distributions * Add --allocations-csv option (#14) * Add allocations-csv option * Add tests or GTFO * Apply review feedback * apply feedback * Add read_allocations function * Update arg_parser.rs * Fix balances command (#17) * Fix balances command * Fix readme * Add --force to transfer to non-empty accounts (#18) * Add --no-wait (#16) * Add ThinClient methods to implement --no-wait * Plumb --no-wait through No tests yet * Check transaction status on startup * Easier to test * Wait until transaction is finalized before checking if it failed with an error It's possible that a minority fork thinks it failed. * Add unit tests * Remove dead code and rustfmt * Don't flush database to file if doing a dry-run * Continue when transactions not yet finalized (#20) If those transactions are dropped, the next run will execute them. * Return the number of confirmations (#21) * Add read_allocations() unit-test (#22) Delete the copy-pasted top-level test. Fixes #19 * Add a CSV printer (#23) * Remove all the copypasta (#24) * Move resolve_distribute_stake_args into its own function * Add stake args to token args * Unify option names * Move Command::DistributeStake into DistributeTokens * Remove process_distribute_stake * Only unique signers * Use sender keypair to fund new fee-payer accounts * Unify distribute_tokens and distribute_stake * Rename print-database command to transaction-log (#25) * Send all transactions as quickly as possible, then wait (#26) * Send all transactions as quickly as possible, then wait * Exit when finalized or blockhashes have expired * Don't need blockhash in the CSV output * Better types CSV library was choking on Pubkey as a type. PickleDb doesn't have that problem. * Resend if blockhash has not expired * Attempt to fix CI * Move log to stderr * Add constructor, tuck away client (#30) * Add constructor, tuck away client * Fix unwrap() caught by CI * Fix optional option flagged as required * Bunch of cleanup (#31) * Remove untested --no-wait feature * Make --transactions-db an option, not an arg So that in the future, we can make it optional * Remove more untested features Too many false positives in that santity check. Use --dry-run instead. * Add dry-run mode to ThinClient * Cleaner dry-run * Make key parameters required Just don't use them in --dry-run * Add option to write the transaction log --dry-run doesn't write to the database. Use this option if you want a copy of the transaction log before the final run. * Revert --transaction-log addition Implement #27 first * Fix CI * Update readme * Fix CI in copypasta * Sort transaction log by finalized date (#33) * Make --transaction-db option implicit (#34) * Move db functionality into its own module (#35) * Move db functionality into its own module * Rename tokens module to commands * Version bump * Upgrade Solana * Add solana-tokens to build * Remove Cargo.lock * Remove vscode file * Remove TravisCI build script * Install solana-tokens Co-authored-by: Dan Albert <dan@solana.com>
2020-05-13 07:36:30 -07:00
dependencies = [
"bincode",
Add solana-tokens (#10011) * Initial commit * Execute transfers * Refactor for testing * Cleanup readme * Rewrite * Cleanup * Cleanup * Cleanup client * Use a Null Client to move prints closer to where messages are sent * Upgrade Solana * Move core functionality into its own module * Handle transaction errors * Merge allocations * Fixes * Cleanup readme * Fix markdown * Add example input * Add integration test - currently fails * Add integration test * Add metrics * Use RpcClient in dry-run, just don't send messages * More metrics * Fix dry run with no keys * Only require one approval if fee-payer is the sender keypair * Fix bugs * Don't create the transaction log if nothing to put into it; otherwise the next innvocation won't add the header * Apply previous transactions to allocations with matching recipients * Bail out of any account already has a balance * Polish * Add new 'balances' command * 9 decimal places * Add missing file * Better dry-run; keypair options now optional * Change field name from 'bid' to 'accepted' Also, tolerate precision change from 2 decimal places to 4 * Write to transaction log immediately * Rename allocations_csv to bids_csv So that we can bypass bids_csv with an allocations CSV file * Upgrade Solana * Remove faucet from integration test * Cleaner integration test Won't work until this lands and is released: https://github.com/solana-labs/solana/pull/9717 * Update README * Add TravicCI script to build and test (#1) * Add distribute-stake command (#2) * Distribute -> DistributeTokens (#3) * Cache cargo deps (#4) * Add docs (#5) * Switch to latest Solana 1.1 release (#7) * distribute -> distribute-tokens (#9) * Switch from CSV to a pickledb database (#8) * Switch from CSV to a pickledb database * Allow PickleDb errors to bubble up * Dedup * Hoist db * Add finalized field to TransactionInfo * Don't allow RPC client to resign transactions * Remove dead code * Use transport::Result * Record unconfirmed transaction * Fix: separate stake account per allocation * Catch transport errors * Panic if we attempt to replay a transaction that hasn't been finalized * Attempt to fix CI PickleDb isn't calling flush() or close() after writing to files. No issue on MacOS, but looks racy in CI. * Revert "Attempt to fix CI" This reverts commit 1632394f636c54402b3578120e8817dd1660e19b. * Poll for signature before returning * Add --sol-for-fees option for stake distributions * Add --allocations-csv option (#14) * Add allocations-csv option * Add tests or GTFO * Apply review feedback * apply feedback * Add read_allocations function * Update arg_parser.rs * Fix balances command (#17) * Fix balances command * Fix readme * Add --force to transfer to non-empty accounts (#18) * Add --no-wait (#16) * Add ThinClient methods to implement --no-wait * Plumb --no-wait through No tests yet * Check transaction status on startup * Easier to test * Wait until transaction is finalized before checking if it failed with an error It's possible that a minority fork thinks it failed. * Add unit tests * Remove dead code and rustfmt * Don't flush database to file if doing a dry-run * Continue when transactions not yet finalized (#20) If those transactions are dropped, the next run will execute them. * Return the number of confirmations (#21) * Add read_allocations() unit-test (#22) Delete the copy-pasted top-level test. Fixes #19 * Add a CSV printer (#23) * Remove all the copypasta (#24) * Move resolve_distribute_stake_args into its own function * Add stake args to token args * Unify option names * Move Command::DistributeStake into DistributeTokens * Remove process_distribute_stake * Only unique signers * Use sender keypair to fund new fee-payer accounts * Unify distribute_tokens and distribute_stake * Rename print-database command to transaction-log (#25) * Send all transactions as quickly as possible, then wait (#26) * Send all transactions as quickly as possible, then wait * Exit when finalized or blockhashes have expired * Don't need blockhash in the CSV output * Better types CSV library was choking on Pubkey as a type. PickleDb doesn't have that problem. * Resend if blockhash has not expired * Attempt to fix CI * Move log to stderr * Add constructor, tuck away client (#30) * Add constructor, tuck away client * Fix unwrap() caught by CI * Fix optional option flagged as required * Bunch of cleanup (#31) * Remove untested --no-wait feature * Make --transactions-db an option, not an arg So that in the future, we can make it optional * Remove more untested features Too many false positives in that santity check. Use --dry-run instead. * Add dry-run mode to ThinClient * Cleaner dry-run * Make key parameters required Just don't use them in --dry-run * Add option to write the transaction log --dry-run doesn't write to the database. Use this option if you want a copy of the transaction log before the final run. * Revert --transaction-log addition Implement #27 first * Fix CI * Update readme * Fix CI in copypasta * Sort transaction log by finalized date (#33) * Make --transaction-db option implicit (#34) * Move db functionality into its own module (#35) * Move db functionality into its own module * Rename tokens module to commands * Version bump * Upgrade Solana * Add solana-tokens to build * Remove Cargo.lock * Remove vscode file * Remove TravisCI build script * Install solana-tokens Co-authored-by: Dan Albert <dan@solana.com>
2020-05-13 07:36:30 -07:00
"chrono",
"clap",
"console",
Add solana-tokens (#10011) * Initial commit * Execute transfers * Refactor for testing * Cleanup readme * Rewrite * Cleanup * Cleanup * Cleanup client * Use a Null Client to move prints closer to where messages are sent * Upgrade Solana * Move core functionality into its own module * Handle transaction errors * Merge allocations * Fixes * Cleanup readme * Fix markdown * Add example input * Add integration test - currently fails * Add integration test * Add metrics * Use RpcClient in dry-run, just don't send messages * More metrics * Fix dry run with no keys * Only require one approval if fee-payer is the sender keypair * Fix bugs * Don't create the transaction log if nothing to put into it; otherwise the next innvocation won't add the header * Apply previous transactions to allocations with matching recipients * Bail out of any account already has a balance * Polish * Add new 'balances' command * 9 decimal places * Add missing file * Better dry-run; keypair options now optional * Change field name from 'bid' to 'accepted' Also, tolerate precision change from 2 decimal places to 4 * Write to transaction log immediately * Rename allocations_csv to bids_csv So that we can bypass bids_csv with an allocations CSV file * Upgrade Solana * Remove faucet from integration test * Cleaner integration test Won't work until this lands and is released: https://github.com/solana-labs/solana/pull/9717 * Update README * Add TravicCI script to build and test (#1) * Add distribute-stake command (#2) * Distribute -> DistributeTokens (#3) * Cache cargo deps (#4) * Add docs (#5) * Switch to latest Solana 1.1 release (#7) * distribute -> distribute-tokens (#9) * Switch from CSV to a pickledb database (#8) * Switch from CSV to a pickledb database * Allow PickleDb errors to bubble up * Dedup * Hoist db * Add finalized field to TransactionInfo * Don't allow RPC client to resign transactions * Remove dead code * Use transport::Result * Record unconfirmed transaction * Fix: separate stake account per allocation * Catch transport errors * Panic if we attempt to replay a transaction that hasn't been finalized * Attempt to fix CI PickleDb isn't calling flush() or close() after writing to files. No issue on MacOS, but looks racy in CI. * Revert "Attempt to fix CI" This reverts commit 1632394f636c54402b3578120e8817dd1660e19b. * Poll for signature before returning * Add --sol-for-fees option for stake distributions * Add --allocations-csv option (#14) * Add allocations-csv option * Add tests or GTFO * Apply review feedback * apply feedback * Add read_allocations function * Update arg_parser.rs * Fix balances command (#17) * Fix balances command * Fix readme * Add --force to transfer to non-empty accounts (#18) * Add --no-wait (#16) * Add ThinClient methods to implement --no-wait * Plumb --no-wait through No tests yet * Check transaction status on startup * Easier to test * Wait until transaction is finalized before checking if it failed with an error It's possible that a minority fork thinks it failed. * Add unit tests * Remove dead code and rustfmt * Don't flush database to file if doing a dry-run * Continue when transactions not yet finalized (#20) If those transactions are dropped, the next run will execute them. * Return the number of confirmations (#21) * Add read_allocations() unit-test (#22) Delete the copy-pasted top-level test. Fixes #19 * Add a CSV printer (#23) * Remove all the copypasta (#24) * Move resolve_distribute_stake_args into its own function * Add stake args to token args * Unify option names * Move Command::DistributeStake into DistributeTokens * Remove process_distribute_stake * Only unique signers * Use sender keypair to fund new fee-payer accounts * Unify distribute_tokens and distribute_stake * Rename print-database command to transaction-log (#25) * Send all transactions as quickly as possible, then wait (#26) * Send all transactions as quickly as possible, then wait * Exit when finalized or blockhashes have expired * Don't need blockhash in the CSV output * Better types CSV library was choking on Pubkey as a type. PickleDb doesn't have that problem. * Resend if blockhash has not expired * Attempt to fix CI * Move log to stderr * Add constructor, tuck away client (#30) * Add constructor, tuck away client * Fix unwrap() caught by CI * Fix optional option flagged as required * Bunch of cleanup (#31) * Remove untested --no-wait feature * Make --transactions-db an option, not an arg So that in the future, we can make it optional * Remove more untested features Too many false positives in that santity check. Use --dry-run instead. * Add dry-run mode to ThinClient * Cleaner dry-run * Make key parameters required Just don't use them in --dry-run * Add option to write the transaction log --dry-run doesn't write to the database. Use this option if you want a copy of the transaction log before the final run. * Revert --transaction-log addition Implement #27 first * Fix CI * Update readme * Fix CI in copypasta * Sort transaction log by finalized date (#33) * Make --transaction-db option implicit (#34) * Move db functionality into its own module (#35) * Move db functionality into its own module * Rename tokens module to commands * Version bump * Upgrade Solana * Add solana-tokens to build * Remove Cargo.lock * Remove vscode file * Remove TravisCI build script * Install solana-tokens Co-authored-by: Dan Albert <dan@solana.com>
2020-05-13 07:36:30 -07:00
"csv",
"dirs",
Add solana-tokens (#10011) * Initial commit * Execute transfers * Refactor for testing * Cleanup readme * Rewrite * Cleanup * Cleanup * Cleanup client * Use a Null Client to move prints closer to where messages are sent * Upgrade Solana * Move core functionality into its own module * Handle transaction errors * Merge allocations * Fixes * Cleanup readme * Fix markdown * Add example input * Add integration test - currently fails * Add integration test * Add metrics * Use RpcClient in dry-run, just don't send messages * More metrics * Fix dry run with no keys * Only require one approval if fee-payer is the sender keypair * Fix bugs * Don't create the transaction log if nothing to put into it; otherwise the next innvocation won't add the header * Apply previous transactions to allocations with matching recipients * Bail out of any account already has a balance * Polish * Add new 'balances' command * 9 decimal places * Add missing file * Better dry-run; keypair options now optional * Change field name from 'bid' to 'accepted' Also, tolerate precision change from 2 decimal places to 4 * Write to transaction log immediately * Rename allocations_csv to bids_csv So that we can bypass bids_csv with an allocations CSV file * Upgrade Solana * Remove faucet from integration test * Cleaner integration test Won't work until this lands and is released: https://github.com/solana-labs/solana/pull/9717 * Update README * Add TravicCI script to build and test (#1) * Add distribute-stake command (#2) * Distribute -> DistributeTokens (#3) * Cache cargo deps (#4) * Add docs (#5) * Switch to latest Solana 1.1 release (#7) * distribute -> distribute-tokens (#9) * Switch from CSV to a pickledb database (#8) * Switch from CSV to a pickledb database * Allow PickleDb errors to bubble up * Dedup * Hoist db * Add finalized field to TransactionInfo * Don't allow RPC client to resign transactions * Remove dead code * Use transport::Result * Record unconfirmed transaction * Fix: separate stake account per allocation * Catch transport errors * Panic if we attempt to replay a transaction that hasn't been finalized * Attempt to fix CI PickleDb isn't calling flush() or close() after writing to files. No issue on MacOS, but looks racy in CI. * Revert "Attempt to fix CI" This reverts commit 1632394f636c54402b3578120e8817dd1660e19b. * Poll for signature before returning * Add --sol-for-fees option for stake distributions * Add --allocations-csv option (#14) * Add allocations-csv option * Add tests or GTFO * Apply review feedback * apply feedback * Add read_allocations function * Update arg_parser.rs * Fix balances command (#17) * Fix balances command * Fix readme * Add --force to transfer to non-empty accounts (#18) * Add --no-wait (#16) * Add ThinClient methods to implement --no-wait * Plumb --no-wait through No tests yet * Check transaction status on startup * Easier to test * Wait until transaction is finalized before checking if it failed with an error It's possible that a minority fork thinks it failed. * Add unit tests * Remove dead code and rustfmt * Don't flush database to file if doing a dry-run * Continue when transactions not yet finalized (#20) If those transactions are dropped, the next run will execute them. * Return the number of confirmations (#21) * Add read_allocations() unit-test (#22) Delete the copy-pasted top-level test. Fixes #19 * Add a CSV printer (#23) * Remove all the copypasta (#24) * Move resolve_distribute_stake_args into its own function * Add stake args to token args * Unify option names * Move Command::DistributeStake into DistributeTokens * Remove process_distribute_stake * Only unique signers * Use sender keypair to fund new fee-payer accounts * Unify distribute_tokens and distribute_stake * Rename print-database command to transaction-log (#25) * Send all transactions as quickly as possible, then wait (#26) * Send all transactions as quickly as possible, then wait * Exit when finalized or blockhashes have expired * Don't need blockhash in the CSV output * Better types CSV library was choking on Pubkey as a type. PickleDb doesn't have that problem. * Resend if blockhash has not expired * Attempt to fix CI * Move log to stderr * Add constructor, tuck away client (#30) * Add constructor, tuck away client * Fix unwrap() caught by CI * Fix optional option flagged as required * Bunch of cleanup (#31) * Remove untested --no-wait feature * Make --transactions-db an option, not an arg So that in the future, we can make it optional * Remove more untested features Too many false positives in that santity check. Use --dry-run instead. * Add dry-run mode to ThinClient * Cleaner dry-run * Make key parameters required Just don't use them in --dry-run * Add option to write the transaction log --dry-run doesn't write to the database. Use this option if you want a copy of the transaction log before the final run. * Revert --transaction-log addition Implement #27 first * Fix CI * Update readme * Fix CI in copypasta * Sort transaction log by finalized date (#33) * Make --transaction-db option implicit (#34) * Move db functionality into its own module (#35) * Move db functionality into its own module * Rename tokens module to commands * Version bump * Upgrade Solana * Add solana-tokens to build * Remove Cargo.lock * Remove vscode file * Remove TravisCI build script * Install solana-tokens Co-authored-by: Dan Albert <dan@solana.com>
2020-05-13 07:36:30 -07:00
"indexmap",
"indicatif",
"pickledb",
"serde",
"solana-banks-client",
"solana-banks-server",
Add solana-tokens (#10011) * Initial commit * Execute transfers * Refactor for testing * Cleanup readme * Rewrite * Cleanup * Cleanup * Cleanup client * Use a Null Client to move prints closer to where messages are sent * Upgrade Solana * Move core functionality into its own module * Handle transaction errors * Merge allocations * Fixes * Cleanup readme * Fix markdown * Add example input * Add integration test - currently fails * Add integration test * Add metrics * Use RpcClient in dry-run, just don't send messages * More metrics * Fix dry run with no keys * Only require one approval if fee-payer is the sender keypair * Fix bugs * Don't create the transaction log if nothing to put into it; otherwise the next innvocation won't add the header * Apply previous transactions to allocations with matching recipients * Bail out of any account already has a balance * Polish * Add new 'balances' command * 9 decimal places * Add missing file * Better dry-run; keypair options now optional * Change field name from 'bid' to 'accepted' Also, tolerate precision change from 2 decimal places to 4 * Write to transaction log immediately * Rename allocations_csv to bids_csv So that we can bypass bids_csv with an allocations CSV file * Upgrade Solana * Remove faucet from integration test * Cleaner integration test Won't work until this lands and is released: https://github.com/solana-labs/solana/pull/9717 * Update README * Add TravicCI script to build and test (#1) * Add distribute-stake command (#2) * Distribute -> DistributeTokens (#3) * Cache cargo deps (#4) * Add docs (#5) * Switch to latest Solana 1.1 release (#7) * distribute -> distribute-tokens (#9) * Switch from CSV to a pickledb database (#8) * Switch from CSV to a pickledb database * Allow PickleDb errors to bubble up * Dedup * Hoist db * Add finalized field to TransactionInfo * Don't allow RPC client to resign transactions * Remove dead code * Use transport::Result * Record unconfirmed transaction * Fix: separate stake account per allocation * Catch transport errors * Panic if we attempt to replay a transaction that hasn't been finalized * Attempt to fix CI PickleDb isn't calling flush() or close() after writing to files. No issue on MacOS, but looks racy in CI. * Revert "Attempt to fix CI" This reverts commit 1632394f636c54402b3578120e8817dd1660e19b. * Poll for signature before returning * Add --sol-for-fees option for stake distributions * Add --allocations-csv option (#14) * Add allocations-csv option * Add tests or GTFO * Apply review feedback * apply feedback * Add read_allocations function * Update arg_parser.rs * Fix balances command (#17) * Fix balances command * Fix readme * Add --force to transfer to non-empty accounts (#18) * Add --no-wait (#16) * Add ThinClient methods to implement --no-wait * Plumb --no-wait through No tests yet * Check transaction status on startup * Easier to test * Wait until transaction is finalized before checking if it failed with an error It's possible that a minority fork thinks it failed. * Add unit tests * Remove dead code and rustfmt * Don't flush database to file if doing a dry-run * Continue when transactions not yet finalized (#20) If those transactions are dropped, the next run will execute them. * Return the number of confirmations (#21) * Add read_allocations() unit-test (#22) Delete the copy-pasted top-level test. Fixes #19 * Add a CSV printer (#23) * Remove all the copypasta (#24) * Move resolve_distribute_stake_args into its own function * Add stake args to token args * Unify option names * Move Command::DistributeStake into DistributeTokens * Remove process_distribute_stake * Only unique signers * Use sender keypair to fund new fee-payer accounts * Unify distribute_tokens and distribute_stake * Rename print-database command to transaction-log (#25) * Send all transactions as quickly as possible, then wait (#26) * Send all transactions as quickly as possible, then wait * Exit when finalized or blockhashes have expired * Don't need blockhash in the CSV output * Better types CSV library was choking on Pubkey as a type. PickleDb doesn't have that problem. * Resend if blockhash has not expired * Attempt to fix CI * Move log to stderr * Add constructor, tuck away client (#30) * Add constructor, tuck away client * Fix unwrap() caught by CI * Fix optional option flagged as required * Bunch of cleanup (#31) * Remove untested --no-wait feature * Make --transactions-db an option, not an arg So that in the future, we can make it optional * Remove more untested features Too many false positives in that santity check. Use --dry-run instead. * Add dry-run mode to ThinClient * Cleaner dry-run * Make key parameters required Just don't use them in --dry-run * Add option to write the transaction log --dry-run doesn't write to the database. Use this option if you want a copy of the transaction log before the final run. * Revert --transaction-log addition Implement #27 first * Fix CI * Update readme * Fix CI in copypasta * Sort transaction log by finalized date (#33) * Make --transaction-db option implicit (#34) * Move db functionality into its own module (#35) * Move db functionality into its own module * Rename tokens module to commands * Version bump * Upgrade Solana * Add solana-tokens to build * Remove Cargo.lock * Remove vscode file * Remove TravisCI build script * Install solana-tokens Co-authored-by: Dan Albert <dan@solana.com>
2020-05-13 07:36:30 -07:00
"solana-clap-utils",
"solana-cli-config",
"solana-client",
"solana-core",
"solana-remote-wallet",
"solana-runtime",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
Add solana-tokens (#10011) * Initial commit * Execute transfers * Refactor for testing * Cleanup readme * Rewrite * Cleanup * Cleanup * Cleanup client * Use a Null Client to move prints closer to where messages are sent * Upgrade Solana * Move core functionality into its own module * Handle transaction errors * Merge allocations * Fixes * Cleanup readme * Fix markdown * Add example input * Add integration test - currently fails * Add integration test * Add metrics * Use RpcClient in dry-run, just don't send messages * More metrics * Fix dry run with no keys * Only require one approval if fee-payer is the sender keypair * Fix bugs * Don't create the transaction log if nothing to put into it; otherwise the next innvocation won't add the header * Apply previous transactions to allocations with matching recipients * Bail out of any account already has a balance * Polish * Add new 'balances' command * 9 decimal places * Add missing file * Better dry-run; keypair options now optional * Change field name from 'bid' to 'accepted' Also, tolerate precision change from 2 decimal places to 4 * Write to transaction log immediately * Rename allocations_csv to bids_csv So that we can bypass bids_csv with an allocations CSV file * Upgrade Solana * Remove faucet from integration test * Cleaner integration test Won't work until this lands and is released: https://github.com/solana-labs/solana/pull/9717 * Update README * Add TravicCI script to build and test (#1) * Add distribute-stake command (#2) * Distribute -> DistributeTokens (#3) * Cache cargo deps (#4) * Add docs (#5) * Switch to latest Solana 1.1 release (#7) * distribute -> distribute-tokens (#9) * Switch from CSV to a pickledb database (#8) * Switch from CSV to a pickledb database * Allow PickleDb errors to bubble up * Dedup * Hoist db * Add finalized field to TransactionInfo * Don't allow RPC client to resign transactions * Remove dead code * Use transport::Result * Record unconfirmed transaction * Fix: separate stake account per allocation * Catch transport errors * Panic if we attempt to replay a transaction that hasn't been finalized * Attempt to fix CI PickleDb isn't calling flush() or close() after writing to files. No issue on MacOS, but looks racy in CI. * Revert "Attempt to fix CI" This reverts commit 1632394f636c54402b3578120e8817dd1660e19b. * Poll for signature before returning * Add --sol-for-fees option for stake distributions * Add --allocations-csv option (#14) * Add allocations-csv option * Add tests or GTFO * Apply review feedback * apply feedback * Add read_allocations function * Update arg_parser.rs * Fix balances command (#17) * Fix balances command * Fix readme * Add --force to transfer to non-empty accounts (#18) * Add --no-wait (#16) * Add ThinClient methods to implement --no-wait * Plumb --no-wait through No tests yet * Check transaction status on startup * Easier to test * Wait until transaction is finalized before checking if it failed with an error It's possible that a minority fork thinks it failed. * Add unit tests * Remove dead code and rustfmt * Don't flush database to file if doing a dry-run * Continue when transactions not yet finalized (#20) If those transactions are dropped, the next run will execute them. * Return the number of confirmations (#21) * Add read_allocations() unit-test (#22) Delete the copy-pasted top-level test. Fixes #19 * Add a CSV printer (#23) * Remove all the copypasta (#24) * Move resolve_distribute_stake_args into its own function * Add stake args to token args * Unify option names * Move Command::DistributeStake into DistributeTokens * Remove process_distribute_stake * Only unique signers * Use sender keypair to fund new fee-payer accounts * Unify distribute_tokens and distribute_stake * Rename print-database command to transaction-log (#25) * Send all transactions as quickly as possible, then wait (#26) * Send all transactions as quickly as possible, then wait * Exit when finalized or blockhashes have expired * Don't need blockhash in the CSV output * Better types CSV library was choking on Pubkey as a type. PickleDb doesn't have that problem. * Resend if blockhash has not expired * Attempt to fix CI * Move log to stderr * Add constructor, tuck away client (#30) * Add constructor, tuck away client * Fix unwrap() caught by CI * Fix optional option flagged as required * Bunch of cleanup (#31) * Remove untested --no-wait feature * Make --transactions-db an option, not an arg So that in the future, we can make it optional * Remove more untested features Too many false positives in that santity check. Use --dry-run instead. * Add dry-run mode to ThinClient * Cleaner dry-run * Make key parameters required Just don't use them in --dry-run * Add option to write the transaction log --dry-run doesn't write to the database. Use this option if you want a copy of the transaction log before the final run. * Revert --transaction-log addition Implement #27 first * Fix CI * Update readme * Fix CI in copypasta * Sort transaction log by finalized date (#33) * Make --transaction-db option implicit (#34) * Move db functionality into its own module (#35) * Move db functionality into its own module * Rename tokens module to commands * Version bump * Upgrade Solana * Add solana-tokens to build * Remove Cargo.lock * Remove vscode file * Remove TravisCI build script * Install solana-tokens Co-authored-by: Dan Albert <dan@solana.com>
2020-05-13 07:36:30 -07:00
"solana-stake-program",
"tempfile",
"thiserror",
"tokio 0.2.22",
"url 2.1.1",
Add solana-tokens (#10011) * Initial commit * Execute transfers * Refactor for testing * Cleanup readme * Rewrite * Cleanup * Cleanup * Cleanup client * Use a Null Client to move prints closer to where messages are sent * Upgrade Solana * Move core functionality into its own module * Handle transaction errors * Merge allocations * Fixes * Cleanup readme * Fix markdown * Add example input * Add integration test - currently fails * Add integration test * Add metrics * Use RpcClient in dry-run, just don't send messages * More metrics * Fix dry run with no keys * Only require one approval if fee-payer is the sender keypair * Fix bugs * Don't create the transaction log if nothing to put into it; otherwise the next innvocation won't add the header * Apply previous transactions to allocations with matching recipients * Bail out of any account already has a balance * Polish * Add new 'balances' command * 9 decimal places * Add missing file * Better dry-run; keypair options now optional * Change field name from 'bid' to 'accepted' Also, tolerate precision change from 2 decimal places to 4 * Write to transaction log immediately * Rename allocations_csv to bids_csv So that we can bypass bids_csv with an allocations CSV file * Upgrade Solana * Remove faucet from integration test * Cleaner integration test Won't work until this lands and is released: https://github.com/solana-labs/solana/pull/9717 * Update README * Add TravicCI script to build and test (#1) * Add distribute-stake command (#2) * Distribute -> DistributeTokens (#3) * Cache cargo deps (#4) * Add docs (#5) * Switch to latest Solana 1.1 release (#7) * distribute -> distribute-tokens (#9) * Switch from CSV to a pickledb database (#8) * Switch from CSV to a pickledb database * Allow PickleDb errors to bubble up * Dedup * Hoist db * Add finalized field to TransactionInfo * Don't allow RPC client to resign transactions * Remove dead code * Use transport::Result * Record unconfirmed transaction * Fix: separate stake account per allocation * Catch transport errors * Panic if we attempt to replay a transaction that hasn't been finalized * Attempt to fix CI PickleDb isn't calling flush() or close() after writing to files. No issue on MacOS, but looks racy in CI. * Revert "Attempt to fix CI" This reverts commit 1632394f636c54402b3578120e8817dd1660e19b. * Poll for signature before returning * Add --sol-for-fees option for stake distributions * Add --allocations-csv option (#14) * Add allocations-csv option * Add tests or GTFO * Apply review feedback * apply feedback * Add read_allocations function * Update arg_parser.rs * Fix balances command (#17) * Fix balances command * Fix readme * Add --force to transfer to non-empty accounts (#18) * Add --no-wait (#16) * Add ThinClient methods to implement --no-wait * Plumb --no-wait through No tests yet * Check transaction status on startup * Easier to test * Wait until transaction is finalized before checking if it failed with an error It's possible that a minority fork thinks it failed. * Add unit tests * Remove dead code and rustfmt * Don't flush database to file if doing a dry-run * Continue when transactions not yet finalized (#20) If those transactions are dropped, the next run will execute them. * Return the number of confirmations (#21) * Add read_allocations() unit-test (#22) Delete the copy-pasted top-level test. Fixes #19 * Add a CSV printer (#23) * Remove all the copypasta (#24) * Move resolve_distribute_stake_args into its own function * Add stake args to token args * Unify option names * Move Command::DistributeStake into DistributeTokens * Remove process_distribute_stake * Only unique signers * Use sender keypair to fund new fee-payer accounts * Unify distribute_tokens and distribute_stake * Rename print-database command to transaction-log (#25) * Send all transactions as quickly as possible, then wait (#26) * Send all transactions as quickly as possible, then wait * Exit when finalized or blockhashes have expired * Don't need blockhash in the CSV output * Better types CSV library was choking on Pubkey as a type. PickleDb doesn't have that problem. * Resend if blockhash has not expired * Attempt to fix CI * Move log to stderr * Add constructor, tuck away client (#30) * Add constructor, tuck away client * Fix unwrap() caught by CI * Fix optional option flagged as required * Bunch of cleanup (#31) * Remove untested --no-wait feature * Make --transactions-db an option, not an arg So that in the future, we can make it optional * Remove more untested features Too many false positives in that santity check. Use --dry-run instead. * Add dry-run mode to ThinClient * Cleaner dry-run * Make key parameters required Just don't use them in --dry-run * Add option to write the transaction log --dry-run doesn't write to the database. Use this option if you want a copy of the transaction log before the final run. * Revert --transaction-log addition Implement #27 first * Fix CI * Update readme * Fix CI in copypasta * Sort transaction log by finalized date (#33) * Make --transaction-db option implicit (#34) * Move db functionality into its own module (#35) * Move db functionality into its own module * Rename tokens module to commands * Version bump * Upgrade Solana * Add solana-tokens to build * Remove Cargo.lock * Remove vscode file * Remove TravisCI build script * Install solana-tokens Co-authored-by: Dan Albert <dan@solana.com>
2020-05-13 07:36:30 -07:00
]
[[package]]
name = "solana-transaction-status"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
"Inflector",
"base64 0.12.3",
"bincode",
"bs58",
2020-05-01 12:51:29 -07:00
"lazy_static",
"serde",
"serde_derive",
"serde_json",
"solana-account-decoder",
"solana-runtime",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
"solana-stake-program",
"solana-vote-program",
"spl-memo",
"spl-token",
"thiserror",
]
[[package]]
name = "solana-upload-perf"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
"serde_json",
"solana-metrics",
]
[[package]]
name = "solana-validator"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
2020-04-27 16:09:07 -07:00
"chrono",
"clap",
"console",
"libc",
"log 0.4.8",
2020-04-27 09:33:33 -07:00
"rand 0.7.3",
"serde_json",
"signal-hook",
"solana-clap-utils",
"solana-client",
"solana-core",
"solana-download-utils",
"solana-faucet",
"solana-ledger",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
"solana-metrics",
"solana-net-utils",
"solana-perf",
"solana-runtime",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
"solana-version",
"solana-vote-program",
"solana-vote-signer",
]
[[package]]
name = "solana-version"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
"log 0.4.8",
"rustc_version",
2020-05-01 12:51:29 -07:00
"serde",
"serde_derive",
"solana-frozen-abi",
"solana-frozen-abi-macro",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
"solana-runtime",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
]
[[package]]
name = "solana-vest-program"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
"bincode",
"chrono",
"num-derive",
"num-traits",
2020-04-27 16:09:07 -07:00
"serde",
"serde_derive",
"solana-config-program",
"solana-runtime",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
"thiserror",
]
[[package]]
name = "solana-vote-program"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
"bincode",
"log 0.4.8",
"num-derive",
"num-traits",
"rustc_version",
"serde",
"serde_derive",
"solana-frozen-abi",
"solana-frozen-abi-macro",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
"solana-metrics",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
"thiserror",
]
[[package]]
name = "solana-vote-signer"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
"clap",
"jsonrpc-core",
"jsonrpc-derive",
"jsonrpc-http-server",
"log 0.4.8",
"serde_json",
"solana-clap-utils",
"solana-metrics",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
"solana-version",
]
[[package]]
name = "solana-watchtower"
2020-10-07 20:20:42 -07:00
version = "1.5.0"
dependencies = [
"clap",
"humantime 2.0.1",
"log 0.4.8",
"solana-clap-utils",
"solana-cli-config",
"solana-cli-output",
"solana-client",
2020-10-07 20:20:42 -07:00
"solana-logger 1.5.0",
"solana-metrics",
"solana-notifier",
2020-10-07 20:20:42 -07:00
"solana-sdk 1.5.0",
"solana-transaction-status",
"solana-version",
"solana-vote-program",
]
[[package]]
name = "solana_rbpf"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a95dbe2b00920ac4e1524b7442cf5319f01e8fa5742930ac60148882fd7738b"
dependencies = [
2020-04-27 16:09:07 -07:00
"byteorder",
"combine",
"goblin",
2020-04-27 16:09:07 -07:00
"hash32",
"libc",
"log 0.4.8",
"rand 0.7.3",
"scroll",
2020-04-27 16:09:07 -07:00
"thiserror",
2020-08-05 12:30:39 -07:00
"time 0.1.43",
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "spl-memo"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2880a12ceb39ebb363a367e868babee2a16e26c0f7afb699cd33c490a2882437"
dependencies = [
"solana-sdk 1.3.17",
]
[[package]]
name = "spl-token"
version = "2.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eaa27ab75067c63b8804d9fff30bd2e8bfb5be448bea8067ed768381e70ca181"
dependencies = [
"arrayref",
"num-derive",
"num-traits",
"num_enum",
"remove_dir_all",
"solana-sdk 1.3.17",
"thiserror",
]
2020-08-05 12:30:39 -07:00
[[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"
2020-08-05 12:30:39 -07:00
[[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.19",
"quote 1.0.6",
"serde",
"serde_derive",
"syn 1.0.27",
]
[[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.19",
"quote 1.0.6",
"serde",
"serde_derive",
"serde_json",
"sha1",
"syn 1.0.27",
]
[[package]]
name = "stdweb-internal-runtime"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
[[package]]
name = "string"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
dependencies = [
2020-04-27 16:09:07 -07:00
"bytes 0.4.12",
]
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "subtle"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
[[package]]
name = "subtle"
2020-04-27 16:09:07 -07:00
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "7c65d530b10ccaeac294f349038a597e435b18fb456aadd0840a623f83b9e941"
[[package]]
name = "symlink"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "a7973cce6668464ea31f176d85b13c7ab3bba2cb3b77a2ed26abd7801688010a"
[[package]]
name = "syn"
2020-04-27 16:09:07 -07:00
version = "0.15.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
dependencies = [
2020-04-27 16:09:07 -07:00
"proc-macro2 0.4.30",
"quote 0.6.13",
"unicode-xid 0.1.0",
]
[[package]]
name = "syn"
2020-05-28 15:32:42 -07:00
version = "1.0.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-28 15:32:42 -07:00
checksum = "ef781e621ee763a2a40721a8861ec519cb76966aee03bb5d00adb6a31dc1c1de"
dependencies = [
"proc-macro2 1.0.19",
"quote 1.0.6",
2020-04-27 16:09:07 -07:00
"unicode-xid 0.2.0",
]
[[package]]
name = "synstructure"
2020-04-27 16:09:07 -07:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545"
dependencies = [
"proc-macro2 1.0.19",
"quote 1.0.6",
2020-05-28 15:32:42 -07:00
"syn 1.0.27",
2020-04-27 16:09:07 -07:00
"unicode-xid 0.2.0",
]
[[package]]
name = "sysctl"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "0501f0d0c2aa64b419abff97c209f4b82c4e67caa63e8dc5b222ecc1b574cb5c"
dependencies = [
2020-04-27 16:09:07 -07:00
"bitflags",
"byteorder",
"failure",
"libc",
"walkdir",
]
2019-12-18 15:31:04 -08:00
[[package]]
name = "systemstat"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "2078da8d09c6202bffd5e075946e65bfad5ce2cfa161edb15c5f014a8440adee"
2019-12-18 15:31:04 -08:00
dependencies = [
2020-04-27 16:09:07 -07:00
"bytesize",
"chrono",
"lazy_static",
"libc",
"nom 3.2.1",
2020-08-05 12:30:39 -07:00
"time 0.1.43",
2020-04-27 16:09:07 -07:00
"winapi 0.3.8",
2019-12-18 15:31:04 -08:00
]
2019-03-20 16:14:46 -07:00
[[package]]
name = "tar"
version = "0.4.28"
2019-03-20 16:14:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c058ad0bd6ccb84faa24cc44d4fc99bee8a5d7ba9ff33aa4d993122d1aeeac2"
2019-03-20 16:14:46 -07:00
dependencies = [
2020-04-27 16:09:07 -07:00
"filetime",
"libc",
"redox_syscall",
"xattr",
2019-03-20 16:14:46 -07:00
]
[[package]]
name = "tarpc"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1503e47bfae912674d6f4226c09cb8d2f0271a57eef7e799b6f98a545f89c7a3"
dependencies = [
"anyhow",
"fnv",
"futures 0.3.5",
"humantime 1.3.0",
"log 0.4.8",
"pin-project",
"rand 0.7.3",
"serde",
"static_assertions",
"tarpc-plugins",
"tokio 0.2.22",
"tokio-serde",
"tokio-util",
]
[[package]]
name = "tarpc-plugins"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edbaf92ceea0a2ab555bea18a47a891e46ba2d6f930ec9506771662f4ab82bb7"
dependencies = [
"proc-macro2 1.0.19",
"quote 1.0.6",
"syn 1.0.27",
]
[[package]]
name = "tempfile"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
dependencies = [
2020-04-27 16:09:07 -07:00
"cfg-if",
"libc",
"rand 0.7.3",
"redox_syscall",
"remove_dir_all",
"winapi 0.3.8",
]
[[package]]
name = "termcolor"
2020-04-27 16:09:07 -07:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
dependencies = [
2020-04-27 16:09:07 -07:00
"winapi-util",
]
[[package]]
name = "terminal_size"
2020-04-27 16:09:07 -07:00
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "8038f95fc7a6f351163f4b964af631bd26c9e828f7db085f2a84aca56f70d13b"
dependencies = [
2020-04-27 16:09:07 -07:00
"libc",
"winapi 0.3.8",
]
2019-03-20 16:14:46 -07:00
[[package]]
name = "termios"
2020-04-27 16:09:07 -07:00
version = "0.3.2"
2019-03-20 16:14:46 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "6f0fcee7b24a25675de40d5bb4de6e41b0df07bc9856295e7e2b3a3600c400c2"
2019-03-20 16:14:46 -07:00
dependencies = [
2020-04-27 16:09:07 -07:00
"libc",
2019-03-20 16:14:46 -07:00
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
2020-04-27 16:09:07 -07:00
"unicode-width",
]
[[package]]
name = "thiserror"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "318234ffa22e0920fe9a40d7b8369b5f649d490980cf7aadcf1eb91594869b42"
dependencies = [
2020-04-27 16:09:07 -07:00
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cae2447b6282786c3493999f40a9be2a6ad20cb8bd268b0a0dbf5a065535c0ab"
dependencies = [
"proc-macro2 1.0.19",
"quote 1.0.6",
2020-05-28 15:32:42 -07:00
"syn 1.0.27",
]
2019-08-12 21:33:13 -07:00
[[package]]
name = "thread-scoped"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "bcbb6aa301e5d3b0b5ef639c9a9c7e2f1c944f177b460c04dc24c69b1fa2bd99"
[[package]]
name = "thread_local"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
dependencies = [
2020-04-27 16:09:07 -07:00
"lazy_static",
]
[[package]]
name = "time"
2020-04-27 16:09:07 -07:00
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
dependencies = [
2020-04-27 16:09:07 -07:00
"libc",
"winapi 0.3.8",
]
2020-08-05 12:30:39 -07:00
[[package]]
name = "time"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a51cadc5b1eec673a685ff7c33192ff7b7603d0b75446fb354939ee615acb15"
dependencies = [
"cfg-if",
"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.19",
"quote 1.0.6",
"standback",
"syn 1.0.27",
]
[[package]]
name = "tiny-bip39"
2020-04-27 16:09:07 -07:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "b0165e045cc2ae1660270ca65e1676dbaab60feb0f91b10f7d0665e9b47e31f2"
dependencies = [
2020-04-27 16:09:07 -07:00
"failure",
"hmac",
"once_cell",
"pbkdf2",
"rand 0.7.3",
"rustc-hash",
"sha2",
2020-04-27 16:09:07 -07:00
"unicode-normalization",
]
[[package]]
name = "tokio"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
dependencies = [
2020-04-27 16:09:07 -07:00
"bytes 0.4.12",
2020-08-05 12:30:39 -07:00
"futures 0.1.29",
2020-04-27 16:09:07 -07:00
"mio",
"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"
2020-08-05 12:30:39 -07:00
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-05 12:30:39 -07:00
checksum = "5d34ca54d84bf2b5b4d7d31e901a8464f7b60ac145a284fba25ceb801f2ddccd"
dependencies = [
2020-04-27 16:09:07 -07:00
"bytes 0.5.4",
"fnv",
"futures-core",
"iovec",
"lazy_static",
2020-08-05 12:30:39 -07:00
"libc",
2020-04-27 16:09:07 -07:00
"memchr 2.3.3",
"mio",
2020-08-05 12:30:39 -07:00
"mio-named-pipes",
"mio-uds",
2020-04-27 16:09:07 -07:00
"num_cpus",
"pin-project-lite",
2020-08-05 12:30:39 -07:00
"signal-hook-registry",
2020-04-27 16:09:07 -07:00
"slab",
2020-08-05 12:30:39 -07:00
"tokio-macros",
"winapi 0.3.8",
]
[[package]]
name = "tokio-buf"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
dependencies = [
2020-04-27 16:09:07 -07:00
"bytes 0.4.12",
"either",
2020-08-05 12:30:39 -07:00
"futures 0.1.29",
]
[[package]]
name = "tokio-codec"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
dependencies = [
2020-04-27 16:09:07 -07:00
"bytes 0.4.12",
2020-08-05 12:30:39 -07:00
"futures 0.1.29",
2020-04-27 16:09:07 -07:00
"tokio-io",
]
[[package]]
name = "tokio-current-thread"
2020-04-27 16:09:07 -07:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
dependencies = [
2020-08-05 12:30:39 -07:00
"futures 0.1.29",
2020-04-27 16:09:07 -07:00
"tokio-executor",
]
[[package]]
name = "tokio-executor"
2020-04-27 16:09:07 -07:00
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
dependencies = [
2020-04-27 16:09:07 -07:00
"crossbeam-utils",
2020-08-05 12:30:39 -07:00
"futures 0.1.29",
]
[[package]]
name = "tokio-fs"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"
dependencies = [
2020-08-05 12:30:39 -07:00
"futures 0.1.29",
2020-04-27 16:09:07 -07:00
"tokio-io",
"tokio-threadpool",
]
[[package]]
name = "tokio-io"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
dependencies = [
2020-04-27 16:09:07 -07:00
"bytes 0.4.12",
2020-08-05 12:30:39 -07:00
"futures 0.1.29",
2020-04-27 16:09:07 -07:00
"log 0.4.8",
]
2020-08-05 12:30:39 -07:00
[[package]]
name = "tokio-macros"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389"
dependencies = [
"proc-macro2 1.0.19",
"quote 1.0.6",
"syn 1.0.27",
]
[[package]]
name = "tokio-reactor"
2020-04-27 16:09:07 -07:00
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
dependencies = [
2020-04-27 16:09:07 -07:00
"crossbeam-utils",
2020-08-05 12:30:39 -07:00
"futures 0.1.29",
2020-04-27 16:09:07 -07:00
"lazy_static",
"log 0.4.8",
"mio",
"num_cpus",
"parking_lot 0.9.0",
"slab",
"tokio-executor",
"tokio-io",
"tokio-sync",
]
2020-08-05 12:30:39 -07:00
[[package]]
name = "tokio-rustls"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "228139ddd4fea3fa345a29233009635235833e52807af7ea6448ead03890d6a9"
dependencies = [
"futures-core",
2020-10-11 09:39:21 -07:00
"rustls",
2020-08-05 12:30:39 -07:00
"tokio 0.2.22",
2020-04-27 16:09:07 -07:00
"webpki",
]
[[package]]
name = "tokio-serde"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebdd897b01021779294eb09bb3b52b6e11b0747f9f7e333a84bef532b656de99"
dependencies = [
"bincode",
"bytes 0.5.4",
"derivative",
"futures 0.3.5",
"pin-project",
"serde",
]
[[package]]
name = "tokio-sync"
2020-04-27 16:09:07 -07:00
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
dependencies = [
2020-04-27 16:09:07 -07:00
"fnv",
2020-08-05 12:30:39 -07:00
"futures 0.1.29",
]
[[package]]
name = "tokio-tcp"
2020-04-27 16:09:07 -07:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
dependencies = [
2020-04-27 16:09:07 -07:00
"bytes 0.4.12",
2020-08-05 12:30:39 -07:00
"futures 0.1.29",
2020-04-27 16:09:07 -07:00
"iovec",
"mio",
"tokio-io",
"tokio-reactor",
]
[[package]]
name = "tokio-threadpool"
2020-04-27 16:09:07 -07:00
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
dependencies = [
2020-04-27 16:09:07 -07:00
"crossbeam-deque",
"crossbeam-queue",
"crossbeam-utils",
2020-08-05 12:30:39 -07:00
"futures 0.1.29",
2020-04-27 16:09:07 -07:00
"lazy_static",
"log 0.4.8",
"num_cpus",
"slab",
"tokio-executor",
]
[[package]]
name = "tokio-timer"
2020-04-27 16:09:07 -07:00
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
dependencies = [
2020-04-27 16:09:07 -07:00
"crossbeam-utils",
2020-08-05 12:30:39 -07:00
"futures 0.1.29",
2020-04-27 16:09:07 -07:00
"slab",
"tokio-executor",
]
[[package]]
name = "tokio-tls"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "354b8cd83825b3c20217a9dc174d6a0c67441a2fae5c41bcb1ea6679f6ae0f7c"
dependencies = [
2020-08-05 12:30:39 -07:00
"futures 0.1.29",
2020-04-27 16:09:07 -07:00
"native-tls",
"tokio-io",
]
2020-08-05 12:30:39 -07:00
[[package]]
name = "tokio-tls"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
dependencies = [
"native-tls",
"tokio 0.2.22",
]
[[package]]
name = "tokio-udp"
2020-04-27 16:09:07 -07:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"
dependencies = [
2020-04-27 16:09:07 -07:00
"bytes 0.4.12",
2020-08-05 12:30:39 -07:00
"futures 0.1.29",
2020-04-27 16:09:07 -07:00
"log 0.4.8",
"mio",
"tokio-codec",
"tokio-io",
"tokio-reactor",
]
[[package]]
name = "tokio-uds"
2020-04-27 16:09:07 -07:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "5076db410d6fdc6523df7595447629099a1fdc47b3d9f896220780fa48faf798"
dependencies = [
2020-04-27 16:09:07 -07:00
"bytes 0.4.12",
2020-08-05 12:30:39 -07:00
"futures 0.1.29",
2020-04-27 16:09:07 -07:00
"iovec",
"libc",
"log 0.4.8",
"mio",
"mio-uds",
"tokio-codec",
"tokio-io",
"tokio-reactor",
]
[[package]]
name = "tokio-util"
2020-04-27 16:09:07 -07:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
dependencies = [
2020-04-27 16:09:07 -07:00
"bytes 0.5.4",
"futures-core",
"futures-sink",
"log 0.4.8",
"pin-project-lite",
2020-08-05 12:30:39 -07:00
"tokio 0.2.22",
]
[[package]]
name = "toml"
2020-04-27 16:09:07 -07:00
version = "0.5.6"
2019-07-15 12:17:17 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
2019-07-15 12:17:17 -07:00
dependencies = [
2020-04-27 16:09:07 -07:00
"serde",
2019-07-15 12:17:17 -07:00
]
2020-08-05 12:30:39 -07:00
[[package]]
name = "tonic"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b13b102a19758191af97cff34c6785dffd6610f68de5ab1c4bb8378638e4ef90"
dependencies = [
"async-stream",
"async-trait",
"base64 0.12.3",
"bytes 0.5.4",
"futures-core",
"futures-util",
"http 0.2.1",
"http-body 0.3.1",
"hyper 0.13.5",
"percent-encoding 2.1.0",
"pin-project",
"prost",
"prost-derive",
"tokio 0.2.22",
2020-10-11 09:39:21 -07:00
"tokio-rustls",
"tokio-util",
2020-08-05 12:30:39 -07:00
"tower",
"tower-balance",
"tower-load",
"tower-make",
"tower-service",
"tracing",
"tracing-futures",
]
[[package]]
name = "tower"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd3169017c090b7a28fce80abaad0ab4f5566423677c9331bb320af7e49cfe62"
dependencies = [
"futures-core",
"tower-buffer",
"tower-discover",
"tower-layer",
"tower-limit",
"tower-load-shed",
"tower-retry",
"tower-service",
"tower-timeout",
"tower-util",
]
[[package]]
name = "tower-balance"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a792277613b7052448851efcf98a2c433e6f1d01460832dc60bef676bc275d4c"
dependencies = [
"futures-core",
"futures-util",
"indexmap",
"pin-project",
"rand 0.7.3",
"slab",
"tokio 0.2.22",
"tower-discover",
"tower-layer",
"tower-load",
"tower-make",
"tower-ready-cache",
"tower-service",
"tracing",
]
[[package]]
name = "tower-buffer"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4887dc2a65d464c8b9b66e0e4d51c2fd6cf5b3373afc72805b0a60bce00446a"
dependencies = [
"futures-core",
"pin-project",
"tokio 0.2.22",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-discover"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f6b5000c3c54d269cc695dff28136bb33d08cbf1df2c48129e143ab65bf3c2a"
dependencies = [
"futures-core",
"pin-project",
"tower-service",
]
[[package]]
name = "tower-layer"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a35d656f2638b288b33495d1053ea74c40dc05ec0b92084dd71ca5566c4ed1dc"
[[package]]
name = "tower-limit"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92c3040c5dbed68abffaa0d4517ac1a454cd741044f33ab0eefab6b8d1361404"
dependencies = [
"futures-core",
"pin-project",
"tokio 0.2.22",
"tower-layer",
"tower-load",
"tower-service",
]
[[package]]
name = "tower-load"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cc79fc3afd07492b7966d7efa7c6c50f8ed58d768a6075dd7ae6591c5d2017b"
dependencies = [
"futures-core",
"log 0.4.8",
"pin-project",
"tokio 0.2.22",
"tower-discover",
"tower-service",
]
[[package]]
name = "tower-load-shed"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f021e23900173dc315feb4b6922510dae3e79c689b74c089112066c11f0ae4e"
dependencies = [
"futures-core",
"pin-project",
"tower-layer",
"tower-service",
]
[[package]]
name = "tower-make"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce50370d644a0364bf4877ffd4f76404156a248d104e2cc234cd391ea5cdc965"
dependencies = [
"tokio 0.2.22",
"tower-service",
]
[[package]]
name = "tower-ready-cache"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4eabb6620e5481267e2ec832c780b31cad0c15dcb14ed825df5076b26b591e1f"
dependencies = [
"futures-core",
"futures-util",
"indexmap",
"log 0.4.8",
"tokio 0.2.22",
"tower-service",
]
[[package]]
name = "tower-retry"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6727956aaa2f8957d4d9232b308fe8e4e65d99db30f42b225646e86c9b6a952"
dependencies = [
"futures-core",
"pin-project",
"tokio 0.2.22",
"tower-layer",
"tower-service",
]
[[package]]
name = "tower-service"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
2020-08-05 12:30:39 -07:00
[[package]]
name = "tower-timeout"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "127b8924b357be938823eaaec0608c482d40add25609481027b96198b2e4b31e"
dependencies = [
"pin-project",
"tokio 0.2.22",
"tower-layer",
"tower-service",
]
[[package]]
name = "tower-util"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1093c19826d33807c72511e68f73b4a0469a3f22c2bd5f7d5212178b4b89674"
dependencies = [
"futures-core",
"futures-util",
"pin-project",
"tower-service",
]
[[package]]
name = "tracing"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0aae59226cf195d8e74d4b34beae1859257efb4e5fed3f147d2dc2c7d372178"
dependencies = [
"cfg-if",
"log 0.4.8",
"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.19",
"quote 1.0.6",
"syn 1.0.27",
]
[[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",
"tracing",
]
[[package]]
name = "traitobject"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
[[package]]
name = "treeline"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "a7f741b240f1a48843f9b8e0444fb55fb2a4ff67293b50a9179dfd5ea67f8d41"
[[package]]
name = "trees"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "afa1821e85be4f56cc5bd08bdbc32c0e26d105c90bed9c637992f6c7f747c180"
dependencies = [
2020-04-27 16:09:07 -07:00
"indexed",
]
[[package]]
name = "try-lock"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
[[package]]
name = "tungstenite"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "cfea31758bf674f990918962e8e5f07071a3161bd7c4138ed23e416e1ac4264e"
dependencies = [
2020-04-27 16:09:07 -07:00
"base64 0.11.0",
"byteorder",
"bytes 0.5.4",
"http 0.2.1",
"httparse",
"input_buffer",
"log 0.4.8",
"native-tls",
"rand 0.7.3",
"sha-1",
"url 2.1.1",
"utf-8",
]
[[package]]
name = "typeable"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887"
[[package]]
name = "typenum"
2020-04-27 16:09:07 -07:00
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
[[package]]
name = "unicase"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33"
dependencies = [
2020-04-27 16:09:07 -07:00
"version_check 0.1.5",
]
[[package]]
name = "unicase"
2020-04-27 16:09:07 -07:00
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
2020-05-28 15:32:42 -07:00
"version_check 0.9.2",
]
[[package]]
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
dependencies = [
2020-04-27 16:09:07 -07:00
"matches",
]
[[package]]
name = "unicode-normalization"
2020-04-27 16:09:07 -07:00
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
dependencies = [
2020-10-11 09:39:21 -07:00
"smallvec 1.4.2",
]
[[package]]
name = "unicode-width"
2020-04-27 16:09:07 -07:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
[[package]]
name = "unix_socket2"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "b57c6eace16c00eccb98a28e85db3370eab0685bdd5e13831d59e2bcb49a1d8a"
dependencies = [
2020-04-27 16:09:07 -07:00
"libc",
]
[[package]]
name = "untrusted"
2020-04-27 16:09:07 -07:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "url"
version = "1.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
dependencies = [
2020-04-27 16:09:07 -07:00
"idna 0.1.5",
"matches",
"percent-encoding 1.0.1",
]
[[package]]
name = "url"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
dependencies = [
2020-04-27 16:09:07 -07:00
"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"
2020-04-27 16:09:07 -07:00
checksum = "aa4227e95324a443c9fcb06e03d4d85e91aabe9a5a02aa818688b6918b6af486"
dependencies = [
2020-04-27 16:09:07 -07:00
"libc",
"log 0.4.8",
]
[[package]]
name = "utf-8"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
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"
2020-04-27 16:09:07 -07:00
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"
2020-04-27 16:09:07 -07:00
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
[[package]]
name = "version_check"
2020-05-28 15:32:42 -07:00
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-28 15:32:42 -07:00
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
[[package]]
name = "wait-timeout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
dependencies = [
2020-04-27 16:09:07 -07:00
"libc",
]
[[package]]
name = "walkdir"
2020-04-27 16:09:07 -07:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
dependencies = [
2020-04-27 16:09:07 -07:00
"same-file",
"winapi 0.3.8",
"winapi-util",
]
[[package]]
name = "want"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
dependencies = [
2020-08-05 12:30:39 -07:00
"futures 0.1.29",
2020-04-27 16:09:07 -07:00
"log 0.4.8",
"try-lock",
]
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
2020-04-27 16:09:07 -07:00
"log 0.4.8",
"try-lock",
]
2020-04-27 16:09:07 -07:00
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wasm-bindgen"
2020-05-28 15:32:42 -07:00
version = "0.2.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-28 15:32:42 -07:00
checksum = "4c2dc4aa152834bc334f506c1a06b866416a8b6697d5c9f75b9a689c8486def0"
dependencies = [
2020-04-27 16:09:07 -07:00
"cfg-if",
"serde",
"serde_json",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2020-05-28 15:32:42 -07:00
version = "0.2.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-28 15:32:42 -07:00
checksum = "ded84f06e0ed21499f6184df0e0cb3494727b0c5da89534e0fcc55c51d812101"
dependencies = [
2020-04-27 16:09:07 -07:00
"bumpalo",
"lazy_static",
"log 0.4.8",
"proc-macro2 1.0.19",
"quote 1.0.6",
2020-05-28 15:32:42 -07:00
"syn 1.0.27",
2020-04-27 16:09:07 -07:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2020-05-28 15:32:42 -07:00
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-28 15:32:42 -07:00
checksum = "64487204d863f109eb77e8462189d111f27cb5712cc9fdb3461297a76963a2f6"
dependencies = [
2020-04-27 16:09:07 -07:00
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2020-05-28 15:32:42 -07:00
version = "0.2.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-28 15:32:42 -07:00
checksum = "838e423688dac18d73e31edce74ddfac468e37b1506ad163ffaf0a46f703ffe3"
dependencies = [
"quote 1.0.6",
2020-04-27 16:09:07 -07:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2020-05-28 15:32:42 -07:00
version = "0.2.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-28 15:32:42 -07:00
checksum = "3156052d8ec77142051a533cdd686cba889537b213f948cd1d20869926e68e92"
dependencies = [
"proc-macro2 1.0.19",
"quote 1.0.6",
2020-05-28 15:32:42 -07:00
"syn 1.0.27",
2020-04-27 16:09:07 -07:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2020-05-28 15:32:42 -07:00
version = "0.2.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-28 15:32:42 -07:00
checksum = "c9ba19973a58daf4db6f352eda73dc0e289493cd29fb2632eb172085b6521acd"
[[package]]
name = "web-sys"
2020-05-28 15:32:42 -07:00
version = "0.3.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-28 15:32:42 -07:00
checksum = "7b72fe77fd39e4bd3eaa4412fd299a0be6b3dfe9d2597e2f1c20beb968f41d17"
dependencies = [
2020-04-27 16:09:07 -07:00
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
2020-04-27 16:09:07 -07:00
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "f1f50e1972865d6b1adb54167d1c8ed48606004c2c9d0ea5f1eeb34d95e863ef"
dependencies = [
2020-04-27 16:09:07 -07:00
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
2020-05-28 15:32:42 -07:00
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-28 15:32:42 -07:00
checksum = "f8eff4b7516a57307f9349c64bf34caa34b940b66fed4b2fb3136cb7386e5739"
dependencies = [
2020-04-27 16:09:07 -07:00
"webpki",
]
[[package]]
name = "websocket"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "413b37840b9e27b340ce91b319ede10731de8c72f5bc4cb0206ec1ca4ce581d0"
dependencies = [
2020-04-27 16:09:07 -07:00
"bytes 0.4.12",
2020-08-05 12:30:39 -07:00
"futures 0.1.29",
2020-04-27 16:09:07 -07:00
"hyper 0.10.16",
"native-tls",
"rand 0.6.5",
"tokio-codec",
"tokio-io",
"tokio-reactor",
"tokio-tcp",
2020-08-05 12:30:39 -07:00
"tokio-tls 0.2.1",
2020-04-27 16:09:07 -07:00
"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"
2020-04-27 16:09:07 -07:00
checksum = "5e3810f0d00c4dccb54c30a4eee815e703232819dec7b007db115791c42aa374"
dependencies = [
2020-04-27 16:09:07 -07:00
"base64 0.10.1",
"bitflags",
"byteorder",
"bytes 0.4.12",
2020-08-05 12:30:39 -07:00
"futures 0.1.29",
2020-04-27 16:09:07 -07:00
"native-tls",
"rand 0.6.5",
"sha1",
"tokio-codec",
"tokio-io",
"tokio-tcp",
2020-08-05 12:30:39 -07:00
"tokio-tls 0.2.1",
]
[[package]]
name = "which"
version = "3.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
dependencies = [
2020-04-27 16:09:07 -07:00
"libc",
]
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
[[package]]
name = "winapi"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
dependencies = [
2020-04-27 16:09:07 -07:00
"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"
2020-04-27 16:09:07 -07:00
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
2020-04-27 16:09:07 -07:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
2020-04-27 16:09:07 -07:00
"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"
2020-04-27 16:09:07 -07:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "winreg"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
dependencies = [
2020-04-27 16:09:07 -07:00
"winapi 0.3.8",
]
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
dependencies = [
2020-04-27 16:09:07 -07:00
"winapi 0.2.8",
"winapi-build",
]
2019-03-20 16:14:46 -07:00
[[package]]
name = "xattr"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
2019-03-20 16:14:46 -07:00
dependencies = [
2020-04-27 16:09:07 -07:00
"libc",
2019-03-20 16:14:46 -07:00
]
2019-03-15 10:54:54 -07:00
[[package]]
name = "yaml-rust"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-27 16:09:07 -07:00
checksum = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"
2019-03-15 10:54:54 -07:00
dependencies = [
2020-04-27 16:09:07 -07:00
"linked-hash-map",
2019-03-15 10:54:54 -07:00
]
2020-04-27 09:33:33 -07:00
[[package]]
name = "zeroize"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cbac2ed2ba24cc90f5e06485ac8c7c1e5449fe8911aef4d8877218af021a5b8"
2020-07-23 16:23:51 -07:00
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.19",
2020-07-23 16:23:51 -07:00
"quote 1.0.6",
"syn 1.0.27",
"synstructure",
]
2020-04-27 09:33:33 -07:00
[[package]]
name = "zstd"
version = "0.5.3+zstd.1.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01b32eaf771efa709e8308605bbf9319bf485dc1503179ec0469b611937c0cd8"
dependencies = [
2020-04-27 16:09:07 -07:00
"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 = [
2020-04-27 16:09:07 -07:00
"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 = [
2020-04-27 16:09:07 -07:00
"cc",
"glob",
2020-08-05 12:30:39 -07:00
"itertools 0.9.0",
2020-04-27 16:09:07 -07:00
"libc",
]