anchor/Cargo.lock

4117 lines
97 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"
2021-08-31 14:52:41 -07:00
version = "0.16.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 = "3e61f2b7f93d2c7d2b08263acaa4a363b3e276806c68af6134c44f523bf1aacd"
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"
2021-09-02 11:31:50 -07:00
version = "0.14.0"
2020-12-31 16:03:34 -08:00
dependencies = [
"anchor-syn",
"anyhow",
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
"regex",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
2020-12-31 16:03:34 -08:00
]
[[package]]
2021-01-09 22:03:14 -08:00
name = "anchor-attribute-account"
2021-09-02 11:31:50 -07:00
version = "0.14.0"
2021-01-09 22:03:14 -08:00
dependencies = [
"anchor-syn",
"anyhow",
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
2021-01-09 22:03:14 -08:00
]
2021-01-15 23:05:26 -08:00
[[package]]
name = "anchor-attribute-error"
2021-09-02 11:31:50 -07:00
version = "0.14.0"
2021-01-15 23:05:26 -08:00
dependencies = [
"anchor-syn",
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
2021-01-15 23:05:26 -08:00
]
2021-03-24 20:19:29 -07:00
[[package]]
name = "anchor-attribute-event"
2021-09-02 11:31:50 -07:00
version = "0.14.0"
2021-03-24 20:19:29 -07:00
dependencies = [
"anchor-syn",
"anyhow",
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-24 20:19:29 -07:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
2021-03-24 20:19:29 -07:00
]
2021-02-07 07:45:10 -08:00
[[package]]
name = "anchor-attribute-interface"
2021-09-02 11:31:50 -07:00
version = "0.14.0"
2021-02-07 07:45:10 -08:00
dependencies = [
"anchor-syn",
"anyhow",
"heck",
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
2021-02-07 07:45:10 -08:00
]
2021-01-09 22:03:14 -08:00
[[package]]
name = "anchor-attribute-program"
2021-09-02 11:31:50 -07:00
version = "0.14.0"
2020-12-31 16:03:34 -08:00
dependencies = [
"anchor-syn",
"anyhow",
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "anchor-attribute-state"
2021-09-02 11:31:50 -07:00
version = "0.14.0"
dependencies = [
"anchor-syn",
"anyhow",
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
]
2020-12-31 16:03:34 -08:00
[[package]]
name = "anchor-cli"
2021-09-02 11:31:50 -07:00
version = "0.14.0"
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",
2021-08-31 14:52:41 -07:00
"clap 3.0.0-beta.4",
2021-01-02 22:40:17 -08:00
"dirs",
"flate2",
2021-01-02 22:40:17 -08:00
"heck",
2021-08-08 02:11:48 -07:00
"pathdiff",
2021-01-31 06:08:32 -08:00
"rand 0.7.3",
2021-08-08 02:11:48 -07:00
"reqwest",
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",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
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"
2021-09-02 11:31:50 -07:00
version = "0.14.0"
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",
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"
2021-09-02 11:31:50 -07:00
version = "0.14.0"
2020-12-31 16:03:34 -08:00
dependencies = [
"anchor-syn",
"anyhow",
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
2020-12-31 16:03:34 -08:00
]
2021-01-14 22:35:50 -08:00
[[package]]
name = "anchor-lang"
2021-09-02 11:31:50 -07:00
version = "0.14.0"
2021-01-14 22:35:50 -08:00
dependencies = [
"anchor-attribute-access-control",
"anchor-attribute-account",
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",
2021-03-24 20:19:29 -07:00
"base64 0.13.0",
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"
2021-09-02 11:31:50 -07:00
version = "0.14.0"
2021-01-15 19:16:17 -08:00
dependencies = [
"anchor-lang",
"lazy_static",
"serum_dex",
"solana-program",
2021-08-04 12:29:38 -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"
2021-09-02 11:31:50 -07:00
version = "0.14.0"
2020-12-31 16:03:34 -08:00
dependencies = [
"anyhow",
"bs58",
2020-12-31 16:03:34 -08:00
"heck",
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-06-27 13:17:05 -07:00
"proc-macro2-diagnostics",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
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",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
"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"
2021-08-31 14:52:41 -07:00
version = "1.0.43"
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 = "28ae2b3dec75a406790005a200b1bd89785afc02517a00ca99ecfe093ee9e6cf"
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"
2021-01-02 22:40:17 -08:00
[[package]]
name = "backtrace"
2021-08-31 14:52:41 -07:00
version = "0.3.61"
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 = "e7a905d892734eea339e896738c14b9afce22b5318f64b951e70bf3844419b01"
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.29",
"syn 1.0.75",
]
[[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.29",
"syn 1.0.75",
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 = [
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
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 = [
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
]
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 = [
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
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 = [
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
]
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"
2021-01-02 22:40:17 -08:00
[[package]]
name = "bumpalo"
2021-08-31 14:52:41 -07:00
version = "3.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 = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
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"
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",
]
2021-08-08 02:11:48 -07:00
[[package]]
name = "cargo_toml"
2021-08-31 14:52:41 -07:00
version = "0.9.3"
2021-08-08 02:11:48 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "36f9cacf0c07aedef76ee0897d4596b72c59e72df44dc361644385bda411f4d7"
2021-08-08 02:11:48 -07:00
dependencies = [
"serde",
"serde_derive",
"toml",
]
2021-01-02 22:40:17 -08:00
[[package]]
name = "cc"
2021-08-31 14:52:41 -07:00
version = "1.0.69"
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 = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
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"
2021-08-31 14:52:41 -07:00
version = "3.0.0-beta.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 = "fcd70aa5597dbc42f7217a543f9ef2768b2ef823ba29036072d30e1d88e98406"
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
"vec_map",
]
[[package]]
name = "clap_derive"
2021-08-31 14:52:41 -07:00
version = "3.0.0-beta.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 = "0b5bb0d655624a0b8770d1c178fb8ffcb1f91cc722cb08f451e3dc72465421ac"
2020-12-31 16:03:34 -08:00
dependencies = [
"heck",
"proc-macro-error",
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
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]]
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.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 = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
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.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 = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
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 = [
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
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]]
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]]
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]]
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",
2021-01-31 06:08:32 -08:00
"rand 0.7.3",
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"
2021-03-10 05:30:10 -08:00
version = "0.8.28"
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 = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
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 = [
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
]
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
]
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 = [
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-06-10 20:01:25 -07:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
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]]
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"
2021-08-31 14:52:41 -07:00
version = "1.0.21"
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 = "80edafed416a46fb378521624fab1cfa2eb514784fd8921adbe8a8d8321da811"
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",
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
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",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
[[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"
2021-08-31 14:52:41 -07:00
version = "0.25.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 = "f0a01e0497841a3b2db4f8afa483cce65f7e96a3498bd6c541734792aeac8fe7"
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"
2021-08-31 14:52:41 -07:00
version = "0.3.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 = "d7f3675cfef6a30c8031cf9e6493ebdc3bb3272a3fea3923c4210d1830e6a472"
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",
]
[[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"
2021-08-31 14:52:41 -07:00
version = "1.2.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 = "81e07da7e8614133e88b3a93b7352eb3729e3ccd82d5ab661adf23bef1761bf8"
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"
2021-08-31 14:52:41 -07:00
version = "0.2.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 = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
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",
]
[[package]]
name = "http-body"
2021-08-31 14:52:41 -07:00
version = "0.4.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 = "399c583b2979440c60be0821a6199eca73bc3c8dcd9d070d75ac726e2c6186e5"
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"
2021-08-31 14:52:41 -07:00
version = "1.0.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 = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"
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"
2021-08-31 14:52:41 -07:00
version = "0.14.12"
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 = "13f67199e765030fa08fe0bd581af683f0d5bc04ea09c2b1102012c5fb90e7fd"
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",
2021-08-31 14:52:41 -07:00
"pin-project-lite",
"socket2 0.4.1",
"tokio",
2021-01-02 22:40:17 -08:00
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-rustls"
2021-04-04 00:55:56 -07:00
version = "0.22.1"
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 = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"
2021-01-02 22:40:17 -08:00
dependencies = [
"futures-util",
"hyper",
"log",
"rustls",
2021-08-31 14:52:41 -07:00
"tokio",
2021-01-02 22:40:17 -08:00
"tokio-rustls",
"webpki",
]
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.14.1",
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"
2021-08-31 14:52:41 -07:00
version = "0.1.10"
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 = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d"
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 = "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"
2021-08-31 14:52:41 -07:00
version = "0.3.53"
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 = "e4bf49d50e2961077d9c99f4b7997d770a1114f087c3c2e0069b36c13fc2979d"
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"
2021-08-31 14:52:41 -07:00
version = "0.2.101"
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 = "3cb00336871be5ed2c8ed44b60ae9959dc5b9f08539422ed43f09e34ecaeba21"
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",
2021-01-31 06:08:32 -08:00
"rand 0.7.3",
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"
2021-08-31 14:52:41 -07:00
version = "0.7.13"
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 = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
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.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2"
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 = [
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
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 = [
2021-08-31 14:52:41 -07:00
"proc-macro-crate 1.0.0",
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
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"
2021-08-31 14:52:41 -07:00
version = "0.26.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 = "39f37e50073ccad23b6d09bcb5b263f4e76d3bb6038e4a3c08e52162ffa8abc2"
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
dependencies = [
2021-08-31 14:52:41 -07:00
"parking_lot 0.11.2",
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"
2021-08-31 14:52:41 -07:00
version = "0.10.36"
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 = "8d9facdb76fec0b73c406f125d44d86fdad818d66fef0531eec9233ca425ff4a"
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"
2021-08-31 14:52:41 -07:00
version = "0.9.66"
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 = "1996d2d305e561b70d1ee0c53f1542833f4e1ac6ce9a6708b6ff2738ca67dc82"
2021-01-02 22:40:17 -08:00
dependencies = [
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "os_str_bytes"
2021-08-31 14:52:41 -07:00
version = "3.1.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 = "6acbef58a60fe69ab50510a55bc8cdd4d6cf2283d27ad338f54cb52747a9cf2d"
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",
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877630b3de15c0b64cc52f659345724fbf6bdad9bd9566699fc53688f3c34a34"
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.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
[[package]]
name = "ppv-lite86"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
[[package]]
name = "proc-macro-crate"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
dependencies = [
"toml",
]
2021-08-31 14:52:41 -07:00
[[package]]
name = "proc-macro-crate"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41fdbd1df62156fbc5945f4762632564d7d038153091c3fcf1067f6aef7cff92"
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",
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
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 = [
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
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"
2021-08-31 14:52:41 -07:00
version = "1.0.29"
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 = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d"
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 = [
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-06-27 13:17:05 -07:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
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"
2021-03-10 05:30:10 -08:00
version = "1.0.9"
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 = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
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",
2021-01-31 06:08:32 -08:00
"rand_chacha 0.2.2",
"rand_core 0.5.1",
"rand_hc 0.2.0",
]
[[package]]
name = "rand"
2021-08-31 14:52:41 -07:00
version = "0.8.4"
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 = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
2021-01-31 06:08:32 -08:00
dependencies = [
"libc",
2021-08-31 14:52:41 -07:00
"rand_chacha 0.3.1",
"rand_core 0.6.3",
"rand_hc 0.3.1",
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",
]
[[package]]
name = "rand_chacha"
2021-08-31 14:52:41 -07:00
version = "0.3.1"
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 = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2021-01-31 06:08:32 -08:00
dependencies = [
"ppv-lite86",
2021-08-31 14:52:41 -07:00
"rand_core 0.6.3",
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
dependencies = [
2021-08-31 14:52:41 -07:00
"getrandom 0.2.3",
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",
]
[[package]]
name = "rand_hc"
2021-08-31 14:52:41 -07:00
version = "0.3.1"
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 = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
2021-01-31 06:08:32 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"rand_core 0.6.3",
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"
2021-08-08 02:11:48 -07:00
version = "0.11.4"
2021-01-02 22:40:17 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-08 02:11:48 -07:00
checksum = "246e9f61b9bb77df069a947682be06e31ac43ea37862e244a69f177694ea6d22"
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",
"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",
"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"
2021-08-31 14:52:41 -07:00
version = "0.19.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 = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-04-04 00:55:56 -07:00
"base64 0.13.0",
2021-01-02 22:40:17 -08:00
"log",
"ring",
"sct",
"webpki",
]
[[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"
2021-08-31 14:52:41 -07:00
version = "0.6.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 = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
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
]
[[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"
2021-08-31 14:52:41 -07:00
version = "1.0.130"
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 = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913"
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"
2021-08-31 14:52:41 -07:00
version = "1.0.130"
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 = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "serde_json"
2021-08-31 14:52:41 -07:00
version = "1.0.67"
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 = "a7f9e390c27c3c0ce8bc5d725f6e4d30a29d26659494aa4b17535f7522c5c950"
2021-01-02 22:40:17 -08:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_yaml"
2021-08-31 14:52:41 -07:00
version = "0.8.20"
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 = "ad104641f3c958dab30eb3010e834c2622d1f3f4c530fef1dee20ad9485f3c09"
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"
2021-08-31 14:52:41 -07:00
source = "git+https://github.com/project-serum/serum-dex#d82f6cd7a0b8d966a79c8e60e6139129b01256da"
2021-01-02 22:40:17 -08:00
dependencies = [
"anyhow",
"arrayref",
"bincode",
"bs58",
2021-01-31 06:08:32 -08:00
"rand 0.7.3",
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-08-31 14:52:41 -07:00
source = "git+https://github.com/project-serum/serum-dex#d82f6cd7a0b8d966a79c8e60e6139129b01256da"
dependencies = [
"arrayref",
"bincode",
"bytemuck",
"byteorder",
"enumflags2",
"field-offset",
"itertools",
"num-traits",
"num_enum",
"safe-transmute",
"serde",
"solana-program",
2021-08-04 12:29:38 -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"
2021-08-31 14:52:41 -07:00
version = "0.9.6"
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 = "9204c41a1597a8c5af23c82d1c921cb01ec0a4c59e07a9c7306062829a3903f3"
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"
2021-08-31 14:52:41 -07:00
version = "1.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 = "c19772be3c4dd2ceaacf03cb41d5885f2a02c4d8804884918e3a258480803335"
2021-01-02 22:40:17 -08:00
[[package]]
name = "slab"
2021-08-31 14:52:41 -07:00
version = "0.4.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 = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590"
2021-01-02 22:40:17 -08:00
[[package]]
name = "smallvec"
2021-01-31 06:08:32 -08:00
version = "1.6.1"
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 = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
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"
2021-08-31 14:52:41 -07:00
version = "0.4.1"
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 = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
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"
2021-08-31 14:52:41 -07:00
version = "1.7.11"
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 = "d89741082d52115e1d866befdf65a9c3197c50734b998f75cfb0a291c3555738"
2021-01-02 22:40:17 -08:00
dependencies = [
"Inflector",
"base64 0.12.3",
"bincode",
"bs58",
"bv",
"lazy_static",
"serde",
"serde_derive",
"serde_json",
"solana-config-program",
"solana-sdk",
"solana-vote-program",
2021-08-04 12:29:38 -07:00
"spl-token 3.2.0",
2021-01-02 22:40:17 -08:00
"thiserror",
"zstd",
]
[[package]]
name = "solana-clap-utils"
2021-08-31 14:52:41 -07:00
version = "1.7.11"
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 = "1ff790bd97dee3be05ec879b176875f0bb0ef0eb62e5e11e6b269a2d7dc8bf10"
2021-01-02 22:40:17 -08:00
dependencies = [
"chrono",
"clap 2.33.3",
"rpassword",
"solana-remote-wallet",
"solana-sdk",
"thiserror",
"tiny-bip39",
2021-04-18 12:13:07 -07:00
"uriparse",
"url",
]
[[package]]
name = "solana-cli-config"
2021-08-31 14:52:41 -07:00
version = "1.7.11"
2021-04-18 12:13:07 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "6eb21cb2d46661d9e549293ce2ec4e4afa7205b66562e3768e16f5fe737f420f"
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"
2021-08-31 14:52:41 -07:00
version = "1.7.11"
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 = "779f90ee9f77c831426af58c9732902051314bb8f2607473ffd6089a3b008133"
2021-01-02 22:40:17 -08:00
dependencies = [
"base64 0.13.0",
"bincode",
"bs58",
"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",
]
[[package]]
name = "solana-config-program"
2021-08-31 14:52:41 -07:00
version = "1.7.11"
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 = "e6cebea98645f683ed9bf32f7f1e50a643479ab85fc8e6ba1c287a4562f534a4"
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"
2021-08-31 14:52:41 -07:00
version = "1.7.11"
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 = "23f7002fb7a602e75e9f077ba8aab67fff49e24327b958280648e731dab894a6"
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",
2021-01-31 06:08:32 -08:00
"rand_chacha 0.2.2",
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",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
"winapi",
2021-01-02 22:40:17 -08:00
]
2021-04-18 12:13:07 -07:00
[[package]]
name = "solana-faucet"
2021-08-31 14:52:41 -07:00
version = "1.7.11"
2021-04-18 12:13:07 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-31 14:52:41 -07:00
checksum = "45ce6d1994d0bdcb0571eeaad0718c540b89b626c24df2bdf6987f80837af4c5"
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"
2021-08-31 14:52:41 -07:00
version = "1.7.11"
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 = "21ddfc2b65a555c0e0156c043bce092d473bc4f00daa7ca3c223d97d92d2e807"
2021-01-02 22:40:17 -08:00
dependencies = [
"bs58",
"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"
2021-08-31 14:52:41 -07:00
version = "1.7.11"
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 = "a876aa31298fdee6560c8ee0695ebed313bbdbb6fbbee439ac3b9df8aebfb87c"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
"rustc_version 0.2.3",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "solana-logger"
2021-08-31 14:52:41 -07:00
version = "1.7.11"
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 = "98a07290cc521e529bff0b0afd3aacd1d3904a41f35321ede6d1f3574efa3e94"
2021-01-02 22:40:17 -08:00
dependencies = [
"env_logger",
"lazy_static",
"log",
]
[[package]]
name = "solana-measure"
2021-08-31 14:52:41 -07:00
version = "1.7.11"
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 = "b5ab24cb5a8fb2fdb32e151606e6a954a6d6e4d764102eb96616cb895622d284"
2021-01-02 22:40:17 -08:00
dependencies = [
"log",
"solana-metrics",
"solana-sdk",
]
[[package]]
name = "solana-metrics"
2021-08-31 14:52:41 -07:00
version = "1.7.11"
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 = "a49cfd9ec1637885f80d0ac33cf71c685fe13bad6de2bfd469e8aa7dc39967a3"
2021-01-02 22:40:17 -08:00
dependencies = [
"env_logger",
"gethostname",
"lazy_static",
"log",
"reqwest",
"solana-sdk",
]
[[package]]
name = "solana-net-utils"
2021-08-31 14:52:41 -07:00
version = "1.7.11"
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 = "2be3ee1237d9013cbd11f0d0af69a4473c703b700165e6c39b49cf0c0554d6f9"
2021-01-02 22:40:17 -08:00
dependencies = [
"bincode",
"clap 2.33.3",
"log",
"nix",
2021-01-31 06:08:32 -08:00
"rand 0.7.3",
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-program"
2021-08-31 14:52:41 -07:00
version = "1.7.11"
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 = "49ffc60d33a318300682e42d28ff4f1276327f6374cab9591c8620a54be7aec1"
2021-01-02 22:40:17 -08:00
dependencies = [
"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",
2021-01-02 22:40:17 -08:00
"bs58",
"bv",
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",
2021-01-31 06:08:32 -08:00
"rand 0.7.3",
"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"
2021-08-31 14:52:41 -07:00
version = "1.7.11"
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 = "e0375eae0722ae7303dbc5ce024104155b851017f31d7bc5096a871153540561"
2021-01-02 22:40:17 -08:00
dependencies = [
"lazy_static",
"num_cpus",
]
[[package]]
name = "solana-remote-wallet"
2021-08-31 14:52:41 -07:00
version = "1.7.11"
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 = "c2cfa60250c3f8f1c2de9258d35202021ddf1379a24a5820ec813de392af3d94"
2021-01-02 22:40:17 -08:00
dependencies = [
"base32",
2021-06-10 20:01:25 -07:00
"console 0.14.1",
2021-01-02 22:40:17 -08:00
"dialoguer",
"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"
2021-08-31 14:52:41 -07:00
version = "1.7.11"
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 = "58793cb7e9a2996ad3785816f58fddb7e29be245e6c12d0db62d8b4c6f6d17c2"
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",
2021-01-31 06:08:32 -08:00
"rand 0.7.3",
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",
"solana-config-program",
"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"
2021-08-31 14:52:41 -07:00
version = "1.7.11"
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 = "95179bc7d87c5b61c86f3bbbac4e52a5d909432473593d33546e4f20dc582052"
2021-01-02 22:40:17 -08:00
dependencies = [
"assert_matches",
"bincode",
"bs58",
"bv",
"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",
2021-01-31 06:08:32 -08:00
"rand 0.7.3",
"rand_chacha 0.2.2",
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"
2021-08-31 14:52:41 -07:00
version = "1.7.11"
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 = "b453dca160617b1676c47e3cfd4361f455dc5bb1c93659ec84b0c5d566b5c039"
2021-01-02 22:40:17 -08:00
dependencies = [
"bs58",
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
2021-01-02 22:40:17 -08:00
"rustversion",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "solana-secp256k1-program"
2021-08-31 14:52:41 -07:00
version = "1.7.11"
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 = "389178c92126e1e85189414688f93e9be836272bbe6ab03db04c804921eb09bd"
2021-01-02 22:40:17 -08:00
dependencies = [
"solana-sdk",
]
[[package]]
name = "solana-stake-program"
2021-08-31 14:52:41 -07:00
version = "1.7.11"
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 = "2e690a0aed0ff8c854ee79ec9c437756f9c0a24cdb0c1d0e979b60db8b6a4513"
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"
2021-08-31 14:52:41 -07:00
version = "1.7.11"
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 = "692b993f3e2ee1d3ffd9eb50e079bc9cc702d6a3a833d0c2c14a46d9268ea750"
2021-01-02 22:40:17 -08:00
dependencies = [
"Inflector",
"base64 0.12.3",
"bincode",
"bs58",
"lazy_static",
"serde",
"serde_derive",
"serde_json",
"solana-account-decoder",
"solana-runtime",
"solana-sdk",
"solana-vote-program",
2021-04-18 12:13:07 -07:00
"spl-associated-token-account",
"spl-memo",
2021-08-04 12:29:38 -07:00
"spl-token 3.2.0",
2021-01-02 22:40:17 -08:00
"thiserror",
]
[[package]]
name = "solana-version"
2021-08-31 14:52:41 -07:00
version = "1.7.11"
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 = "de8d410e68becf2a80a582caa46349dca6959ecf1319fe722a11a33e46af229b"
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"
2021-08-31 14:52:41 -07:00
version = "1.7.11"
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 = "4cc0bed4119e725a813a56ace42738ab5bbfbfc36152b169bd957ae38e62543a"
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-08-04 12:29:38 -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"
2021-08-31 14:52:41 -07:00
version = "1.0.75"
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 = "b7f58f7e8eaa0009c5fec437aabf511bd9933e4b2d7407bd05273c01a8906ea7"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"unicode-xid 0.2.2",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "synstructure"
2021-08-31 14:52:41 -07:00
version = "0.12.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 = "474aaa926faa1603c40b7885a9eaea29b444d1cb2850cb7c0e37bb1a4182f4fa"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
"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"
2021-01-31 06:08:32 -08:00
version = "3.2.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 = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
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-08-31 14:52:41 -07:00
"rand 0.8.4",
"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
dependencies = [
"unicode-width",
]
[[package]]
name = "thiserror"
2021-08-31 14:52:41 -07:00
version = "1.0.28"
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 = "283d5230e63df9608ac7d9691adc1dfb6e701225436eb64d0b9a7f0a5a04f6ec"
2021-01-02 22:40:17 -08:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2021-08-31 14:52:41 -07:00
version = "1.0.28"
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 = "fa3884228611f5cd3608e2d409bf7dce832e4eb3135e3f11addbd7e41bd68e71"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
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-04-04 00:55:56 -07:00
version = "0.8.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 = "d9e44c4759bae7f1032e286a7ef990bd9ed23fe831b7eeba0beb97484c2e59b8"
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",
2021-01-31 06:08:32 -08:00
"rand 0.7.3",
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-04-04 00:55:56 -07:00
"zeroize",
2021-01-02 22:40:17 -08:00
]
[[package]]
name = "tinyvec"
2021-08-31 14:52:41 -07:00
version = "1.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 = "848a1e1181b9f6753b5e96a092749e29b11d19ede67dfbbd6c7dc7e0f49b5338"
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"
2021-08-31 14:52:41 -07:00
version = "1.10.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 = "92036be488bb6594459f2e03b60e42df6f937fe6ca5c5ffdcb539c6b84dc40f5"
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"
2021-08-31 14:52:41 -07:00
version = "1.3.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 = "54473be61f4ebe4efd09cec9bd5d16fa51d70ea0192213d754d2d500457db110"
2021-02-26 01:31:48 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
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"
2021-04-04 00:55:56 -07:00
version = "0.22.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 = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
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"
2021-08-31 14:52:41 -07:00
version = "0.6.7"
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 = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592"
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"
2021-08-31 14:52:41 -07:00
version = "0.1.26"
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 = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
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"
2021-08-31 14:52:41 -07:00
version = "0.1.19"
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 = "2ca517f43f0fb96e0c3072ed5c275fe5eece87e8cb52f4a77b69226d3b1c9df8"
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",
2021-01-31 06:08:32 -08:00
"rand 0.7.3",
2021-01-02 22:40:17 -08:00
"sha-1",
"url",
"utf-8",
2020-12-31 16:03:34 -08:00
]
[[package]]
name = "typenum"
2021-08-31 14:52:41 -07:00
version = "1.13.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 = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
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"
2021-08-31 14:52:41 -07:00
version = "0.3.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 = "246f4c42e67e7a4e3c6106ff716a5d067d4132a642840b242e357e468a2a0085"
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.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
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"
2021-08-31 14:52:41 -07:00
version = "0.2.76"
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 = "8ce9b1b516211d33767048e5d47fa2a381ed8b76fc48d2ce4aa39877f9f183e0"
2021-01-02 22:40:17 -08:00
dependencies = [
"cfg-if 1.0.0",
"serde",
"serde_json",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2021-08-31 14:52:41 -07:00
version = "0.2.76"
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 = "cfe8dc78e2326ba5f845f4b5bf548401604fa20b1dd1d365fb73b6c1d6364041"
2021-01-02 22:40:17 -08:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
2021-01-02 22:40:17 -08:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2021-08-31 14:52:41 -07:00
version = "0.4.26"
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 = "95fded345a6559c2cfee778d562300c581f7d4ff3edb9b0d230d69800d213972"
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"
2021-08-31 14:52:41 -07:00
version = "0.2.76"
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 = "44468aa53335841d9d6b6c023eaab07c0cd4bddbcfdee3e2bb1e8d2cb8069fef"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
2021-01-02 22:40:17 -08:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2021-08-31 14:52:41 -07:00
version = "0.2.76"
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 = "0195807922713af1e67dc66132c7328206ed9766af3858164fb583eedc25fbad"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
2021-01-02 22:40:17 -08:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2021-08-31 14:52:41 -07:00
version = "0.2.76"
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 = "acdb075a845574a1fa5f09fd77e43f7747599301ea3417a9fbffdeedfc1f4a29"
2021-01-02 22:40:17 -08:00
[[package]]
name = "web-sys"
2021-08-31 14:52:41 -07:00
version = "0.3.53"
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 = "224b2f6b67919060055ef1a67807367c2066ed520c3862cc013d26cf893a783c"
2021-01-02 22:40:17 -08:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
2021-08-31 14:52:41 -07:00
version = "0.21.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 = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
2021-01-02 22:40:17 -08:00
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
2021-04-04 00:55:56 -07:00
version = "0.21.1"
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 = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
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"
2021-08-31 14:52:41 -07:00
version = "1.4.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 = "377db0846015f7ae377174787dd452e1c5f5a9050bc6f954911d01f116daa0cd"
2021-01-02 22:40:17 -08:00
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
2021-08-31 14:52:41 -07:00
version = "1.1.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 = "a2c1e130bebaeab2f23886bf9acbaca14b092408c452543c857f66399cd6dab1"
2021-01-02 22:40:17 -08:00
dependencies = [
2021-08-31 14:52:41 -07:00
"proc-macro2 1.0.29",
2021-03-10 05:30:10 -08:00
"quote 1.0.9",
2021-08-31 14:52:41 -07:00
"syn 1.0.75",
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",
]