solana-program-library/Cargo.lock

4959 lines
116 KiB
Plaintext
Raw Permalink Normal View History

2020-05-29 15:00:47 -07:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2020-09-30 21:12:57 -07:00
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
dependencies = [
"lazy_static",
"regex",
]
[[package]]
name = "addr2line"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
[[package]]
name = "ahash"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
[[package]]
name = "aho-corasick"
version = "0.7.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
dependencies = [
"memchr",
]
[[package]]
name = "alloc-traits"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b2d54853319fd101b8dd81de382bcbf3e03410a64d8928bbee85a3e7dcde483"
2020-06-26 15:20:03 -07:00
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
dependencies = [
"winapi 0.3.9",
2020-06-26 15:20:03 -07:00
]
2020-11-06 19:24:12 -08:00
[[package]]
name = "anyhow"
version = "1.0.38"
2020-11-06 19:24:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
2020-11-06 19:24:12 -08:00
[[package]]
name = "arbitrary"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db55d72333851e17d572bec876e390cd3b11eb1ef53ae821dd9f3b653d2b4569"
dependencies = [
"derive_arbitrary",
]
2020-08-07 21:54:55 -07:00
[[package]]
name = "arrayref"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
2020-09-30 21:12:57 -07:00
[[package]]
name = "arrayvec"
version = "0.5.2"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
2020-09-30 21:12:57 -07:00
2020-12-17 16:11:56 -08:00
[[package]]
name = "ascii"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e"
[[package]]
name = "assert_matches"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
2020-11-06 19:24:12 -08:00
[[package]]
name = "async-trait"
2020-12-17 16:11:56 -08:00
version = "0.1.42"
2020-11-06 19:24:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-17 16:11:56 -08:00
checksum = "8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d"
2020-11-06 19:24:12 -08:00
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
2020-11-06 19:24:12 -08:00
]
2020-06-26 15:20:03 -07:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
"winapi 0.3.9",
2020-06-26 15:20:03 -07:00
]
2020-05-29 15:00:47 -07:00
[[package]]
name = "autocfg"
version = "1.0.1"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2020-05-29 15:00:47 -07:00
[[package]]
name = "backtrace"
version = "0.3.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef5140344c85b01f9bbb4d4b7288a8aa4b3287ccef913a14bcc78a1063623598"
dependencies = [
"addr2line",
"cfg-if 1.0.0",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
"serde",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "base32"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23ce669cd6c8588f79e15cf450314f9638f967fc5770ff1c7c1deb0925ea7cfa"
[[package]]
name = "base64"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
[[package]]
name = "base64"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
2020-10-15 11:20:23 -07:00
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2020-05-29 15:00:47 -07:00
[[package]]
name = "bincode"
2020-08-07 09:45:36 -07:00
version = "1.3.1"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-08-07 09:45:36 -07:00
checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d"
2020-05-29 15:00:47 -07:00
dependencies = [
"byteorder",
"serde",
]
[[package]]
name = "bit-set"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2020-06-26 15:20:03 -07:00
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2020-09-30 21:12:57 -07:00
[[package]]
name = "blake3"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9ff35b701f3914bdb8fad3368d822c766ef2858b2583198e41639b936f09d3f"
dependencies = [
"arrayref",
"arrayvec",
"cc",
"cfg-if 0.1.10",
2020-09-30 21:12:57 -07:00
"constant_time_eq",
"crypto-mac 0.8.0",
"digest 0.9.0",
]
2020-05-29 15:00:47 -07:00
[[package]]
name = "block-buffer"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
"block-padding 0.1.5",
2020-05-29 15:00:47 -07:00
"byte-tools",
"byteorder",
"generic-array 0.12.3",
2020-05-29 15:00:47 -07:00
]
[[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.4",
]
2020-05-29 15:00:47 -07:00
[[package]]
name = "block-padding"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
dependencies = [
"byte-tools",
]
[[package]]
name = "block-padding"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
[[package]]
name = "borsh"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b13fa9bf62be34702e5ee4526aff22530ae22fe34a0c4290d30d5e4e782e6"
dependencies = [
"borsh-derive 0.7.2",
]
[[package]]
name = "borsh"
2021-03-18 13:38:09 -07:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-18 13:38:09 -07:00
checksum = "09a7111f797cc721407885a323fb071636aee57f750b1a4ddc27397eba168a74"
dependencies = [
2021-03-18 13:38:09 -07:00
"borsh-derive 0.8.2",
"hashbrown",
]
[[package]]
name = "borsh-derive"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6aaa45f8eec26e4bf71e7e5492cf53a91591af8f871f422d550e7cc43f6b927"
dependencies = [
"borsh-derive-internal 0.7.2",
"borsh-schema-derive-internal 0.7.2",
"proc-macro2 1.0.24",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
]
[[package]]
name = "borsh-derive"
2021-03-18 13:38:09 -07:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-18 13:38:09 -07:00
checksum = "307f3740906bac2c118a8122fe22681232b244f1369273e45f1156b45c43d2dd"
dependencies = [
2021-03-18 13:38:09 -07:00
"borsh-derive-internal 0.8.2",
"borsh-schema-derive-internal 0.8.2",
"proc-macro-crate",
"proc-macro2 1.0.24",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
]
[[package]]
name = "borsh-derive-internal"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61621b9d3cca65cc54e2583db84ef912d59ae60d2f04ba61bc0d7fc57556bda2"
dependencies = [
2020-11-01 21:15:11 -08:00
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
]
[[package]]
name = "borsh-derive-internal"
2021-03-18 13:38:09 -07:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-18 13:38:09 -07:00
checksum = "d2104c73179359431cc98e016998f2f23bc7a05bc53e79741bcba705f30047bc"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
]
[[package]]
name = "borsh-schema-derive-internal"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85b38abfda570837b0949c2c7ebd31417e15607861c23eacb2f668c69f6f3bf7"
dependencies = [
2020-11-01 21:15:11 -08:00
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
]
[[package]]
name = "borsh-schema-derive-internal"
2021-03-18 13:38:09 -07:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-18 13:38:09 -07:00
checksum = "ae29eb8418fcd46f723f8691a2ac06857d31179d33d2f2d91eb13967de97c728"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
]
2020-05-29 15:00:47 -07:00
[[package]]
name = "bs58"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "476e9cd489f9e121e02ffa6014a8ef220ecb15c05ed23fc34cca13925dc283fb"
[[package]]
name = "bs58"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
[[package]]
name = "bumpalo"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
2020-05-29 15:00:47 -07:00
[[package]]
name = "bv"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8834bb1d8ee5dc048ee3124f2c7c1afcc6bc9aed03f11e9dfd8c69470a5db340"
dependencies = [
"feature-probe",
"serde",
]
[[package]]
name = "byte-tools"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
[[package]]
name = "bytemuck"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a4bad0c5981acc24bc09e532f35160f952e35422603f0563cd7a73c2c2e65a0"
2020-05-29 15:00:47 -07:00
[[package]]
name = "byteorder"
version = "1.4.2"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
2020-05-29 15:00:47 -07:00
[[package]]
name = "bytes"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
dependencies = [
"byteorder",
"either",
"iovec",
]
[[package]]
name = "bytes"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
[[package]]
name = "bytes"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
2020-09-30 21:12:57 -07:00
[[package]]
name = "bzip2"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b"
dependencies = [
"bzip2-sys",
"libc",
]
[[package]]
name = "bzip2-sys"
version = "0.1.9+1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad3b39a260062fca31f7b0b12f207e8f2590a67d32ec7d59c20484b07ea7285e"
dependencies = [
"cc",
"libc",
"pkg-config",
]
2020-06-26 15:20:03 -07:00
[[package]]
name = "cbindgen"
version = "0.16.0"
2020-06-26 15:20:03 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9344318b9c787667b95cd2c5124f5eaf2bde35e959dd01ea04fc5b234c542c11"
2020-06-26 15:20:03 -07:00
dependencies = [
"clap",
"heck",
"indexmap",
2020-06-26 15:20:03 -07:00
"log",
2020-11-01 21:15:11 -08:00
"proc-macro2 1.0.24",
"quote 1.0.8",
2020-06-26 15:20:03 -07:00
"serde",
"serde_json",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
2020-06-26 15:20:03 -07:00
"tempfile",
"toml",
]
[[package]]
name = "cc"
version = "1.0.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e450b8da92aa6f274e7c6437692f9f2ce6d701fb73bacfcf87897b3f89a4c20e"
dependencies = [
"jobserver",
"num_cpus",
]
2020-05-29 15:00:47 -07:00
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cgen"
version = "0.1.0"
dependencies = [
"cbindgen",
]
[[package]]
name = "chrono"
2020-11-01 21:15:11 -08:00
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 21:15:11 -08:00
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
dependencies = [
2020-11-01 21:15:11 -08:00
"libc",
"num-integer",
"num-traits",
2020-09-30 21:12:57 -07:00
"serde",
"time",
2020-11-01 21:15:11 -08:00
"winapi 0.3.9",
]
2020-11-06 19:24:12 -08:00
[[package]]
name = "chrono-humanize"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0a4c32145b4db85fe1c4f2b125a4f9493769df424f5f84baf6b04ea8eaf33c9"
dependencies = [
"chrono",
]
2020-06-26 15:20:03 -07:00
[[package]]
name = "clap"
version = "2.33.3"
2020-06-26 15:20:03 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
2020-06-26 15:20:03 -07:00
dependencies = [
"ansi_term",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
]
2020-08-07 21:54:55 -07:00
[[package]]
name = "cloudabi"
version = "0.0.3"
2020-08-07 21:54:55 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
2020-08-07 21:54:55 -07:00
dependencies = [
"bitflags",
2020-08-07 21:54:55 -07:00
]
2020-12-17 16:11:56 -08:00
[[package]]
name = "combine"
version = "3.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680"
dependencies = [
"ascii",
2020-12-17 16:11:56 -08:00
"byteorder",
"either",
"memchr",
"unreachable",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "console"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c0994e656bba7b922d8dd1245db90672ffb701e684e45be58f20719d69abc5a"
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"regex",
"terminal_size",
"termios",
"unicode-width",
"winapi 0.3.9",
"winapi-util",
]
[[package]]
name = "console"
version = "0.14.0"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cc80946b3480f421c2f17ed1cb841753a371c7c5104f51d507e13f532c856aa"
2020-09-30 21:12:57 -07:00
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"regex",
"terminal_size",
"unicode-width",
"winapi 0.3.9",
]
[[package]]
name = "const_fn"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
2020-09-30 21:12:57 -07:00
[[package]]
name = "constant_time_eq"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
[[package]]
name = "core-foundation"
version = "0.9.1"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
2020-09-30 21:12:57 -07:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.2"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
2020-09-30 21:12:57 -07:00
2021-02-11 13:18:38 -08:00
[[package]]
name = "cpuid-bool"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
2020-09-30 21:12:57 -07:00
[[package]]
name = "crc32fast"
version = "1.2.1"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
2020-09-30 21:12:57 -07:00
dependencies = [
"cfg-if 1.0.0",
2020-09-30 21:12:57 -07:00
]
[[package]]
name = "crossbeam-channel"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
dependencies = [
"crossbeam-utils 0.7.2",
2020-09-30 21:12:57 -07:00
"maybe-uninit",
]
[[package]]
name = "crossbeam-channel"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils 0.8.1",
]
2020-05-29 15:00:47 -07:00
[[package]]
name = "crossbeam-deque"
version = "0.7.3"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
dependencies = [
"crossbeam-epoch 0.8.2",
"crossbeam-utils 0.7.2",
"maybe-uninit",
]
2020-05-29 15:00:47 -07:00
[[package]]
name = "crossbeam-deque"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-epoch 0.9.1",
"crossbeam-utils 0.8.1",
]
2020-05-29 15:00:47 -07:00
[[package]]
name = "crossbeam-epoch"
version = "0.8.2"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
dependencies = [
"autocfg",
"cfg-if 0.1.10",
"crossbeam-utils 0.7.2",
"lazy_static",
"maybe-uninit",
"memoffset 0.5.6",
"scopeguard",
]
2020-05-29 15:00:47 -07:00
[[package]]
name = "crossbeam-epoch"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
dependencies = [
"cfg-if 1.0.0",
"const_fn",
"crossbeam-utils 0.8.1",
"lazy_static",
"memoffset 0.6.1",
"scopeguard",
]
2020-05-29 15:00:47 -07:00
[[package]]
name = "crossbeam-queue"
version = "0.2.3"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
2020-05-29 15:00:47 -07:00
dependencies = [
"cfg-if 0.1.10",
"crossbeam-utils 0.7.2",
"maybe-uninit",
2020-05-29 15:00:47 -07:00
]
[[package]]
name = "crossbeam-utils"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
dependencies = [
"autocfg",
"cfg-if 0.1.10",
"lazy_static",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
dependencies = [
"autocfg",
"cfg-if 1.0.0",
"lazy_static",
]
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
2020-06-26 15:20:03 -07:00
[[package]]
name = "crypto-mac"
version = "0.7.0"
2020-06-26 15:20:03 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
2020-06-26 15:20:03 -07:00
dependencies = [
"generic-array 0.12.3",
"subtle 1.0.0",
2020-06-26 15:20:03 -07:00
]
2020-09-30 21:12:57 -07:00
[[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.4",
2020-09-30 21:12:57 -07:00
"subtle 2.2.3",
]
2021-02-11 13:18:38 -08:00
[[package]]
name = "crypto-mac"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4857fd85a0c34b3c3297875b747c1e02e06b6a0ea32dd892d8192b9ce0813ea6"
dependencies = [
"generic-array 0.14.4",
"subtle 2.2.3",
]
[[package]]
name = "ctor"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10bcb9d7dcbf7002aaffbb53eac22906b64cdcc127971dcc387d8eb7c95d5560"
dependencies = [
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
]
2020-06-26 15:20:03 -07:00
[[package]]
name = "curve25519-dalek"
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "434e1720189a637d44fe464f4df1e6eb900b4835255b14354497c78af37d9bb8"
2020-06-26 15:20:03 -07:00
dependencies = [
"byteorder",
"digest 0.8.1",
"rand_core 0.5.1",
"subtle 2.2.3",
"zeroize",
2020-06-26 15:20:03 -07:00
]
2020-11-01 09:15:02 -08:00
[[package]]
name = "curve25519-dalek"
version = "3.0.2"
2020-11-01 09:15:02 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f627126b946c25a4638eec0ea634fc52506dea98db118aae985118ce7c3d723f"
2020-11-01 09:15:02 -08:00
dependencies = [
"byteorder",
"digest 0.9.0",
"rand_core 0.5.1",
2020-11-01 09:15:02 -08:00
"subtle 2.2.3",
"zeroize",
]
[[package]]
name = "dashmap"
2021-02-11 13:18:38 -08:00
version = "4.0.2"
2020-11-01 09:15:02 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-11 13:18:38 -08:00
checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
2020-11-01 09:15:02 -08:00
dependencies = [
2021-02-11 13:18:38 -08:00
"cfg-if 1.0.0",
2020-11-01 09:15:02 -08:00
"num_cpus",
2021-02-11 13:18:38 -08:00
"rayon",
2020-11-01 09:15:02 -08:00
]
[[package]]
name = "derivative"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eaed5874effa6cde088c644ddcdcb4ffd1511391c5be4fdd7a5ccd02c7e4a183"
dependencies = [
2020-11-01 21:15:11 -08:00
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
]
[[package]]
name = "derive_arbitrary"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1a012b5e473dc912f0db0546a1c9c6a194ce8494feb66fa0237160926f9e0e6"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "dialoguer"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4aa86af7b19b40ef9cbef761ed411a49f0afa06b7b6dcd3dfe2f96a3c546138"
dependencies = [
"console 0.11.3",
"lazy_static",
"tempfile",
]
2020-05-29 15:00:47 -07:00
[[package]]
name = "digest"
version = "0.8.1"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
dependencies = [
"generic-array 0.12.3",
]
2020-05-29 15:00:47 -07:00
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array 0.14.4",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "dir-diff"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2860407d7d7e2e004bb2128510ad9e8d669e76fa005ccf567977b5d71b8b4a0b"
dependencies = [
"walkdir",
]
[[package]]
2020-11-01 09:15:02 -08:00
name = "dirs-next"
version = "2.0.0"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 09:15:02 -08:00
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
2020-09-30 21:12:57 -07:00
dependencies = [
2020-11-01 09:15:02 -08:00
"cfg-if 1.0.0",
"dirs-sys-next",
2020-09-30 21:12:57 -07:00
]
[[package]]
2020-11-01 09:15:02 -08:00
name = "dirs-sys-next"
version = "0.1.2"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
2020-09-30 21:12:57 -07:00
dependencies = [
"libc",
"redox_users",
"winapi 0.3.9",
]
2020-05-29 15:00:47 -07:00
[[package]]
name = "dtoa"
version = "0.4.7"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88d7ed2934d741c6b37e33e3832298e8850b53fd2d2bea03873375596c7cea4e"
2020-05-29 15:00:47 -07:00
2020-07-31 20:55:45 -07:00
[[package]]
name = "ed25519"
version = "1.0.3"
2020-07-31 20:55:45 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37c66a534cbb46ab4ea03477eae19d5c22c01da8258030280b7bd9d8433fb6ef"
2020-07-31 20:55:45 -07:00
dependencies = [
"serde",
"signature",
]
2020-05-29 15:00:47 -07:00
[[package]]
name = "ed25519-dalek"
2021-03-17 20:21:21 -07:00
version = "1.0.1"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-17 20:21:21 -07:00
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
2020-05-29 15:00:47 -07:00
dependencies = [
2021-03-17 20:21:21 -07:00
"curve25519-dalek 3.0.2",
2020-07-31 20:55:45 -07:00
"ed25519",
"rand 0.7.3",
"serde",
2021-03-17 20:21:21 -07:00
"serde_bytes",
"sha2 0.9.3",
2020-07-31 20:55:45 -07:00
"zeroize",
2020-05-29 15:00:47 -07:00
]
2021-03-17 20:21:21 -07:00
[[package]]
name = "educe"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54ed56329d95e524ef98177ad672881bdfe7f22f254eb6ae80deb6fdd2ab20c4"
dependencies = [
"enum-ordinalize",
"proc-macro2 1.0.24",
"quote 1.0.8",
"syn 1.0.64",
]
2020-06-26 15:20:03 -07:00
[[package]]
name = "either"
version = "1.6.1"
2020-06-26 15:20:03 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2020-06-26 15:20:03 -07:00
2020-09-30 21:12:57 -07:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "encoding_rs"
version = "0.8.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "801bbab217d7f79c0062f4f7205b5d4427c6d1a7bd7aafdd1475f7c59d62b283"
dependencies = [
"cfg-if 1.0.0",
]
2021-03-17 20:21:21 -07:00
[[package]]
name = "enum-ordinalize"
version = "3.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d52ff39419d3e16961ecfb9e32f5042bdaacf9a4cc553d2d688057117bae49b"
dependencies = [
"num-bigint",
"num-traits",
"proc-macro2 1.0.24",
"quote 1.0.8",
"syn 1.0.64",
]
[[package]]
name = "enum_dispatch"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8946e241a7774d5327d92749c50806f275f57d031d2229ecbfd65469a8ad338e"
dependencies = [
"once_cell",
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
]
[[package]]
name = "enumflags2"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"
dependencies = [
"enumflags2_derive",
]
[[package]]
name = "enumflags2_derive"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
]
2020-05-29 15:00:47 -07:00
[[package]]
name = "env_logger"
2021-03-17 20:21:21 -07:00
version = "0.8.3"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-17 20:21:21 -07:00
checksum = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f"
2020-05-29 15:00:47 -07:00
dependencies = [
"atty",
2020-12-17 16:11:56 -08:00
"humantime",
"log",
"regex",
"termcolor",
2020-05-29 15:00:47 -07:00
]
[[package]]
name = "fake-simd"
version = "0.1.2"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
2020-05-29 15:00:47 -07:00
[[package]]
name = "feature-probe"
version = "0.1.1"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "835a3dc7d1ec9e75e2b5fb4ba75396837112d2060b03f7d43bc1897c7f7211da"
2020-05-29 15:00:47 -07:00
[[package]]
name = "field-offset"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c40e7a744c1d22cd64783732a287dd5d08a9f0e1d89b685bf084aab753cb20d4"
dependencies = [
"memoffset 0.5.6",
"rustc_version",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "filetime"
version = "0.2.13"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c122a393ea57648015bf06fbd3d372378992e86b9ff5a7a497b076a28c79efe"
2020-09-30 21:12:57 -07:00
dependencies = [
"cfg-if 1.0.0",
2020-09-30 21:12:57 -07:00
"libc",
"redox_syscall 0.1.57",
2020-09-30 21:12:57 -07:00
"winapi 0.3.9",
]
[[package]]
name = "flate2"
version = "1.0.19"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7411863d55df97a419aa64cb4d2f167103ea9d767e2c54a1868b7ac3f6b47129"
2020-09-30 21:12:57 -07:00
dependencies = [
"cfg-if 1.0.0",
2020-09-30 21:12:57 -07:00
"crc32fast",
"libc",
"miniz_oxide",
]
2020-05-29 15:00:47 -07:00
[[package]]
name = "fnv"
version = "1.0.7"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2020-09-30 21:12:57 -07:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"
dependencies = [
"matches",
"percent-encoding",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "fs_extra"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
2020-05-29 15:00:47 -07:00
dependencies = [
"bitflags",
"fuchsia-zircon-sys",
2020-05-29 15:00:47 -07:00
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2020-05-29 15:00:47 -07:00
[[package]]
name = "futures"
version = "0.1.30"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c7e4c2612746b0df8fed4ce0c69156021b704c9aefa360311c04e6e9e002eed"
2020-05-29 15:00:47 -07:00
2020-11-06 19:24:12 -08:00
[[package]]
name = "futures"
version = "0.3.12"
2020-11-06 19:24:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"
2020-11-06 19:24:12 -08:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
2020-05-29 15:00:47 -07:00
[[package]]
name = "futures-channel"
version = "0.3.12"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
2020-05-29 15:00:47 -07:00
dependencies = [
"futures-core",
2020-11-06 19:24:12 -08:00
"futures-sink",
2020-05-29 15:00:47 -07:00
]
[[package]]
name = "futures-core"
version = "0.3.12"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
2020-11-06 19:24:12 -08:00
[[package]]
name = "futures-executor"
version = "0.3.12"
2020-11-06 19:24:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"
2020-11-06 19:24:12 -08:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
[[package]]
name = "futures-macro"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"
2020-05-29 15:00:47 -07:00
dependencies = [
"proc-macro-hack",
2020-11-01 21:15:11 -08:00
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
2020-05-29 15:00:47 -07:00
]
[[package]]
name = "futures-sink"
version = "0.3.12"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6"
[[package]]
name = "futures-task"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"
2020-05-29 15:00:47 -07:00
dependencies = [
"once_cell",
2020-05-29 15:00:47 -07:00
]
[[package]]
name = "futures-util"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"
dependencies = [
2020-11-06 19:24:12 -08:00
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
2020-11-06 19:24:12 -08:00
"futures-sink",
"futures-task",
"memchr",
2021-03-30 08:41:53 -07:00
"pin-project-lite",
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
]
[[package]]
name = "generic-array"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
dependencies = [
"typenum",
]
[[package]]
name = "generic-array"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
dependencies = [
"serde",
"typenum",
"version_check",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "gethostname"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e692e296bfac1d2533ef168d0b60ff5897b8b70a4009276834014dd8924cc028"
dependencies = [
"libc",
"winapi 0.3.9",
]
[[package]]
name = "getrandom"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
"cfg-if 1.0.0",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
2020-11-01 09:15:02 -08:00
[[package]]
name = "getrandom"
version = "0.2.2"
2020-11-01 09:15:02 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
2020-11-01 09:15:02 -08:00
dependencies = [
"cfg-if 1.0.0",
2020-11-01 09:15:02 -08:00
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
2020-11-01 09:15:02 -08:00
]
[[package]]
name = "ghost"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a5bcf1bbeab73aa4cf2fde60a846858dc036163c7c33bec309f8d17de785479"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
]
2020-06-26 15:20:03 -07:00
[[package]]
name = "gimli"
version = "0.23.0"
2020-06-26 15:20:03 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
2020-06-26 15:20:03 -07:00
2020-09-30 21:12:57 -07:00
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
2020-11-01 09:15:02 -08:00
[[package]]
name = "goblin"
version = "0.3.1"
2020-11-01 09:15:02 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240f5af179d11cd2a3339fc2e6c06f7410ed0b0cc3a54786efb8013699d146f6"
2020-11-01 09:15:02 -08:00
dependencies = [
"log",
"plain",
"scroll",
]
2020-06-26 15:20:03 -07:00
[[package]]
name = "h2"
2021-03-30 08:41:53 -07:00
version = "0.3.2"
2020-06-26 15:20:03 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "fc018e188373e2777d0ef2467ebff62a08e66c3f5857b23c8fbec3018210dc00"
2020-06-26 15:20:03 -07:00
dependencies = [
2021-03-30 08:41:53 -07:00
"bytes 1.0.1",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
2021-03-30 08:41:53 -07:00
"tokio 1.3.0",
"tokio-util",
"tracing",
2020-06-26 15:20:03 -07:00
]
2020-11-01 09:15:02 -08:00
[[package]]
name = "hash32"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4041af86e63ac4298ce40e5cca669066e75b6f1aa3390fe2561ffa5e1d9f4cc"
dependencies = [
"byteorder",
]
[[package]]
name = "hashbrown"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
dependencies = [
"ahash",
]
[[package]]
name = "heck"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "hermit-abi"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
dependencies = [
"libc",
]
[[package]]
name = "hex"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
2020-09-30 21:12:57 -07:00
[[package]]
name = "hidapi"
version = "1.2.5"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76c352a18370f7e7e47bcbfcbdc5432b8c80c705b5d751a25232c659fcf5c775"
2020-09-30 21:12:57 -07:00
dependencies = [
"cc",
"libc",
"pkg-config",
]
[[package]]
name = "hmac"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"
dependencies = [
2020-09-30 21:12:57 -07:00
"crypto-mac 0.7.0",
"digest 0.8.1",
]
2021-03-17 20:21:21 -07:00
[[package]]
name = "hmac"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
dependencies = [
"crypto-mac 0.8.0",
"digest 0.9.0",
]
2021-02-11 13:18:38 -08:00
[[package]]
name = "hmac"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15"
dependencies = [
"crypto-mac 0.10.0",
"digest 0.9.0",
]
[[package]]
name = "hmac-drbg"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"
dependencies = [
"digest 0.8.1",
"generic-array 0.12.3",
2021-02-11 13:18:38 -08:00
"hmac 0.7.1",
]
[[package]]
name = "honggfuzz"
2021-01-14 14:07:07 -08:00
version = "0.5.52"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-14 14:07:07 -08:00
checksum = "ead88897bcad1c396806d6ccba260a0363e11da997472e9e19ab9889969083a2"
dependencies = [
"arbitrary",
"lazy_static",
"memmap",
]
[[package]]
name = "http"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747"
dependencies = [
"bytes 1.0.1",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
2021-03-30 08:41:53 -07:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "5dfb77c123b4e2f72a2069aeae0b4b4949cc7e966df277813fc16347e7549737"
dependencies = [
2021-03-30 08:41:53 -07:00
"bytes 1.0.1",
"http",
2021-03-30 08:41:53 -07:00
"pin-project-lite",
]
[[package]]
name = "httparse"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
[[package]]
name = "httpdate"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
2020-09-30 21:12:57 -07:00
[[package]]
name = "humantime"
version = "2.1.0"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2020-09-30 21:12:57 -07:00
[[package]]
name = "hyper"
2021-03-30 08:41:53 -07:00
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "8bf09f61b52cfcf4c00de50df88ae423d6c02354e385a86341133b5338630ad1"
dependencies = [
2021-03-30 08:41:53 -07:00
"bytes 1.0.1",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
2021-03-30 08:41:53 -07:00
"pin-project",
"socket2 0.4.0",
"tokio 1.3.0",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-rustls"
2021-03-30 08:41:53 -07:00
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"
dependencies = [
"futures-util",
"hyper",
"log",
"rustls",
2021-03-30 08:41:53 -07:00
"tokio 1.3.0",
"tokio-rustls",
"webpki",
]
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
dependencies = [
"autocfg",
"hashbrown",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "indicatif"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4"
dependencies = [
"console 0.14.0",
2020-09-30 21:12:57 -07:00
"lazy_static",
"number_prefix",
"regex",
]
[[package]]
name = "indoc"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47741a8bc60fb26eb8d6e0238bbb26d8575ff623fdc97b1a2c00c050b9684ed8"
dependencies = [
"indoc-impl",
"proc-macro-hack",
]
[[package]]
name = "indoc-impl"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce046d161f000fffde5f432a0d034d0341dc152643b2598ed5bfce44c4f3a8f0"
dependencies = [
"proc-macro-hack",
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
"unindent",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "input_buffer"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19a8a95243d5a0398cae618ec29477c6e3cb631152be5c19481f80bc71559754"
dependencies = [
"bytes 0.5.6",
]
2020-11-06 19:24:12 -08:00
[[package]]
name = "instant"
version = "0.1.9"
2020-11-06 19:24:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
2020-11-06 19:24:12 -08:00
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "inventory"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f0f7efb804ec95e33db9ad49e4252f049e37e8b0a4652e3cd61f7999f2eff7f"
dependencies = [
"ctor",
"ghost",
"inventory-impl",
]
[[package]]
name = "inventory-impl"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75c094e94816723ab936484666968f5b58060492e880f3c8d00489a1e244fa51"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
]
[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [
"libc",
]
[[package]]
name = "ipnet"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
2020-09-30 21:12:57 -07:00
[[package]]
name = "jemalloc-ctl"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c502a5ff9dd2924f1ed32ba96e3b65735d837b4bfd978d3161b1702e66aca4b7"
dependencies = [
"jemalloc-sys",
"libc",
"paste",
]
[[package]]
name = "jemalloc-sys"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45"
dependencies = [
"cc",
"fs_extra",
"libc",
]
[[package]]
name = "jemallocator"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69"
dependencies = [
"jemalloc-sys",
"libc",
]
[[package]]
name = "jobserver"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
version = "0.3.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf3d7383929f7c9c7c2d0fa596f325832df98c3704f2c60553080f7127a58175"
dependencies = [
"wasm-bindgen",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "jsonrpc-core"
2021-03-17 20:21:21 -07:00
version = "17.0.0"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-17 20:21:21 -07:00
checksum = "07569945133257ff557eb37b015497104cea61a2c9edaf126c1cbd6e8332397f"
2020-09-30 21:12:57 -07:00
dependencies = [
2021-03-17 20:21:21 -07:00
"futures 0.3.12",
2020-09-30 21:12:57 -07:00
"log",
"serde",
"serde_derive",
"serde_json",
]
[[package]]
name = "keccak"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
dependencies = [
"spin",
]
[[package]]
name = "libc"
2021-03-30 08:41:53 -07:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "56d855069fafbb9b344c0f962150cd2c1187975cb1c22c1522c240d8c4986714"
2020-09-30 21:12:57 -07:00
[[package]]
name = "libloading"
version = "0.6.7"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883"
2020-09-30 21:12:57 -07:00
dependencies = [
"cfg-if 1.0.0",
2020-09-30 21:12:57 -07:00
"winapi 0.3.9",
]
[[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",
2021-02-11 13:18:38 -08:00
"sha2 0.8.2",
"subtle 2.2.3",
"typenum",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "linked-hash-map"
version = "0.5.4"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
2020-09-30 21:12:57 -07:00
[[package]]
name = "lock_api"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
dependencies = [
"scopeguard",
]
2020-11-06 19:24:12 -08:00
[[package]]
name = "lock_api"
version = "0.4.2"
2020-11-06 19:24:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
2020-11-06 19:24:12 -08:00
dependencies = [
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "matches"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
[[package]]
name = "memchr"
version = "2.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
[[package]]
name = "memmap"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
dependencies = [
"libc",
"winapi 0.3.9",
]
[[package]]
name = "memmap2"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b70ca2a6103ac8b665dc150b142ef0e4e89df640c9e6cf295d189c3caebe5a"
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
dependencies = [
"autocfg",
]
[[package]]
name = "memoffset"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
dependencies = [
"autocfg",
]
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "miniz_oxide"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
dependencies = [
"adler",
"autocfg",
]
[[package]]
name = "mio"
version = "0.6.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
dependencies = [
"cfg-if 0.1.10",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
"miow 0.2.2",
"net2",
"slab",
"winapi 0.2.8",
]
2020-11-06 19:24:12 -08:00
[[package]]
name = "mio"
version = "0.7.7"
2020-11-06 19:24:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e50ae3f04d169fcc9bde0b547d1c205219b7157e07ded9c5aff03e0637cb3ed7"
2020-11-06 19:24:12 -08:00
dependencies = [
"libc",
"log",
"miow 0.3.6",
2020-11-06 19:24:12 -08:00
"ntapi",
"winapi 0.3.9",
]
[[package]]
name = "mio-uds"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
dependencies = [
"iovec",
"libc",
"mio 0.6.23",
]
[[package]]
name = "miow"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
]
2020-11-06 19:24:12 -08:00
[[package]]
name = "miow"
version = "0.3.6"
2020-11-06 19:24:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
2020-11-06 19:24:12 -08:00
dependencies = [
2021-03-30 08:41:53 -07:00
"socket2 0.3.19",
2020-11-06 19:24:12 -08:00
"winapi 0.3.9",
]
[[package]]
2020-09-30 21:12:57 -07:00
name = "native-tls"
version = "0.2.7"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4"
2020-09-30 21:12:57 -07:00
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "net2"
version = "0.2.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
dependencies = [
"cfg-if 0.1.10",
"libc",
"winapi 0.3.9",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "nix"
2020-12-17 16:11:56 -08:00
version = "0.19.1"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-17 16:11:56 -08:00
checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2"
2020-09-30 21:12:57 -07:00
dependencies = [
"bitflags",
"cc",
2020-12-17 16:11:56 -08:00
"cfg-if 1.0.0",
2020-09-30 21:12:57 -07:00
"libc",
]
2020-11-06 19:24:12 -08:00
[[package]]
name = "ntapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
"winapi 0.3.9",
]
2021-03-17 20:21:21 -07:00
[[package]]
name = "num-bigint"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d0a3d5e207573f948a9e5376662aa743a2ea13f7c50a554d7af443a73fbfeba"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-derive"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
dependencies = [
2020-11-01 21:15:11 -08:00
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
]
[[package]]
name = "num-integer"
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
dependencies = [
"hermit-abi",
"libc",
]
[[package]]
name = "num_enum"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "226b45a5c2ac4dd696ed30fa6b94b057ad909c7b7fc2e0d0808192bced894066"
dependencies = [
"derivative",
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c0fd9eba1d5db0994a239e09c1be402d35622277e35468ba891aa5e3188ce7e"
dependencies = [
"proc-macro-crate",
2020-11-01 21:15:11 -08:00
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "number_prefix"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a"
[[package]]
name = "object"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
[[package]]
name = "once_cell"
version = "1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
2020-09-30 21:12:57 -07:00
dependencies = [
"parking_lot 0.11.1",
2020-09-30 21:12:57 -07:00
]
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2020-09-30 21:12:57 -07:00
[[package]]
name = "openssl"
version = "0.10.32"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70"
2020-09-30 21:12:57 -07:00
dependencies = [
"bitflags",
"cfg-if 1.0.0",
2020-09-30 21:12:57 -07:00
"foreign-types",
"lazy_static",
"libc",
"openssl-sys",
]
[[package]]
name = "openssl-probe"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
[[package]]
name = "openssl-sys"
version = "0.9.60"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6"
2020-09-30 21:12:57 -07:00
dependencies = [
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2020-11-01 09:15:02 -08:00
[[package]]
name = "ouroboros"
2020-11-13 17:57:21 -08:00
version = "0.5.1"
2020-11-01 09:15:02 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-13 17:57:21 -08:00
checksum = "cc04551635026d3ac7bc646698ea1836a85ed2a26b7094fe1d15d8b14854c4a2"
2020-11-01 09:15:02 -08:00
dependencies = [
"ouroboros_macro",
"stable_deref_trait",
]
[[package]]
name = "ouroboros_macro"
2020-11-13 17:57:21 -08:00
version = "0.5.1"
2020-11-01 09:15:02 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-13 17:57:21 -08:00
checksum = "cec33dfceabec83cd0e95a5ce9d20e76ab3a5cbfef59659b8c927f69b93ed8ae"
2020-11-01 09:15:02 -08:00
dependencies = [
"Inflector",
2020-11-01 21:15:11 -08:00
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
2020-11-01 09:15:02 -08:00
]
[[package]]
name = "parking_lot"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
dependencies = [
2020-11-06 19:24:12 -08:00
"lock_api 0.3.4",
2020-09-30 21:12:57 -07:00
"parking_lot_core 0.6.2",
"rustc_version",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "parking_lot"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
dependencies = [
2020-11-06 19:24:12 -08:00
"lock_api 0.3.4",
2020-09-30 21:12:57 -07:00
"parking_lot_core 0.7.2",
]
2020-11-06 19:24:12 -08:00
[[package]]
name = "parking_lot"
version = "0.11.1"
2020-11-06 19:24:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
2020-11-06 19:24:12 -08:00
dependencies = [
"instant",
"lock_api 0.4.2",
"parking_lot_core 0.8.2",
2020-11-06 19:24:12 -08:00
]
[[package]]
name = "parking_lot_core"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
dependencies = [
"cfg-if 0.1.10",
"cloudabi",
"libc",
"redox_syscall 0.1.57",
"rustc_version",
"smallvec 0.6.14",
"winapi 0.3.9",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "parking_lot_core"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
dependencies = [
"cfg-if 0.1.10",
"cloudabi",
2020-11-06 19:24:12 -08:00
"libc",
"redox_syscall 0.1.57",
"smallvec 1.6.1",
2020-11-06 19:24:12 -08:00
"winapi 0.3.9",
]
[[package]]
name = "parking_lot_core"
version = "0.8.2"
2020-11-06 19:24:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ccb628cad4f84851442432c60ad8e1f607e29752d0bf072cbd0baf28aa34272"
2020-11-06 19:24:12 -08:00
dependencies = [
"cfg-if 1.0.0",
2020-11-06 19:24:12 -08:00
"instant",
2020-09-30 21:12:57 -07:00
"libc",
"redox_syscall 0.1.57",
"smallvec 1.6.1",
2020-09-30 21:12:57 -07:00
"winapi 0.3.9",
]
[[package]]
name = "paste"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
dependencies = [
"paste-impl",
"proc-macro-hack",
]
[[package]]
name = "paste-impl"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
dependencies = [
"proc-macro-hack",
]
[[package]]
name = "pbkdf2"
2021-03-17 20:21:21 -07:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-17 20:21:21 -07:00
checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"
dependencies = [
2021-03-17 20:21:21 -07:00
"crypto-mac 0.8.0",
]
2021-02-11 13:18:38 -08:00
[[package]]
name = "pbkdf2"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3b8c0d71734018084da0c0354193a5edfb81b20d2d57a92c5b154aefc554a4a"
dependencies = [
"crypto-mac 0.10.0",
]
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pest"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
dependencies = [
"ucd-trie",
]
2020-11-06 19:24:12 -08:00
[[package]]
name = "pin-project"
version = "1.0.4"
2020-11-06 19:24:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95b70b68509f17aa2857863b6fa00bf21fc93674c7a8893de2f469f6aa7ca2f2"
2020-11-06 19:24:12 -08:00
dependencies = [
2021-03-30 08:41:53 -07:00
"pin-project-internal",
2020-11-01 21:15:11 -08:00
]
2020-11-06 19:24:12 -08:00
[[package]]
name = "pin-project-internal"
version = "1.0.4"
2020-11-06 19:24:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "caa25a6393f22ce819b0f50e0be89287292fda8d425be38ee0ca14c4931d9e71"
2020-11-06 19:24:12 -08:00
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
2020-11-06 19:24:12 -08:00
]
[[package]]
name = "pin-project-lite"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2020-09-30 21:12:57 -07:00
[[package]]
name = "pkg-config"
version = "0.3.19"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
2020-09-30 21:12:57 -07:00
2020-11-01 09:15:02 -08:00
[[package]]
name = "plain"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
[[package]]
name = "ppv-lite86"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
"toml",
]
[[package]]
name = "proc-macro-hack"
version = "0.5.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
[[package]]
name = "proc-macro-nested"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
[[package]]
name = "proc-macro2"
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
dependencies = [
"unicode-xid 0.1.0",
]
[[package]]
name = "proc-macro2"
2020-11-01 21:15:11 -08:00
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-01 21:15:11 -08:00
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
dependencies = [
"unicode-xid 0.2.1",
]
[[package]]
name = "proptest"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12e6c80c1139113c28ee4670dc50cc42915228b51f56a9e407f0ec60f966646f"
dependencies = [
"bit-set",
"bitflags",
"byteorder",
"lazy_static",
"num-traits",
"quick-error",
"rand 0.7.3",
"rand_chacha 0.2.2",
"rand_xorshift",
"regex-syntax",
"rusty-fork",
"tempfile",
]
[[package]]
name = "pyo3"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf6bbbe8f70d179260b3728e5d04eb012f4f0c7988e58c11433dd689cecaa72e"
dependencies = [
"ctor",
"indoc",
"inventory",
"libc",
"parking_lot 0.11.1",
"paste",
"pyo3cls",
"unindent",
]
[[package]]
name = "pyo3-derive-backend"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10ecd0eb6ed7b3d9965b4f4370b5b9e99e3e5e8742000e1c452c018f8c2a322f"
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
]
[[package]]
name = "pyo3cls"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d344fdaa6a834a06dd1720ff104ea12fe101dad2e8db89345af9db74c0bb11a0"
dependencies = [
"pyo3-derive-backend",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
]
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quote"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
dependencies = [
"proc-macro2 0.4.30",
]
[[package]]
name = "quote"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
dependencies = [
2020-11-01 21:15:11 -08:00
"proc-macro2 1.0.24",
]
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
"getrandom 0.1.16",
"libc",
"rand_chacha 0.2.2",
"rand_core 0.5.1",
"rand_hc 0.2.0",
2020-12-17 16:11:56 -08:00
"rand_pcg",
]
[[package]]
name = "rand"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18519b42a40024d661e1714153e9ad0c3de27cd495760ceb09710920f1098b1e"
dependencies = [
"libc",
"rand_chacha 0.3.0",
"rand_core 0.6.2",
"rand_hc 0.3.0",
]
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
"rand_core 0.5.1",
]
[[package]]
name = "rand_chacha"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
dependencies = [
"ppv-lite86",
"rand_core 0.6.2",
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
"getrandom 0.1.16",
]
[[package]]
name = "rand_core"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
dependencies = [
"getrandom 0.2.2",
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core 0.5.1",
]
[[package]]
name = "rand_hc"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
dependencies = [
"rand_core 0.6.2",
]
2020-12-17 16:11:56 -08: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",
2020-12-17 16:11:56 -08:00
]
[[package]]
name = "rand_xorshift"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
dependencies = [
"rand_core 0.5.1",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "rayon"
version = "1.5.0"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
2020-09-30 21:12:57 -07:00
dependencies = [
"autocfg",
"crossbeam-deque 0.8.0",
2020-09-30 21:12:57 -07:00
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.9.0"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
2020-09-30 21:12:57 -07:00
dependencies = [
"crossbeam-channel 0.5.0",
"crossbeam-deque 0.8.0",
"crossbeam-utils 0.8.1",
2020-09-30 21:12:57 -07:00
"lazy_static",
"num_cpus",
]
[[package]]
name = "redox_syscall"
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
[[package]]
name = "redox_syscall"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570"
dependencies = [
"bitflags",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "redox_users"
version = "0.4.0"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
2020-09-30 21:12:57 -07:00
dependencies = [
"getrandom 0.2.2",
"redox_syscall 0.2.4",
2020-09-30 21:12:57 -07:00
]
2020-08-07 21:54:55 -07:00
[[package]]
name = "regex"
version = "1.4.3"
2020-08-07 21:54:55 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
]
[[package]]
name = "regex-syntax"
version = "0.6.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
[[package]]
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "reqwest"
2021-03-30 08:41:53 -07:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "bf12057f289428dbf5c591c74bf10392e4a8003f993405a902f20117019022d4"
dependencies = [
"base64 0.13.0",
2021-03-30 08:41:53 -07:00
"bytes 1.0.1",
"encoding_rs",
"futures-core",
"futures-util",
"http",
"http-body",
"hyper",
"hyper-rustls",
"ipnet",
"js-sys",
"lazy_static",
"log",
"mime",
"percent-encoding",
2021-03-30 08:41:53 -07:00
"pin-project-lite",
"rustls",
"serde",
"serde_json",
"serde_urlencoded",
2021-03-30 08:41:53 -07:00
"tokio 1.3.0",
"tokio-rustls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots",
"winreg",
]
[[package]]
name = "ring"
version = "0.16.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ba5a8ec64ee89a76c98c549af81ff14813df09c3e6dc4766c3856da48597a0c"
dependencies = [
"cc",
"lazy_static",
"libc",
"spin",
"untrusted",
"web-sys",
"winapi 0.3.9",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "rpassword"
version = "4.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99371657d3c8e4d816fb6221db98fa408242b0b53bac08f8676a41f8554fe99f"
dependencies = [
"libc",
"winapi 0.3.9",
]
[[package]]
name = "rustc-demangle"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
2020-09-30 21:12:57 -07:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustc-hex"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
"semver 0.9.0",
]
[[package]]
name = "rustls"
2021-03-30 08:41:53 -07:00
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "064fd21ff87c6e87ed4506e68beb42459caa4a0e2eb144932e6776768556980b"
dependencies = [
2021-03-30 08:41:53 -07:00
"base64 0.13.0",
"log",
"ring",
"sct",
"webpki",
]
[[package]]
name = "rustversion"
2020-12-17 16:11:56 -08:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-17 16:11:56 -08:00
checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd"
[[package]]
name = "rusty-fork"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
dependencies = [
"fnv",
"quick-error",
"tempfile",
"wait-timeout",
]
[[package]]
name = "ryu"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
[[package]]
name = "safe-transmute"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50b8b2cd387f744f69469aaed197954ba4c0ecdb31e02edf99b023e0df11178a"
2020-09-30 21:12:57 -07:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "schannel"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
dependencies = [
"lazy_static",
"winapi 0.3.9",
]
2020-08-07 21:54:55 -07:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2020-11-01 09:15:02 -08:00
[[package]]
name = "scroll"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fda28d4b4830b807a8b43f7b0e6b5df875311b3e7621d84577188c175b6ec1ec"
dependencies = [
"scroll_derive",
]
[[package]]
name = "scroll_derive"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b12bd20b94c7cdfda8c7ba9b92ad0d9a56e3fa018c25fca83b51aa664c9b4c0d"
dependencies = [
2020-11-01 21:15:11 -08:00
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
2020-11-01 09:15:02 -08:00
]
2020-08-07 21:54:55 -07:00
[[package]]
name = "sct"
version = "0.6.0"
2020-08-07 21:54:55 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
2020-08-07 21:54:55 -07:00
dependencies = [
"ring",
"untrusted",
2020-08-07 21:54:55 -07:00
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "security-framework"
version = "2.0.0"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
2020-09-30 21:12:57 -07:00
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.0.0"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
2020-09-30 21:12:57 -07:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
"semver-parser 0.7.0",
]
[[package]]
name = "semver"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
dependencies = [
"semver-parser 0.10.2",
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
[[package]]
name = "semver-parser"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
dependencies = [
"pest",
]
[[package]]
name = "serde"
2021-03-17 20:21:21 -07:00
version = "1.0.124"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-17 20:21:21 -07:00
checksum = "bd761ff957cb2a45fbb9ab3da6512de9de55872866160b23c25f1a841e99d29f"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_bytes"
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16ae07dd2f88a366f15bd0632ba725227018c69a1c8550a927324f8eb8368bb9"
dependencies = [
"serde",
]
[[package]]
name = "serde_derive"
2021-03-17 20:21:21 -07:00
version = "1.0.124"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-17 20:21:21 -07:00
checksum = "1800f7693e94e186f5e25a28291ae1570da908aff7d97a095dec1e56ff99069b"
dependencies = [
2020-11-01 21:15:11 -08:00
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
]
[[package]]
name = "serde_json"
version = "1.0.62"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486"
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "serde_yaml"
version = "0.8.17"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15654ed4ab61726bf918a39cb8d98a2e2995b002387807fa6ba58fdf7f59bb23"
2020-09-30 21:12:57 -07:00
dependencies = [
"dtoa",
"linked-hash-map",
"serde",
"yaml-rust",
]
[[package]]
name = "serum_dex"
version = "0.2.0"
source = "git+https://github.com/project-serum/serum-dex?rev=991a86e#991a86e93c22667b6b0fbb01914395d332be5531"
dependencies = [
"arrayref",
"bincode",
"bytemuck",
"byteorder",
"enumflags2",
"field-offset",
"itertools",
"num-traits",
"num_enum",
"safe-transmute",
"serde",
"solana-program",
"spl-token 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"static_assertions",
"thiserror",
"without-alloc",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "sha-1"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
dependencies = [
"block-buffer 0.7.3",
"digest 0.8.1",
"fake-simd",
"opaque-debug 0.2.3",
]
2020-08-07 21:54:55 -07:00
[[package]]
name = "sha2"
2020-08-07 21:54:55 -07:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"
2020-08-07 21:54:55 -07:00
dependencies = [
"block-buffer 0.7.3",
"digest 0.8.1",
2020-08-07 21:54:55 -07:00
"fake-simd",
"opaque-debug 0.2.3",
2020-08-07 21:54:55 -07:00
]
2021-02-11 13:18:38 -08:00
[[package]]
name = "sha2"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa827a14b29ab7f44778d14a88d3cb76e949c45083f7dbfa507d0cb699dc12de"
dependencies = [
"block-buffer 0.9.0",
"cfg-if 1.0.0",
"cpuid-bool",
"digest 0.9.0",
"opaque-debug 0.3.0",
]
[[package]]
name = "sha3"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"
dependencies = [
"block-buffer 0.9.0",
"digest 0.9.0",
"keccak",
"opaque-debug 0.3.0",
]
2020-11-06 19:24:12 -08:00
[[package]]
name = "signal-hook-registry"
version = "1.3.0"
2020-11-06 19:24:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6"
2020-11-06 19:24:12 -08:00
dependencies = [
"libc",
]
2020-07-31 20:55:45 -07:00
[[package]]
name = "signature"
version = "1.3.0"
2020-07-31 20:55:45 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f0242b8e50dd9accdd56170e94ca1ebd223b098eb9c83539a6e367d0f36ae68"
2020-07-31 20:55:45 -07:00
[[package]]
name = "sim"
version = "0.1.0"
dependencies = [
"pyo3",
]
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
[[package]]
name = "smallvec"
version = "0.6.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
dependencies = [
"maybe-uninit",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "smallvec"
version = "1.6.1"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
2020-09-30 21:12:57 -07:00
[[package]]
name = "socket2"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
dependencies = [
"cfg-if 1.0.0",
"libc",
"winapi 0.3.9",
]
2021-03-30 08:41:53 -07:00
[[package]]
name = "socket2"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"
dependencies = [
"libc",
"winapi 0.3.9",
]
[[package]]
2020-09-30 21:12:57 -07:00
name = "solana-account-decoder"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "3fadaf70dc2a3841bd73443134d9bfbceddeb47e9da2861a45b50ea810f5a19e"
2020-09-30 21:12:57 -07:00
dependencies = [
"Inflector",
"base64 0.12.3",
"bincode",
"bs58 0.3.1",
2020-09-30 21:12:57 -07:00
"bv",
"lazy_static",
"serde",
"serde_derive",
"serde_json",
"solana-config-program",
"solana-sdk",
2020-09-30 21:12:57 -07:00
"solana-stake-program",
"solana-vote-program",
"spl-token 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-09-30 21:12:57 -07:00
"thiserror",
2020-12-02 18:37:53 -08:00
"zstd",
2020-09-30 21:12:57 -07:00
]
2020-11-06 19:24:12 -08:00
[[package]]
name = "solana-banks-client"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
2020-11-06 19:24:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "b1bc0c9ec585df0b5f85601bb136bc6b26b7b695378e6939a6b5e42119d3a19d"
2020-11-06 19:24:12 -08:00
dependencies = [
"bincode",
2021-03-18 13:38:09 -07:00
"borsh 0.8.2",
"borsh-derive 0.8.2",
"futures 0.3.12",
"mio 0.7.7",
2020-11-06 19:24:12 -08:00
"solana-banks-interface",
"solana-program",
2020-11-06 19:24:12 -08:00
"solana-sdk",
"tarpc",
2021-03-17 20:21:21 -07:00
"tokio 1.3.0",
2020-11-06 19:24:12 -08:00
"tokio-serde",
]
[[package]]
name = "solana-banks-interface"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
2020-11-06 19:24:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "8a4f2c3b7fed1289d7b4e8d44f492910d915d79bcb25e78f9b36795f5adb5d65"
2020-11-06 19:24:12 -08:00
dependencies = [
"mio 0.7.7",
2020-11-06 19:24:12 -08:00
"serde",
"solana-sdk",
"tarpc",
]
[[package]]
name = "solana-banks-server"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
2020-11-06 19:24:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "045671ce145f43c3a36fdeed385dedb5b46e39758cd1e3b1d34f3b6eefa6a706"
2020-11-06 19:24:12 -08:00
dependencies = [
"bincode",
"futures 0.3.12",
2020-11-06 19:24:12 -08:00
"log",
"mio 0.7.7",
2020-11-06 19:24:12 -08:00
"solana-banks-interface",
"solana-metrics",
"solana-runtime",
"solana-sdk",
"tarpc",
2021-03-17 20:21:21 -07:00
"tokio 1.3.0",
2020-11-06 19:24:12 -08:00
"tokio-serde",
2021-03-17 20:21:21 -07:00
"tokio-stream",
2020-11-06 19:24:12 -08:00
]
2020-11-01 09:15:02 -08:00
[[package]]
name = "solana-bpf-loader-program"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
2020-11-01 09:15:02 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "ce75d06f3a7d0f0114d154f6dbae316d84eb527fd7b267299cb5d342ea7254b8"
2020-11-01 09:15:02 -08:00
dependencies = [
"bincode",
"byteorder",
"curve25519-dalek 3.0.2",
2021-03-16 13:47:59 -07:00
"log",
2020-11-01 09:15:02 -08:00
"num-derive",
"num-traits",
"rand_core 0.6.2",
2021-03-17 20:21:21 -07:00
"solana-measure",
2020-11-01 09:15:02 -08:00
"solana-runtime",
"solana-sdk",
"solana_rbpf",
2020-11-01 09:15:02 -08:00
"thiserror",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "solana-clap-utils"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "14b8fe1059bb6e1bf27449a1d985e88743ab1ad1e95d05914d69dc1fab23f420"
2020-09-30 21:12:57 -07:00
dependencies = [
"chrono",
"clap",
"rpassword",
"solana-remote-wallet",
"solana-sdk",
2020-09-30 21:12:57 -07:00
"thiserror",
"tiny-bip39",
"url",
]
[[package]]
name = "solana-cli-config"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "68537b30661bd7323b912c59fcac24859f26299fcbefd8f9838ad7c0ea53440e"
2020-09-30 21:12:57 -07:00
dependencies = [
2020-11-01 09:15:02 -08:00
"dirs-next",
2020-09-30 21:12:57 -07:00
"lazy_static",
"serde",
"serde_derive",
"serde_yaml",
"url",
]
[[package]]
name = "solana-cli-output"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "8374bf1726e282886d6eebc202f69becd86af42853ec511ebfa7a3619e2c5e0f"
2020-09-30 21:12:57 -07:00
dependencies = [
"Inflector",
2021-03-17 20:21:21 -07:00
"base64 0.13.0",
2020-09-30 21:12:57 -07:00
"chrono",
"console 0.11.3",
2020-12-17 16:11:56 -08:00
"humantime",
2020-09-30 21:12:57 -07:00
"indicatif",
"serde",
"serde_derive",
"serde_json",
"solana-account-decoder",
"solana-clap-utils",
"solana-client",
"solana-sdk",
2020-09-30 21:12:57 -07:00
"solana-stake-program",
"solana-transaction-status",
"solana-vote-program",
]
[[package]]
name = "solana-client"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "b0cb60d31787b52820edd09efac2d59c47a8385a0afc0555b0da507e4562133e"
2020-09-30 21:12:57 -07:00
dependencies = [
2020-10-15 11:20:23 -07:00
"base64 0.13.0",
2020-09-30 21:12:57 -07:00
"bincode",
"bs58 0.3.1",
2020-09-30 21:12:57 -07:00
"clap",
"indicatif",
"jsonrpc-core",
"log",
"net2",
2020-09-30 21:12:57 -07:00
"rayon",
"reqwest",
"semver 0.11.0",
2020-09-30 21:12:57 -07:00
"serde",
"serde_derive",
"serde_json",
"solana-account-decoder",
"solana-clap-utils",
"solana-net-utils",
"solana-sdk",
2020-09-30 21:12:57 -07:00
"solana-transaction-status",
"solana-version",
2020-09-30 21:12:57 -07:00
"solana-vote-program",
"thiserror",
"tungstenite",
"url",
]
[[package]]
name = "solana-config-program"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "43743f4c6e30089fa9d076f86f2f8de4aa9ac981d9b70376739afa4487cc1f3b"
2020-09-30 21:12:57 -07:00
dependencies = [
"bincode",
"chrono",
"log",
"rand_core 0.6.2",
2020-09-30 21:12:57 -07:00
"serde",
"serde_derive",
"solana-sdk",
2020-09-30 21:12:57 -07:00
]
[[package]]
name = "solana-crate-features"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "5082d386fe7ac7c111583b25bf42d7576ddd84b6e4a9053f6a6aadc0ffeea6db"
2020-09-30 21:12:57 -07:00
dependencies = [
"backtrace",
"bytes 0.4.12",
"cc",
"curve25519-dalek 2.1.2",
2020-09-30 21:12:57 -07:00
"ed25519-dalek",
"either",
"lazy_static",
"libc",
"rand_chacha 0.2.2",
"regex-syntax",
"reqwest",
"serde",
"syn 0.15.44",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
"tokio 0.1.22",
"winapi 0.3.9",
]
[[package]]
name = "solana-frozen-abi"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "33733006b16b0fd29329dbdfbb4cb94672691c8d66f9e07ee7090976e474773f"
dependencies = [
"bs58 0.3.1",
"bv",
"generic-array 0.14.4",
"log",
"memmap2",
"rustc_version",
"serde",
"serde_derive",
2021-02-11 13:18:38 -08:00
"sha2 0.9.3",
"solana-frozen-abi-macro",
"solana-logger",
"thiserror",
]
[[package]]
name = "solana-frozen-abi-macro"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "bdb8dc781b80087b6abb68147b138e3919a69e9e34bcadf9d18b754a7cee74b2"
dependencies = [
"lazy_static",
2020-11-01 21:15:11 -08:00
"proc-macro2 1.0.24",
"quote 1.0.8",
"rustc_version",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
]
[[package]]
name = "solana-logger"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
2020-10-14 08:16:38 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "acac81fdde22682d62f283c0880f851c3b001427290a24326da20a667f5cc951"
dependencies = [
"env_logger",
"lazy_static",
"log",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "solana-measure"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "1a3b52bdec3df43317eca3ba939a16946669ec5f36cc8f46d8d1555ac1212b08"
2020-09-30 21:12:57 -07:00
dependencies = [
"jemalloc-ctl",
"jemallocator",
"log",
"solana-metrics",
"solana-sdk",
2020-09-30 21:12:57 -07:00
]
[[package]]
name = "solana-metrics"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "0f5574fd063f4e53431e044a6df7c8b7188b97a3ed486d5dd930b18a6b29e279"
2020-09-30 21:12:57 -07:00
dependencies = [
"env_logger",
"gethostname",
"lazy_static",
"log",
"reqwest",
"solana-sdk",
2020-09-30 21:12:57 -07:00
]
[[package]]
name = "solana-net-utils"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "9b2553109286833c57f11362fe463addf4409ee8841dfa32ffa4136027e82b68"
2020-09-30 21:12:57 -07:00
dependencies = [
"bincode",
"clap",
"log",
"nix",
"rand 0.7.3",
2020-09-30 21:12:57 -07:00
"serde",
"serde_derive",
2021-03-30 08:41:53 -07:00
"socket2 0.3.19",
2020-09-30 21:12:57 -07:00
"solana-clap-utils",
"solana-logger",
2020-09-30 21:12:57 -07:00
"solana-version",
2021-03-17 20:21:21 -07:00
"tokio 1.3.0",
2020-09-30 21:12:57 -07:00
"url",
]
[[package]]
name = "solana-program"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "7e74dfe338bcb00194172b4def75f9e1c1e7b0402a4d884ecd4997a7072f0094"
dependencies = [
"bincode",
2021-03-18 13:38:09 -07:00
"borsh 0.8.2",
"borsh-derive 0.8.2",
"bs58 0.3.1",
"bv",
"curve25519-dalek 2.1.2",
"hex",
"itertools",
"lazy_static",
"log",
"num-derive",
"num-traits",
"rand 0.7.3",
"rustc_version",
"rustversion",
"serde",
"serde_bytes",
"serde_derive",
2021-02-11 13:18:38 -08:00
"sha2 0.9.3",
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-logger",
"solana-sdk-macro",
"thiserror",
]
2020-11-06 19:24:12 -08:00
[[package]]
name = "solana-program-test"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
2020-11-06 19:24:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "594745ccfdbf0546ca86d3647725e428c78733bfe70f8f42a936e99db2637716"
2020-11-06 19:24:12 -08:00
dependencies = [
2020-11-12 09:19:39 -08:00
"async-trait",
2020-11-06 19:24:12 -08:00
"base64 0.12.3",
"chrono",
"chrono-humanize",
"log",
"mio 0.7.7",
2020-11-06 19:24:12 -08:00
"solana-banks-client",
"solana-banks-server",
"solana-bpf-loader-program",
"solana-logger",
"solana-program",
"solana-runtime",
"solana-sdk",
2021-02-11 13:18:38 -08:00
"solana-vote-program",
"thiserror",
2021-03-17 20:21:21 -07:00
"tokio 1.3.0",
2020-11-06 19:24:12 -08:00
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "solana-rayon-threadlimit"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "1fe553bd49b1a1834bb8db48f48a254137ac4223dc9e667e1512fd5ee4958d50"
2020-09-30 21:12:57 -07:00
dependencies = [
"lazy_static",
"num_cpus",
]
[[package]]
name = "solana-remote-wallet"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "6988d2799e2d896b2590bfbd13ae4b154a79e6ff64e7820ed67f3f20646a9f8c"
dependencies = [
2020-09-30 21:12:57 -07:00
"base32",
"console 0.11.3",
"dialoguer",
"hidapi",
"log",
"num-derive",
"num-traits",
"parking_lot 0.10.2",
"semver 0.9.0",
"solana-sdk",
2020-09-30 21:12:57 -07:00
"thiserror",
"url",
]
[[package]]
2020-09-30 21:12:57 -07:00
name = "solana-runtime"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "be609d0d914e216b62c07417338d4fc3e303be8691c83503ef719f1be208605a"
dependencies = [
2020-09-30 21:12:57 -07:00
"bincode",
"blake3",
"bv",
"byteorder",
"bzip2",
"crossbeam-channel 0.4.4",
2020-11-01 09:15:02 -08:00
"dashmap",
2020-09-30 21:12:57 -07:00
"dir-diff",
"flate2",
"fnv",
"itertools",
"lazy_static",
2020-09-30 21:12:57 -07:00
"libc",
"libloading",
"log",
"memmap2",
2020-09-30 21:12:57 -07:00
"num-derive",
"num-traits",
"num_cpus",
2020-11-01 09:15:02 -08:00
"ouroboros",
"rand 0.7.3",
2020-09-30 21:12:57 -07:00
"rayon",
"regex",
"rustc_version",
"serde",
"serde_derive",
"solana-config-program",
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-logger",
2020-09-30 21:12:57 -07:00
"solana-measure",
"solana-metrics",
"solana-rayon-threadlimit",
"solana-sdk",
2020-09-30 21:12:57 -07:00
"solana-secp256k1-program",
"solana-stake-program",
"solana-vote-program",
"symlink",
"tar",
"tempfile",
"thiserror",
"zstd",
]
[[package]]
name = "solana-sdk"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "fb022834af39c1f5e17dec0b0d1d5cc3d2f2c51f466af750f6c48e17d76973f7"
dependencies = [
"assert_matches",
"bincode",
"bs58 0.3.1",
"bv",
"byteorder",
"chrono",
"digest 0.9.0",
"ed25519-dalek",
"generic-array 0.14.4",
"hex",
2021-02-11 13:18:38 -08:00
"hmac 0.10.1",
"itertools",
2020-11-01 09:15:02 -08:00
"lazy_static",
"libsecp256k1",
"log",
"memmap2",
"num-derive",
"num-traits",
2021-02-11 13:18:38 -08:00
"pbkdf2 0.6.0",
"rand 0.7.3",
"rand_chacha 0.2.2",
2021-03-17 20:21:21 -07:00
"rand_core 0.6.2",
"rustc_version",
"rustversion",
"serde",
"serde_bytes",
"serde_derive",
"serde_json",
2021-02-11 13:18:38 -08:00
"sha2 0.9.3",
"sha3",
"solana-crate-features",
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-logger",
"solana-program",
"solana-sdk-macro",
"thiserror",
]
[[package]]
name = "solana-sdk-macro"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "8f184f5510b724a032ad7883ba0e474f7470c51042f53d8ba14cb1d4b08893c1"
dependencies = [
"bs58 0.3.1",
2020-11-01 21:15:11 -08:00
"proc-macro2 1.0.24",
"quote 1.0.8",
"rustversion",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "solana-secp256k1-program"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "1d258dbee30eed35e82716217c4eb22e806510b03ae1e8f87f231723c940343f"
2020-09-30 21:12:57 -07:00
dependencies = [
"bincode",
"digest 0.9.0",
"libsecp256k1",
"rand 0.7.3",
2020-09-30 21:12:57 -07:00
"sha3",
"solana-logger",
"solana-sdk",
2020-09-30 21:12:57 -07:00
]
[[package]]
name = "solana-stake-program"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "b5590ab526cadc8b12f9970cc1116a2ac3875b0d6fe9e5109437a64b9a806e63"
2020-09-30 21:12:57 -07:00
dependencies = [
"bincode",
"log",
"num-derive",
"num-traits",
"rustc_version",
"serde",
"serde_derive",
"solana-config-program",
"solana-frozen-abi",
"solana-frozen-abi-macro",
2020-09-30 21:12:57 -07:00
"solana-metrics",
"solana-sdk",
2020-09-30 21:12:57 -07:00
"solana-vote-program",
"thiserror",
]
[[package]]
name = "solana-transaction-status"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "7ef90156d1f1a93f997b30ceff2b8201deffc4e72499df268afa5c1797929c80"
2020-09-30 21:12:57 -07:00
dependencies = [
"Inflector",
"base64 0.12.3",
"bincode",
"bs58 0.3.1",
2020-09-30 21:12:57 -07:00
"lazy_static",
"serde",
"serde_derive",
"serde_json",
"solana-account-decoder",
2020-10-15 11:20:23 -07:00
"solana-runtime",
"solana-sdk",
2020-09-30 21:12:57 -07:00
"solana-stake-program",
"solana-vote-program",
"spl-memo 2.0.1",
2021-02-11 13:18:38 -08:00
"spl-memo 3.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
"spl-token 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-09-30 21:12:57 -07:00
"thiserror",
]
[[package]]
name = "solana-version"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "c33bff0198dc3035c1393b791dd4a56c523b728803075c25758c3a15953e7ac0"
2020-09-30 21:12:57 -07:00
dependencies = [
"log",
"rustc_version",
"serde",
"serde_derive",
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-logger",
"solana-sdk",
2020-09-30 21:12:57 -07:00
]
[[package]]
name = "solana-vote-program"
2021-03-30 08:41:53 -07:00
version = "1.6.2"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "2dfd35271cf52078f87e967a133209782fdb9b260f5c3bb8608aa67dcf74c597"
2020-09-30 21:12:57 -07:00
dependencies = [
"bincode",
"log",
"num-derive",
"num-traits",
"rustc_version",
"serde",
"serde_derive",
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-logger",
2020-09-30 21:12:57 -07:00
"solana-metrics",
"solana-sdk",
2020-09-30 21:12:57 -07:00
"thiserror",
]
2020-12-17 16:11:56 -08:00
[[package]]
name = "solana_rbpf"
version = "0.2.5"
2020-12-17 16:11:56 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e3089d0175f975358b602072a02bd327a154399d2b54a8cf0f8f21108a4de4c"
2020-12-17 16:11:56 -08:00
dependencies = [
"byteorder",
"combine",
2020-11-01 09:15:02 -08:00
"goblin",
"hash32",
"libc",
"log",
"rand 0.7.3",
2020-11-01 09:15:02 -08:00
"scroll",
"thiserror",
"time",
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2020-11-01 21:15:11 -08:00
[[package]]
name = "spl-associated-token-account"
2020-12-16 10:51:51 -08:00
version = "1.0.2"
2020-11-01 21:15:11 -08:00
dependencies = [
"solana-program",
2020-11-06 19:24:12 -08:00
"solana-program-test",
"solana-sdk",
2021-02-11 13:28:05 -08:00
"spl-token 3.1.0",
2020-11-01 21:15:11 -08:00
]
[[package]]
name = "spl-binary-oracle-pair"
version = "0.1.0"
dependencies = [
"arbitrary",
2021-03-18 13:38:09 -07:00
"borsh 0.8.2",
"num-derive",
"num-traits",
"solana-program",
2021-03-18 13:38:09 -07:00
"solana-program-test",
"solana-sdk",
2021-03-18 13:38:09 -07:00
"spl-token 3.1.0",
"thiserror",
"uint",
]
2020-08-07 09:45:36 -07:00
[[package]]
2020-11-11 00:01:10 -08:00
name = "spl-example-cross-program-invocation"
version = "1.0.0"
dependencies = [
"solana-program",
"solana-program-test",
"solana-sdk",
]
[[package]]
name = "spl-example-custom-heap"
version = "1.0.0"
dependencies = [
"solana-program",
"solana-program-test",
"solana-sdk",
]
[[package]]
name = "spl-example-logging"
version = "1.0.0"
dependencies = [
"solana-program",
"solana-program-test",
"solana-sdk",
]
[[package]]
name = "spl-example-sysvar"
version = "1.0.0"
dependencies = [
"solana-program",
"solana-program-test",
"solana-sdk",
]
[[package]]
name = "spl-example-transfer-lamports"
version = "1.0.0"
dependencies = [
"solana-program",
"solana-program-test",
"solana-sdk",
]
2020-11-14 08:24:43 -08:00
[[package]]
name = "spl-feature-proposal"
2020-11-18 17:51:12 -08:00
version = "1.0.0"
2020-11-14 08:24:43 -08:00
dependencies = [
"borsh 0.7.2",
2021-03-18 13:38:09 -07:00
"borsh-derive 0.8.2",
"futures 0.3.12",
2020-11-14 08:24:43 -08:00
"solana-program",
"solana-program-test",
"solana-sdk",
2021-02-11 13:28:05 -08:00
"spl-token 3.1.0",
2020-11-14 08:24:43 -08:00
]
2020-11-16 20:36:00 -08:00
[[package]]
name = "spl-feature-proposal-cli"
2020-12-07 14:08:24 -08:00
version = "1.2.0"
2020-11-16 20:36:00 -08:00
dependencies = [
2020-11-18 17:48:08 -08:00
"chrono",
2020-11-16 20:36:00 -08:00
"clap",
"solana-clap-utils",
"solana-cli-config",
"solana-client",
"solana-logger",
"solana-sdk",
"spl-feature-proposal",
]
[[package]]
name = "spl-math"
version = "0.1.0"
dependencies = [
"borsh 0.7.2",
2021-03-18 13:38:09 -07:00
"borsh-derive 0.8.2",
"num-derive",
"num-traits",
"proptest",
"solana-program",
"solana-program-test",
"solana-sdk",
"thiserror",
"uint",
]
2020-11-11 00:01:10 -08:00
[[package]]
2020-08-07 09:45:36 -07:00
name = "spl-memo"
2020-12-17 16:11:56 -08:00
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb2b771f6146dec14ef5fbf498f9374652c54badc3befc8c40c1d426dd45d720"
2020-08-07 09:45:36 -07:00
dependencies = [
2020-11-06 19:24:12 -08:00
"solana-program",
2020-08-07 09:45:36 -07:00
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "spl-memo"
version = "3.0.0"
2020-09-30 21:12:57 -07:00
dependencies = [
2020-11-04 11:13:23 -08:00
"solana-program",
"solana-program-test",
"solana-sdk",
2020-09-30 21:12:57 -07:00
]
2021-02-11 13:18:38 -08:00
[[package]]
name = "spl-memo"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e76b60c6f58279b5469beb1705744e9778ee94d643c8e3e2ff91874c59bb3c63"
dependencies = [
"solana-program",
]
[[package]]
name = "spl-record"
version = "0.1.0"
dependencies = [
2021-03-18 13:38:09 -07:00
"borsh 0.8.2",
"borsh-derive 0.8.2",
"num-derive",
"num-traits",
"solana-program",
"solana-program-test",
"solana-sdk",
"thiserror",
]
[[package]]
name = "spl-shared-memory"
version = "2.0.6"
dependencies = [
"arrayref",
2020-11-01 09:15:02 -08:00
"solana-bpf-loader-program",
"solana-program",
2020-11-01 09:15:02 -08:00
"solana-sdk",
"solana_rbpf",
]
[[package]]
name = "spl-stake-pool"
version = "0.1.0"
dependencies = [
"arrayref",
"bincode",
"borsh 0.8.2",
"num-derive",
"num-traits",
"num_enum",
"proptest",
"serde",
"serde_derive",
"solana-program",
"solana-program-test",
2020-11-01 09:15:02 -08:00
"solana-sdk",
"solana-vote-program",
"spl-math",
2021-02-11 13:28:05 -08:00
"spl-token 3.1.0",
"thiserror",
]
[[package]]
name = "spl-stake-pool-cli"
version = "2.0.1"
dependencies = [
"bincode",
"borsh 0.8.2",
"bs58 0.4.0",
"clap",
"lazy_static",
"serde_json",
"solana-account-decoder",
"solana-clap-utils",
"solana-cli-config",
"solana-client",
"solana-logger",
"solana-program",
"solana-sdk",
"spl-stake-pool",
2021-02-11 13:28:05 -08:00
"spl-token 3.1.0",
]
2020-08-07 21:54:55 -07:00
[[package]]
name = "spl-token"
version = "3.1.0"
2020-08-07 21:54:55 -07:00
dependencies = [
"arrayref",
2020-08-29 09:33:09 -07:00
"num-derive",
2020-08-07 21:54:55 -07:00
"num-traits",
"num_enum",
2020-11-06 19:24:12 -08:00
"solana-program",
"solana-sdk",
2020-08-07 21:54:55 -07:00
"thiserror",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "spl-token"
2021-02-11 13:28:05 -08:00
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b795e50d15dfd35aa5460b80a16414503a322be115a417a43db987c5824c6798"
2020-09-30 21:12:57 -07:00
dependencies = [
"arrayref",
"num-derive",
"num-traits",
"num_enum",
2020-11-04 10:29:16 -08:00
"solana-program",
2020-09-30 21:12:57 -07:00
"thiserror",
]
[[package]]
name = "spl-token-cli"
2021-03-30 16:22:17 -07:00
version = "2.0.10"
2020-09-30 21:12:57 -07:00
dependencies = [
"clap",
"console 0.14.0",
2020-09-30 21:12:57 -07:00
"serde_json",
"solana-account-decoder",
"solana-clap-utils",
"solana-cli-config",
"solana-cli-output",
"solana-client",
"solana-logger",
"solana-remote-wallet",
"solana-sdk",
2020-11-03 12:39:40 -08:00
"spl-associated-token-account",
2021-02-11 13:28:05 -08:00
"spl-token 3.1.0",
2020-09-30 21:12:57 -07:00
]
[[package]]
name = "spl-token-lending"
version = "0.1.0"
dependencies = [
"arrayref",
"assert_matches",
"base64 0.13.0",
"log",
"num-derive",
"num-traits",
"proptest",
"serde",
"serde_yaml",
"serum_dex",
"solana-program",
"solana-program-test",
"solana-sdk",
2021-02-11 13:28:05 -08:00
"spl-token 3.1.0",
"thiserror",
"uint",
]
[[package]]
name = "spl-token-lending-client"
version = "0.1.0"
dependencies = [
"solana-client",
"solana-program",
"solana-sdk",
2021-02-11 13:28:05 -08:00
"spl-token 3.1.0",
"spl-token-lending",
]
2020-08-07 09:45:36 -07:00
[[package]]
name = "spl-token-swap"
version = "0.1.0"
dependencies = [
"arbitrary",
"arrayref",
"enum_dispatch",
2020-08-29 09:33:09 -07:00
"num-derive",
2020-08-07 09:45:36 -07:00
"num-traits",
"proptest",
"sim",
"solana-program",
2020-11-01 09:15:02 -08:00
"solana-sdk",
"spl-math",
2021-02-11 13:28:05 -08:00
"spl-token 3.1.0",
2020-08-14 14:25:53 -07:00
"thiserror",
]
[[package]]
name = "spl-token-swap-fuzz"
version = "0.0.1"
dependencies = [
"arbitrary",
"honggfuzz",
"solana-program",
"spl-math",
2021-02-11 13:28:05 -08:00
"spl-token 3.1.0",
"spl-token-swap",
]
2020-11-01 09:15:02 -08:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2020-11-06 19:24:12 -08:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "subtle"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
[[package]]
name = "subtle"
version = "2.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "502d53007c02d7605a05df1c1a73ee436952781653da5d0bf57ad608f66932c1"
2020-09-30 21:12:57 -07:00
[[package]]
name = "symlink"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7973cce6668464ea31f176d85b13c7ab3bba2cb3b77a2ed26abd7801688010a"
[[package]]
name = "syn"
version = "0.15.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
dependencies = [
"proc-macro2 0.4.30",
"quote 0.6.13",
"unicode-xid 0.1.0",
]
[[package]]
name = "syn"
2021-03-17 20:21:21 -07:00
version = "1.0.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-17 20:21:21 -07:00
checksum = "3fd9d1e9976102a03c542daa2eff1b43f9d72306342f3f8b3ed5fb8908195d6f"
dependencies = [
2020-11-01 21:15:11 -08:00
"proc-macro2 1.0.24",
"quote 1.0.8",
"unicode-xid 0.2.1",
]
[[package]]
name = "synstructure"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
dependencies = [
2020-11-01 21:15:11 -08:00
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
"unicode-xid 0.2.1",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "tar"
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "489997b7557e9a43e192c527face4feacc78bfbe6eed67fd55c4c9e381cba290"
dependencies = [
"filetime",
"libc",
"redox_syscall 0.1.57",
2020-09-30 21:12:57 -07:00
"xattr",
]
2020-11-06 19:24:12 -08:00
[[package]]
name = "tarpc"
2021-03-17 20:21:21 -07:00
version = "0.24.1"
2020-11-06 19:24:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-17 20:21:21 -07:00
checksum = "e325774dd5b35d979e9f4db2b0f0d7d85dc2ff2b676a3150af56c09eafc14b07"
2020-11-06 19:24:12 -08:00
dependencies = [
"anyhow",
"fnv",
"futures 0.3.12",
2020-12-17 16:11:56 -08:00
"humantime",
2020-11-06 19:24:12 -08:00
"log",
2021-03-30 08:41:53 -07:00
"pin-project",
"rand 0.7.3",
2020-11-06 19:24:12 -08:00
"serde",
"static_assertions",
"tarpc-plugins",
2021-03-17 20:21:21 -07:00
"tokio 1.3.0",
2020-11-06 19:24:12 -08:00
"tokio-serde",
2021-03-30 08:41:53 -07:00
"tokio-util",
2020-11-06 19:24:12 -08:00
]
[[package]]
name = "tarpc-plugins"
2021-03-17 20:21:21 -07:00
version = "0.9.0"
2020-11-06 19:24:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-17 20:21:21 -07:00
checksum = "f3240378a22b1195734e085ba71d1d4188d50f034aea82635acc430b7005afb5"
2020-11-06 19:24:12 -08:00
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
2020-11-06 19:24:12 -08:00
]
2020-08-07 21:54:55 -07:00
[[package]]
name = "tempfile"
version = "3.2.0"
2020-08-07 21:54:55 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
2020-08-07 21:54:55 -07:00
dependencies = [
"cfg-if 1.0.0",
2020-08-07 21:54:55 -07:00
"libc",
"rand 0.8.2",
"redox_syscall 0.2.4",
"remove_dir_all",
2020-08-07 21:54:55 -07:00
"winapi 0.3.9",
]
[[package]]
name = "termcolor"
version = "1.1.2"
2020-08-07 21:54:55 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
2020-08-07 21:54:55 -07:00
dependencies = [
"winapi-util",
2020-08-07 21:54:55 -07:00
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "terminal_size"
version = "0.1.16"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86ca8ced750734db02076f44132d802af0b33b09942331f4459dde8636fd2406"
2020-09-30 21:12:57 -07:00
dependencies = [
"libc",
"winapi 0.3.9",
]
[[package]]
name = "termios"
version = "0.3.3"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
2020-09-30 21:12:57 -07:00
dependencies = [
"libc",
]
2020-08-07 09:45:36 -07:00
[[package]]
name = "test-client"
version = "0.1.0"
dependencies = [
"solana-sdk",
"spl-memo 3.0.0",
2021-02-11 13:28:05 -08:00
"spl-token 3.1.0",
2020-08-07 09:45:36 -07:00
"spl-token-swap",
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
[[package]]
name = "thiserror"
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76cc616c6abf8c8928e2fdcc0dbfab37175edd8fb49a4641066ad1364fdab146"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1"
dependencies = [
2020-11-01 21:15:11 -08:00
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
]
[[package]]
name = "thread_local"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb9bc092d0d51e76b2b19d9d85534ffc9ec2db959a2523cdae0697e2972cd447"
dependencies = [
"lazy_static",
]
[[package]]
name = "time"
version = "0.1.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
dependencies = [
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
"winapi 0.3.9",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "tiny-bip39"
2021-03-17 20:21:21 -07:00
version = "0.8.0"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-17 20:21:21 -07:00
checksum = "d9e44c4759bae7f1032e286a7ef990bd9ed23fe831b7eeba0beb97484c2e59b8"
2020-09-30 21:12:57 -07:00
dependencies = [
2021-03-17 20:21:21 -07:00
"anyhow",
"hmac 0.8.1",
2020-09-30 21:12:57 -07:00
"once_cell",
2021-03-17 20:21:21 -07:00
"pbkdf2 0.4.0",
"rand 0.7.3",
2020-09-30 21:12:57 -07:00
"rustc-hash",
2021-03-17 20:21:21 -07:00
"sha2 0.9.3",
"thiserror",
2020-09-30 21:12:57 -07:00
"unicode-normalization",
2021-03-17 20:21:21 -07:00
"zeroize",
2020-09-30 21:12:57 -07:00
]
[[package]]
name = "tinyvec"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccf8dbc19eb42fba10e8feaaec282fb50e2c14b2726d6301dbfeed0f73306a6f"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
dependencies = [
"bytes 0.4.12",
"futures 0.1.30",
"mio 0.6.23",
"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",
]
2020-11-06 19:24:12 -08:00
[[package]]
name = "tokio"
2021-03-17 20:21:21 -07:00
version = "1.3.0"
2020-11-06 19:24:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-17 20:21:21 -07:00
checksum = "8d56477f6ed99e10225f38f9f75f872f29b8b8bd8c0b946f63345bb144e9eeda"
2020-11-06 19:24:12 -08:00
dependencies = [
"autocfg",
2021-03-17 20:21:21 -07:00
"bytes 1.0.1",
2020-11-06 19:24:12 -08:00
"libc",
"memchr",
"mio 0.7.7",
"num_cpus",
"once_cell",
"parking_lot 0.11.1",
2021-03-30 08:41:53 -07:00
"pin-project-lite",
2020-11-06 19:24:12 -08:00
"signal-hook-registry",
"tokio-macros",
"winapi 0.3.9",
]
[[package]]
name = "tokio-codec"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
dependencies = [
"bytes 0.4.12",
"futures 0.1.30",
"tokio-io",
]
[[package]]
name = "tokio-current-thread"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
dependencies = [
"futures 0.1.30",
"tokio-executor",
]
2020-06-26 15:20:03 -07:00
[[package]]
name = "tokio-executor"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
dependencies = [
"crossbeam-utils 0.7.2",
"futures 0.1.30",
]
[[package]]
name = "tokio-fs"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"
dependencies = [
"futures 0.1.30",
"tokio-io",
"tokio-threadpool",
]
2020-05-29 15:00:47 -07:00
[[package]]
name = "tokio-io"
version = "0.1.13"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
2020-05-29 15:00:47 -07:00
dependencies = [
"bytes 0.4.12",
"futures 0.1.30",
"log",
2020-05-29 15:00:47 -07:00
]
2020-11-06 19:24:12 -08:00
[[package]]
name = "tokio-macros"
2021-03-17 20:21:21 -07:00
version = "1.1.0"
2020-11-06 19:24:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-17 20:21:21 -07:00
checksum = "caf7b11a536f46a809a8a9f0bb4237020f70ecbf115b842360afb127ea2fda57"
2020-11-06 19:24:12 -08:00
dependencies = [
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
2020-11-06 19:24:12 -08:00
]
2020-05-29 15:00:47 -07:00
[[package]]
name = "tokio-reactor"
version = "0.1.12"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
2020-05-29 15:00:47 -07:00
dependencies = [
"crossbeam-utils 0.7.2",
"futures 0.1.30",
"lazy_static",
"log",
"mio 0.6.23",
"num_cpus",
2020-09-30 21:12:57 -07:00
"parking_lot 0.9.0",
"slab",
"tokio-executor",
"tokio-io",
"tokio-sync",
2020-05-29 15:00:47 -07:00
]
[[package]]
name = "tokio-rustls"
2021-03-30 08:41:53 -07:00
version = "0.22.0"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
2020-05-29 15:00:47 -07:00
dependencies = [
"rustls",
2021-03-30 08:41:53 -07:00
"tokio 1.3.0",
"webpki",
2020-05-29 15:00:47 -07:00
]
2020-11-06 19:24:12 -08:00
[[package]]
name = "tokio-serde"
2021-03-17 20:21:21 -07:00
version = "0.8.0"
2020-11-06 19:24:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-17 20:21:21 -07:00
checksum = "911a61637386b789af998ee23f50aa30d5fd7edcec8d6d3dedae5e5815205466"
2020-11-06 19:24:12 -08:00
dependencies = [
"bincode",
2021-03-17 20:21:21 -07:00
"bytes 1.0.1",
"educe",
"futures-core",
"futures-sink",
2021-03-30 08:41:53 -07:00
"pin-project",
2020-11-06 19:24:12 -08:00
"serde",
2021-03-17 20:21:21 -07:00
"serde_json",
]
[[package]]
name = "tokio-stream"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c535f53c0cfa1acace62995a8994fc9cc1f12d202420da96ff306ee24d576469"
dependencies = [
"futures-core",
2021-03-30 08:41:53 -07:00
"pin-project-lite",
2021-03-17 20:21:21 -07:00
"tokio 1.3.0",
2020-11-06 19:24:12 -08:00
]
2020-06-26 15:20:03 -07:00
[[package]]
name = "tokio-sync"
version = "0.1.8"
2020-06-26 15:20:03 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
2020-06-26 15:20:03 -07:00
dependencies = [
"fnv",
"futures 0.1.30",
2020-06-26 15:20:03 -07:00
]
2020-05-29 15:00:47 -07:00
[[package]]
name = "tokio-tcp"
version = "0.1.4"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
2020-05-29 15:00:47 -07:00
dependencies = [
"bytes 0.4.12",
"futures 0.1.30",
"iovec",
"mio 0.6.23",
"tokio-io",
"tokio-reactor",
2020-05-29 15:00:47 -07:00
]
[[package]]
name = "tokio-threadpool"
version = "0.1.18"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
2020-05-29 15:00:47 -07:00
dependencies = [
"crossbeam-deque 0.7.3",
"crossbeam-queue",
"crossbeam-utils 0.7.2",
"futures 0.1.30",
"lazy_static",
2020-05-29 15:00:47 -07:00
"log",
"num_cpus",
"slab",
"tokio-executor",
2020-05-29 15:00:47 -07:00
]
[[package]]
name = "tokio-timer"
version = "0.2.13"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
2020-05-29 15:00:47 -07:00
dependencies = [
"crossbeam-utils 0.7.2",
"futures 0.1.30",
"slab",
"tokio-executor",
2020-05-29 15:00:47 -07:00
]
[[package]]
name = "tokio-udp"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"
2020-05-29 15:00:47 -07:00
dependencies = [
"bytes 0.4.12",
"futures 0.1.30",
"log",
"mio 0.6.23",
"tokio-codec",
"tokio-io",
"tokio-reactor",
2020-05-29 15:00:47 -07:00
]
2020-06-26 15:20:03 -07:00
[[package]]
name = "tokio-uds"
version = "0.2.7"
2020-06-26 15:20:03 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"
dependencies = [
"bytes 0.4.12",
"futures 0.1.30",
"iovec",
"libc",
"log",
"mio 0.6.23",
"mio-uds",
"tokio-codec",
"tokio-io",
"tokio-reactor",
]
2020-06-26 15:20:03 -07:00
2020-11-06 19:24:12 -08:00
[[package]]
name = "tokio-util"
2021-03-17 20:21:21 -07:00
version = "0.6.4"
2020-11-06 19:24:12 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-17 20:21:21 -07:00
checksum = "ec31e5cc6b46e653cf57762f36f71d5e6386391d88a72fd6db4508f8f676fb29"
2020-11-06 19:24:12 -08:00
dependencies = [
2021-03-17 20:21:21 -07:00
"bytes 1.0.1",
2020-11-06 19:24:12 -08:00
"futures-core",
"futures-sink",
"log",
2021-03-30 08:41:53 -07:00
"pin-project-lite",
2021-03-17 20:21:21 -07:00
"tokio 1.3.0",
2020-11-06 19:24:12 -08:00
]
2020-05-29 15:00:47 -07:00
[[package]]
name = "toml"
version = "0.5.8"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
2020-05-29 15:00:47 -07:00
dependencies = [
"serde",
2020-05-29 15:00:47 -07:00
]
[[package]]
name = "tower-service"
version = "0.3.0"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
2020-05-29 15:00:47 -07:00
2020-06-26 15:20:03 -07:00
[[package]]
name = "tracing"
version = "0.1.22"
2020-06-26 15:20:03 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3"
2020-06-26 15:20:03 -07:00
dependencies = [
"cfg-if 1.0.0",
2021-03-30 08:41:53 -07:00
"pin-project-lite",
"tracing-core",
2020-06-26 15:20:03 -07:00
]
[[package]]
name = "tracing-core"
version = "0.1.17"
2020-06-26 15:20:03 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
2020-06-26 15:20:03 -07:00
dependencies = [
"lazy_static",
2020-06-26 15:20:03 -07:00
]
2020-05-29 15:00:47 -07:00
[[package]]
name = "try-lock"
version = "0.2.3"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2020-05-29 15:00:47 -07:00
2020-09-30 21:12:57 -07:00
[[package]]
name = "tungstenite"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfea31758bf674f990918962e8e5f07071a3161bd7c4138ed23e416e1ac4264e"
dependencies = [
"base64 0.11.0",
"byteorder",
"bytes 0.5.6",
"http",
"httparse",
"input_buffer",
"log",
"native-tls",
"rand 0.7.3",
2020-09-30 21:12:57 -07:00
"sha-1",
"url",
"utf-8",
]
2020-05-29 15:00:47 -07:00
[[package]]
name = "typenum"
version = "1.12.0"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
[[package]]
name = "ucd-trie"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
[[package]]
name = "uint"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9db035e67dfaf7edd9aebfe8676afcd63eed53c8a4044fed514c8cccf1835177"
dependencies = [
"byteorder",
"crunchy",
"rustc-hex",
"static_assertions",
]
2020-06-26 15:20:03 -07:00
[[package]]
name = "unicode-bidi"
version = "0.3.4"
2020-06-26 15:20:03 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
2020-06-26 15:20:03 -07:00
dependencies = [
"matches",
2020-06-26 15:20:03 -07:00
]
2020-05-29 15:00:47 -07:00
[[package]]
name = "unicode-normalization"
version = "0.1.16"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606"
dependencies = [
"tinyvec",
]
2020-05-29 15:00:47 -07:00
2020-06-26 15:20:03 -07:00
[[package]]
name = "unicode-segmentation"
version = "1.7.1"
2020-06-26 15:20:03 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
2020-06-26 15:20:03 -07:00
[[package]]
name = "unicode-width"
version = "0.1.8"
2020-06-26 15:20:03 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
2020-06-26 15:20:03 -07:00
2020-05-29 15:00:47 -07:00
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
[[package]]
name = "unicode-xid"
version = "0.2.1"
2020-05-29 15:00:47 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
[[package]]
name = "unindent"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7"
2020-12-17 16:11:56 -08:00
[[package]]
name = "unreachable"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
dependencies = [
"void",
]
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "url"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
dependencies = [
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "utf-8"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
[[package]]
name = "vcpkg"
version = "0.2.11"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
2020-09-30 21:12:57 -07:00
2020-06-26 15:20:03 -07:00
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "version_check"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
2020-09-30 21:12:57 -07:00
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
[[package]]
name = "wait-timeout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
dependencies = [
"libc",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "walkdir"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
dependencies = [
"same-file",
"winapi 0.3.9",
"winapi-util",
]
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2020-06-26 15:20:03 -07:00
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "wasm-bindgen"
version = "0.2.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e"
dependencies = [
"cfg-if 1.0.0",
"serde",
"serde_json",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62"
dependencies = [
"bumpalo",
"lazy_static",
"log",
2020-11-01 21:15:11 -08:00
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fe9756085a84584ee9457a002b7cdfe0bfff169f45d2591d8be1345a6780e35"
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084"
dependencies = [
"quote 1.0.8",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549"
dependencies = [
2020-11-01 21:15:11 -08:00
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158"
[[package]]
name = "web-sys"
version = "0.3.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "222b1ef9334f92a21d3fb53dc3fd80f30836959a90f9274a626d7e06315ba3c3"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1f50e1972865d6b1adb54167d1c8ed48606004c2c9d0ea5f1eeb34d95e863ef"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
2021-03-30 08:41:53 -07:00
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-30 08:41:53 -07:00
checksum = "82015b7e0b8bad8185994674a13a93306bea76cf5a16c5a181382fd3a5ec2376"
dependencies = [
"webpki",
]
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2020-06-26 15:20:03 -07:00
[[package]]
name = "winapi"
version = "0.3.9"
2020-06-26 15:20:03 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2020-06-26 15:20:03 -07:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2020-06-26 15:20:03 -07:00
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi 0.3.9",
]
2020-06-26 15:20:03 -07:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "winreg"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "without-alloc"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e34736feff52a0b3e5680927e947a4d8fac1f0b80dc8120b080dd8de24d75e2"
dependencies = [
"alloc-traits",
]
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "xattr"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
dependencies = [
"libc",
]
[[package]]
name = "yaml-rust"
version = "0.4.5"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
2020-09-30 21:12:57 -07:00
dependencies = [
"linked-hash-map",
]
[[package]]
name = "zeroize"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81a974bcdd357f0dca4d41677db03436324d45a4c9ed2d0b873a5a360ce41c36"
2020-07-31 20:55:45 -07:00
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
version = "1.0.1"
2020-07-31 20:55:45 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3f369ddb18862aba61aa49bf31e74d29f0f162dec753063200e1dc084345d16"
2020-07-31 20:55:45 -07:00
dependencies = [
2020-11-01 21:15:11 -08:00
"proc-macro2 1.0.24",
"quote 1.0.8",
2021-03-17 20:21:21 -07:00
"syn 1.0.64",
2020-07-31 20:55:45 -07:00
"synstructure",
]
2020-09-30 21:12:57 -07:00
[[package]]
name = "zstd"
version = "0.5.4+zstd.1.4.7"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69996ebdb1ba8b1517f61387a883857818a66c8a295f487b1ffd8fd9d2c82910"
2020-09-30 21:12:57 -07:00
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
version = "2.0.6+zstd.1.4.7"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98aa931fb69ecee256d44589d19754e61851ae4769bf963b385119b1cc37a49e"
2020-09-30 21:12:57 -07:00
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
version = "1.4.18+zstd.1.4.7"
2020-09-30 21:12:57 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1e6e8778706838f43f771d80d37787cb2fe06dafe89dd3aebaf6721b9eaec81"
2020-09-30 21:12:57 -07:00
dependencies = [
"cc",
"glob",
"itertools",
"libc",
]