anchor/Cargo.lock

4316 lines
101 KiB
Plaintext
Raw Normal View History

2020-12-31 16:03:34 -08:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-02-26 01:31:48 -08:00
version = 3
2021-01-02 22:40:17 -08: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.17.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
2021-01-02 22:40:17 -08:00
dependencies = [
"gimli",
]
[[package]]
name = "adler"
2021-03-10 05:30:10 -08:00
version = "1.0.2"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-10 05:30:10 -08:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2021-01-02 22:40:17 -08:00
2021-01-31 06:08:32 -08:00
[[package]]
name = "ahash"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
2020-12-31 16:03:34 -08:00
[[package]]
name = "aho-corasick"
2021-08-31 14:52:41 -07:00
version = "0.7.18"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2020-12-31 16:03:34 -08:00
dependencies = [
"memchr",
]
2021-08-04 12:29:38 -07:00
[[package]]
name = "aliasable"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
[[package]]
name = "alloc-traits"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b2d54853319fd101b8dd81de382bcbf3e03410a64d8928bbee85a3e7dcde483"
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-09 22:03:14 -08:00
name = "anchor-attribute-access-control"
2022-02-28 08:35:59 -08:00
version = "0.22.1"
2020-12-31 16:03:34 -08:00
dependencies = [
"anchor-syn",
"anyhow",
"proc-macro2 1.0.32",
"quote 1.0.10",
"regex",
"syn 1.0.81",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-09 22:03:14 -08:00
name = "anchor-attribute-account"
2022-02-28 08:35:59 -08:00
version = "0.22.1"
2021-01-09 22:03:14 -08:00
dependencies = [
"anchor-syn",
"anyhow",
"bs58 0.4.0",
"proc-macro2 1.0.32",
"quote 1.0.10",
"rustversion",
"syn 1.0.81",
2021-01-09 22:03:14 -08:00
]
2021-12-03 15:49:38 -08:00
[[package]]
name = "anchor-attribute-constant"
2022-02-28 08:35:59 -08:00
version = "0.22.1"
2021-12-03 15:49:38 -08:00
dependencies = [
"anchor-syn",
2021-12-05 11:14:16 -08:00
"proc-macro2 1.0.32",
"syn 1.0.81",
2021-12-03 15:49:38 -08:00
]
2021-01-15 23:05:26 -08:00
[[package]]
name = "anchor-attribute-error"
2022-02-28 08:35:59 -08:00
version = "0.22.1"
2021-01-15 23:05:26 -08:00
dependencies = [
"anchor-syn",
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
2021-01-15 23:05:26 -08:00
]
2021-03-24 20:19:29 -07:00
[[package]]
name = "anchor-attribute-event"
2022-02-28 08:35:59 -08:00
version = "0.22.1"
2021-03-24 20:19:29 -07:00
dependencies = [
"anchor-syn",
"anyhow",
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
2021-03-24 20:19:29 -07:00
]
2021-02-07 07:45:10 -08:00
[[package]]
name = "anchor-attribute-interface"
2022-02-28 08:35:59 -08:00
version = "0.22.1"
2021-02-07 07:45:10 -08:00
dependencies = [
"anchor-syn",
"anyhow",
2022-01-27 16:32:58 -08:00
"heck 0.3.3",
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
2021-02-07 07:45:10 -08:00
]
2021-01-09 22:03:14 -08:00
[[package]]
name = "anchor-attribute-program"
2022-02-28 08:35:59 -08:00
version = "0.22.1"
2020-12-31 16:03:34 -08:00
dependencies = [
"anchor-syn",
"anyhow",
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "anchor-attribute-state"
2022-02-28 08:35:59 -08:00
version = "0.22.1"
dependencies = [
"anchor-syn",
"anyhow",
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
]
2020-12-31 16:03:34 -08:00
[[package]]
name = "anchor-cli"
2022-02-28 08:35:59 -08:00
version = "0.22.1"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-05-22 16:06:08 -07:00
"anchor-client",
"anchor-lang",
2020-12-31 16:03:34 -08:00
"anchor-syn",
"anyhow",
2021-08-08 02:11:48 -07:00
"cargo_toml",
"chrono",
2022-01-27 16:32:58 -08:00
"clap 3.0.13",
"dirs 3.0.2",
"flate2",
2022-01-27 16:32:58 -08:00
"heck 0.3.3",
2021-08-08 02:11:48 -07:00
"pathdiff",
"rand",
2021-08-08 02:11:48 -07:00
"reqwest",
2021-10-25 09:47:59 -07:00
"semver 1.0.4",
2021-01-02 22:40:17 -08:00
"serde",
2020-12-31 16:03:34 -08:00
"serde_json",
2021-01-02 22:40:17 -08:00
"serum-common",
2020-12-31 16:03:34 -08:00
"shellexpand",
2021-01-04 18:29:16 -08:00
"solana-client",
"solana-program",
2021-01-02 22:40:17 -08:00
"solana-sdk",
"syn 1.0.81",
2021-08-08 02:11:48 -07:00
"tar",
2021-08-31 14:52:41 -07:00
"tokio",
2021-01-02 22:40:17 -08:00
"toml",
"walkdir",
2020-12-31 16:03:34 -08:00
]
2021-01-29 08:02:34 -08:00
[[package]]
name = "anchor-client"
2022-02-28 08:35:59 -08:00
version = "0.22.1"
2021-01-29 08:02:34 -08:00
dependencies = [
"anchor-lang",
2021-03-24 20:19:29 -07:00
"anyhow",
"regex",
2021-05-22 16:06:08 -07:00
"serde",
"solana-account-decoder",
2021-01-29 08:02:34 -08:00
"solana-client",
"solana-sdk",
"thiserror",
"url",
2021-01-29 08:02:34 -08:00
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-09 22:03:14 -08:00
name = "anchor-derive-accounts"
2022-02-28 08:35:59 -08:00
version = "0.22.1"
2020-12-31 16:03:34 -08:00
dependencies = [
"anchor-syn",
"anyhow",
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
2020-12-31 16:03:34 -08:00
]
2021-01-14 22:35:50 -08:00
[[package]]
name = "anchor-lang"
2022-02-28 08:35:59 -08:00
version = "0.22.1"
2021-01-14 22:35:50 -08:00
dependencies = [
"anchor-attribute-access-control",
"anchor-attribute-account",
2021-12-03 15:49:38 -08:00
"anchor-attribute-constant",
2021-01-15 23:05:26 -08:00
"anchor-attribute-error",
2021-03-24 20:19:29 -07:00
"anchor-attribute-event",
2021-02-07 07:45:10 -08:00
"anchor-attribute-interface",
2021-01-14 22:35:50 -08:00
"anchor-attribute-program",
"anchor-attribute-state",
2021-01-14 22:35:50 -08:00
"anchor-derive-accounts",
"arrayref",
2021-03-24 20:19:29 -07:00
"base64 0.13.0",
2021-12-05 11:14:16 -08:00
"bincode",
2021-03-23 10:40:32 -07:00
"borsh",
2021-04-17 12:07:48 -07:00
"bytemuck",
2021-01-14 22:35:50 -08:00
"solana-program",
"thiserror",
]
2021-01-15 19:16:17 -08:00
[[package]]
name = "anchor-spl"
2022-02-28 08:35:59 -08:00
version = "0.22.1"
2021-01-15 19:16:17 -08:00
dependencies = [
"anchor-lang",
"serum_dex",
"solana-program",
"spl-associated-token-account",
2021-10-24 19:18:32 -07:00
"spl-token 3.2.0",
2021-01-15 19:16:17 -08:00
]
2020-12-31 16:03:34 -08:00
[[package]]
name = "anchor-syn"
2022-02-28 08:35:59 -08:00
version = "0.22.1"
2020-12-31 16:03:34 -08:00
dependencies = [
"anyhow",
"bs58 0.3.1",
2022-01-27 16:32:58 -08:00
"heck 0.3.3",
"proc-macro2 1.0.32",
2021-06-27 13:17:05 -07:00
"proc-macro2-diagnostics",
"quote 1.0.10",
2020-12-31 16:03:34 -08:00
"serde",
2021-01-02 22:40:17 -08:00
"serde_json",
2021-08-04 12:29:38 -07:00
"sha2",
"syn 1.0.81",
"thiserror",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
dependencies = [
2021-08-31 14:52:41 -07:00
"winapi",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "anyhow"
version = "1.0.45"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee10e43ae4a853c0a3591d4e2ada1719e553be18199d9da9d4a83f5927c2f5c7"
2020-12-31 16:03:34 -08:00
2021-01-02 22:40:17 -08:00
[[package]]
name = "arrayref"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
[[package]]
name = "arrayvec"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
[[package]]
name = "assert_matches"
2021-03-10 05:30:10 -08:00
version = "1.5.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-10 05:30:10 -08:00
checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
2021-01-02 22:40:17 -08:00
2020-12-31 16:03:34 -08:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
2021-08-31 14:52:41 -07:00
"winapi",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "autocfg"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
[[package]]
name = "avm"
2022-02-28 08:35:59 -08:00
version = "0.22.1"
dependencies = [
"anyhow",
"cfg-if 1.0.0",
"clap 3.0.13",
"dialoguer 0.9.0",
"dirs 4.0.0",
"once_cell",
"reqwest",
"semver 1.0.4",
"serde",
"serde_json",
"tempfile",
"thiserror",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "backtrace"
version = "0.3.63"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "321629d8ba6513061f26707241fa9bc89524ff1cd7a915a97ef0c62c666ce1b6"
2021-01-02 22:40:17 -08:00
dependencies = [
"addr2line",
2021-08-31 14:52:41 -07:00
"cc",
2021-01-02 22:40:17 -08:00
"cfg-if 1.0.0",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
"serde",
]
[[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"
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2020-12-31 16:03:34 -08:00
[[package]]
name = "bincode"
2021-08-31 14:52:41 -07:00
version = "1.3.3"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
2020-12-31 16:03:34 -08:00
dependencies = [
"serde",
]
[[package]]
name = "bitflags"
2021-08-31 14:52:41 -07:00
version = "1.3.2"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2020-12-31 16:03:34 -08:00
2021-01-02 22:40:17 -08:00
[[package]]
name = "blake3"
2021-08-31 14:52:41 -07:00
version = "0.3.8"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "b64485778c4f16a6a5a9d335e80d449ac6c70cdd6a06d2af18a6f6f775a125b3"
2021-01-02 22:40:17 -08:00
dependencies = [
"arrayref",
"arrayvec",
"cc",
"cfg-if 0.1.10",
"constant_time_eq",
"crypto-mac 0.8.0",
"digest 0.9.0",
]
2020-12-31 16:03:34 -08:00
[[package]]
name = "block-buffer"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
dependencies = [
2021-01-02 22:40:17 -08:00
"block-padding 0.1.5",
2020-12-31 16:03:34 -08:00
"byte-tools",
"byteorder",
2021-03-10 05:30:10 -08:00
"generic-array 0.12.4",
2020-12-31 16:03:34 -08:00
]
2021-01-02 22:40:17 -08: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-12-31 16:03:34 -08:00
[[package]]
name = "block-padding"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
dependencies = [
"byte-tools",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "block-padding"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
2021-02-26 01:31:48 -08:00
[[package]]
name = "borsh"
2021-08-31 14:52:41 -07:00
version = "0.9.1"
2021-02-26 01:31:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "18dda7dc709193c0d86a1a51050a926dc3df1cf262ec46a23a25dba421ea1924"
2021-02-26 01:31:48 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"borsh-derive 0.9.1",
"hashbrown 0.9.1",
2021-02-26 01:31:48 -08:00
]
2020-12-31 16:03:34 -08:00
[[package]]
name = "borsh-derive"
2021-03-10 05:30:10 -08:00
version = "0.8.2"
2021-01-31 06:08:32 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-10 05:30:10 -08:00
checksum = "307f3740906bac2c118a8122fe22681232b244f1369273e45f1156b45c43d2dd"
2020-12-31 16:03:34 -08:00
dependencies = [
"borsh-derive-internal 0.8.2",
"borsh-schema-derive-internal 0.8.2",
2021-08-31 14:52:41 -07:00
"proc-macro-crate 0.1.5",
"proc-macro2 1.0.32",
"syn 1.0.81",
]
[[package]]
name = "borsh-derive"
2021-08-31 14:52:41 -07:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "684155372435f578c0fa1acd13ebbb182cc19d6b38b64ae7901da4393217d264"
dependencies = [
2021-08-31 14:52:41 -07:00
"borsh-derive-internal 0.9.1",
"borsh-schema-derive-internal 0.9.1",
"proc-macro-crate 0.1.5",
"proc-macro2 1.0.32",
"syn 1.0.81",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "borsh-derive-internal"
2021-03-10 05:30:10 -08:00
version = "0.8.2"
2021-01-31 06:08:32 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-10 05:30:10 -08:00
checksum = "d2104c73179359431cc98e016998f2f23bc7a05bc53e79741bcba705f30047bc"
2020-12-31 16:03:34 -08:00
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "borsh-derive-internal"
2021-08-31 14:52:41 -07:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "2102f62f8b6d3edeab871830782285b64cc1830168094db05c8e458f209bc5c3"
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
]
2020-12-31 16:03:34 -08:00
[[package]]
name = "borsh-schema-derive-internal"
2021-03-10 05:30:10 -08:00
version = "0.8.2"
2021-01-31 06:08:32 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-10 05:30:10 -08:00
checksum = "ae29eb8418fcd46f723f8691a2ac06857d31179d33d2f2d91eb13967de97c728"
2020-12-31 16:03:34 -08:00
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "borsh-schema-derive-internal"
2021-08-31 14:52:41 -07:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "196c978c4c9b0b142d446ef3240690bf5a8a33497074a113ff9a337ccb750483"
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
]
2020-12-31 16:03:34 -08: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"
2021-01-02 22:40:17 -08:00
[[package]]
name = "bumpalo"
version = "3.8.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f1e260c3a9040a7c19a12468758f4c16f31a81a1fe087482be9570ec864bb6c"
2021-01-02 22:40:17 -08:00
2020-12-31 16:03:34 -08: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"
2021-04-17 12:07:48 -07:00
[[package]]
name = "bytemuck"
2021-08-31 14:52:41 -07:00
version = "1.7.2"
2021-04-17 12:07:48 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "72957246c41db82b8ef88a5486143830adeb8227ef9837740bdec67724cf2c5b"
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e215f8c2f9f79cb53c8335e687ffd07d5bfcb6fe5fc80723762d0be46e7cc54"
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
]
2021-04-17 12:07:48 -07:00
2020-12-31 16:03:34 -08:00
[[package]]
name = "byteorder"
2021-08-31 14:52:41 -07:00
version = "1.4.3"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2020-12-31 16:03:34 -08:00
2021-01-02 22:40:17 -08: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"
2021-01-31 06:08:32 -08:00
[[package]]
name = "bytes"
2021-08-31 14:52:41 -07:00
version = "1.1.0"
2021-01-31 06:08:32 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
2021-01-31 06:08:32 -08:00
2021-01-02 22:40:17 -08: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"
2021-08-31 14:52:41 -07:00
version = "0.1.11+1.0.8"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2021-01-02 22:40:17 -08:00
dependencies = [
"cc",
"libc",
"pkg-config",
]
[[package]]
name = "caps"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61bf7211aad104ce2769ec05efcdfabf85ee84ac92461d142f22cf8badd0e54c"
dependencies = [
"errno",
"libc",
"thiserror",
]
2021-08-08 02:11:48 -07:00
[[package]]
name = "cargo_toml"
version = "0.9.2"
2021-08-08 02:11:48 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c3596addfb02dcdc06f5252ddda9f3785f9230f5827fb4284645240fa05ad92"
2021-08-08 02:11:48 -07:00
dependencies = [
"serde",
"serde_derive",
"toml",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "cc"
version = "1.0.72"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
2021-01-02 22:40:17 -08:00
dependencies = [
"jobserver",
]
2020-12-31 16:03:34 -08: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"
2021-01-02 22:40:17 -08:00
[[package]]
name = "chrono"
version = "0.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
dependencies = [
"libc",
"num-integer",
"num-traits",
"serde",
"time",
2021-08-31 14:52:41 -07:00
"winapi",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "clap"
version = "2.33.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
dependencies = [
"ansi_term",
"atty",
"bitflags",
"strsim 0.8.0",
"textwrap 0.11.0",
"unicode-width",
"vec_map",
]
2020-12-31 16:03:34 -08:00
[[package]]
name = "clap"
2022-01-27 16:32:58 -08:00
version = "3.0.13"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 16:32:58 -08:00
checksum = "08799f92c961c7a1cf0cc398a9073da99e21ce388b46372c37f3191f2f3eed3e"
2020-12-31 16:03:34 -08:00
dependencies = [
"atty",
"bitflags",
"clap_derive",
"indexmap",
"lazy_static",
"os_str_bytes",
2021-01-02 22:40:17 -08:00
"strsim 0.10.0",
2020-12-31 16:03:34 -08:00
"termcolor",
2021-08-31 14:52:41 -07:00
"textwrap 0.14.2",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "clap_derive"
2022-01-27 16:32:58 -08:00
version = "3.0.12"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 16:32:58 -08:00
checksum = "0fd2078197a22f338bd4fbf7d6387eb6f0d6a3c69e6cbc09f5c93e97321fd92a"
2020-12-31 16:03:34 -08:00
dependencies = [
2022-01-27 16:32:58 -08:00
"heck 0.4.0",
2020-12-31 16:03:34 -08:00
"proc-macro-error",
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
2020-12-31 16:03:34 -08:00
]
2021-01-02 16:24:35 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
2021-01-02 16:24:35 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"bitflags",
2021-01-02 16:24:35 -08:00
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "console"
version = "0.11.3"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "8c0994e656bba7b922d8dd1245db90672ffb701e684e45be58f20719d69abc5a"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"encode_unicode",
"lazy_static",
"libc",
"regex",
"terminal_size",
"termios",
"unicode-width",
2021-08-31 14:52:41 -07:00
"winapi",
2021-01-02 22:40:17 -08:00
"winapi-util",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "console"
2021-06-10 20:01:25 -07:00
version = "0.14.1"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-10 20:01:25 -07:00
checksum = "3993e6445baa160675931ec041a5e03ca84b9c6e32a056150d3aa2bdda0a1f45"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"encode_unicode",
"lazy_static",
"libc",
"regex",
"terminal_size",
"unicode-width",
2021-08-31 14:52:41 -07:00
"winapi",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "console"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31"
dependencies = [
"encode_unicode",
"libc",
"once_cell",
"regex",
"terminal_size",
"unicode-width",
"winapi",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "constant_time_eq"
version = "0.1.5"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "core-foundation"
version = "0.9.2"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6888e10551bb93e424d8df1d07f1a8b4fceb0001a3a4b048bfc47554946f47b3"
2021-01-02 22:40:17 -08:00
dependencies = [
"core-foundation-sys",
"libc",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "core-foundation-sys"
version = "0.8.3"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2020-12-31 16:03:34 -08:00
2021-01-27 19:58:26 -08:00
[[package]]
2021-08-31 14:52:41 -07:00
name = "cpufeatures"
version = "0.2.1"
2021-01-27 19:58:26 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
dependencies = [
"libc",
]
2021-01-27 19:58:26 -08:00
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "crc32fast"
version = "1.2.1"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"cfg-if 1.0.0",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "crossbeam-channel"
version = "0.4.4"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"crossbeam-utils 0.7.2",
"maybe-uninit",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "crossbeam-channel"
2021-08-31 14:52:41 -07:00
version = "0.5.1"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
2020-12-31 16:03:34 -08:00
dependencies = [
"cfg-if 1.0.0",
2021-08-31 14:52:41 -07:00
"crossbeam-utils 0.8.5",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "crossbeam-deque"
2021-08-31 14:52:41 -07:00
version = "0.8.1"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"cfg-if 1.0.0",
2021-08-31 14:52:41 -07:00
"crossbeam-epoch",
"crossbeam-utils 0.8.5",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "crossbeam-epoch"
2021-08-31 14:52:41 -07:00
version = "0.9.5"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd"
2021-01-02 22:40:17 -08:00
dependencies = [
"cfg-if 1.0.0",
2021-08-31 14:52:41 -07:00
"crossbeam-utils 0.8.5",
2021-01-02 22:40:17 -08:00
"lazy_static",
2021-08-31 14:52:41 -07:00
"memoffset",
2021-01-02 22:40:17 -08:00
"scopeguard",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "crossbeam-utils"
version = "0.7.2"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
2020-12-31 16:03:34 -08:00
dependencies = [
"autocfg",
2021-01-02 22:40:17 -08:00
"cfg-if 0.1.10",
"lazy_static",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "crossbeam-utils"
2021-08-31 14:52:41 -07:00
version = "0.8.5"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"cfg-if 1.0.0",
"lazy_static",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "crunchy"
version = "0.2.2"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "crypto-mac"
version = "0.8.0"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
dependencies = [
"generic-array 0.14.4",
2021-08-04 12:29:38 -07:00
"subtle",
2021-01-02 22:40:17 -08:00
]
2020-12-31 16:03:34 -08:00
2021-06-10 20:01:25 -07:00
[[package]]
name = "crypto-mac"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58bcd97a54c7ca5ce2f6eb16f6bede5b0ab5f0055fedc17d2f0b4466e21671ca"
dependencies = [
"generic-array 0.14.4",
2021-08-04 12:29:38 -07:00
"subtle",
2021-06-10 20:01:25 -07:00
]
2021-02-26 01:31:48 -08:00
[[package]]
name = "crypto-mac"
2021-08-31 14:52:41 -07:00
version = "0.10.1"
2021-02-26 01:31:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "bff07008ec701e8028e2ceb8f83f0e4274ee62bd2dbdc4fefff2e9a91824081a"
2021-02-26 01:31:48 -08:00
dependencies = [
"generic-array 0.14.4",
2021-08-04 12:29:38 -07:00
"subtle",
2021-02-26 01:31:48 -08:00
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "curve25519-dalek"
2021-08-31 14:52:41 -07:00
version = "2.1.3"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "4a9b85542f99a2dfa2a1b8e192662741c9859a846b296bef1c92ef9b58b5a216"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"byteorder",
"digest 0.8.1",
2021-01-31 06:08:32 -08:00
"rand_core 0.5.1",
2021-08-04 12:29:38 -07:00
"subtle",
2021-01-02 22:40:17 -08:00
"zeroize",
2020-12-31 16:03:34 -08:00
]
2021-04-04 00:55:56 -07:00
[[package]]
name = "curve25519-dalek"
2021-08-31 14:52:41 -07:00
version = "3.2.0"
2021-04-04 00:55:56 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"
2021-04-04 00:55:56 -07:00
dependencies = [
"byteorder",
"digest 0.9.0",
"rand_core 0.5.1",
2021-08-04 12:29:38 -07:00
"subtle",
2021-04-04 00:55:56 -07:00
"zeroize",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "dashmap"
2021-02-26 01:31:48 -08:00
version = "4.0.2"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-26 01:31:48 -08:00
checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-02-26 01:31:48 -08:00
"cfg-if 1.0.0",
2021-01-02 22:40:17 -08:00
"num_cpus",
2021-02-26 01:31:48 -08:00
"rayon",
2021-01-02 22:40:17 -08:00
]
2020-12-31 16:03:34 -08:00
2021-06-10 20:01:25 -07:00
[[package]]
name = "derivation-path"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "193388a8c8c75a490b604ff61775e236541b8975e98e5ca1f6ea97d122b7e2db"
dependencies = [
"failure",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "derivative"
2021-01-31 06:08:32 -08:00
version = "2.2.0"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-31 06:08:32 -08:00
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
2020-12-31 16:03:34 -08:00
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "dialoguer"
version = "0.6.2"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "f4aa86af7b19b40ef9cbef761ed411a49f0afa06b7b6dcd3dfe2f96a3c546138"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"console 0.11.3",
"lazy_static",
"tempfile",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "dialoguer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61579ada4ec0c6031cfac3f86fdba0d195a7ebeb5e36693bd53cb5999a25beeb"
dependencies = [
"console 0.15.0",
"lazy_static",
"tempfile",
"zeroize",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "digest"
version = "0.8.1"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-03-10 05:30:10 -08:00
"generic-array 0.12.4",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "digest"
version = "0.9.0"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array 0.14.4",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "dir-diff"
version = "0.3.2"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "2860407d7d7e2e004bb2128510ad9e8d669e76fa005ccf567977b5d71b8b4a0b"
dependencies = [
"walkdir",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "dirs"
version = "3.0.2"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"dirs-sys",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
"dirs-sys",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "dirs-next"
version = "2.0.0"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
dependencies = [
"cfg-if 1.0.0",
"dirs-sys-next",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "dirs-sys"
version = "0.3.6"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"libc",
"redox_users",
2021-08-31 14:52:41 -07:00
"winapi",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "dirs-sys-next"
2021-01-31 06:08:32 -08:00
version = "0.1.2"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-31 06:08:32 -08:00
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"libc",
"redox_users",
2021-08-31 14:52:41 -07:00
"winapi",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "dlopen"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71e80ad39f814a9abe68583cd50a2d45c8a67561c3361ab8da240587dda80937"
dependencies = [
"dlopen_derive",
"lazy_static",
"libc",
"winapi",
]
[[package]]
name = "dlopen_derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f236d9e1b1fbd81cea0f9cbdc8dcc7e8ebcd80e6659cd7cb2ad5f6c05946c581"
dependencies = [
"libc",
"quote 0.6.13",
"syn 0.15.44",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "dtoa"
2021-08-31 14:52:41 -07:00
version = "0.4.8"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
2021-01-02 22:40:17 -08:00
[[package]]
name = "ed25519"
2021-08-31 14:52:41 -07:00
version = "1.2.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "4620d40f6d2601794401d6dd95a5cf69b6c157852539470eeda433a99b3c0efc"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"serde",
"signature",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "ed25519-dalek"
2021-04-04 00:55:56 -07:00
version = "1.0.1"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-04 00:55:56 -07:00
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"curve25519-dalek 3.2.0",
2021-01-02 22:40:17 -08:00
"ed25519",
"rand",
2021-01-02 22:40:17 -08:00
"serde",
2021-04-04 00:55:56 -07:00
"serde_bytes",
2021-08-04 12:29:38 -07:00
"sha2",
2021-01-02 22:40:17 -08:00
"zeroize",
2020-12-31 16:03:34 -08:00
]
2021-06-10 20:01:25 -07:00
[[package]]
name = "ed25519-dalek-bip32"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "057f328f31294b5ab432e6c39642f54afd1531677d6d4ba2905932844cc242f3"
dependencies = [
"derivation-path",
"ed25519-dalek",
"failure",
"hmac 0.9.0",
2021-08-04 12:29:38 -07:00
"sha2",
2021-06-10 20:01:25 -07:00
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "either"
version = "1.6.1"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
[[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.29"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a74ea89a0a1b98f6332de42c95baff457ada66d1cb4030f9ff151b2041a1c746"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"cfg-if 1.0.0",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "enumflags2"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"
dependencies = [
"enumflags2_derive",
]
[[package]]
name = "enumflags2_derive"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "env_logger"
2021-08-31 14:52:41 -07:00
version = "0.8.4"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"atty",
"humantime",
"log",
"regex",
"termcolor",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2021-06-10 20:01:25 -07:00
[[package]]
name = "failure"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
dependencies = [
"backtrace",
"failure_derive",
]
[[package]]
name = "failure_derive"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
2021-06-10 20:01:25 -07:00
"synstructure",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "fake-simd"
version = "0.1.2"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
2020-12-31 16:03:34 -08:00
[[package]]
name = "fastrand"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
dependencies = [
"instant",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "feature-probe"
version = "0.1.1"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "835a3dc7d1ec9e75e2b5fb4ba75396837112d2060b03f7d43bc1897c7f7211da"
[[package]]
name = "field-offset"
2021-06-27 17:09:46 -07:00
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-27 17:09:46 -07:00
checksum = "1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92"
dependencies = [
2021-08-31 14:52:41 -07:00
"memoffset",
"rustc_version 0.3.3",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "filetime"
2021-08-31 14:52:41 -07:00
version = "0.2.15"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"cfg-if 1.0.0",
"libc",
2021-08-31 14:52:41 -07:00
"redox_syscall 0.2.10",
"winapi",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "flate2"
version = "1.0.22"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"cfg-if 1.0.0",
"crc32fast",
"libc",
"miniz_oxide",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "fnv"
version = "1.0.7"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "foreign-types"
version = "0.3.2"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"foreign-types-shared",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "foreign-types-shared"
version = "0.1.1"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "form_urlencoded"
2021-03-10 05:30:10 -08:00
version = "1.0.1"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-10 05:30:10 -08:00
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"matches",
"percent-encoding",
2020-12-31 16:03:34 -08:00
]
2021-04-04 00:55:56 -07:00
[[package]]
name = "futures"
2021-08-31 14:52:41 -07:00
version = "0.3.17"
2021-04-04 00:55:56 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca"
2021-04-04 00:55:56 -07:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "futures-channel"
2021-08-31 14:52:41 -07:00
version = "0.3.17"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"futures-core",
2021-04-04 00:55:56 -07:00
"futures-sink",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "futures-core"
2021-08-31 14:52:41 -07:00
version = "0.3.17"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d"
2021-01-02 22:40:17 -08:00
2021-04-04 00:55:56 -07:00
[[package]]
name = "futures-executor"
2021-08-31 14:52:41 -07:00
version = "0.3.17"
2021-04-04 00:55:56 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c"
2021-04-04 00:55:56 -07:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "futures-io"
2021-08-31 14:52:41 -07:00
version = "0.3.17"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377"
2021-01-02 22:40:17 -08:00
[[package]]
name = "futures-macro"
2021-08-31 14:52:41 -07:00
version = "0.3.17"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"autocfg",
2021-01-02 22:40:17 -08:00
"proc-macro-hack",
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "futures-sink"
2021-08-31 14:52:41 -07:00
version = "0.3.17"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11"
2021-01-02 22:40:17 -08:00
[[package]]
name = "futures-task"
2021-08-31 14:52:41 -07:00
version = "0.3.17"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99"
2021-01-02 22:40:17 -08:00
[[package]]
name = "futures-util"
2021-08-31 14:52:41 -07:00
version = "0.3.17"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"autocfg",
2021-04-04 00:55:56 -07:00
"futures-channel",
2021-01-02 22:40:17 -08:00
"futures-core",
"futures-io",
"futures-macro",
2021-04-04 00:55:56 -07:00
"futures-sink",
2021-01-02 22:40:17 -08:00
"futures-task",
"memchr",
2021-04-04 00:55:56 -07:00
"pin-project-lite",
2021-01-02 22:40:17 -08:00
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
]
[[package]]
name = "generic-array"
2021-03-10 05:30:10 -08:00
version = "0.12.4"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-10 05:30:10 -08:00
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
2021-01-02 22:40:17 -08:00
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",
]
[[package]]
name = "gethostname"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e692e296bfac1d2533ef168d0b60ff5897b8b70a4009276834014dd8924cc028"
dependencies = [
"libc",
2021-08-31 14:52:41 -07:00
"winapi",
2021-01-02 22:40:17 -08:00
]
[[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",
2021-10-24 17:42:52 -07:00
"js-sys",
2021-01-02 22:40:17 -08:00
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
2021-10-24 17:42:52 -07:00
"wasm-bindgen",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "getrandom"
2021-08-31 14:52:41 -07:00
version = "0.2.3"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-01-31 06:08:32 -08:00
"cfg-if 1.0.0",
2021-01-02 22:40:17 -08:00
"libc",
2021-01-31 06:08:32 -08:00
"wasi 0.10.2+wasi-snapshot-preview1",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "gimli"
version = "0.26.1"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
2021-01-02 22:40:17 -08:00
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
[[package]]
name = "h2"
version = "0.3.11"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"bytes 1.1.0",
2021-01-02 22:40:17 -08:00
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
2021-08-31 14:52:41 -07:00
"tokio",
2021-01-02 22:40:17 -08:00
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
2021-01-31 06:08:32 -08:00
dependencies = [
2021-02-26 01:31:48 -08:00
"ahash",
2021-01-31 06:08:32 -08:00
]
2021-01-02 22:40:17 -08:00
2021-08-31 14:52:41 -07:00
[[package]]
name = "hashbrown"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2021-01-02 22:40:17 -08:00
[[package]]
name = "heck"
2021-08-31 14:52:41 -07:00
version = "0.3.3"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2021-01-02 22:40:17 -08:00
dependencies = [
"unicode-segmentation",
]
2022-01-27 16:32:58 -08:00
[[package]]
name = "heck"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
2021-01-02 22:40:17 -08:00
[[package]]
name = "hermit-abi"
2021-08-31 14:52:41 -07:00
version = "0.1.19"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2021-01-02 22:40:17 -08:00
dependencies = [
"libc",
]
[[package]]
name = "hex"
2021-03-10 05:30:10 -08:00
version = "0.4.3"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-10 05:30:10 -08:00
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2021-01-02 22:40:17 -08:00
[[package]]
name = "hidapi"
version = "1.2.7"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f39cbe399e8e9550264e9f26553bf26f5ece2b6cf13abe32d06c857a5166263"
2021-01-02 22:40:17 -08:00
dependencies = [
"cc",
"libc",
"pkg-config",
]
2021-04-04 00:55:56 -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-06-10 20:01:25 -07:00
[[package]]
name = "hmac"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "deae6d9dbb35ec2c502d62b8f7b1c000a0822c3b0794ba36b3149c0a1c840dff"
dependencies = [
"crypto-mac 0.9.1",
"digest 0.9.0",
]
2021-02-26 01:31:48 -08:00
[[package]]
name = "hmac"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15"
dependencies = [
2021-08-31 14:52:41 -07:00
"crypto-mac 0.10.1",
2021-02-26 01:31:48 -08:00
"digest 0.9.0",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "hmac-drbg"
2021-08-04 12:29:38 -07:00
version = "0.3.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-04 12:29:38 -07:00
checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-08-04 12:29:38 -07:00
"digest 0.9.0",
"generic-array 0.14.4",
"hmac 0.8.1",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "http"
version = "0.2.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"bytes 1.1.0",
2021-01-02 22:40:17 -08:00
"fnv",
"itoa 0.4.8",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "http-body"
version = "0.4.4"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"bytes 1.1.0",
2021-01-02 22:40:17 -08:00
"http",
2021-04-04 00:55:56 -07:00
"pin-project-lite",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "httparse"
2021-08-31 14:52:41 -07:00
version = "1.5.1"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
2021-01-02 22:40:17 -08:00
[[package]]
name = "httpdate"
version = "1.0.2"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2021-01-02 22:40:17 -08:00
[[package]]
name = "humantime"
2021-01-31 06:08:32 -08:00
version = "2.1.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-31 06:08:32 -08:00
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2021-01-02 22:40:17 -08:00
[[package]]
name = "hyper"
version = "0.14.15"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "436ec0091e4f20e655156a30a0df3770fe2900aa301e548e08446ec794b6953c"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"bytes 1.1.0",
2021-01-02 22:40:17 -08:00
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa 0.4.8",
2021-08-31 14:52:41 -07:00
"pin-project-lite",
"socket2 0.4.2",
2021-08-31 14:52:41 -07:00
"tokio",
2021-01-02 22:40:17 -08:00
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-rustls"
version = "0.23.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"
2021-01-02 22:40:17 -08:00
dependencies = [
"http",
2021-01-02 22:40:17 -08:00
"hyper",
"rustls",
2021-08-31 14:52:41 -07:00
"tokio",
2021-01-02 22:40:17 -08:00
"tokio-rustls",
]
2021-08-08 02:11:48 -07:00
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
2021-08-31 14:52:41 -07:00
"bytes 1.1.0",
2021-08-08 02:11:48 -07:00
"hyper",
"native-tls",
2021-08-31 14:52:41 -07:00
"tokio",
2021-08-08 02:11:48 -07:00
"tokio-native-tls",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "idna"
2021-08-31 14:52:41 -07:00
version = "0.2.3"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2021-01-02 22:40:17 -08:00
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "indexmap"
2021-08-31 14:52:41 -07:00
version = "1.7.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
2021-01-02 22:40:17 -08:00
dependencies = [
"autocfg",
2021-08-31 14:52:41 -07:00
"hashbrown 0.11.2",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "indicatif"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4"
dependencies = [
"console 0.15.0",
2021-01-02 22:40:17 -08:00
"lazy_static",
"number_prefix",
"regex",
]
[[package]]
name = "input_buffer"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19a8a95243d5a0398cae618ec29477c6e3cb631152be5c19481f80bc71559754"
dependencies = [
"bytes 0.5.6",
]
[[package]]
name = "instant"
version = "0.1.12"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2021-01-02 22:40:17 -08:00
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [
"libc",
]
[[package]]
name = "ipnet"
2021-08-31 14:52:41 -07:00
version = "2.3.1"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
2021-01-02 22:40:17 -08:00
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
"either",
]
[[package]]
name = "itoa"
2021-08-31 14:52:41 -07:00
version = "0.4.8"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2021-01-02 22:40:17 -08:00
[[package]]
name = "itoa"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
2021-01-02 22:40:17 -08:00
[[package]]
name = "jobserver"
2021-08-31 14:52:41 -07:00
version = "0.1.24"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
2021-01-02 22:40:17 -08:00
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
version = "0.3.55"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84"
2021-01-02 22:40:17 -08:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "jsonrpc-core"
2021-08-31 14:52:41 -07:00
version = "18.0.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"futures",
"futures-executor",
"futures-util",
2021-01-02 22:40:17 -08: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 = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
dependencies = [
"spin",
]
[[package]]
name = "libc"
version = "0.2.107"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbe5e23404da5b4f555ef85ebed98fb4083e55a00c317800bc2a50ede9f3d219"
2021-01-02 22:40:17 -08:00
[[package]]
name = "libloading"
2021-01-31 06:08:32 -08:00
version = "0.6.7"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-31 06:08:32 -08:00
checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883"
2021-01-02 22:40:17 -08:00
dependencies = [
"cfg-if 1.0.0",
2021-08-31 14:52:41 -07:00
"winapi",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "libsecp256k1"
2021-08-04 12:29:38 -07:00
version = "0.5.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-04 12:29:38 -07:00
checksum = "bd1137239ab33b41aa9637a88a28249e5e70c40a42ccc92db7f12cc356c1fcd7"
2021-01-02 22:40:17 -08:00
dependencies = [
"arrayref",
2021-08-04 12:29:38 -07:00
"base64 0.12.3",
"digest 0.9.0",
2021-01-02 22:40:17 -08:00
"hmac-drbg",
2021-08-04 12:29:38 -07:00
"libsecp256k1-core",
"libsecp256k1-gen-ecmult",
"libsecp256k1-gen-genmult",
"rand",
2021-08-04 12:29:38 -07:00
"serde",
"sha2",
2021-01-02 22:40:17 -08:00
"typenum",
]
2021-08-04 12:29:38 -07:00
[[package]]
name = "libsecp256k1-core"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0f6ab710cec28cef759c5f18671a27dae2a5f952cdaaee1d8e2908cb2478a80"
dependencies = [
"crunchy",
"digest 0.9.0",
"subtle",
]
[[package]]
name = "libsecp256k1-gen-ecmult"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccab96b584d38fac86a83f07e659f0deafd0253dc096dab5a36d53efe653c5c3"
dependencies = [
"libsecp256k1-core",
]
[[package]]
name = "libsecp256k1-gen-genmult"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67abfe149395e3aa1c48a2beb32b068e2334402df8181f818d3aee2b304c4f5d"
dependencies = [
"libsecp256k1-core",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "linked-hash-map"
2021-01-31 06:08:32 -08:00
version = "0.5.4"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-31 06:08:32 -08:00
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
2021-01-02 22:40:17 -08:00
[[package]]
name = "lock_api"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
dependencies = [
"scopeguard",
]
[[package]]
name = "lock_api"
2021-08-31 14:52:41 -07:00
version = "0.4.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
2021-01-02 22:40:17 -08:00
dependencies = [
"scopeguard",
]
[[package]]
name = "log"
2021-01-31 06:08:32 -08:00
version = "0.4.14"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-31 06:08:32 -08:00
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-01-31 06:08:32 -08:00
"cfg-if 1.0.0",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "matches"
2021-08-31 14:52:41 -07:00
version = "0.1.9"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2021-01-02 22:40:17 -08:00
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
[[package]]
name = "memchr"
2021-08-31 14:52:41 -07:00
version = "2.4.1"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
2021-01-02 22:40:17 -08:00
[[package]]
name = "memmap2"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b70ca2a6103ac8b665dc150b142ef0e4e89df640c9e6cf295d189c3caebe5a"
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
2021-08-31 14:52:41 -07:00
version = "0.6.4"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
2021-01-02 22:40:17 -08:00
dependencies = [
"autocfg",
]
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2021-08-08 02:11:48 -07:00
[[package]]
name = "mime_guess"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
dependencies = [
"mime",
"unicase",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "miniz_oxide"
2021-03-10 05:30:10 -08:00
version = "0.4.4"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-10 05:30:10 -08:00
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2021-01-02 22:40:17 -08:00
dependencies = [
"adler",
"autocfg",
]
[[package]]
name = "mio"
version = "0.7.14"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
2021-01-02 22:40:17 -08:00
dependencies = [
"libc",
"log",
2021-08-31 14:52:41 -07:00
"miow",
2021-02-26 01:31:48 -08:00
"ntapi",
2021-08-31 14:52:41 -07:00
"winapi",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "miow"
2021-08-31 14:52:41 -07:00
version = "0.3.7"
2021-02-26 01:31:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
2021-02-26 01:31:48 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"winapi",
2021-02-26 01:31:48 -08:00
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "native-tls"
2021-08-31 14:52:41 -07:00
version = "0.2.8"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "48ba9f7719b5a0f42f338907614285fb5fd70e53858141f69898a1fb7203b24d"
2021-01-02 22:40:17 -08: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",
2021-08-31 14:52:41 -07:00
"winapi",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "nix"
version = "0.20.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a"
2021-01-02 22:40:17 -08:00
dependencies = [
"bitflags",
"cc",
"cfg-if 1.0.0",
"libc",
]
2021-02-26 01:31:48 -08:00
[[package]]
name = "ntapi"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
dependencies = [
2021-08-31 14:52:41 -07:00
"winapi",
2021-02-26 01:31:48 -08:00
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "num-derive"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
2021-01-02 22:40:17 -08:00
]
[[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"
2021-08-31 14:52:41 -07:00
version = "0.5.4"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "3f9bd055fb730c4f8f4f57d45d35cd6b3f0980535b056dc7ff119cee6a66ed6f"
2021-01-02 22:40:17 -08:00
dependencies = [
"derivative",
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
2021-08-31 14:52:41 -07:00
version = "0.5.4"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "486ea01961c4a818096de679a8b740b26d9033146ac5291b1c98557658f8cdd9"
2021-01-02 22:40:17 -08:00
dependencies = [
"proc-macro-crate 1.1.0",
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
2021-01-02 22:40:17 -08: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.27.1"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
2021-08-31 14:52:41 -07:00
dependencies = [
"memchr",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "once_cell"
2021-08-31 14:52:41 -07:00
version = "1.8.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
2021-01-02 22:40:17 -08:00
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "openssl"
version = "0.10.38"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
2021-01-02 22:40:17 -08:00
dependencies = [
"bitflags",
"cfg-if 1.0.0",
"foreign-types",
"libc",
2021-08-31 14:52:41 -07:00
"once_cell",
2021-01-02 22:40:17 -08:00
"openssl-sys",
]
[[package]]
name = "openssl-probe"
2021-08-31 14:52:41 -07:00
version = "0.1.4"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
2021-01-02 22:40:17 -08:00
[[package]]
name = "openssl-sys"
version = "0.9.71"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7df13d165e607909b363a4757a6f133f8a818a74e9d3a98d09c6128e15fa4c73"
2021-01-02 22:40:17 -08:00
dependencies = [
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "os_str_bytes"
2022-01-27 16:32:58 -08:00
version = "6.0.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-27 16:32:58 -08:00
checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
dependencies = [
"memchr",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "ouroboros"
2021-08-04 12:29:38 -07:00
version = "0.10.1"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-04 12:29:38 -07:00
checksum = "84236d64f1718c387232287cf036eb6632a5ecff226f4ff9dccb8c2b79ba0bde"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-08-04 12:29:38 -07:00
"aliasable",
2021-01-02 22:40:17 -08:00
"ouroboros_macro",
"stable_deref_trait",
]
[[package]]
name = "ouroboros_macro"
2021-08-04 12:29:38 -07:00
version = "0.10.1"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-04 12:29:38 -07:00
checksum = "f463857a6eb96c0136b1d56e56c718350cef30412ec065b48294799a088bca68"
2021-01-02 22:40:17 -08:00
dependencies = [
"Inflector",
2021-08-04 12:29:38 -07:00
"proc-macro-error",
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "parking_lot"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
dependencies = [
"lock_api 0.3.4",
"parking_lot_core 0.7.2",
]
[[package]]
name = "parking_lot"
2021-08-31 14:52:41 -07:00
version = "0.11.2"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2021-01-02 22:40:17 -08:00
dependencies = [
"instant",
2021-08-31 14:52:41 -07:00
"lock_api 0.4.5",
"parking_lot_core 0.8.5",
2021-01-02 22:40:17 -08: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",
"libc",
2021-01-31 06:08:32 -08:00
"redox_syscall 0.1.57",
2021-08-31 14:52:41 -07:00
"smallvec",
"winapi",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "parking_lot_core"
2021-08-31 14:52:41 -07:00
version = "0.8.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
2021-01-02 22:40:17 -08:00
dependencies = [
"cfg-if 1.0.0",
"instant",
"libc",
2021-08-31 14:52:41 -07:00
"redox_syscall 0.2.10",
"smallvec",
"winapi",
2021-01-02 22:40:17 -08:00
]
2021-08-08 02:11:48 -07:00
[[package]]
name = "pathdiff"
version = "0.2.1"
2021-08-08 02:11:48 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
2021-08-08 02:11:48 -07:00
2021-01-02 22:40:17 -08:00
[[package]]
name = "pbkdf2"
2021-04-04 00:55:56 -07:00
version = "0.4.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-04 00:55:56 -07:00
checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-04-04 00:55:56 -07:00
"crypto-mac 0.8.0",
2021-01-02 22:40:17 -08:00
]
2021-02-26 01:31:48 -08:00
[[package]]
name = "pbkdf2"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3b8c0d71734018084da0c0354193a5edfb81b20d2d57a92c5b154aefc554a4a"
dependencies = [
2021-08-31 14:52:41 -07:00
"crypto-mac 0.10.1",
2021-02-26 01:31:48 -08:00
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
name = "pest"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
dependencies = [
"ucd-trie",
]
[[package]]
name = "pin-project-lite"
2021-08-31 14:52:41 -07:00
version = "0.2.7"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
2021-01-02 22:40:17 -08:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
version = "0.3.22"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12295df4f294471248581bc09bef3c38a5e46f1e36d6a37353621a0c6c357e1f"
2021-01-02 22:40:17 -08:00
[[package]]
name = "ppv-lite86"
version = "0.2.15"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed0cfbc8191465bed66e1718596ee0b0b35d5ee1f41c5df2189d0fe8bde535ba"
2021-01-02 22:40:17 -08:00
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
"toml",
]
2021-08-31 14:52:41 -07:00
[[package]]
name = "proc-macro-crate"
version = "1.1.0"
2021-08-31 14:52:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83"
2021-08-31 14:52:41 -07:00
dependencies = [
"thiserror",
"toml",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
2021-01-02 22:40:17 -08:00
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
2021-01-02 22:40:17 -08:00
"version_check",
]
[[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"
2021-01-31 06:08:32 -08:00
version = "0.1.7"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-31 06:08:32 -08:00
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
2021-01-02 22:40:17 -08:00
[[package]]
name = "proc-macro2"
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
dependencies = [
"unicode-xid 0.1.0",
]
[[package]]
name = "proc-macro2"
version = "1.0.32"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba508cc11742c0dc5c1659771673afbab7a0efab23aa17e854cbab0837ed0b43"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"unicode-xid 0.2.2",
2021-01-02 22:40:17 -08:00
]
2021-06-27 13:17:05 -07:00
[[package]]
name = "proc-macro2-diagnostics"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bf29726d67464d49fa6224a1d07936a8c08bb3fba727c7493f6cf1616fdaada"
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
2021-06-27 13:17:05 -07:00
"version_check",
"yansi",
]
2021-06-10 20:01:25 -07:00
[[package]]
name = "qstring"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d464fae65fff2680baf48019211ce37aaec0c78e9264c84a3e484717f965104e"
dependencies = [
"percent-encoding",
]
2021-01-02 22:40:17 -08:00
[[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.10"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05"
2021-01-02 22:40:17 -08:00
dependencies = [
"proc-macro2 1.0.32",
2021-01-02 22:40:17 -08:00
]
[[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",
2021-01-31 06:08:32 -08:00
"rand_core 0.5.1",
"rand_hc",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
2021-01-31 06:08:32 -08:00
"rand_core 0.5.1",
]
2021-01-02 22:40:17 -08:00
[[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",
]
2021-01-31 06:08:32 -08:00
[[package]]
name = "rand_core"
2021-08-31 14:52:41 -07:00
version = "0.6.3"
2021-01-31 06:08:32 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
2021-01-31 06:08:32 -08:00
2021-01-02 22:40:17 -08:00
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
2021-01-31 06:08:32 -08:00
"rand_core 0.5.1",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "rayon"
2021-08-31 14:52:41 -07:00
version = "1.5.1"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
2021-01-02 22:40:17 -08:00
dependencies = [
"autocfg",
2021-08-31 14:52:41 -07:00
"crossbeam-deque",
2021-01-02 22:40:17 -08:00
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2021-08-31 14:52:41 -07:00
version = "1.9.1"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"crossbeam-channel 0.5.1",
"crossbeam-deque",
"crossbeam-utils 0.8.5",
2021-01-02 22:40:17 -08: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"
2021-01-31 06:08:32 -08:00
[[package]]
name = "redox_syscall"
2021-08-31 14:52:41 -07:00
version = "0.2.10"
2021-01-31 06:08:32 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
2021-01-31 06:08:32 -08:00
dependencies = [
"bitflags",
]
[[package]]
name = "redox_users"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
dependencies = [
2021-08-31 14:52:41 -07:00
"getrandom 0.2.3",
"redox_syscall 0.2.10",
2021-01-31 06:08:32 -08:00
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "regex"
2021-08-31 14:52:41 -07:00
version = "1.5.4"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
2021-01-02 22:40:17 -08:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2021-08-31 14:52:41 -07:00
version = "0.6.25"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
2021-01-02 22:40:17 -08:00
[[package]]
name = "remove_dir_all"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfc5b3ce5d5ea144bb04ebd093a9e14e9765bcfec866aecda9b6dec43b3d1e24"
dependencies = [
2021-08-31 14:52:41 -07:00
"winapi",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "reqwest"
version = "0.11.9"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f242f1488a539a79bac6dbe7c8609ae43b7914b7736210f239a37cccb32525"
2021-01-02 22:40:17 -08:00
dependencies = [
"base64 0.13.0",
2021-08-31 14:52:41 -07:00
"bytes 1.1.0",
2021-01-02 22:40:17 -08:00
"encoding_rs",
"futures-core",
"futures-util",
"h2",
2021-01-02 22:40:17 -08:00
"http",
"http-body",
"hyper",
"hyper-rustls",
2021-08-08 02:11:48 -07:00
"hyper-tls",
2021-01-02 22:40:17 -08:00
"ipnet",
"js-sys",
"lazy_static",
"log",
"mime",
2021-08-08 02:11:48 -07:00
"mime_guess",
"native-tls",
2021-01-02 22:40:17 -08:00
"percent-encoding",
2021-04-04 00:55:56 -07:00
"pin-project-lite",
2021-01-02 22:40:17 -08:00
"rustls",
"rustls-pemfile",
2021-01-02 22:40:17 -08:00
"serde",
"serde_json",
"serde_urlencoded",
2021-08-31 14:52:41 -07:00
"tokio",
2021-08-08 02:11:48 -07:00
"tokio-native-tls",
2021-01-02 22:40:17 -08:00
"tokio-rustls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots",
"winreg",
]
[[package]]
name = "ring"
2021-06-10 20:01:25 -07:00
version = "0.16.20"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-10 20:01:25 -07:00
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
2021-01-02 22:40:17 -08:00
dependencies = [
"cc",
"libc",
2021-06-10 20:01:25 -07:00
"once_cell",
2021-01-02 22:40:17 -08:00
"spin",
"untrusted",
"web-sys",
2021-08-31 14:52:41 -07:00
"winapi",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "rpassword"
version = "4.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99371657d3c8e4d816fb6221db98fa408242b0b53bac08f8676a41f8554fe99f"
dependencies = [
"libc",
2021-08-31 14:52:41 -07:00
"winapi",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "rustc-demangle"
2021-08-31 14:52:41 -07:00
version = "0.1.21"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2021-01-02 22:40:17 -08:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
"semver 0.9.0",
]
[[package]]
name = "rustc_version"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
dependencies = [
"semver 0.11.0",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "rustls"
version = "0.20.2"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d37e5e2290f3e040b594b1a9e04377c2c671f1a1cfd9bfdef82106ac1c113f84"
2021-01-02 22:40:17 -08:00
dependencies = [
"log",
"ring",
"sct",
"webpki",
]
[[package]]
name = "rustls-pemfile"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"
dependencies = [
"base64 0.13.0",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "rustversion"
2021-08-31 14:52:41 -07:00
version = "1.0.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
2021-01-02 22:40:17 -08:00
[[package]]
name = "ryu"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
[[package]]
name = "safe-transmute"
2021-08-31 14:52:41 -07:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "98a01dab6acf992653be49205bdd549f32f17cb2803e8eacf1560bf97259aae8"
2021-01-02 22:40:17 -08: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",
2021-08-31 14:52:41 -07:00
"winapi",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "sct"
version = "0.7.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
2021-01-02 22:40:17 -08:00
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "security-framework"
2021-08-31 14:52:41 -07:00
version = "2.4.2"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "525bc1abfda2e1998d152c45cf13e696f76d0a4972310b22fac1658b05df7c87"
2021-01-02 22:40:17 -08:00
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2021-08-31 14:52:41 -07:00
version = "2.4.2"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "a9dd14d83160b528b7bfd66439110573efcfbe281b17fc2ca9f39f550d619c7e"
2021-01-02 22:40:17 -08: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 = [
2021-01-31 06:08:32 -08:00
"semver-parser 0.10.2",
2021-01-02 22:40:17 -08:00
]
2021-10-25 09:47:59 -07:00
[[package]]
name = "semver"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"
2021-01-02 22:40:17 -08:00
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
[[package]]
name = "semver-parser"
2021-01-31 06:08:32 -08:00
version = "0.10.2"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-31 06:08:32 -08:00
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
2021-01-02 22:40:17 -08:00
dependencies = [
"pest",
]
[[package]]
name = "serde"
version = "1.0.136"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
2021-01-02 22:40:17 -08:00
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"
version = "1.0.136"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
2021-01-02 22:40:17 -08:00
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "serde_json"
version = "1.0.78"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d23c1ba4cf0efd44be32017709280b32d1cea5c3f1275c3b6d9e8bc54f758085"
2021-01-02 22:40:17 -08:00
dependencies = [
"itoa 1.0.1",
2021-01-02 22:40:17 -08:00
"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 0.4.8",
2021-01-02 22:40:17 -08:00
"ryu",
"serde",
]
[[package]]
name = "serde_yaml"
version = "0.8.21"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8c608a35705a5d3cdc9fbe403147647ff34b921f8e833e49306df898f9b20af"
2021-01-02 22:40:17 -08:00
dependencies = [
"dtoa",
2021-08-31 14:52:41 -07:00
"indexmap",
2021-01-02 22:40:17 -08:00
"serde",
"yaml-rust",
]
2021-01-31 06:08:32 -08:00
[[package]]
name = "serum-borsh"
version = "0.8.1-serum.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4fed3f601b23f15dc890f6e52ffdbfe2dcf16418a41e0aa016b5f10cf30c892"
dependencies = [
"borsh-derive 0.8.2",
2021-08-31 14:52:41 -07:00
"hashbrown 0.9.1",
2021-01-31 06:08:32 -08:00
"solana-program",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "serum-common"
version = "0.1.0"
source = "git+https://github.com/project-serum/serum-dex#8d6c746baaf085976c186e09042bfd78217427b9"
2021-01-02 22:40:17 -08:00
dependencies = [
"anyhow",
"arrayref",
"bincode",
"bs58 0.3.1",
"rand",
2021-01-02 22:40:17 -08:00
"serde",
"serde_json",
2021-03-10 05:30:10 -08:00
"serum-borsh",
2021-01-02 22:40:17 -08:00
"solana-client",
"solana-sdk",
"spl-token 2.0.8",
]
[[package]]
name = "serum_dex"
2021-08-04 12:29:38 -07:00
version = "0.4.0"
2021-09-16 17:19:15 -07:00
source = "git+https://github.com/project-serum/serum-dex?rev=1be91f2#1be91f2863d8ecede32daaae7e768034e24bbc79"
dependencies = [
"arrayref",
"bincode",
"bytemuck",
"byteorder",
"enumflags2",
"field-offset",
"itertools",
"num-traits",
"num_enum",
"safe-transmute",
"serde",
"solana-program",
2021-10-24 19:18:32 -07:00
"spl-token 3.2.0",
"static_assertions",
"thiserror",
"without-alloc",
]
2021-01-02 22:40:17 -08: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",
]
2021-01-27 19:58:26 -08:00
[[package]]
name = "sha2"
version = "0.9.8"
2021-01-27 19:58:26 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b69f9a4c9740d74c5baa3fd2e547f9525fa8088a8a958e0ca2409a514e33f5fa"
2021-01-27 19:58:26 -08:00
dependencies = [
"block-buffer 0.9.0",
"cfg-if 1.0.0",
2021-08-31 14:52:41 -07:00
"cpufeatures",
2021-01-27 19:58:26 -08:00
"digest 0.9.0",
"opaque-debug 0.3.0",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "sha3"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"
dependencies = [
"block-buffer 0.9.0",
"digest 0.9.0",
"keccak",
"opaque-debug 0.3.0",
]
[[package]]
name = "shellexpand"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83bdb7831b2d85ddf4a7b148aa19d0587eddbe8671a436b7bd1182eaad0f2829"
dependencies = [
"dirs-next",
]
2021-02-26 01:31:48 -08:00
[[package]]
name = "signal-hook-registry"
2021-08-31 14:52:41 -07:00
version = "1.4.0"
2021-02-26 01:31:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
2021-02-26 01:31:48 -08:00
dependencies = [
"libc",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "signature"
version = "1.4.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02658e48d89f2bec991f9a78e69cfa4c316f8d6a6c4ec12fae1aeb263d486788"
2021-01-02 22:40:17 -08:00
[[package]]
name = "slab"
version = "0.4.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
2021-01-02 22:40:17 -08:00
[[package]]
name = "smallvec"
version = "1.7.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309"
2021-01-02 22:40:17 -08: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",
2021-08-31 14:52:41 -07:00
"winapi",
2021-01-02 22:40:17 -08:00
]
2021-04-04 00:55:56 -07:00
[[package]]
name = "socket2"
version = "0.4.2"
2021-04-04 00:55:56 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516"
2021-04-04 00:55:56 -07:00
dependencies = [
"libc",
2021-08-31 14:52:41 -07:00
"winapi",
2021-04-04 00:55:56 -07:00
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "solana-account-decoder"
version = "1.8.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f75f7002703ee0f9ad9871b6c2f5829bf74e1770f632913b75b8b8d32803be79"
2021-01-02 22:40:17 -08:00
dependencies = [
"Inflector",
"base64 0.12.3",
"bincode",
"bs58 0.3.1",
2021-01-02 22:40:17 -08:00
"bv",
"lazy_static",
"serde",
"serde_derive",
"serde_json",
"solana-config-program",
"solana-sdk",
"solana-vote-program",
2021-10-24 19:18:32 -07:00
"spl-token 3.2.0",
2021-01-02 22:40:17 -08:00
"thiserror",
"zstd",
]
[[package]]
name = "solana-clap-utils"
version = "1.8.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "221d6c138089d3f55dd7ca96d61240f08011c4bd3965939791939fb612a4b6f3"
2021-01-02 22:40:17 -08:00
dependencies = [
"chrono",
"clap 2.33.3",
"rpassword",
"solana-perf",
2021-01-02 22:40:17 -08:00
"solana-remote-wallet",
"solana-sdk",
"thiserror",
"tiny-bip39",
2021-04-18 12:13:07 -07:00
"uriparse",
"url",
]
[[package]]
name = "solana-cli-config"
version = "1.8.5"
2021-04-18 12:13:07 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44bffa16600cd86d83f61c9dc95b8df8c952d5b3a771600d9aeb2c7ea9cc3567"
2021-04-18 12:13:07 -07:00
dependencies = [
"dirs-next",
"lazy_static",
"serde",
"serde_derive",
"serde_yaml",
2021-01-02 22:40:17 -08:00
"url",
]
[[package]]
name = "solana-client"
version = "1.8.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64f99df9f27c5a1c30878dee056edd5906b66555bf1d3c611308d098bd3f2b59"
2021-01-02 22:40:17 -08:00
dependencies = [
"base64 0.13.0",
"bincode",
"bs58 0.3.1",
2021-01-02 22:40:17 -08:00
"clap 2.33.3",
"indicatif",
"jsonrpc-core",
"log",
"net2",
"rayon",
"reqwest",
"semver 0.11.0",
"serde",
"serde_derive",
"serde_json",
"solana-account-decoder",
"solana-clap-utils",
2021-04-18 12:13:07 -07:00
"solana-faucet",
2021-01-02 22:40:17 -08:00
"solana-net-utils",
"solana-sdk",
"solana-transaction-status",
"solana-version",
"solana-vote-program",
"thiserror",
2021-08-31 14:52:41 -07:00
"tokio",
2021-01-02 22:40:17 -08:00
"tungstenite",
"url",
]
2021-10-24 17:42:52 -07:00
[[package]]
name = "solana-compute-budget-program"
version = "1.8.5"
2021-10-24 17:42:52 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3ce76ec3f5780663c39c2430daae0916cd9fb81688826dd5a634acdce2655c6"
2021-10-24 17:42:52 -07:00
dependencies = [
"solana-sdk",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "solana-config-program"
version = "1.8.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "117d2b25301117446b8c9293fb205d9fc6659f1f9f96788764cdfc57870ed9f1"
2021-01-02 22:40:17 -08:00
dependencies = [
"bincode",
"chrono",
"log",
2021-08-31 14:52:41 -07:00
"rand_core 0.6.3",
2021-01-02 22:40:17 -08:00
"serde",
"serde_derive",
"solana-sdk",
]
[[package]]
name = "solana-crate-features"
version = "1.8.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6aabd811ea101694b3b12f5d67d4b94055caebe824267eaa00af95e920fc2e4"
2021-01-02 22:40:17 -08:00
dependencies = [
"backtrace",
"bytes 0.4.12",
"cc",
2021-08-31 14:52:41 -07:00
"curve25519-dalek 2.1.3",
2021-01-02 22:40:17 -08:00
"ed25519-dalek",
"either",
"lazy_static",
"libc",
"rand_chacha",
2021-01-02 22:40:17 -08:00
"regex-syntax",
"reqwest",
2021-06-10 20:01:25 -07:00
"ring",
2021-01-02 22:40:17 -08:00
"serde",
"syn 0.15.44",
"syn 1.0.81",
2021-08-31 14:52:41 -07:00
"winapi",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "solana-ed25519-program"
version = "1.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36d050d95a9d9aa1595ea2afcaf7b5a012f54d4969a6ece6af312f19b3f4dd98"
dependencies = [
"solana-sdk",
]
2021-04-18 12:13:07 -07:00
[[package]]
name = "solana-faucet"
version = "1.8.5"
2021-04-18 12:13:07 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c22c2fb42ce3b3f834ea215a8e5549dcdd76db2f019c8168e1c5a973a31c5803"
2021-04-18 12:13:07 -07:00
dependencies = [
"bincode",
"byteorder",
"clap 2.33.3",
"log",
"serde",
"serde_derive",
"solana-clap-utils",
"solana-cli-config",
"solana-logger",
"solana-metrics",
"solana-sdk",
"solana-version",
"spl-memo",
"thiserror",
2021-08-31 14:52:41 -07:00
"tokio",
2021-04-18 12:13:07 -07:00
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "solana-frozen-abi"
version = "1.8.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc1012d3d2ab907d942511eefa9e49dc411eeefda964c744ab431e5a4788decd"
2021-01-02 22:40:17 -08:00
dependencies = [
"bs58 0.3.1",
2021-01-02 22:40:17 -08:00
"bv",
"generic-array 0.14.4",
"log",
"memmap2",
"rustc_version 0.2.3",
2021-01-02 22:40:17 -08:00
"serde",
"serde_derive",
2021-08-04 12:29:38 -07:00
"sha2",
2021-01-02 22:40:17 -08:00
"solana-frozen-abi-macro",
"solana-logger",
"thiserror",
]
[[package]]
name = "solana-frozen-abi-macro"
version = "1.8.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c02e8365ddbab83f2004041032a48e2b9e3b42a3fc44c318aebc96dce6bf920"
2021-01-02 22:40:17 -08:00
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"rustc_version 0.2.3",
"syn 1.0.81",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "solana-logger"
version = "1.8.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "298885f4c7c704df17fa48ddf1a1582032e13174bc7e0e8ada57ca62740e8a98"
2021-01-02 22:40:17 -08:00
dependencies = [
"env_logger",
"lazy_static",
"log",
]
[[package]]
name = "solana-measure"
version = "1.8.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b17305d54467acb3acc08bdb79f521d971f7affb767cab25675270f7e5d6d3c"
2021-01-02 22:40:17 -08:00
dependencies = [
"log",
"solana-metrics",
"solana-sdk",
]
[[package]]
name = "solana-metrics"
version = "1.8.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4aabbe1c893f356d0a000ebe8c0d86ef5b85e76af7ac6cc28c45f20d7371dff"
2021-01-02 22:40:17 -08:00
dependencies = [
"env_logger",
"gethostname",
"lazy_static",
"log",
"reqwest",
"solana-sdk",
]
[[package]]
name = "solana-net-utils"
version = "1.8.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e60f3184e1c5b74c7f24f6a128e91e5d013ac7c5fe899d388e809a73f145bd5"
2021-01-02 22:40:17 -08:00
dependencies = [
"bincode",
"clap 2.33.3",
"log",
"nix",
"rand",
2021-01-02 22:40:17 -08:00
"serde",
"serde_derive",
2021-04-04 00:55:56 -07:00
"socket2 0.3.19",
2021-01-02 22:40:17 -08:00
"solana-clap-utils",
"solana-logger",
"solana-sdk",
2021-01-02 22:40:17 -08:00
"solana-version",
2021-08-31 14:52:41 -07:00
"tokio",
2021-01-02 22:40:17 -08:00
"url",
]
[[package]]
name = "solana-perf"
version = "1.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0452214f8b4bf0350dad9a6036b0e60ffe8bd18ab2efd1577d04c75fba145099"
dependencies = [
"bincode",
"caps",
"curve25519-dalek 2.1.3",
"dlopen",
"dlopen_derive",
"lazy_static",
"libc",
"log",
"nix",
"rand",
"rayon",
"serde",
"solana-logger",
"solana-metrics",
"solana-rayon-threadlimit",
"solana-sdk",
"solana-vote-program",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "solana-program"
version = "1.8.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d115ccafc326625e378cd8b4122a2e6a6666ad7907d165e9384a76ecbdb7b745"
2021-01-02 22:40:17 -08:00
dependencies = [
"base64 0.13.0",
2021-01-02 22:40:17 -08:00
"bincode",
2021-04-18 12:13:07 -07:00
"blake3",
2021-02-26 01:31:48 -08:00
"borsh",
2021-08-31 14:52:41 -07:00
"borsh-derive 0.9.1",
"bs58 0.3.1",
2021-01-02 22:40:17 -08:00
"bv",
"bytemuck",
2021-08-31 14:52:41 -07:00
"curve25519-dalek 2.1.3",
2021-01-02 22:40:17 -08:00
"hex",
"itertools",
"lazy_static",
2021-08-04 12:29:38 -07:00
"libsecp256k1",
2021-01-02 22:40:17 -08:00
"log",
"num-derive",
"num-traits",
"rand",
"rustc_version 0.2.3",
2021-01-02 22:40:17 -08:00
"rustversion",
"serde",
"serde_bytes",
"serde_derive",
2021-08-04 12:29:38 -07:00
"sha2",
2021-06-10 20:01:25 -07:00
"sha3",
2021-01-02 22:40:17 -08:00
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-logger",
"solana-sdk-macro",
"thiserror",
]
[[package]]
name = "solana-rayon-threadlimit"
version = "1.8.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2a52fbbc074efabca93cbed5b093fc7ae8a31d749a6287814c1001f7d4cc5e"
2021-01-02 22:40:17 -08:00
dependencies = [
"lazy_static",
"num_cpus",
]
[[package]]
name = "solana-remote-wallet"
version = "1.8.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82b91d441ed00427226b08e9990367ecb4c952c70ab827c0250bd233e1ae9540"
2021-01-02 22:40:17 -08:00
dependencies = [
"base32",
2021-06-10 20:01:25 -07:00
"console 0.14.1",
"dialoguer 0.6.2",
2021-01-02 22:40:17 -08:00
"hidapi",
"log",
"num-derive",
"num-traits",
"parking_lot 0.10.2",
2021-06-10 20:01:25 -07:00
"qstring",
2021-01-02 22:40:17 -08:00
"semver 0.9.0",
"solana-sdk",
"thiserror",
2021-06-10 20:01:25 -07:00
"uriparse",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "solana-runtime"
version = "1.8.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82c10c2984fd0dca4a4265ca5b99c3833bb813c6688b1b2ed4ace0807bdfd6f1"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-04-18 12:13:07 -07:00
"arrayref",
2021-01-02 22:40:17 -08:00
"bincode",
"blake3",
"bv",
"byteorder",
"bzip2",
"crossbeam-channel 0.4.4",
"dashmap",
"dir-diff",
"flate2",
"fnv",
"itertools",
"lazy_static",
"libc",
"libloading",
"log",
"memmap2",
"num-derive",
"num-traits",
"num_cpus",
"ouroboros",
"rand",
2021-01-02 22:40:17 -08:00
"rayon",
"regex",
"rustc_version 0.2.3",
2021-01-02 22:40:17 -08:00
"serde",
"serde_derive",
2021-10-24 17:42:52 -07:00
"solana-compute-budget-program",
2021-01-02 22:40:17 -08:00
"solana-config-program",
"solana-ed25519-program",
2021-01-02 22:40:17 -08:00
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-logger",
"solana-measure",
"solana-metrics",
"solana-rayon-threadlimit",
"solana-sdk",
"solana-secp256k1-program",
"solana-stake-program",
"solana-vote-program",
"symlink",
"tar",
"tempfile",
"thiserror",
"zstd",
]
[[package]]
name = "solana-sdk"
version = "1.8.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35fd9c39ffa29e3ec09bc4553cf892c48df730694e546eacd378900c6a0b59f2"
2021-01-02 22:40:17 -08:00
dependencies = [
"assert_matches",
"base64 0.13.0",
2021-01-02 22:40:17 -08:00
"bincode",
2021-10-24 17:42:52 -07:00
"borsh",
"borsh-derive 0.9.1",
"bs58 0.4.0",
2021-01-02 22:40:17 -08:00
"bv",
"bytemuck",
2021-01-02 22:40:17 -08:00
"byteorder",
"chrono",
2021-06-10 20:01:25 -07:00
"derivation-path",
2021-01-02 22:40:17 -08:00
"digest 0.9.0",
"ed25519-dalek",
2021-06-10 20:01:25 -07:00
"ed25519-dalek-bip32",
2021-01-02 22:40:17 -08:00
"generic-array 0.14.4",
"hex",
2021-02-26 01:31:48 -08:00
"hmac 0.10.1",
2021-01-02 22:40:17 -08:00
"itertools",
"lazy_static",
"libsecp256k1",
"log",
"memmap2",
"num-derive",
"num-traits",
2021-02-26 01:31:48 -08:00
"pbkdf2 0.6.0",
2021-06-10 20:01:25 -07:00
"qstring",
"rand",
"rand_chacha",
2021-08-31 14:52:41 -07:00
"rand_core 0.6.3",
"rustc_version 0.2.3",
2021-01-02 22:40:17 -08:00
"rustversion",
"serde",
"serde_bytes",
"serde_derive",
"serde_json",
2021-08-04 12:29:38 -07:00
"sha2",
2021-01-02 22:40:17 -08:00
"sha3",
"solana-crate-features",
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-logger",
"solana-program",
"solana-sdk-macro",
"thiserror",
2021-06-10 20:01:25 -07:00
"uriparse",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "solana-sdk-macro"
version = "1.8.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91983679137d5a342cc99f56dbb418def7af5712a5edb2636d3637c897962f9b"
2021-01-02 22:40:17 -08:00
dependencies = [
"bs58 0.3.1",
"proc-macro2 1.0.32",
"quote 1.0.10",
2021-01-02 22:40:17 -08:00
"rustversion",
"syn 1.0.81",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "solana-secp256k1-program"
version = "1.8.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f8def349f434902ab4073a7dde49a4f45673004e510c7579c234d3636f6065"
2021-01-02 22:40:17 -08:00
dependencies = [
"solana-sdk",
]
[[package]]
name = "solana-stake-program"
version = "1.8.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11034c5ad850bf0993c333fde46d17441e5af156644d5aaab59e13d2130a1064"
2021-01-02 22:40:17 -08:00
dependencies = [
"bincode",
"log",
"num-derive",
"num-traits",
"rustc_version 0.2.3",
2021-01-02 22:40:17 -08:00
"serde",
"serde_derive",
"solana-config-program",
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-metrics",
"solana-sdk",
"solana-vote-program",
"thiserror",
]
[[package]]
name = "solana-transaction-status"
version = "1.8.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc9d671057460aab1958a2adefe724bf2be02cf0d4b4a3599356d01b65d0e8ba"
2021-01-02 22:40:17 -08:00
dependencies = [
"Inflector",
"base64 0.12.3",
"bincode",
"bs58 0.3.1",
2021-01-02 22:40:17 -08:00
"lazy_static",
"log",
2021-01-02 22:40:17 -08:00
"serde",
"serde_derive",
"serde_json",
"solana-account-decoder",
"solana-measure",
"solana-metrics",
2021-01-02 22:40:17 -08:00
"solana-runtime",
"solana-sdk",
"solana-vote-program",
2021-04-18 12:13:07 -07:00
"spl-associated-token-account",
"spl-memo",
2021-10-24 19:18:32 -07:00
"spl-token 3.2.0",
2021-01-02 22:40:17 -08:00
"thiserror",
]
[[package]]
name = "solana-version"
version = "1.8.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e30c29cd46a42e0b58360b3d4559e943e86b281073240f978e10d99fb00fe76e"
2021-01-02 22:40:17 -08:00
dependencies = [
"log",
"rustc_version 0.2.3",
2021-01-02 22:40:17 -08:00
"serde",
"serde_derive",
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-logger",
"solana-sdk",
]
[[package]]
name = "solana-vote-program"
version = "1.8.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52d4d38344e8c1c383d3a28bf6455d34f0bd48b17f8bf6684b55abf18674a632"
2021-01-02 22:40:17 -08:00
dependencies = [
"bincode",
"log",
"num-derive",
"num-traits",
"rustc_version 0.2.3",
2021-01-02 22:40:17 -08:00
"serde",
"serde_derive",
"solana-frozen-abi",
"solana-frozen-abi-macro",
"solana-logger",
"solana-metrics",
"solana-sdk",
"thiserror",
]
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
2021-04-18 12:13:07 -07:00
name = "spl-associated-token-account"
2021-08-04 12:29:38 -07:00
version = "1.0.3"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-04 12:29:38 -07:00
checksum = "393e2240d521c3dd770806bff25c2c00d761ac962be106e14e22dd912007f428"
2021-01-02 22:40:17 -08:00
dependencies = [
"solana-program",
2021-10-24 19:18:32 -07:00
"spl-token 3.2.0",
2020-12-31 16:03:34 -08:00
]
2021-02-26 01:31:48 -08:00
[[package]]
name = "spl-memo"
2021-04-18 12:13:07 -07:00
version = "3.0.1"
2021-02-26 01:31:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-18 12:13:07 -07:00
checksum = "bd0dc6f70db6bacea7ff25870b016a65ba1d1b6013536f08e4fd79a8f9005325"
2021-02-26 01:31:48 -08:00
dependencies = [
"solana-program",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "spl-token"
version = "2.0.8"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "eaa27ab75067c63b8804d9fff30bd2e8bfb5be448bea8067ed768381e70ca181"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"arrayref",
"num-derive",
"num-traits",
"num_enum",
"remove_dir_all",
"solana-sdk",
"thiserror",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "spl-token"
2021-08-04 12:29:38 -07:00
version = "3.2.0"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-04 12:29:38 -07:00
checksum = "93bfdd5bd7c869cb565c7d7635c4fafe189b988a0bdef81063cd9585c6b8dc01"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"arrayref",
"num-derive",
"num-traits",
"num_enum",
"solana-program",
2020-12-31 16:03:34 -08:00
"thiserror",
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "stable_deref_trait"
version = "1.2.0"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2021-01-02 22:40:17 -08:00
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "subtle"
2021-08-31 14:52:41 -07:00
version = "2.4.1"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
2021-01-02 22:40:17 -08:00
[[package]]
name = "symlink"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7973cce6668464ea31f176d85b13c7ab3bba2cb3b77a2ed26abd7801688010a"
[[package]]
name = "syn"
version = "0.15.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
dependencies = [
"proc-macro2 0.4.30",
"quote 0.6.13",
"unicode-xid 0.1.0",
]
[[package]]
name = "syn"
version = "1.0.81"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2afee18b8beb5a596ecb4a2dce128c719b4ba399d34126b9e4396e3f9860966"
2021-01-02 22:40:17 -08:00
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
2021-08-31 14:52:41 -07:00
"unicode-xid 0.2.2",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "synstructure"
version = "0.12.6"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
2021-01-02 22:40:17 -08:00
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
2021-08-31 14:52:41 -07:00
"unicode-xid 0.2.2",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "tar"
2021-08-31 14:52:41 -07:00
version = "0.4.37"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "d6f5515d3add52e0bbdcad7b83c388bb36ba7b754dda3b5f5bc2d38640cdba5c"
2021-01-02 22:40:17 -08:00
dependencies = [
"filetime",
"libc",
"xattr",
]
[[package]]
name = "tempfile"
version = "3.3.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-01-31 06:08:32 -08:00
"cfg-if 1.0.0",
"fastrand",
2021-01-02 22:40:17 -08:00
"libc",
2021-08-31 14:52:41 -07:00
"redox_syscall 0.2.10",
2021-01-02 22:40:17 -08:00
"remove_dir_all",
2021-08-31 14:52:41 -07:00
"winapi",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "termcolor"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
dependencies = [
"winapi-util",
]
[[package]]
name = "terminal_size"
2021-08-31 14:52:41 -07:00
version = "0.1.17"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
2021-01-02 22:40:17 -08:00
dependencies = [
"libc",
2021-08-31 14:52:41 -07:00
"winapi",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "termios"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b"
dependencies = [
"libc",
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
"unicode-width",
]
[[package]]
name = "textwrap"
2021-08-31 14:52:41 -07:00
version = "0.14.2"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
2021-01-02 22:40:17 -08:00
[[package]]
name = "thiserror"
version = "1.0.30"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
2021-01-02 22:40:17 -08:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.30"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
2021-01-02 22:40:17 -08:00
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
2021-01-02 22:40:17 -08:00
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "time"
2021-01-31 06:08:32 -08:00
version = "0.1.43"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-31 06:08:32 -08:00
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"libc",
2021-08-31 14:52:41 -07:00
"winapi",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "tiny-bip39"
2021-10-24 17:42:52 -07:00
version = "0.8.2"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-24 17:42:52 -07:00
checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-04-04 00:55:56 -07:00
"anyhow",
"hmac 0.8.1",
2021-01-02 22:40:17 -08:00
"once_cell",
2021-04-04 00:55:56 -07:00
"pbkdf2 0.4.0",
"rand",
2021-01-02 22:40:17 -08:00
"rustc-hash",
2021-08-04 12:29:38 -07:00
"sha2",
2021-04-04 00:55:56 -07:00
"thiserror",
2021-01-02 22:40:17 -08:00
"unicode-normalization",
2021-10-24 17:42:52 -07:00
"wasm-bindgen",
2021-04-04 00:55:56 -07:00
"zeroize",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "tinyvec"
version = "1.5.1"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
2021-01-02 22:40:17 -08:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "1.14.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70e992e41e0d2fb9f755b37446f20900f64446ef54874f40a60c78f021ac6144"
2021-02-26 01:31:48 -08:00
dependencies = [
"autocfg",
2021-08-31 14:52:41 -07:00
"bytes 1.1.0",
2021-02-26 01:31:48 -08:00
"libc",
"memchr",
2021-08-31 14:52:41 -07:00
"mio",
2021-02-26 01:31:48 -08:00
"num_cpus",
"once_cell",
2021-08-31 14:52:41 -07:00
"parking_lot 0.11.2",
2021-04-04 00:55:56 -07:00
"pin-project-lite",
2021-02-26 01:31:48 -08:00
"signal-hook-registry",
"tokio-macros",
2021-08-31 14:52:41 -07:00
"winapi",
2020-12-31 16:03:34 -08:00
]
2021-02-26 01:31:48 -08:00
[[package]]
name = "tokio-macros"
version = "1.6.0"
2021-02-26 01:31:48 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9efc1aba077437943f7515666aa2b882dfabfbfdf89c819ea75a8d6e9eaba5e"
2021-02-26 01:31:48 -08:00
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
2021-02-26 01:31:48 -08:00
]
2021-08-08 02:11:48 -07:00
[[package]]
name = "tokio-native-tls"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
dependencies = [
"native-tls",
2021-08-31 14:52:41 -07:00
"tokio",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "tokio-rustls"
version = "0.23.2"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a27d5f2b839802bd8267fa19b0530f5a08b9c08cd417976be2a65d130fe1c11b"
2021-01-02 22:40:17 -08:00
dependencies = [
"rustls",
2021-08-31 14:52:41 -07:00
"tokio",
2021-01-02 22:40:17 -08:00
"webpki",
]
2020-12-31 16:03:34 -08:00
[[package]]
2021-01-02 22:40:17 -08:00
name = "tokio-util"
version = "0.6.9"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"bytes 1.1.0",
2021-01-02 22:40:17 -08:00
"futures-core",
"futures-sink",
"log",
2021-04-04 00:55:56 -07:00
"pin-project-lite",
2021-08-31 14:52:41 -07:00
"tokio",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "toml"
version = "0.5.8"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"serde",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "tower-service"
2021-01-31 06:08:32 -08:00
version = "0.3.1"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-31 06:08:32 -08:00
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
2021-01-02 22:40:17 -08:00
[[package]]
name = "tracing"
version = "0.1.29"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"cfg-if 1.0.0",
2021-04-04 00:55:56 -07:00
"pin-project-lite",
2021-01-02 22:40:17 -08:00
"tracing-core",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "tracing-core"
version = "0.1.21"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"lazy_static",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-02 22:40:17 -08:00
name = "try-lock"
version = "0.2.3"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-02 22:40:17 -08:00
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
[[package]]
name = "tungstenite"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfea31758bf674f990918962e8e5f07071a3161bd7c4138ed23e416e1ac4264e"
2020-12-31 16:03:34 -08:00
dependencies = [
2021-01-02 22:40:17 -08:00
"base64 0.11.0",
"byteorder",
"bytes 0.5.6",
"http",
"httparse",
"input_buffer",
"log",
"native-tls",
"rand",
2021-01-02 22:40:17 -08:00
"sha-1",
"url",
"utf-8",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "typenum"
version = "1.14.0"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b63708a265f51345575b27fe43f9500ad611579e764c79edbc2037b1121959ec"
2020-12-31 16:03:34 -08:00
2021-01-02 22:40:17 -08:00
[[package]]
name = "ucd-trie"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
2021-08-08 02:11:48 -07:00
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "unicode-bidi"
version = "0.3.7"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
2021-01-02 22:40:17 -08:00
[[package]]
name = "unicode-normalization"
2021-08-31 14:52:41 -07:00
version = "0.1.19"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
2021-01-02 22:40:17 -08:00
dependencies = [
"tinyvec",
]
2020-12-31 16:03:34 -08:00
[[package]]
name = "unicode-segmentation"
2021-08-31 14:52:41 -07:00
version = "1.8.0"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
2020-12-31 16:03:34 -08:00
[[package]]
name = "unicode-width"
version = "0.1.9"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2020-12-31 16:03:34 -08:00
2021-01-02 22:40:17 -08:00
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
2020-12-31 16:03:34 -08:00
[[package]]
name = "unicode-xid"
2021-08-31 14:52:41 -07:00
version = "0.2.2"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
2020-12-31 16:03:34 -08:00
2021-01-02 22:40:17 -08:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2021-04-18 12:13:07 -07:00
[[package]]
name = "uriparse"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e515b1ada404168e145ac55afba3c42f04cf972201a8552d42e2abb17c1b7221"
dependencies = [
"fnv",
"lazy_static",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "url"
version = "2.2.2"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
2021-01-02 22:40:17 -08:00
dependencies = [
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
]
[[package]]
name = "utf-8"
2021-08-31 14:52:41 -07:00
version = "0.7.6"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2021-01-02 22:40:17 -08:00
[[package]]
name = "vcpkg"
2021-08-31 14:52:41 -07:00
version = "0.2.15"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2021-01-02 22:40:17 -08:00
2020-12-31 16:03:34 -08: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"
2021-08-31 14:52:41 -07:00
version = "0.9.3"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
2020-12-31 16:03:34 -08:00
2021-01-02 22:40:17 -08:00
[[package]]
name = "walkdir"
2021-08-31 14:52:41 -07:00
version = "2.3.2"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2021-01-02 22:40:17 -08:00
dependencies = [
"same-file",
2021-08-31 14:52:41 -07:00
"winapi",
2021-01-02 22:40:17 -08:00
"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",
]
2020-12-31 16:03:34 -08:00
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2021-01-02 22:40:17 -08:00
[[package]]
name = "wasi"
2021-01-31 06:08:32 -08:00
version = "0.10.2+wasi-snapshot-preview1"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-31 06:08:32 -08:00
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2021-01-02 22:40:17 -08:00
[[package]]
name = "wasm-bindgen"
version = "0.2.78"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce"
2021-01-02 22:40:17 -08:00
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.78"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b"
2021-01-02 22:40:17 -08:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
2021-01-02 22:40:17 -08:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.28"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39"
2021-01-02 22:40:17 -08:00
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.78"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9"
2021-01-02 22:40:17 -08:00
dependencies = [
"quote 1.0.10",
2021-01-02 22:40:17 -08:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.78"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab"
2021-01-02 22:40:17 -08:00
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
2021-01-02 22:40:17 -08:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.78"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc"
2021-01-02 22:40:17 -08:00
[[package]]
name = "web-sys"
version = "0.3.55"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb"
2021-01-02 22:40:17 -08:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
version = "0.22.0"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
2021-01-02 22:40:17 -08:00
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
version = "0.22.2"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "552ceb903e957524388c4d3475725ff2c8b7960922063af6ce53c9a43da07449"
2021-01-02 22:40:17 -08:00
dependencies = [
"webpki",
]
2020-12-31 16:03:34 -08:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-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 = [
2021-08-31 14:52:41 -07:00
"winapi",
2020-12-31 16:03:34 -08: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"
2021-01-02 22:40:17 -08:00
[[package]]
name = "winreg"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
dependencies = [
2021-08-31 14:52:41 -07:00
"winapi",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "without-alloc"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e34736feff52a0b3e5680927e947a4d8fac1f0b80dc8120b080dd8de24d75e2"
dependencies = [
"alloc-traits",
]
2021-01-02 22:40:17 -08: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"
2021-01-31 06:08:32 -08:00
version = "0.4.5"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-31 06:08:32 -08:00
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
2021-01-02 22:40:17 -08:00
dependencies = [
"linked-hash-map",
]
2021-06-27 13:17:05 -07:00
[[package]]
name = "yansi"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"
2020-12-31 16:03:34 -08:00
[[package]]
name = "zeroize"
version = "1.4.3"
2020-12-31 16:03:34 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d68d9dcec5f9b43a30d38c49f91dfedfaac384cb8f085faca366c26207dd1619"
2021-01-02 22:40:17 -08:00
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
version = "1.2.2"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65f1a51723ec88c66d5d1fe80c841f17f63587d6691901d66be9bec6c3b51f73"
2021-01-02 22:40:17 -08:00
dependencies = [
"proc-macro2 1.0.32",
"quote 1.0.10",
"syn 1.0.81",
2021-01-02 22:40:17 -08:00
"synstructure",
]
[[package]]
name = "zstd"
version = "0.5.4+zstd.1.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69996ebdb1ba8b1517f61387a883857818a66c8a295f487b1ffd8fd9d2c82910"
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
version = "2.0.6+zstd.1.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98aa931fb69ecee256d44589d19754e61851ae4769bf963b385119b1cc37a49e"
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
version = "1.4.18+zstd.1.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1e6e8778706838f43f771d80d37787cb2fe06dafe89dd3aebaf6721b9eaec81"
dependencies = [
"cc",
"glob",
"itertools",
"libc",
]