2019-09-11 14:55:58 -07:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-05-11 09:01:44 +02:00
|
|
|
version = 3
|
|
|
|
|
2020-10-21 17:05:27 -07:00
|
|
|
[[package]]
|
|
|
|
name = "Inflector"
|
|
|
|
version = "0.11.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2020-05-28 15:32:42 -07:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.17.0"
|
2020-05-28 15:32:42 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
|
2020-05-28 15:32:42 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"gimli",
|
2020-05-28 15:32:42 -07:00
|
|
|
]
|
|
|
|
|
2020-06-17 09:27:03 -06:00
|
|
|
[[package]]
|
2021-06-18 15:55:48 +00:00
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
2020-06-17 09:27:03 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 15:55:48 +00:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2020-06-17 09:27:03 -06:00
|
|
|
|
2021-02-18 11:14:56 +01:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
|
|
|
|
|
2022-01-21 11:21:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.2.4",
|
|
|
|
"once_cell",
|
2022-02-21 13:38:40 -07:00
|
|
|
"version_check",
|
2022-01-21 11:21:28 -08:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-06-11 09:50:54 -06:00
|
|
|
version = "0.7.18"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-11 09:50:54 -06:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"memchr",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2021-07-09 21:12:55 -07:00
|
|
|
[[package]]
|
|
|
|
name = "aliasable"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.12.1"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"winapi",
|
2021-01-19 16:24:44 -08:00
|
|
|
]
|
|
|
|
|
2021-02-05 00:21:53 -07:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.0.52"
|
2021-02-05 00:21:53 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "84450d0b4a8bd1ba4144ce8ce718fbc5d071358b1e5384bace6536b3d1f2d5b3"
|
2021-02-05 00:21:53 -07:00
|
|
|
|
2020-09-02 00:37:36 -07:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.7.2"
|
2021-07-27 17:55:21 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
2021-07-27 17:55:21 -06:00
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ascii"
|
2020-11-24 18:00:19 +01:00
|
|
|
version = "0.9.3"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 18:00:19 +01:00
|
|
|
checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "assert_matches"
|
2021-07-01 09:59:01 -06:00
|
|
|
version = "1.5.0"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 09:59:01 -06:00
|
|
|
checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
2021-04-07 01:47:15 -07:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.1.52"
|
2021-04-07 01:47:15 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "061a7acccaa286c011ddc30970520b98fa40e00c9d644633fb26b5fc63a265e3"
|
2021-04-07 01:47:15 -07:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
|
|
|
"syn 1.0.86",
|
2021-04-07 01:47:15 -07:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2020-04-27 17:09:07 -06:00
|
|
|
version = "0.2.14"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2022-02-21 13:38:40 -07:00
|
|
|
"winapi",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2020-03-17 15:59:09 -07:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.0.1"
|
2020-03-17 15:59:09 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2020-03-17 15:59:09 -07:00
|
|
|
|
2019-09-16 11:11:33 -07:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.3.63"
|
2019-09-16 11:11:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "321629d8ba6513061f26707241fa9bc89524ff1cd7a915a97ef0c62c666ce1b6"
|
2019-09-16 11:11:33 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"addr2line",
|
2022-01-21 11:21:28 -08:00
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
2020-08-02 17:21:07 -04:00
|
|
|
"libc",
|
2022-01-21 11:21:28 -08:00
|
|
|
"miniz_oxide",
|
2020-08-02 17:21:07 -04:00
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2019-09-16 11:11:33 -07:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "base32"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23ce669cd6c8588f79e15cf450314f9638f967fc5770ff1c7c1deb0925ea7cfa"
|
|
|
|
|
2020-01-10 10:21:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2020-07-09 02:04:38 -07:00
|
|
|
version = "0.12.3"
|
2020-01-10 10:21:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
2020-01-10 10:21:20 +08:00
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
2021-06-21 16:06:31 +00:00
|
|
|
version = "1.3.3"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-21 16:06:31 +00:00
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"serde",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-08-17 15:17:56 -07:00
|
|
|
version = "1.3.2"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-17 15:17:56 -07:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
2020-09-02 00:37:36 -07:00
|
|
|
[[package]]
|
|
|
|
name = "blake3"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.3.0"
|
2020-09-02 00:37:36 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "882e99e4a0cb2ae6cb6e442102e8e6b7131718d94110e64c3e6a34ea9b106f37"
|
2020-09-02 00:37:36 -07:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
2022-01-21 11:21:28 -08:00
|
|
|
"arrayvec",
|
2020-09-02 00:37:36 -07:00
|
|
|
"cc",
|
2022-01-21 11:21:28 -08:00
|
|
|
"cfg-if 1.0.0",
|
2020-09-02 00:37:36 -07:00
|
|
|
"constant_time_eq",
|
2022-01-21 11:21:28 -08:00
|
|
|
"digest 0.10.1",
|
2020-09-02 00:37:36 -07:00
|
|
|
]
|
|
|
|
|
2021-07-27 17:55:21 -06:00
|
|
|
[[package]]
|
2022-01-21 11:21:28 -08:00
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
2021-07-27 17:55:21 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
2021-07-27 17:55:21 -06:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"block-padding",
|
|
|
|
"generic-array",
|
2021-07-27 17:55:21 -06:00
|
|
|
]
|
|
|
|
|
2020-09-15 18:23:21 -07:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.10.0"
|
2020-09-15 18:23:21 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "f1d36a02058e76b040de25a4464ba1c80935655595b661505c8b39b664828b95"
|
2020-09-15 18:23:21 -07:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"generic-array",
|
2020-09-15 18:23:21 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block-padding"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
|
|
|
|
|
2021-06-07 21:11:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "borsh"
|
2021-07-14 22:31:12 -06:00
|
|
|
version = "0.9.1"
|
2021-06-07 21:11:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-14 22:31:12 -06:00
|
|
|
checksum = "18dda7dc709193c0d86a1a51050a926dc3df1cf262ec46a23a25dba421ea1924"
|
2021-06-07 21:11:38 +00:00
|
|
|
dependencies = [
|
2021-07-21 14:34:25 +02:00
|
|
|
"borsh-derive",
|
2021-06-30 09:25:01 -06:00
|
|
|
"hashbrown 0.9.1",
|
2021-02-18 11:14:56 +01:00
|
|
|
]
|
|
|
|
|
2021-06-07 21:11:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "borsh-derive"
|
2021-07-14 22:31:12 -06:00
|
|
|
version = "0.9.1"
|
2021-06-07 21:11:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-14 22:31:12 -06:00
|
|
|
checksum = "684155372435f578c0fa1acd13ebbb182cc19d6b38b64ae7901da4393217d264"
|
2021-06-07 21:11:38 +00:00
|
|
|
dependencies = [
|
2021-07-21 14:34:25 +02:00
|
|
|
"borsh-derive-internal",
|
|
|
|
"borsh-schema-derive-internal",
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro-crate 0.1.5",
|
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"syn 1.0.86",
|
2021-02-18 11:14:56 +01:00
|
|
|
]
|
|
|
|
|
2021-06-07 21:11:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "borsh-derive-internal"
|
2021-07-14 22:31:12 -06:00
|
|
|
version = "0.9.1"
|
2021-06-07 21:11:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-14 22:31:12 -06:00
|
|
|
checksum = "2102f62f8b6d3edeab871830782285b64cc1830168094db05c8e458f209bc5c3"
|
2021-06-07 21:11:38 +00:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
|
|
|
"syn 1.0.86",
|
2021-06-07 21:11:38 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "borsh-schema-derive-internal"
|
2021-07-14 22:31:12 -06:00
|
|
|
version = "0.9.1"
|
2021-06-07 21:11:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-14 22:31:12 -06:00
|
|
|
checksum = "196c978c4c9b0b142d446ef3240690bf5a8a33497074a113ff9a337ccb750483"
|
2021-06-07 21:11:38 +00:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
|
|
|
"syn 1.0.86",
|
2021-06-07 21:11:38 +00:00
|
|
|
]
|
|
|
|
|
2021-05-28 18:30:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bs58"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
|
|
|
|
|
2019-09-16 14:35:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "3.9.1"
|
2019-09-16 14:35:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
|
2019-09-16 14:35:58 -07:00
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bv"
|
2020-03-25 18:11:08 -06:00
|
|
|
version = "0.11.1"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "8834bb1d8ee5dc048ee3124f2c7c1afcc6bc9aed03f11e9dfd8c69470a5db340"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"feature-probe",
|
|
|
|
"serde",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2021-09-03 22:35:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.7.3"
|
2021-09-03 22:35:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "439989e6b8c38d1b6570a384ef1e49c8848128f5a97f3914baef02920842712f"
|
2021-09-03 22:35:38 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck_derive"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e215f8c2f9f79cb53c8335e687ffd07d5bfcb6fe5fc80723762d0be46e7cc54"
|
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
|
|
|
"syn 1.0.86",
|
2021-09-03 22:35:38 +01:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "0fc10e8cc6b2580fda3f36eb6dc5316657f812a3df879a44a66fc9f0fdbc4855"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-06-29 15:08:04 -06:00
|
|
|
version = "1.4.3"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-29 15:08:04 -06:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
2020-01-10 10:21:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.1.0"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
|
2021-01-19 16:24:44 -08:00
|
|
|
|
2020-06-17 09:27:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "bzip2"
|
2021-07-01 13:10:52 -06:00
|
|
|
version = "0.4.3"
|
2020-06-17 09:27:03 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 13:10:52 -06:00
|
|
|
checksum = "6afcd980b5f3a45017c57e57a2fcccbb351cc43a356ce117ef760ef8052b89b0"
|
2020-06-17 09:27:03 -06:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"bzip2-sys",
|
|
|
|
"libc",
|
2020-06-17 09:27:03 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bzip2-sys"
|
2021-07-01 13:10:52 -06:00
|
|
|
version = "0.1.11+1.0.8"
|
2020-06-17 09:27:03 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-01 13:10:52 -06:00
|
|
|
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
|
2020-06-17 09:27:03 -06:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
2020-06-17 09:27:03 -06:00
|
|
|
]
|
|
|
|
|
2021-11-04 03:25:44 +05:00
|
|
|
[[package]]
|
|
|
|
name = "caps"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "61bf7211aad104ce2769ec05efcdfabf85ee84ac92461d142f22cf8badd0e54c"
|
|
|
|
dependencies = [
|
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.0.72"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "22a9137b95ea06864e018375b72adfb7db6e6f68cfc8df5a04d00288050485ee"
|
2019-09-16 11:11:33 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"jobserver",
|
2019-09-16 11:11:33 -07:00
|
|
|
]
|
2019-09-11 14:55:58 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2020-04-27 17:09:07 -06:00
|
|
|
version = "0.1.10"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
2020-11-30 13:06:11 -08:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-11-30 13:06:11 -08:00
|
|
|
version = "0.4.19"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-30 13:06:11 -08:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-11-30 13:06:11 -08:00
|
|
|
"libc",
|
2020-08-02 17:21:07 -04:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"serde",
|
2022-02-21 13:38:40 -07:00
|
|
|
"time",
|
|
|
|
"winapi",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2021-04-07 01:47:15 -07:00
|
|
|
[[package]]
|
|
|
|
name = "chrono-humanize"
|
2021-05-27 18:03:15 +00:00
|
|
|
version = "0.2.1"
|
2021-04-07 01:47:15 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 18:03:15 +00:00
|
|
|
checksum = "2eddc119501d583fd930cb92144e605f44e0252c38dd89d9247fffa1993375cb"
|
2021-04-07 01:47:15 -07:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "2.34.0"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "combine"
|
2020-11-24 18:00:19 +01:00
|
|
|
version = "3.8.1"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-24 18:00:19 +01:00
|
|
|
checksum = "da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"ascii",
|
2021-06-29 15:08:04 -06:00
|
|
|
"byteorder 1.4.3",
|
2020-11-24 18:00:19 +01:00
|
|
|
"either",
|
|
|
|
"memchr",
|
|
|
|
"unreachable",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2021-10-18 16:13:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31"
|
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"regex",
|
|
|
|
"terminal_size",
|
|
|
|
"unicode-width",
|
2022-02-21 13:38:40 -07:00
|
|
|
"winapi",
|
2021-10-18 16:13:54 +00:00
|
|
|
]
|
|
|
|
|
2021-10-13 16:52:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "console_error_panic_hook"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "console_log"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "501a375961cef1a0d44767200e66e4a559283097e91d0730b1d75dfb2f8a1494"
|
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2021-10-13 16:52:52 -07:00
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2020-09-02 00:37:36 -07:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
|
2021-08-30 19:58:26 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95059428f66df56b63431fdb4e1947ed2190586af5c5a8a8b71122bdf5a7f469"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-06-17 09:27:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.3.1"
|
2020-06-17 09:27:03 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "a2209c310e29876f7f0b2721e7e26b84aff178aa3da5d091f9bfbf47669e60e3"
|
2020-06-17 09:27:03 -06:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"cfg-if 1.0.0",
|
2020-06-17 09:27:03 -06:00
|
|
|
]
|
|
|
|
|
2021-01-15 18:07:35 +09:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.5.2"
|
2021-01-15 18:07:35 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "e54ea8bc3fb1ee042f5aace6e3c6e025d3874866da222930f70ce62aceba0bfa"
|
2021-01-15 18:07:35 +09:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2022-02-21 13:38:40 -07:00
|
|
|
"crossbeam-utils",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2021-01-15 18:07:35 +09:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2021-08-22 23:49:27 -05:00
|
|
|
version = "0.8.1"
|
2021-01-15 18:07:35 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-22 23:49:27 -05:00
|
|
|
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
|
2021-01-15 18:07:35 +09:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2021-07-26 12:32:17 -06:00
|
|
|
"crossbeam-epoch",
|
2022-02-21 13:38:40 -07:00
|
|
|
"crossbeam-utils",
|
2021-01-15 18:07:35 +09:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.9.6"
|
2021-01-15 18:07:35 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "97242a70df9b89a65d0b6df3c4bf5b9ce03c5b7309019777fbde37e7537f8762"
|
2021-01-15 18:07:35 +09:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2022-02-21 13:38:40 -07:00
|
|
|
"crossbeam-utils",
|
2021-01-15 18:07:35 +09:00
|
|
|
"lazy_static",
|
2021-07-26 12:32:17 -06:00
|
|
|
"memoffset",
|
2020-08-02 17:21:07 -04:00
|
|
|
"scopeguard",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2021-01-15 18:07:35 +09:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.8.6"
|
2021-01-15 18:07:35 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "cfcae03edb34f947e64acdb1c33ec169824e20657e9ecb61cef6c8c74dcb8120"
|
2021-01-15 18:07:35 +09:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2020-09-15 18:23:21 -07:00
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
|
2020-09-02 00:37:36 -07:00
|
|
|
[[package]]
|
2022-01-21 11:21:28 -08:00
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.1"
|
2020-09-02 00:37:36 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "683d6b536309245c849479fba3da410962a43ed8e51c26b729208ec0ac2798d0"
|
2020-09-02 00:37:36 -07:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"generic-array",
|
2020-09-02 00:37:36 -07:00
|
|
|
]
|
|
|
|
|
2021-05-03 19:58:56 -06:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.8.0"
|
2021-05-03 19:58:56 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
|
2021-05-03 19:58:56 -06:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"generic-array",
|
2021-06-04 13:09:35 -06:00
|
|
|
"subtle",
|
2021-05-03 19:58:56 -06:00
|
|
|
]
|
|
|
|
|
2021-01-22 22:25:22 -08:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.9.1"
|
2021-01-22 22:25:22 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "58bcd97a54c7ca5ce2f6eb16f6bede5b0ab5f0055fedc17d2f0b4466e21671ca"
|
2021-01-22 22:25:22 -08:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"generic-array",
|
2021-06-04 13:09:35 -06:00
|
|
|
"subtle",
|
2021-01-22 22:25:22 -08:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
2022-01-21 11:21:28 -08:00
|
|
|
name = "crypto-mac"
|
|
|
|
version = "0.11.1"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"generic-array",
|
2021-06-04 13:09:35 -06:00
|
|
|
"subtle",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2020-10-06 23:52:13 -07:00
|
|
|
[[package]]
|
|
|
|
name = "curve25519-dalek"
|
2021-08-04 09:14:32 -06:00
|
|
|
version = "3.2.0"
|
2020-10-06 23:52:13 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-04 09:14:32 -06:00
|
|
|
checksum = "0b9fdf9972b2bd6af2d913799d9ebc165ea4d2e65878e329d9c6b372c4491b61"
|
2020-10-06 23:52:13 -07:00
|
|
|
dependencies = [
|
2021-06-29 15:08:04 -06:00
|
|
|
"byteorder 1.4.3",
|
2020-10-06 23:52:13 -07:00
|
|
|
"digest 0.9.0",
|
2021-01-19 16:24:44 -08:00
|
|
|
"rand_core 0.5.1",
|
2021-06-04 13:09:35 -06:00
|
|
|
"subtle",
|
2020-10-06 23:52:13 -07:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
2020-10-13 18:29:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
2022-03-11 01:12:46 -07:00
|
|
|
version = "4.0.2"
|
2020-10-13 18:29:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 01:12:46 -07:00
|
|
|
checksum = "e77a43b28d0668df09411cb0bc9a8c2adc40f9a048afe863e05fd43251e8e39c"
|
2020-10-13 18:29:50 -07:00
|
|
|
dependencies = [
|
2021-01-20 00:50:17 -08:00
|
|
|
"cfg-if 1.0.0",
|
2020-10-13 18:29:50 -07:00
|
|
|
"num_cpus",
|
2021-01-20 00:50:17 -08:00
|
|
|
"rayon",
|
2020-10-13 18:29:50 -07:00
|
|
|
]
|
|
|
|
|
2021-04-19 14:57:43 -06:00
|
|
|
[[package]]
|
|
|
|
name = "derivation-path"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "193388a8c8c75a490b604ff61775e236541b8975e98e5ca1f6ea97d122b7e2db"
|
|
|
|
dependencies = [
|
|
|
|
"failure",
|
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "dialoguer"
|
2021-10-18 16:13:54 +00:00
|
|
|
version = "0.9.0"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-18 16:13:54 +00:00
|
|
|
checksum = "61579ada4ec0c6031cfac3f86fdba0d195a7ebeb5e36693bd53cb5999a25beeb"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
2021-10-20 21:43:46 +00:00
|
|
|
"console",
|
2021-01-19 16:24:44 -08:00
|
|
|
"lazy_static",
|
|
|
|
"tempfile",
|
2021-06-17 14:28:13 +00:00
|
|
|
"zeroize",
|
2021-01-19 16:24:44 -08:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.9.0"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"generic-array",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2020-09-02 00:37:36 -07:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.10.1"
|
2020-09-02 00:37:36 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "b697d66081d42af4fba142d56918a3cb21dc8eb63372c6b85d14f44fb9c5979b"
|
2020-09-02 00:37:36 -07:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"block-buffer 0.10.0",
|
|
|
|
"crypto-common",
|
2022-02-21 13:38:40 -07:00
|
|
|
"generic-array",
|
2022-01-21 11:21:28 -08:00
|
|
|
"subtle",
|
2020-09-02 00:37:36 -07:00
|
|
|
]
|
|
|
|
|
2020-06-17 09:27:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "dir-diff"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "2860407d7d7e2e004bb2128510ad9e8d669e76fa005ccf567977b5d71b8b4a0b"
|
2020-06-17 09:27:03 -06:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"walkdir",
|
2020-06-17 09:27:03 -06:00
|
|
|
]
|
|
|
|
|
2021-04-06 01:01:05 -06:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-next"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
2022-02-21 13:38:40 -07:00
|
|
|
"winapi",
|
2021-04-06 01:01:05 -06:00
|
|
|
]
|
|
|
|
|
2021-11-04 03:25:44 +05:00
|
|
|
[[package]]
|
|
|
|
name = "dlopen"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "71e80ad39f814a9abe68583cd50a2d45c8a67561c3361ab8da240587dda80937"
|
|
|
|
dependencies = [
|
|
|
|
"dlopen_derive",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2022-02-21 13:38:40 -07:00
|
|
|
"winapi",
|
2021-11-04 03:25:44 +05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dlopen_derive"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f236d9e1b1fbd81cea0f9cbdc8dcc7e8ebcd80e6659cd7cb2ad5f6c05946c581"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"quote 0.6.13",
|
|
|
|
"syn 0.15.44",
|
|
|
|
]
|
|
|
|
|
2020-07-23 17:23:51 -06:00
|
|
|
[[package]]
|
|
|
|
name = "ed25519"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.3.0"
|
2020-07-23 17:23:51 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "74e1069e39f1454367eb2de793ed062fac4c35c2934b76a81d90dd9abcd28816"
|
2020-07-23 17:23:51 -06:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"signature",
|
2020-07-23 17:23:51 -06:00
|
|
|
]
|
|
|
|
|
2019-11-08 11:37:47 -08:00
|
|
|
[[package]]
|
|
|
|
name = "ed25519-dalek"
|
2021-03-01 12:38:19 -07:00
|
|
|
version = "1.0.1"
|
2019-11-08 11:37:47 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 12:38:19 -07:00
|
|
|
checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
|
2019-11-08 11:37:47 -08:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"curve25519-dalek",
|
2020-08-02 17:21:07 -04:00
|
|
|
"ed25519",
|
2021-01-19 16:24:44 -08:00
|
|
|
"rand 0.7.3",
|
2020-08-02 17:21:07 -04:00
|
|
|
"serde",
|
2021-06-04 13:09:35 -06:00
|
|
|
"sha2",
|
2020-08-02 17:21:07 -04:00
|
|
|
"zeroize",
|
2019-11-08 11:37:47 -08:00
|
|
|
]
|
|
|
|
|
2021-05-03 19:58:56 -06: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-06-04 13:09:35 -06:00
|
|
|
"sha2",
|
2021-05-03 19:58:56 -06:00
|
|
|
]
|
|
|
|
|
2021-04-07 01:47:15 -07:00
|
|
|
[[package]]
|
|
|
|
name = "educe"
|
2021-09-04 17:06:19 -05:00
|
|
|
version = "0.4.18"
|
2021-04-07 01:47:15 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-04 17:06:19 -05:00
|
|
|
checksum = "f86b50932a01e7ec5c06160492ab660fb19b6bb2a7878030dd6cd68d21df9d4d"
|
2021-04-07 01:47:15 -07:00
|
|
|
dependencies = [
|
|
|
|
"enum-ordinalize",
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
|
|
|
"syn 1.0.86",
|
2021-04-07 01:47:15 -07:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.6.1"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "elf"
|
|
|
|
version = "0.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "4841de15dbe0e49b9b62a417589299e3be0d557e0900d36acb87e6dae47197f5"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"byteorder 0.5.3",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
2019-09-25 07:44:33 -07:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.8.30"
|
2019-09-25 07:44:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df"
|
2019-09-25 07:44:33 -07:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"cfg-if 1.0.0",
|
2019-09-25 07:44:33 -07:00
|
|
|
]
|
|
|
|
|
2021-04-07 01:47:15 -07:00
|
|
|
[[package]]
|
|
|
|
name = "enum-ordinalize"
|
2021-09-04 17:06:19 -05:00
|
|
|
version = "3.1.10"
|
2021-04-07 01:47:15 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-04 17:06:19 -05:00
|
|
|
checksum = "0b166c9e378360dd5a6666a9604bb4f54ae0cac39023ffbac425e917a2a04fef"
|
2021-04-07 01:47:15 -07:00
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-traits",
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
|
|
|
"syn 1.0.86",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2021-07-15 17:49:59 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2021-07-15 17:49:59 +00:00
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2021-11-04 03:25:44 +05:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2022-02-21 13:38:40 -07:00
|
|
|
"winapi",
|
2021-11-04 03:25:44 +05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-04-19 14:57:43 -06:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
|
|
|
|
dependencies = [
|
2021-05-03 19:58:56 -06:00
|
|
|
"backtrace",
|
2021-04-19 14:57:43 -06:00
|
|
|
"failure_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
|
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
|
|
|
"syn 1.0.86",
|
2021-04-19 14:57:43 -06:00
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
2022-01-21 11:21:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "779d043b6a0b90cc4c0ed7ee380a6504394cee7efd7db050e3774eee387324b2"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "feature-probe"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "835a3dc7d1ec9e75e2b5fb4ba75396837112d2060b03f7d43bc1897c7f7211da"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
2020-06-17 09:27:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.2.15"
|
2020-06-17 09:27:03 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98"
|
2020-06-17 09:27:03 -06:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-02 17:21:07 -04:00
|
|
|
"libc",
|
2022-02-21 13:38:40 -07:00
|
|
|
"redox_syscall",
|
|
|
|
"winapi",
|
2020-06-17 09:27:03 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2021-09-15 14:30:30 -06:00
|
|
|
version = "1.0.22"
|
2020-06-17 09:27:03 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-15 14:30:30 -06:00
|
|
|
checksum = "1e6988e897c1c9c485f43b47a529cef42fde0547f9d8d41a7062518f1d8fc53f"
|
2020-06-17 09:27:03 -06:00
|
|
|
dependencies = [
|
2021-06-18 15:55:48 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-02 17:21:07 -04:00
|
|
|
"crc32fast",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
2020-06-17 09:27:03 -06:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-05-14 12:29:11 -07:00
|
|
|
version = "1.0.7"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
2021-03-18 10:03:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
2022-02-21 13:38:40 -07:00
|
|
|
"percent-encoding",
|
2021-03-18 10:03:50 -07:00
|
|
|
]
|
|
|
|
|
2021-09-17 15:11:27 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fs_extra"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2022715d62ab30faffd124d40b76f4134a550a87792276512b18d63272333394"
|
|
|
|
|
2021-02-02 19:53:08 -07:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.3.19"
|
2021-02-02 19:53:08 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "28560757fe2bb34e79f907794bb6b22ae8b0e5c669b638a1132f2592b19035b4"
|
2021-02-02 19:53:08 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2020-01-10 10:21:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.3.19"
|
2020-01-10 10:21:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "ba3dda0b6588335f360afc675d0564c17a77a2bda81ca178a4b6081bd86c7f0b"
|
2020-01-10 10:21:20 +08:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"futures-core",
|
2021-02-02 19:53:08 -07:00
|
|
|
"futures-sink",
|
2020-01-10 10:21:20 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.3.19"
|
2021-02-02 19:53:08 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "d0c8ff0461b82559810cdccfde3215c3f373807f5e5232b71479bff7bb2583d7"
|
2021-02-02 19:53:08 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.3.19"
|
2020-01-10 10:21:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "29d6d2ff5bb10fb95c85b8ce46538a2e5f5e7fdc755623a7d4529ab8a4ed9d2a"
|
2021-02-02 19:53:08 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
2020-01-10 10:21:20 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.3.19"
|
2020-01-10 10:21:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "b1f9d34af5a1aac6fb380f735fe510746c38067c5bf16c7fd250280503c971b2"
|
2020-01-10 10:21:20 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.3.19"
|
2020-01-10 10:21:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "6dbd947adfffb0efc70599b3ddcf7b5597bb5fa9e245eb99f62b3a5f7bb8bd3c"
|
2020-01-10 10:21:20 +08:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
|
|
|
"syn 1.0.86",
|
2020-01-10 10:21:20 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.3.19"
|
2020-01-10 10:21:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "e3055baccb68d74ff6480350f8d6eb8fcfa3aa11bdc1a1ae3afdd0514617d508"
|
2020-01-10 10:21:20 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.3.19"
|
2020-01-10 10:21:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "6ee7c6485c30167ce4dfb83ac568a849fe53274c831081476ee13e0dce1aad72"
|
2020-01-10 10:21:20 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.3.19"
|
2020-01-10 10:21:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "d9b5cf40b47a271f77a8b1bec03ca09044d99d2372c0de244e66430761127164"
|
2020-01-10 10:21:20 +08:00
|
|
|
dependencies = [
|
2021-02-02 19:53:08 -07:00
|
|
|
"futures-channel",
|
2020-08-02 17:21:07 -04:00
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
2021-02-02 19:53:08 -07:00
|
|
|
"futures-sink",
|
2020-08-02 17:21:07 -04:00
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-12-21 20:41:16 -07:00
|
|
|
"pin-project-lite",
|
2020-08-02 17:21:07 -04:00
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
2020-01-10 10:21:20 +08:00
|
|
|
]
|
|
|
|
|
2020-03-17 15:59:09 -07:00
|
|
|
[[package]]
|
2022-02-17 14:45:24 +00:00
|
|
|
name = "generic-array"
|
2022-02-21 13:38:40 -07:00
|
|
|
version = "0.14.5"
|
2020-03-17 15:59:09 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-21 13:38:40 -07:00
|
|
|
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
|
2020-03-17 15:59:09 -07:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"serde",
|
2022-02-17 14:45:24 +00:00
|
|
|
"typenum",
|
2022-02-21 13:38:40 -07:00
|
|
|
"version_check",
|
2022-02-17 14:45:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gethostname"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4addc164932852d066774c405dbbdb7914742d2b39e39e1a7ca949c856d054d1"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-02-21 13:38:40 -07:00
|
|
|
"winapi",
|
2020-03-17 15:59:09 -07:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.1.16"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"js-sys",
|
2020-08-02 17:21:07 -04:00
|
|
|
"libc",
|
2021-01-19 16:24:44 -08:00
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
2021-09-30 13:19:12 -06:00
|
|
|
"wasm-bindgen",
|
2021-01-19 16:24:44 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.2.4"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2022-01-21 11:21:28 -08:00
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2020-05-28 15:32:42 -07:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.26.1"
|
2020-05-28 15:32:42 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
|
2020-05-28 15:32:42 -07:00
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
2020-05-08 12:37:04 -07:00
|
|
|
name = "goblin"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.4.3"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "32401e89c6446dcd28185931a01b1093726d0356820ac744023e6850689bf926"
|
2020-05-08 12:37:04 -07:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2020-08-02 17:21:07 -04:00
|
|
|
"plain",
|
|
|
|
"scroll",
|
2020-05-08 12:37:04 -07:00
|
|
|
]
|
2019-09-11 14:55:58 -07:00
|
|
|
|
2020-01-10 10:21:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.3.10"
|
2020-01-10 10:21:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "0c9de88456263e249e241fcd211d3954e2c9b0ef7ccfc235a444eb367cae3689"
|
2020-01-10 10:21:20 +08:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"bytes",
|
2020-08-02 17:21:07 -04:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
2021-07-26 12:32:17 -06:00
|
|
|
"tokio",
|
2022-02-21 13:38:40 -07:00
|
|
|
"tokio-util",
|
2021-03-18 10:03:50 -07:00
|
|
|
"tracing",
|
2020-01-10 10:21:20 +08:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "hash32"
|
2020-04-27 17:09:07 -06:00
|
|
|
version = "0.1.1"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "d4041af86e63ac4298ce40e5cca669066e75b6f1aa3390fe2561ffa5e1d9f4cc"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2021-06-29 15:08:04 -06:00
|
|
|
"byteorder 1.4.3",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2021-02-18 11:14:56 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"ahash 0.4.7",
|
2021-02-18 11:14:56 +01:00
|
|
|
]
|
|
|
|
|
2021-06-30 09:25:01 -06:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
|
|
2020-04-23 21:13:46 +09:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.1.19"
|
2020-04-23 21:13:46 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2020-04-23 21:13:46 +09:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"libc",
|
2020-04-23 21:13:46 +09:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "hidapi"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.3.2"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "e6c4cc7279df8353788ac551186920e44959d5948aec404be02b28544a598bce"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2021-02-05 00:21:53 -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-05-03 19:58:56 -06: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-01-22 22:25:22 -08:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
2021-06-03 17:37:28 -06:00
|
|
|
version = "0.11.0"
|
2021-01-22 22:25:22 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-03 17:37:28 -06:00
|
|
|
checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
|
2021-01-22 22:25:22 -08:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"crypto-mac 0.11.1",
|
2021-01-22 22:25:22 -08:00
|
|
|
"digest 0.9.0",
|
|
|
|
]
|
|
|
|
|
2020-09-15 18:23:21 -07:00
|
|
|
[[package]]
|
|
|
|
name = "hmac-drbg"
|
2021-06-04 13:09:35 -06:00
|
|
|
version = "0.3.0"
|
2020-09-15 18:23:21 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-04 13:09:35 -06:00
|
|
|
checksum = "17ea0a1394df5b6574da6e0c1ade9e78868c9fb0a4e5ef4428e32da4676b85b1"
|
2020-09-15 18:23:21 -07:00
|
|
|
dependencies = [
|
2021-06-04 13:09:35 -06:00
|
|
|
"digest 0.9.0",
|
2022-02-21 13:38:40 -07:00
|
|
|
"generic-array",
|
2021-06-04 13:09:35 -06:00
|
|
|
"hmac 0.8.1",
|
2020-09-15 18:23:21 -07:00
|
|
|
]
|
|
|
|
|
2020-01-10 10:21:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.2.6"
|
2020-01-10 10:21:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
|
2020-01-10 10:21:20 +08:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"bytes",
|
2020-08-02 17:21:07 -04:00
|
|
|
"fnv",
|
2022-01-21 11:21:28 -08:00
|
|
|
"itoa 1.0.1",
|
2020-01-10 10:21:20 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.4.4"
|
2020-01-10 10:21:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
|
2020-01-10 10:21:20 +08:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"bytes",
|
2020-08-02 17:21:07 -04:00
|
|
|
"http",
|
2022-01-21 11:21:28 -08:00
|
|
|
"pin-project-lite",
|
2020-01-10 10:21:20 +08:00
|
|
|
]
|
|
|
|
|
2019-09-25 07:44:33 -07:00
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.5.1"
|
2019-09-25 07:44:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
|
2019-09-25 07:44:33 -07:00
|
|
|
|
2020-10-31 09:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.0.2"
|
2020-10-31 09:03:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2020-10-31 09:03:52 -07:00
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "2.1.0"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
2020-01-10 10:21:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.14.16"
|
2020-01-10 10:21:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "b7ec3e62bdc98a2f0393a5048e4c30ef659440ea6e0e572965103e72bd836f55"
|
2020-01-10 10:21:20 +08:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"bytes",
|
2020-08-02 17:21:07 -04:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
2020-10-31 09:03:52 -07:00
|
|
|
"httpdate",
|
2022-01-21 11:21:28 -08:00
|
|
|
"itoa 0.4.8",
|
2021-12-21 20:41:16 -07:00
|
|
|
"pin-project-lite",
|
2021-08-10 21:08:35 +00:00
|
|
|
"socket2",
|
2021-07-26 12:32:17 -06:00
|
|
|
"tokio",
|
2020-08-02 17:21:07 -04:00
|
|
|
"tower-service",
|
2020-10-31 09:03:52 -07:00
|
|
|
"tracing",
|
2020-08-02 17:21:07 -04:00
|
|
|
"want",
|
2020-01-10 10:21:20 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.23.0"
|
2020-01-10 10:21:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"
|
2020-01-10 10:21:20 +08:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"http",
|
2022-02-21 13:38:40 -07:00
|
|
|
"hyper",
|
|
|
|
"rustls",
|
2022-02-17 14:45:24 +00:00
|
|
|
"tokio",
|
2022-02-21 13:38:40 -07:00
|
|
|
"tokio-rustls",
|
2020-01-10 10:21:20 +08:00
|
|
|
]
|
|
|
|
|
2019-09-16 14:35:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.2.3"
|
2019-09-16 14:35:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2019-09-16 14:35:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2019-09-16 14:35:58 -07:00
|
|
|
]
|
|
|
|
|
2022-01-11 19:09:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "index_list"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a9d968042a4902e08810946fc7cd5851eb75e80301342305af755ca06cb82ce"
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.8.0"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
|
2020-04-27 17:09:07 -06:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"autocfg",
|
2021-06-30 09:25:01 -06:00
|
|
|
"hashbrown 0.11.2",
|
2020-04-27 17:09:07 -06:00
|
|
|
]
|
2019-09-11 14:55:58 -07:00
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "indicatif"
|
2021-06-01 17:38:02 +00:00
|
|
|
version = "0.16.2"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-01 17:38:02 +00:00
|
|
|
checksum = "2d207dc617c7a380ab07ff572a6e52fa202a2a8f355860ac9c38e23f8196be1b"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
2021-10-20 21:43:46 +00:00
|
|
|
"console",
|
2021-01-19 16:24:44 -08:00
|
|
|
"lazy_static",
|
|
|
|
"number_prefix",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.1.12"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2020-10-11 09:39:21 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "2.3.1"
|
2020-10-11 09:39:21 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
|
2020-10-11 09:39:21 -07:00
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.10.3"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"either",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
2022-01-21 11:21:28 -08:00
|
|
|
name = "itoa"
|
|
|
|
version = "0.4.8"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
2021-01-19 16:24:44 -08:00
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.0.1"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
2019-09-16 11:11:33 -07:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.1.24"
|
2019-09-16 11:11:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
|
2019-09-16 11:11:33 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"libc",
|
2019-09-16 11:11:33 -07:00
|
|
|
]
|
|
|
|
|
2019-09-16 14:35:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.3.56"
|
2019-09-16 14:35:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
|
2019-09-16 14:35:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"wasm-bindgen",
|
2019-09-16 14:35:58 -07:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-core"
|
2021-07-26 12:32:17 -06:00
|
|
|
version = "18.0.0"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-26 12:32:17 -06:00
|
|
|
checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"futures",
|
2021-07-26 12:32:17 -06:00
|
|
|
"futures-executor",
|
|
|
|
"futures-util",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2021-01-19 16:24:44 -08:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2020-09-15 18:23:21 -07:00
|
|
|
[[package]]
|
|
|
|
name = "keccak"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-02-21 13:38:40 -07:00
|
|
|
version = "0.2.113"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-21 13:38:40 -07:00
|
|
|
checksum = "eef78b64d87775463c549fbd80e19249ef436ea3bf1de2a1eb7e717ec7fab1e9"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.7.3"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2021-06-03 18:08:31 -06:00
|
|
|
"cfg-if 1.0.0",
|
2022-02-21 13:38:40 -07:00
|
|
|
"winapi",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2020-09-15 18:23:21 -07:00
|
|
|
[[package]]
|
|
|
|
name = "libsecp256k1"
|
2021-07-20 13:14:47 -06:00
|
|
|
version = "0.6.0"
|
2020-09-15 18:23:21 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-20 13:14:47 -06:00
|
|
|
checksum = "c9d220bc1feda2ac231cb78c3d26f27676b8cf82c96971f7aeef3d0cf2797c73"
|
2020-09-15 18:23:21 -07:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
2021-06-04 13:09:35 -06:00
|
|
|
"base64 0.12.3",
|
|
|
|
"digest 0.9.0",
|
2020-09-15 18:23:21 -07:00
|
|
|
"hmac-drbg",
|
2021-06-04 13:09:35 -06:00
|
|
|
"libsecp256k1-core",
|
|
|
|
"libsecp256k1-gen-ecmult",
|
|
|
|
"libsecp256k1-gen-genmult",
|
2021-01-19 16:24:44 -08:00
|
|
|
"rand 0.7.3",
|
2021-06-04 13:09:35 -06:00
|
|
|
"serde",
|
|
|
|
"sha2",
|
2020-09-15 18:23:21 -07:00
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2021-06-04 13:09:35 -06:00
|
|
|
[[package]]
|
|
|
|
name = "libsecp256k1-core"
|
2021-07-20 13:14:47 -06:00
|
|
|
version = "0.2.2"
|
2021-06-04 13:09:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-20 13:14:47 -06:00
|
|
|
checksum = "d0f6ab710cec28cef759c5f18671a27dae2a5f952cdaaee1d8e2908cb2478a80"
|
2021-06-04 13:09:35 -06:00
|
|
|
dependencies = [
|
|
|
|
"crunchy",
|
|
|
|
"digest 0.9.0",
|
|
|
|
"subtle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsecp256k1-gen-ecmult"
|
2021-07-20 13:14:47 -06:00
|
|
|
version = "0.2.1"
|
2021-06-04 13:09:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-20 13:14:47 -06:00
|
|
|
checksum = "ccab96b584d38fac86a83f07e659f0deafd0253dc096dab5a36d53efe653c5c3"
|
2021-06-04 13:09:35 -06:00
|
|
|
dependencies = [
|
|
|
|
"libsecp256k1-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libsecp256k1-gen-genmult"
|
2021-07-20 13:14:47 -06:00
|
|
|
version = "0.2.1"
|
2021-06-04 13:09:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-20 13:14:47 -06:00
|
|
|
checksum = "67abfe149395e3aa1c48a2beb32b068e2334402df8181f818d3aee2b304c4f5d"
|
2021-06-04 13:09:35 -06:00
|
|
|
dependencies = [
|
|
|
|
"libsecp256k1-core",
|
|
|
|
]
|
|
|
|
|
2021-04-06 01:01:05 -06:00
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
|
|
|
version = "0.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-03-11 01:12:46 -07:00
|
|
|
version = "0.4.5"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-11 01:12:46 -07:00
|
|
|
checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-06-30 18:32:01 +00:00
|
|
|
version = "0.4.14"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 18:32:01 +00:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2021-06-30 18:32:01 +00:00
|
|
|
"cfg-if 1.0.0",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2021-08-13 16:37:45 +00:00
|
|
|
version = "0.1.9"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-13 16:37:45 +00:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "2.4.1"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
|
|
|
[[package]]
|
2020-12-11 13:57:43 -07:00
|
|
|
name = "memmap2"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.5.2"
|
2021-05-28 13:11:58 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "fe3179b85e1fd8b14447cbebadb75e45a1002f541b925f0bfec366d56a81c56d"
|
2021-05-28 13:11:58 -06:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-01-15 18:07:35 +09:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.6.5"
|
2021-01-15 18:07:35 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
2021-01-15 18:07:35 +09:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"autocfg",
|
2021-01-15 18:07:35 +09:00
|
|
|
]
|
|
|
|
|
2019-09-25 07:44:33 -07:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2020-04-27 17:09:07 -06:00
|
|
|
version = "0.3.16"
|
2019-09-25 07:44:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
2019-09-25 07:44:33 -07:00
|
|
|
|
2020-06-17 09:27:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2021-06-18 15:55:48 +00:00
|
|
|
version = "0.4.4"
|
2020-06-17 09:27:03 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-18 15:55:48 +00:00
|
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
2020-06-17 09:27:03 -06:00
|
|
|
dependencies = [
|
2021-06-18 15:55:48 +00:00
|
|
|
"adler",
|
2022-02-21 13:38:40 -07:00
|
|
|
"autocfg",
|
2020-06-17 09:27:03 -06:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.7.14"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "8067b404fe97c70829f082dec8bcf4f71225d7eaea1d8645349cb76fa06205cc"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
|
|
|
"miow",
|
2021-01-19 16:24:44 -08:00
|
|
|
"ntapi",
|
2022-02-21 13:38:40 -07:00
|
|
|
"winapi",
|
2019-09-25 07:44:33 -07:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
2022-02-21 13:38:40 -07:00
|
|
|
name = "miow"
|
|
|
|
version = "0.3.7"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-21 13:38:40 -07:00
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"winapi",
|
2021-01-19 16:24:44 -08:00
|
|
|
]
|
|
|
|
|
2019-09-25 07:44:33 -07:00
|
|
|
[[package]]
|
2022-02-21 13:38:40 -07:00
|
|
|
name = "net2"
|
|
|
|
version = "0.2.37"
|
2022-02-17 14:45:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-21 13:38:40 -07:00
|
|
|
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
|
2022-02-17 14:45:24 +00:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
2022-02-17 14:45:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-21 13:38:40 -07:00
|
|
|
name = "nix"
|
|
|
|
version = "0.23.1"
|
2022-02-17 14:45:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-21 13:38:40 -07:00
|
|
|
checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2021-10-08 17:18:33 -06:00
|
|
|
"memoffset",
|
2021-01-19 16:24:44 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.3.6"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"winapi",
|
2021-01-19 16:24:44 -08:00
|
|
|
]
|
|
|
|
|
2021-04-07 01:47:15 -07:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.4.3"
|
2021-04-07 01:47:15 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
|
2021-04-07 01:47:15 -07:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"autocfg",
|
2021-04-07 01:47:15 -07:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "num-derive"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.3.3"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
|
|
|
"syn 1.0.86",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.1.44"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"autocfg",
|
2020-08-02 17:21:07 -04:00
|
|
|
"num-traits",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2021-07-02 22:56:54 +00:00
|
|
|
version = "0.2.14"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-02 22:56:54 +00:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"autocfg",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.13.1"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "num_enum"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.5.6"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "720d3ea1055e4e4574c0c0b0f8c3fd4f24c4cdaf465948206dea090b57b526ad"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
|
|
|
"num_enum_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum_derive"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.5.6"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "0d992b768490d7fe0d8586d9b5745f6c49f557da6d81dc982b1d167ad4edbb21"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro-crate 1.1.0",
|
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
|
|
|
"syn 1.0.86",
|
2021-01-19 16:24:44 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "number_prefix"
|
2021-06-01 17:38:02 +00:00
|
|
|
version = "0.4.0"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-01 17:38:02 +00:00
|
|
|
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
2021-01-19 16:24:44 -08:00
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
2020-05-28 15:32:42 -07:00
|
|
|
name = "object"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.27.1"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "67ac1d3f9a1d3616fd9a60c8d74296f22406a238b6a72f5cc1e6f314df4ffbf9"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2019-09-11 14:55:58 -07:00
|
|
|
|
2020-01-10 10:21:20 +08:00
|
|
|
[[package]]
|
2020-05-28 15:32:42 -07:00
|
|
|
name = "once_cell"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.9.0"
|
2020-05-28 15:32:42 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
|
2020-05-28 15:32:42 -07:00
|
|
|
|
2020-09-15 18:23:21 -07:00
|
|
|
[[package]]
|
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
2021-06-15 20:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "opentelemetry"
|
2021-12-21 20:41:16 -07:00
|
|
|
version = "0.16.0"
|
2021-06-15 20:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-21 20:41:16 -07:00
|
|
|
checksum = "e1cf9b1c4e9a6c4de793c632496fa490bdc0e1eea73f0c91394f7b6990935d22"
|
2021-06-15 20:31:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
2021-12-21 20:41:16 -07:00
|
|
|
"crossbeam-channel",
|
2022-02-21 13:38:40 -07:00
|
|
|
"futures",
|
2021-06-15 20:31:34 +00:00
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
2022-02-21 13:38:40 -07:00
|
|
|
"percent-encoding",
|
2021-06-15 20:31:34 +00:00
|
|
|
"pin-project",
|
2022-01-21 11:21:28 -08:00
|
|
|
"rand 0.8.4",
|
2021-06-15 20:31:34 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "ouroboros"
|
2021-10-11 11:54:37 -06:00
|
|
|
version = "0.13.0"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-11 11:54:37 -06:00
|
|
|
checksum = "f357ef82d1b4db66fbed0b8d542cbd3c22d0bf5b393b3c257b9ba4568e70c9c3"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
2021-07-09 21:12:55 -07:00
|
|
|
"aliasable",
|
2021-01-19 16:24:44 -08:00
|
|
|
"ouroboros_macro",
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ouroboros_macro"
|
2021-10-11 11:54:37 -06:00
|
|
|
version = "0.13.0"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-11 11:54:37 -06:00
|
|
|
checksum = "44a0b52c2cbaef7dffa5fec1a43274afe8bd2a644fa9fc50a9ef4ff0269b1257"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
|
|
|
"Inflector",
|
2021-06-25 00:53:54 -06:00
|
|
|
"proc-macro-error",
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
|
|
|
"syn 1.0.86",
|
2021-01-19 16:24:44 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2021-09-20 23:10:50 -06:00
|
|
|
version = "0.11.2"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-20 23:10:50 -06:00
|
|
|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
2022-02-21 13:38:40 -07:00
|
|
|
"lock_api",
|
2022-03-11 01:12:46 -07:00
|
|
|
"parking_lot_core",
|
2019-09-25 07:44:33 -07:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2021-09-20 23:10:50 -06:00
|
|
|
version = "0.8.5"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-20 23:10:50 -06:00
|
|
|
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
2022-02-21 13:38:40 -07:00
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
2021-01-19 16:24:44 -08:00
|
|
|
]
|
|
|
|
|
2019-11-22 10:20:40 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
2021-02-05 00:21:53 -07:00
|
|
|
version = "0.4.0"
|
2019-11-22 10:20:40 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-05 00:21:53 -07:00
|
|
|
checksum = "216eaa586a190f0a738f2f918511eecfa90f13295abec0e457cdebcceda80cbd"
|
2019-11-22 10:20:40 -05:00
|
|
|
dependencies = [
|
2021-02-05 00:21:53 -07:00
|
|
|
"crypto-mac 0.8.0",
|
2019-11-22 10:20:40 -05:00
|
|
|
]
|
|
|
|
|
2021-01-22 22:25:22 -08:00
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
2021-08-30 09:36:40 -06:00
|
|
|
version = "0.9.0"
|
2021-01-22 22:25:22 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-30 09:36:40 -06:00
|
|
|
checksum = "f05894bce6a1ba4be299d0c5f29563e08af2bc18bb7d48313113bed71e904739"
|
2021-01-22 22:25:22 -08:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"crypto-mac 0.11.1",
|
2021-01-22 22:25:22 -08:00
|
|
|
]
|
|
|
|
|
2019-09-16 14:35:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2019-09-16 14:35:58 -07:00
|
|
|
|
2020-01-10 10:21:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.0.10"
|
2020-10-31 09:03:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
|
2020-10-31 09:03:52 -07:00
|
|
|
dependencies = [
|
2021-02-02 19:53:08 -07:00
|
|
|
"pin-project-internal",
|
2020-01-10 10:21:20 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.0.10"
|
2020-01-10 10:21:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
|
2020-01-10 10:21:20 +08:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
|
|
|
"syn 1.0.86",
|
2020-10-31 09:03:52 -07:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.2.8"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
|
2021-01-19 16:24:44 -08:00
|
|
|
|
2020-01-10 10:21:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
2020-04-27 17:09:07 -06:00
|
|
|
version = "0.1.0"
|
2020-01-10 10:21:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-01-10 10:21:20 +08:00
|
|
|
|
2020-06-17 09:27:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.3.24"
|
2020-06-17 09:27:03 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
|
2020-06-17 09:27:03 -06:00
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
2020-05-08 12:37:04 -07:00
|
|
|
name = "plain"
|
|
|
|
version = "0.2.3"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
|
|
|
[[package]]
|
2020-05-08 12:37:04 -07:00
|
|
|
name = "ppv-lite86"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.2.16"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
|
|
|
|
dependencies = [
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2022-01-21 11:21:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ebace6889caf889b4d3f76becee12e90353f2b8c7d875534a71e5742f8f6f83"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2021-06-25 00:53:54 -06: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",
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
|
|
|
"syn 1.0.86",
|
2022-02-21 13:38:40 -07:00
|
|
|
"version_check",
|
2021-06-25 00:53:54 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
2022-02-21 13:38:40 -07:00
|
|
|
"version_check",
|
2021-06-25 00:53:54 -06:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "0.4.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"unicode-xid 0.1.0",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.0.36"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"unicode-xid 0.2.2",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2021-04-20 16:35:28 -06:00
|
|
|
[[package]]
|
|
|
|
name = "qstring"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d464fae65fff2680baf48019211ce37aaec0c78e9264c84a3e484717f965104e"
|
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"percent-encoding",
|
2021-04-20 16:35:28 -06:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.6.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"proc-macro2 0.4.30",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.0.14"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2020-04-27 17:09:07 -06:00
|
|
|
version = "0.7.3"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"getrandom 0.1.16",
|
2020-08-02 17:21:07 -04:00
|
|
|
"libc",
|
2021-01-19 16:24:44 -08:00
|
|
|
"rand_chacha 0.2.2",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"rand_hc 0.2.0",
|
2022-02-21 13:38:40 -07:00
|
|
|
"rand_pcg",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.8.4"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-01-21 11:21:28 -08:00
|
|
|
"rand_chacha 0.3.1",
|
2021-06-28 12:07:27 -06:00
|
|
|
"rand_core 0.6.3",
|
2022-01-21 11:21:28 -08:00
|
|
|
"rand_hc 0.3.1",
|
2021-01-19 16:24:44 -08:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2020-04-27 17:09:07 -06:00
|
|
|
version = "0.2.2"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"ppv-lite86",
|
2021-01-19 16:24:44 -08:00
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.3.1"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2021-06-28 12:07:27 -06:00
|
|
|
"rand_core 0.6.3",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"getrandom 0.1.16",
|
2021-01-19 16:24:44 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-06-28 12:07:27 -06:00
|
|
|
version = "0.6.3"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-28 12:07:27 -06:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"getrandom 0.2.4",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2021-01-19 16:24:44 -08:00
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.3.1"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
2021-06-28 12:07:27 -06:00
|
|
|
"rand_core 0.6.3",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2020-11-24 18:00:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
|
|
|
dependencies = [
|
2021-01-19 16:24:44 -08:00
|
|
|
"rand_core 0.5.1",
|
2020-11-24 18:00:19 +01:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2021-06-10 13:18:47 -06:00
|
|
|
version = "1.5.1"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-10 13:18:47 -06:00
|
|
|
checksum = "c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"autocfg",
|
2021-07-26 12:32:17 -06:00
|
|
|
"crossbeam-deque",
|
2020-08-02 17:21:07 -04:00
|
|
|
"either",
|
|
|
|
"rayon-core",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2021-06-10 13:18:47 -06:00
|
|
|
version = "1.9.1"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-10 13:18:47 -06:00
|
|
|
checksum = "d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2021-06-02 19:36:28 +00:00
|
|
|
"crossbeam-channel",
|
2021-07-26 12:32:17 -06:00
|
|
|
"crossbeam-deque",
|
2022-02-21 13:38:40 -07:00
|
|
|
"crossbeam-utils",
|
2020-08-02 17:21:07 -04:00
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.2.10"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2021-04-06 01:01:05 -06:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"getrandom 0.2.4",
|
2022-02-21 13:38:40 -07:00
|
|
|
"redox_syscall",
|
2021-04-06 01:01:05 -06:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-03-08 09:06:58 -08:00
|
|
|
version = "1.5.5"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-08 09:06:58 -08:00
|
|
|
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-05-27 18:55:27 +00:00
|
|
|
version = "0.6.25"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 18:55:27 +00:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.5.3"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"winapi",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2020-01-10 10:21:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.11.9"
|
2020-01-10 10:21:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "87f242f1488a539a79bac6dbe7c8609ae43b7914b7736210f239a37cccb32525"
|
2020-08-02 17:21:07 -04:00
|
|
|
dependencies = [
|
2021-03-18 10:03:50 -07:00
|
|
|
"base64 0.13.0",
|
2022-02-21 13:38:40 -07:00
|
|
|
"bytes",
|
2020-08-02 17:21:07 -04:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2022-01-21 11:21:28 -08:00
|
|
|
"h2",
|
2020-08-02 17:21:07 -04:00
|
|
|
"http",
|
|
|
|
"http-body",
|
2022-02-21 13:38:40 -07:00
|
|
|
"hyper",
|
2020-08-02 17:21:07 -04:00
|
|
|
"hyper-rustls",
|
2020-10-11 09:39:21 -07:00
|
|
|
"ipnet",
|
2020-08-02 17:21:07 -04:00
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
2021-12-21 20:41:16 -07:00
|
|
|
"pin-project-lite",
|
2022-02-21 13:38:40 -07:00
|
|
|
"rustls",
|
2022-01-21 11:21:28 -08:00
|
|
|
"rustls-pemfile",
|
2020-08-02 17:21:07 -04:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
2021-07-26 12:32:17 -06:00
|
|
|
"tokio",
|
2022-02-21 13:38:40 -07:00
|
|
|
"tokio-rustls",
|
|
|
|
"url",
|
2020-08-02 17:21:07 -04:00
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2022-01-21 11:21:28 -08:00
|
|
|
"webpki-roots",
|
2020-08-02 17:21:07 -04:00
|
|
|
"winreg",
|
2020-01-10 10:21:20 +08:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2021-04-09 20:21:01 -04:00
|
|
|
version = "0.16.20"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-09 20:21:01 -04:00
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"cc",
|
|
|
|
"libc",
|
2021-04-09 20:21:01 -04:00
|
|
|
"once_cell",
|
2022-02-21 13:38:40 -07:00
|
|
|
"spin",
|
2020-08-02 17:21:07 -04:00
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
2022-02-21 13:38:40 -07:00
|
|
|
"winapi",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "rpassword"
|
2021-06-15 09:28:34 -06:00
|
|
|
version = "5.0.1"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-15 09:28:34 -06:00
|
|
|
checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-02-21 13:38:40 -07:00
|
|
|
"winapi",
|
2021-01-19 16:24:44 -08:00
|
|
|
]
|
|
|
|
|
2019-09-16 11:11:33 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.1.21"
|
2019-09-16 11:11:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
|
2019-09-16 11:11:33 -07:00
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2021-06-09 16:57:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"semver",
|
2021-06-09 16:57:39 +00:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.20.2"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "d37e5e2290f3e040b594b1a9e04377c2c671f1a1cfd9bfdef82106ac1c113f84"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2020-08-02 17:21:07 -04:00
|
|
|
"ring",
|
2022-02-21 13:38:40 -07:00
|
|
|
"sct",
|
|
|
|
"webpki",
|
2021-11-04 11:29:51 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-01-21 11:21:28 -08:00
|
|
|
name = "rustls-pemfile"
|
|
|
|
version = "0.2.1"
|
2021-11-04 11:29:51 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"
|
2021-11-04 11:29:51 -06:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"base64 0.13.0",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2020-07-07 09:42:26 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.0.6"
|
2020-07-07 09:42:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "f2cc38e8fa666e2de3c4aba7edeb5ffc5246c1c2ed0e3d17e560aeeba736b23f"
|
2020-07-07 09:42:26 -07:00
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.0.9"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2020-04-27 17:09:07 -06:00
|
|
|
version = "1.0.6"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"winapi-util",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2019-09-25 07:44:33 -07:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2020-04-27 17:09:07 -06:00
|
|
|
version = "1.1.0"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
2020-05-08 12:37:04 -07:00
|
|
|
[[package]]
|
|
|
|
name = "scroll"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.10.2"
|
2020-05-08 12:37:04 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "fda28d4b4830b807a8b43f7b0e6b5df875311b3e7621d84577188c175b6ec1ec"
|
2020-05-08 12:37:04 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"scroll_derive",
|
2020-05-08 12:37:04 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scroll_derive"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.10.5"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "aaaae8f38bb311444cfb7f1979af0bc9240d95795f75f9ceddf6a59b79ceffa0"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
|
|
|
"syn 1.0.86",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2021-11-04 11:29:51 -06:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2021-06-09 16:57:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2022-04-14 21:58:05 +00:00
|
|
|
version = "1.0.7"
|
2021-06-09 16:57:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-04-14 21:58:05 +00:00
|
|
|
checksum = "d65bd28f48be7196d222d95b9243287f48d27aca604e08497513019ff0502cc4"
|
2021-06-09 16:57:39 +00:00
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.0.134"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "96b3c34c1690edf8174f5b289a336ab03f568a4460d8c6df75f2f3a692b3bc6a"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"serde_derive",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2019-10-19 18:23:27 -07:00
|
|
|
[[package]]
|
|
|
|
name = "serde_bytes"
|
2021-05-27 11:48:44 -06:00
|
|
|
version = "0.11.5"
|
2019-10-19 18:23:27 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 11:48:44 -06:00
|
|
|
checksum = "16ae07dd2f88a366f15bd0632ba725227018c69a1c8550a927324f8eb8368bb9"
|
2019-10-19 18:23:27 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"serde",
|
2019-10-19 18:23:27 -07:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.0.134"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "784ed1fbfa13fe191077537b0d70ec8ad1e903cfe04831da608aa36457cb653d"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
|
|
|
"syn 1.0.86",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.0.75"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "c059c05b48c5c0067d4b4b2b4f0732dd65feb52daf7e0ea09cd87e7dadc1af79"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"itoa 1.0.1",
|
2020-08-02 17:21:07 -04:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2020-01-10 10:21:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.7.1"
|
2020-01-10 10:21:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2020-01-10 10:21:20 +08:00
|
|
|
dependencies = [
|
2021-03-18 10:03:50 -07:00
|
|
|
"form_urlencoded",
|
2022-01-21 11:21:28 -08:00
|
|
|
"itoa 1.0.1",
|
2021-03-18 10:03:50 -07:00
|
|
|
"ryu",
|
2020-08-02 17:21:07 -04:00
|
|
|
"serde",
|
2020-01-10 10:21:20 +08:00
|
|
|
]
|
|
|
|
|
2021-04-06 01:01:05 -06:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.8.23"
|
2021-04-06 01:01:05 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "a4a521f2940385c165a24ee286aa8599633d162077a54bdcae2a6fd5a7bfa7a0"
|
2021-04-06 01:01:05 -06:00
|
|
|
dependencies = [
|
2021-08-23 10:23:16 -06:00
|
|
|
"indexmap",
|
2022-01-21 11:21:28 -08:00
|
|
|
"ryu",
|
2021-04-06 01:01:05 -06:00
|
|
|
"serde",
|
|
|
|
"yaml-rust",
|
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "sha-1"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.9.8"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"block-buffer 0.9.0",
|
2021-06-23 09:45:00 -06:00
|
|
|
"cfg-if 1.0.0",
|
2022-01-21 11:21:28 -08:00
|
|
|
"cpufeatures",
|
2021-06-23 09:45:00 -06:00
|
|
|
"digest 0.9.0",
|
2022-02-21 13:38:40 -07:00
|
|
|
"opaque-debug",
|
2022-02-17 14:45:24 +00:00
|
|
|
]
|
|
|
|
|
2021-01-22 22:25:22 -08:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.9.9"
|
2021-01-22 22:25:22 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
|
2021-01-22 22:25:22 -08:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"block-buffer 0.9.0",
|
2021-01-22 22:25:22 -08:00
|
|
|
"cfg-if 1.0.0",
|
2022-01-21 11:21:28 -08:00
|
|
|
"cpufeatures",
|
2021-01-22 22:25:22 -08:00
|
|
|
"digest 0.9.0",
|
2022-02-21 13:38:40 -07:00
|
|
|
"opaque-debug",
|
2021-01-22 22:25:22 -08:00
|
|
|
]
|
|
|
|
|
2020-09-15 18:23:21 -07:00
|
|
|
[[package]]
|
|
|
|
name = "sha3"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"
|
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"block-buffer 0.9.0",
|
2020-09-15 18:23:21 -07:00
|
|
|
"digest 0.9.0",
|
|
|
|
"keccak",
|
2022-02-21 13:38:40 -07:00
|
|
|
"opaque-debug",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2021-06-15 20:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.1.4"
|
2021-06-15 20:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
|
2021-06-15 20:31:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.4.0"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-07-23 17:23:51 -06:00
|
|
|
[[package]]
|
|
|
|
name = "signature"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.5.0"
|
2020-07-23 17:23:51 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "f054c6c1a6e95179d6f23ed974060dcefb2d9388bb7256900badad682c499de4"
|
2020-07-23 17:23:51 -06:00
|
|
|
|
2019-09-25 07:44:33 -07:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.4.5"
|
2019-09-25 07:44:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
|
2019-09-25 07:44:33 -07:00
|
|
|
|
2020-04-27 17:09:07 -06:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.8.0"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
2021-08-09 13:36:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.4.3"
|
2021-08-09 13:36:03 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "0f82496b90c36d70af5fcd482edaa2e0bd16fade569de1330405fecbbdac736b"
|
2021-08-09 13:36:03 -06:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-02-21 13:38:40 -07:00
|
|
|
"winapi",
|
2021-08-09 13:36:03 -06:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "solana-account-decoder"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
|
|
|
"Inflector",
|
|
|
|
"base64 0.12.3",
|
|
|
|
"bincode",
|
2022-01-21 11:21:28 -08:00
|
|
|
"bs58",
|
2021-01-19 16:24:44 -08:00
|
|
|
"bv",
|
|
|
|
"lazy_static",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"solana-config-program",
|
|
|
|
"solana-sdk",
|
|
|
|
"solana-vote-program",
|
|
|
|
"spl-token",
|
|
|
|
"thiserror",
|
|
|
|
"zstd",
|
|
|
|
]
|
|
|
|
|
2021-12-11 05:26:46 +00:00
|
|
|
[[package]]
|
|
|
|
name = "solana-address-lookup-table-program"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-12-11 05:26:46 +00:00
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"bytemuck",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2021-12-11 05:26:46 +00:00
|
|
|
"num-derive",
|
|
|
|
"num-traits",
|
2022-02-21 13:38:40 -07:00
|
|
|
"rustc_version",
|
2021-12-11 05:26:46 +00:00
|
|
|
"serde",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-frozen-abi 1.9.17",
|
|
|
|
"solana-frozen-abi-macro 1.9.17",
|
2021-12-11 05:26:46 +00:00
|
|
|
"solana-program-runtime",
|
|
|
|
"solana-sdk",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2021-04-07 01:47:15 -07:00
|
|
|
[[package]]
|
|
|
|
name = "solana-banks-client"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-04-07 01:47:15 -07:00
|
|
|
dependencies = [
|
2021-07-21 14:34:25 +02:00
|
|
|
"borsh",
|
2022-02-21 13:38:40 -07:00
|
|
|
"futures",
|
2021-04-07 01:47:15 -07:00
|
|
|
"solana-banks-interface",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2021-04-07 01:47:15 -07:00
|
|
|
"solana-sdk",
|
|
|
|
"tarpc",
|
2021-12-21 20:41:16 -07:00
|
|
|
"thiserror",
|
2021-07-26 12:32:17 -06:00
|
|
|
"tokio",
|
2021-04-07 01:47:15 -07:00
|
|
|
"tokio-serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "solana-banks-interface"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-04-07 01:47:15 -07:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"solana-sdk",
|
|
|
|
"tarpc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "solana-banks-server"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-04-07 01:47:15 -07:00
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
2022-02-21 13:38:40 -07:00
|
|
|
"futures",
|
2021-04-07 01:47:15 -07:00
|
|
|
"solana-banks-interface",
|
|
|
|
"solana-runtime",
|
|
|
|
"solana-sdk",
|
2021-08-23 16:32:15 -06:00
|
|
|
"solana-send-transaction-service",
|
2021-04-07 01:47:15 -07:00
|
|
|
"tarpc",
|
2021-07-26 12:32:17 -06:00
|
|
|
"tokio",
|
2021-04-07 01:47:15 -07:00
|
|
|
"tokio-serde",
|
|
|
|
"tokio-stream",
|
|
|
|
]
|
|
|
|
|
2022-01-20 02:51:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bloom"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2022-01-20 02:51:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"bv",
|
|
|
|
"fnv",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2022-01-20 02:51:49 +00:00
|
|
|
"rand 0.7.3",
|
|
|
|
"rayon",
|
2022-02-21 13:38:40 -07:00
|
|
|
"rustc_version",
|
2022-01-20 02:51:49 +00:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-frozen-abi 1.9.17",
|
|
|
|
"solana-frozen-abi-macro 1.9.17",
|
2022-01-20 02:51:49 +00:00
|
|
|
"solana-sdk",
|
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
2019-11-22 10:20:40 -05:00
|
|
|
name = "solana-bpf-loader-program"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"bincode",
|
2021-06-29 15:08:04 -06:00
|
|
|
"byteorder 1.4.3",
|
2022-01-21 11:21:28 -08:00
|
|
|
"libsecp256k1",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2021-03-03 17:07:45 -06:00
|
|
|
"solana-measure",
|
2022-01-08 02:07:15 -07:00
|
|
|
"solana-metrics",
|
2021-08-26 17:30:36 -07:00
|
|
|
"solana-program-runtime",
|
2020-08-02 17:21:07 -04:00
|
|
|
"solana-sdk",
|
|
|
|
"solana_rbpf",
|
|
|
|
"thiserror",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-programs"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"bincode",
|
2021-06-29 15:08:04 -06:00
|
|
|
"byteorder 1.4.3",
|
2020-08-02 17:21:07 -04:00
|
|
|
"elf",
|
2022-01-21 11:21:28 -08:00
|
|
|
"itertools",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
|
|
|
"miow",
|
2020-12-11 15:14:36 -07:00
|
|
|
"net2",
|
2021-04-22 00:06:59 +01:00
|
|
|
"solana-account-decoder",
|
2020-08-02 17:21:07 -04:00
|
|
|
"solana-bpf-loader-program",
|
2021-09-29 13:13:10 -07:00
|
|
|
"solana-bpf-rust-invoke",
|
2021-09-28 01:13:03 -07:00
|
|
|
"solana-bpf-rust-realloc",
|
|
|
|
"solana-bpf-rust-realloc-invoke",
|
2021-01-19 16:24:44 -08:00
|
|
|
"solana-cli-output",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-logger 1.9.17",
|
2020-09-25 09:01:22 -07:00
|
|
|
"solana-measure",
|
2021-11-04 21:47:32 +01:00
|
|
|
"solana-program-runtime",
|
2020-08-02 17:21:07 -04:00
|
|
|
"solana-runtime",
|
|
|
|
"solana-sdk",
|
2021-01-19 16:24:44 -08:00
|
|
|
"solana-transaction-status",
|
2020-08-02 17:21:07 -04:00
|
|
|
"solana_rbpf",
|
|
|
|
"walkdir",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-128bit"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"solana-bpf-rust-128bit-dep",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-128bit-dep"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-alloc"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2020-10-09 13:07:09 -07:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-call-depth"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2020-10-09 13:07:09 -07:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2020-10-09 13:07:09 -07:00
|
|
|
]
|
|
|
|
|
2020-12-01 07:35:07 -08:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-caller-access"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2020-12-01 07:35:07 -08:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2020-12-01 07:35:07 -08:00
|
|
|
]
|
|
|
|
|
2020-10-06 11:03:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-custom-heap"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2020-10-06 11:03:51 -07:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2020-10-06 11:03:51 -07:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-dep-crate"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2021-06-29 15:08:04 -06:00
|
|
|
"byteorder 1.4.3",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2020-08-31 14:06:58 -07:00
|
|
|
[[package]]
|
2020-11-30 13:16:37 -08:00
|
|
|
name = "solana-bpf-rust-deprecated-loader"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2020-08-31 14:06:58 -07:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2020-08-31 14:06:58 -07:00
|
|
|
]
|
|
|
|
|
2020-01-21 10:59:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-dup-accounts"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2020-01-21 10:59:19 -08:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2020-01-21 10:59:19 -08:00
|
|
|
]
|
|
|
|
|
2020-01-30 09:47:22 -08:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-error-handling"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2020-01-30 09:47:22 -08:00
|
|
|
dependencies = [
|
2021-05-27 19:43:00 -06:00
|
|
|
"num-derive",
|
2020-08-02 17:21:07 -04:00
|
|
|
"num-traits",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2020-08-02 17:21:07 -04:00
|
|
|
"thiserror",
|
2020-01-30 09:47:22 -08:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-external-spend"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2021-03-04 12:34:36 -08:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-finalize"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-03-04 12:34:36 -08:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2021-03-04 12:34:36 -08:00
|
|
|
]
|
|
|
|
|
2020-09-19 12:17:46 -07:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-instruction-introspection"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2020-09-19 12:17:46 -07:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2020-09-19 12:17:46 -07:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
2020-04-28 14:33:56 -07:00
|
|
|
name = "solana-bpf-rust-invoke"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2020-04-28 14:33:56 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"solana-bpf-rust-invoked",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2020-04-28 14:33:56 -07:00
|
|
|
]
|
|
|
|
|
2020-12-04 21:54:42 -08:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-invoke-and-error"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2020-12-04 21:54:42 -08:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2020-12-04 21:54:42 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-invoke-and-ok"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2020-12-04 21:54:42 -08:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2020-12-04 21:54:42 -08:00
|
|
|
]
|
|
|
|
|
2020-12-17 15:39:49 -08:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-invoke-and-return"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2020-12-17 15:39:49 -08:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2020-12-17 15:39:49 -08:00
|
|
|
]
|
|
|
|
|
2020-04-28 14:33:56 -07:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-invoked"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2020-04-28 14:33:56 -07:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2020-04-28 14:33:56 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-09-11 14:55:58 -07:00
|
|
|
name = "solana-bpf-rust-iter"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2021-09-17 09:14:49 +01:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-log-data"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-09-17 09:14:49 +01:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2021-09-17 09:14:49 +01:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-many-args"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"solana-bpf-rust-many-args-dep",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-many-args-dep"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2020-11-05 22:20:54 -08:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-mem"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2020-11-05 22:20:54 -08:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2021-11-17 19:35:07 +01:00
|
|
|
"solana-program-runtime",
|
2021-06-01 15:33:17 -07:00
|
|
|
"solana-program-test",
|
|
|
|
"solana-sdk",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-membuiltins"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-06-01 15:33:17 -07:00
|
|
|
dependencies = [
|
|
|
|
"solana-bpf-rust-mem",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2020-11-05 22:20:54 -08:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-noop"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-panic"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-param-passing"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"solana-bpf-rust-param-passing-dep",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-param-passing-dep"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2020-09-29 17:25:51 -07:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-rand"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2020-09-29 17:25:51 -07:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"getrandom 0.1.16",
|
2021-01-19 16:24:44 -08:00
|
|
|
"rand 0.7.3",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2020-09-29 17:25:51 -07:00
|
|
|
]
|
|
|
|
|
2021-09-28 01:13:03 -07:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-realloc"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-09-28 01:13:03 -07:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2021-09-28 01:13:03 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-realloc-invoke"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-09-28 01:13:03 -07:00
|
|
|
dependencies = [
|
|
|
|
"solana-bpf-rust-realloc",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2021-09-28 01:13:03 -07:00
|
|
|
]
|
|
|
|
|
2021-05-28 09:50:25 -07:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-ro-account_modify"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-05-28 09:50:25 -07:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2021-05-28 09:50:25 -07:00
|
|
|
]
|
|
|
|
|
2020-12-02 09:05:42 -08:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-ro-modify"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2020-12-02 09:05:42 -08:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2020-12-02 09:05:42 -08:00
|
|
|
]
|
|
|
|
|
2020-09-11 18:49:00 -07:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-sanity"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2020-09-11 18:49:00 -07:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2021-11-17 19:35:07 +01:00
|
|
|
"solana-program-runtime",
|
2021-08-11 12:07:15 -07:00
|
|
|
"solana-program-test",
|
|
|
|
"solana-sdk",
|
2020-09-11 18:49:00 -07:00
|
|
|
]
|
|
|
|
|
2021-07-07 23:15:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-secp256k1-recover"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-07-07 23:15:14 +03:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2021-07-07 23:15:14 +03:00
|
|
|
]
|
|
|
|
|
2020-09-29 23:29:20 -07:00
|
|
|
[[package]]
|
2021-05-10 16:16:58 -07:00
|
|
|
name = "solana-bpf-rust-sha"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2020-09-29 23:29:20 -07:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"blake3",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2020-09-29 23:29:20 -07:00
|
|
|
]
|
|
|
|
|
2022-02-08 09:21:11 -08:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-sibling-instructions"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2022-02-08 09:21:11 -08:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2022-02-08 09:21:11 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-sibling_inner-instructions"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2022-02-08 09:21:11 -08:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2022-02-08 09:21:11 -08:00
|
|
|
]
|
|
|
|
|
2020-11-30 13:06:11 -08:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-spoof1"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2020-11-30 13:06:11 -08:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2020-11-30 13:06:11 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-spoof1-system"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2020-11-30 13:06:11 -08:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2020-11-30 13:06:11 -08:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
2021-03-30 12:16:21 -07:00
|
|
|
name = "solana-bpf-rust-sysvar"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2021-11-17 19:35:07 +01:00
|
|
|
"solana-program-runtime",
|
2021-04-07 01:47:15 -07:00
|
|
|
"solana-program-test",
|
|
|
|
"solana-sdk",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2020-12-14 15:35:10 -08:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-upgradeable"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2020-12-14 15:35:10 -08:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2020-12-14 15:35:10 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "solana-bpf-rust-upgraded"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2020-12-14 15:35:10 -08:00
|
|
|
dependencies = [
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-program 1.9.17",
|
2021-01-19 16:24:44 -08:00
|
|
|
]
|
|
|
|
|
2021-09-17 15:11:27 -05:00
|
|
|
[[package]]
|
|
|
|
name = "solana-bucket-map"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-09-17 15:11:27 -05:00
|
|
|
dependencies = [
|
|
|
|
"fs_extra",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2022-01-21 11:21:28 -08:00
|
|
|
"memmap2",
|
2021-09-17 15:11:27 -05:00
|
|
|
"rand 0.7.3",
|
|
|
|
"rayon",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-logger 1.9.17",
|
2021-09-17 15:11:27 -05:00
|
|
|
"solana-measure",
|
|
|
|
"solana-sdk",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "solana-clap-utils"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"clap",
|
|
|
|
"rpassword",
|
2021-11-04 03:25:44 +05:00
|
|
|
"solana-perf",
|
2021-01-19 16:24:44 -08:00
|
|
|
"solana-remote-wallet",
|
|
|
|
"solana-sdk",
|
|
|
|
"thiserror",
|
|
|
|
"tiny-bip39",
|
2021-04-15 01:01:58 -06:00
|
|
|
"uriparse",
|
2022-02-21 13:38:40 -07:00
|
|
|
"url",
|
2021-01-19 16:24:44 -08:00
|
|
|
]
|
|
|
|
|
2021-04-06 01:01:05 -06:00
|
|
|
[[package]]
|
|
|
|
name = "solana-cli-config"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-04-06 01:01:05 -06:00
|
|
|
dependencies = [
|
|
|
|
"dirs-next",
|
|
|
|
"lazy_static",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_yaml",
|
2022-02-21 13:38:40 -07:00
|
|
|
"url",
|
2021-04-06 01:01:05 -06:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "solana-cli-output"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
|
|
|
"Inflector",
|
2021-03-12 19:37:39 -07:00
|
|
|
"base64 0.13.0",
|
2021-01-19 16:24:44 -08:00
|
|
|
"chrono",
|
2021-07-27 22:21:23 -06:00
|
|
|
"clap",
|
2021-10-20 21:43:46 +00:00
|
|
|
"console",
|
2021-01-19 16:24:44 -08:00
|
|
|
"humantime",
|
|
|
|
"indicatif",
|
2022-04-14 21:58:05 +00:00
|
|
|
"semver",
|
2021-01-19 16:24:44 -08:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"solana-account-decoder",
|
|
|
|
"solana-clap-utils",
|
|
|
|
"solana-client",
|
|
|
|
"solana-sdk",
|
|
|
|
"solana-transaction-status",
|
|
|
|
"solana-vote-program",
|
2021-04-05 20:06:44 -06:00
|
|
|
"spl-memo",
|
2021-01-19 16:24:44 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "solana-client"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
|
|
|
"base64 0.13.0",
|
|
|
|
"bincode",
|
2022-01-21 11:21:28 -08:00
|
|
|
"bs58",
|
2021-01-19 16:24:44 -08:00
|
|
|
"clap",
|
|
|
|
"indicatif",
|
|
|
|
"jsonrpc-core",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2021-01-19 16:24:44 -08:00
|
|
|
"rayon",
|
|
|
|
"reqwest",
|
2022-02-21 13:38:40 -07:00
|
|
|
"semver",
|
2021-01-19 16:24:44 -08:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"solana-account-decoder",
|
|
|
|
"solana-clap-utils",
|
2021-04-06 01:01:05 -06:00
|
|
|
"solana-faucet",
|
2021-10-13 04:06:23 -07:00
|
|
|
"solana-measure",
|
2021-01-19 16:24:44 -08:00
|
|
|
"solana-net-utils",
|
|
|
|
"solana-sdk",
|
|
|
|
"solana-transaction-status",
|
|
|
|
"solana-version",
|
|
|
|
"solana-vote-program",
|
|
|
|
"thiserror",
|
2021-07-26 12:32:17 -06:00
|
|
|
"tokio",
|
2021-01-19 16:24:44 -08:00
|
|
|
"tungstenite",
|
2022-02-21 13:38:40 -07:00
|
|
|
"url",
|
2020-12-14 15:35:10 -08:00
|
|
|
]
|
|
|
|
|
2021-07-16 00:31:22 -07:00
|
|
|
[[package]]
|
|
|
|
name = "solana-compute-budget-program"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-07-16 00:31:22 -07:00
|
|
|
dependencies = [
|
2021-11-17 19:35:07 +01:00
|
|
|
"solana-program-runtime",
|
2021-07-16 00:31:22 -07:00
|
|
|
"solana-sdk",
|
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
2019-11-22 10:20:40 -05:00
|
|
|
name = "solana-config-program"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"bincode",
|
|
|
|
"chrono",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2021-11-17 19:35:07 +01:00
|
|
|
"solana-program-runtime",
|
2020-08-02 17:21:07 -04:00
|
|
|
"solana-sdk",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2021-04-06 01:01:05 -06:00
|
|
|
[[package]]
|
|
|
|
name = "solana-faucet"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-04-06 01:01:05 -06:00
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
2021-06-29 15:08:04 -06:00
|
|
|
"byteorder 1.4.3",
|
2021-04-06 01:01:05 -06:00
|
|
|
"clap",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2021-04-06 01:01:05 -06:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"solana-clap-utils",
|
|
|
|
"solana-cli-config",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-logger 1.9.17",
|
2021-04-06 01:01:05 -06:00
|
|
|
"solana-metrics",
|
|
|
|
"solana-sdk",
|
|
|
|
"solana-version",
|
|
|
|
"spl-memo",
|
|
|
|
"thiserror",
|
2021-07-26 12:32:17 -06:00
|
|
|
"tokio",
|
2021-04-06 01:01:05 -06:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "solana-frozen-abi"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.9.4"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "c89bcde59ac3e8d4dbf7c4d990b0627b8ca0d25394c4ce17896dde7a1452e40c"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"bs58",
|
2021-01-19 16:24:44 -08:00
|
|
|
"bv",
|
2022-02-21 13:38:40 -07:00
|
|
|
"generic-array",
|
|
|
|
"log",
|
2022-01-21 11:21:28 -08:00
|
|
|
"memmap2",
|
2022-02-21 13:38:40 -07:00
|
|
|
"rustc_version",
|
2021-01-19 16:24:44 -08:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2021-06-04 13:09:35 -06:00
|
|
|
"sha2",
|
2022-01-21 11:21:28 -08:00
|
|
|
"solana-frozen-abi-macro 1.9.4",
|
|
|
|
"solana-logger 1.9.4",
|
2021-01-19 16:24:44 -08:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2020-10-19 21:07:46 -07:00
|
|
|
[[package]]
|
|
|
|
name = "solana-frozen-abi"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2020-10-19 21:07:46 -07:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"bs58",
|
2020-10-19 21:07:46 -07:00
|
|
|
"bv",
|
2022-02-21 13:38:40 -07:00
|
|
|
"generic-array",
|
|
|
|
"log",
|
2022-01-21 11:21:28 -08:00
|
|
|
"memmap2",
|
2022-02-21 13:38:40 -07:00
|
|
|
"rustc_version",
|
2020-10-19 21:07:46 -07:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2021-06-04 13:09:35 -06:00
|
|
|
"sha2",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-frozen-abi-macro 1.9.17",
|
|
|
|
"solana-logger 1.9.17",
|
2020-10-19 21:07:46 -07:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "solana-frozen-abi-macro"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.9.4"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "56a7d630da35993631ecc4dd155f92d0d58000cdde3d5e2764fe9fd49d20a3a8"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
2022-02-21 13:38:40 -07:00
|
|
|
"rustc_version",
|
2022-01-21 11:21:28 -08:00
|
|
|
"syn 1.0.86",
|
2021-01-19 16:24:44 -08:00
|
|
|
]
|
|
|
|
|
2020-10-19 21:07:46 -07:00
|
|
|
[[package]]
|
|
|
|
name = "solana-frozen-abi-macro"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2020-10-19 21:07:46 -07:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
2022-02-21 13:38:40 -07:00
|
|
|
"rustc_version",
|
2022-01-21 11:21:28 -08:00
|
|
|
"syn 1.0.86",
|
2020-10-19 21:07:46 -07:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "solana-logger"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.9.4"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "6eaf925bb665de46f96fcea2c8a900d0d870a96fd1f50cf2bad16e22a1da71c4"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"env_logger",
|
2021-01-19 16:24:44 -08:00
|
|
|
"lazy_static",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2021-01-19 16:24:44 -08:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "solana-logger"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"env_logger",
|
2020-08-02 17:21:07 -04:00
|
|
|
"lazy_static",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "solana-measure"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2020-08-02 17:21:07 -04:00
|
|
|
"solana-sdk",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "solana-metrics"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"env_logger",
|
2020-08-02 17:21:07 -04:00
|
|
|
"gethostname",
|
|
|
|
"lazy_static",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2020-08-02 17:21:07 -04:00
|
|
|
"reqwest",
|
|
|
|
"solana-sdk",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "solana-net-utils"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"clap",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2021-01-19 16:24:44 -08:00
|
|
|
"nix",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2021-08-10 21:08:35 +00:00
|
|
|
"socket2",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-logger 1.9.17",
|
2021-06-17 14:52:56 -04:00
|
|
|
"solana-sdk",
|
2021-01-19 16:24:44 -08:00
|
|
|
"solana-version",
|
2021-07-26 12:32:17 -06:00
|
|
|
"tokio",
|
2022-02-21 13:38:40 -07:00
|
|
|
"url",
|
2021-01-19 16:24:44 -08:00
|
|
|
]
|
|
|
|
|
2021-11-04 03:25:44 +05:00
|
|
|
[[package]]
|
|
|
|
name = "solana-perf"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-11-04 03:25:44 +05:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"ahash 0.7.6",
|
2021-11-04 03:25:44 +05:00
|
|
|
"bincode",
|
2022-01-20 02:51:49 +00:00
|
|
|
"bv",
|
2021-11-04 03:25:44 +05:00
|
|
|
"caps",
|
2022-01-21 11:21:28 -08:00
|
|
|
"curve25519-dalek",
|
2021-11-04 03:25:44 +05:00
|
|
|
"dlopen",
|
|
|
|
"dlopen_derive",
|
2022-01-20 02:51:49 +00:00
|
|
|
"fnv",
|
2021-11-04 03:25:44 +05:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2021-11-04 03:25:44 +05:00
|
|
|
"nix",
|
|
|
|
"rand 0.7.3",
|
|
|
|
"rayon",
|
|
|
|
"serde",
|
2022-01-20 02:51:49 +00:00
|
|
|
"solana-bloom",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-logger 1.9.17",
|
2022-02-17 14:45:24 +00:00
|
|
|
"solana-metrics",
|
2022-02-21 13:38:40 -07:00
|
|
|
"solana-rayon-threadlimit",
|
2021-11-04 03:25:44 +05:00
|
|
|
"solana-sdk",
|
2022-02-21 13:38:40 -07:00
|
|
|
"solana-vote-program",
|
2021-11-04 03:25:44 +05:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "solana-program"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.9.4"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "2fc4d7a0baa649a3bda06d6a1cc30bd3d8ac692702a75fa8e76369cf7b3f6329"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"base64 0.13.0",
|
2021-01-19 16:24:44 -08:00
|
|
|
"bincode",
|
2022-01-21 11:21:28 -08:00
|
|
|
"bitflags",
|
|
|
|
"blake3",
|
2021-07-21 14:34:25 +02:00
|
|
|
"borsh",
|
|
|
|
"borsh-derive",
|
2022-01-21 11:21:28 -08:00
|
|
|
"bs58",
|
2021-01-19 16:24:44 -08:00
|
|
|
"bv",
|
2022-01-21 11:21:28 -08:00
|
|
|
"bytemuck",
|
|
|
|
"console_error_panic_hook",
|
|
|
|
"console_log",
|
|
|
|
"curve25519-dalek",
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
"itertools",
|
|
|
|
"js-sys",
|
2021-01-19 16:24:44 -08:00
|
|
|
"lazy_static",
|
2022-01-21 11:21:28 -08:00
|
|
|
"libsecp256k1",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2021-05-27 19:43:00 -06:00
|
|
|
"num-derive",
|
2021-01-19 16:24:44 -08:00
|
|
|
"num-traits",
|
2022-03-11 01:12:46 -07:00
|
|
|
"parking_lot",
|
2021-01-19 16:24:44 -08:00
|
|
|
"rand 0.7.3",
|
2022-02-21 13:38:40 -07:00
|
|
|
"rustc_version",
|
2021-01-19 16:24:44 -08:00
|
|
|
"rustversion",
|
|
|
|
"serde",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_derive",
|
2021-06-04 13:09:35 -06:00
|
|
|
"sha2",
|
2021-06-14 23:33:20 -06:00
|
|
|
"sha3",
|
2022-01-21 11:21:28 -08:00
|
|
|
"solana-frozen-abi 1.9.4",
|
|
|
|
"solana-frozen-abi-macro 1.9.4",
|
|
|
|
"solana-logger 1.9.4",
|
|
|
|
"solana-sdk-macro 1.9.4",
|
2021-01-19 16:24:44 -08:00
|
|
|
"thiserror",
|
2022-01-21 11:21:28 -08:00
|
|
|
"wasm-bindgen",
|
2021-01-19 16:24:44 -08:00
|
|
|
]
|
|
|
|
|
2020-10-19 13:19:24 -07:00
|
|
|
[[package]]
|
2020-10-23 17:22:10 -07:00
|
|
|
name = "solana-program"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2020-10-19 13:19:24 -07:00
|
|
|
dependencies = [
|
2021-09-17 09:14:49 +01:00
|
|
|
"base64 0.13.0",
|
2020-10-19 13:19:24 -07:00
|
|
|
"bincode",
|
2021-08-17 15:17:56 -07:00
|
|
|
"bitflags",
|
2022-01-21 11:21:28 -08:00
|
|
|
"blake3",
|
2021-07-21 14:34:25 +02:00
|
|
|
"borsh",
|
|
|
|
"borsh-derive",
|
2022-01-21 11:21:28 -08:00
|
|
|
"bs58",
|
2020-10-22 10:23:50 -07:00
|
|
|
"bv",
|
2021-10-06 17:38:34 -07:00
|
|
|
"bytemuck",
|
2021-10-13 16:52:52 -07:00
|
|
|
"console_error_panic_hook",
|
|
|
|
"console_log",
|
2022-01-21 11:21:28 -08:00
|
|
|
"curve25519-dalek",
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
"itertools",
|
2021-12-07 16:45:10 -08:00
|
|
|
"js-sys",
|
2020-10-19 13:19:24 -07:00
|
|
|
"lazy_static",
|
2022-01-21 11:21:28 -08:00
|
|
|
"libsecp256k1",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2021-05-27 19:43:00 -06:00
|
|
|
"num-derive",
|
2020-10-19 13:19:24 -07:00
|
|
|
"num-traits",
|
2022-03-11 01:12:46 -07:00
|
|
|
"parking_lot",
|
2021-01-19 16:24:44 -08:00
|
|
|
"rand 0.7.3",
|
2022-02-21 13:38:40 -07:00
|
|
|
"rustc_version",
|
2020-10-19 13:19:24 -07:00
|
|
|
"rustversion",
|
|
|
|
"serde",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_derive",
|
2021-06-04 13:09:35 -06:00
|
|
|
"sha2",
|
2021-05-10 16:16:58 -07:00
|
|
|
"sha3",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-frozen-abi 1.9.17",
|
|
|
|
"solana-frozen-abi-macro 1.9.17",
|
|
|
|
"solana-logger 1.9.17",
|
|
|
|
"solana-sdk-macro 1.9.17",
|
2020-10-19 13:19:24 -07:00
|
|
|
"thiserror",
|
2021-10-13 16:52:52 -07:00
|
|
|
"wasm-bindgen",
|
2020-10-19 13:19:24 -07:00
|
|
|
]
|
|
|
|
|
2021-08-26 17:30:36 -07:00
|
|
|
[[package]]
|
|
|
|
name = "solana-program-runtime"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-08-26 17:30:36 -07:00
|
|
|
dependencies = [
|
2021-11-17 19:35:07 +01:00
|
|
|
"base64 0.13.0",
|
2021-11-04 21:47:32 +01:00
|
|
|
"bincode",
|
2022-01-21 11:21:28 -08:00
|
|
|
"itertools",
|
2021-08-26 17:30:36 -07:00
|
|
|
"libc",
|
|
|
|
"libloading",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2021-08-26 17:30:36 -07:00
|
|
|
"num-derive",
|
|
|
|
"num-traits",
|
2022-02-21 13:38:40 -07:00
|
|
|
"rustc_version",
|
2021-08-26 17:30:36 -07:00
|
|
|
"serde",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-frozen-abi 1.9.17",
|
|
|
|
"solana-frozen-abi-macro 1.9.17",
|
|
|
|
"solana-logger 1.9.17",
|
2022-01-07 09:11:18 +00:00
|
|
|
"solana-measure",
|
2021-08-26 17:30:36 -07:00
|
|
|
"solana-sdk",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2021-04-07 01:47:15 -07:00
|
|
|
[[package]]
|
|
|
|
name = "solana-program-test"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-04-07 01:47:15 -07:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"base64 0.12.3",
|
2021-04-12 16:04:57 -07:00
|
|
|
"bincode",
|
2021-04-07 01:47:15 -07:00
|
|
|
"chrono-humanize",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2021-04-12 16:04:57 -07:00
|
|
|
"serde",
|
2021-04-07 01:47:15 -07:00
|
|
|
"solana-banks-client",
|
|
|
|
"solana-banks-server",
|
|
|
|
"solana-bpf-loader-program",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-logger 1.9.17",
|
2021-08-26 17:30:36 -07:00
|
|
|
"solana-program-runtime",
|
2021-04-07 01:47:15 -07:00
|
|
|
"solana-runtime",
|
|
|
|
"solana-sdk",
|
|
|
|
"solana-vote-program",
|
|
|
|
"thiserror",
|
2021-07-26 12:32:17 -06:00
|
|
|
"tokio",
|
2021-04-07 01:47:15 -07:00
|
|
|
]
|
|
|
|
|
2019-09-16 11:11:33 -07:00
|
|
|
[[package]]
|
|
|
|
name = "solana-rayon-threadlimit"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2019-09-16 11:11:33 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
2019-09-16 11:11:33 -07:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "solana-remote-wallet"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
|
|
|
"base32",
|
2021-10-20 21:43:46 +00:00
|
|
|
"console",
|
2021-01-19 16:24:44 -08:00
|
|
|
"dialoguer",
|
|
|
|
"hidapi",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2021-05-27 19:43:00 -06:00
|
|
|
"num-derive",
|
2021-01-19 16:24:44 -08:00
|
|
|
"num-traits",
|
2022-03-11 01:12:46 -07:00
|
|
|
"parking_lot",
|
2021-04-20 16:35:28 -06:00
|
|
|
"qstring",
|
2022-02-21 13:38:40 -07:00
|
|
|
"semver",
|
2021-01-19 16:24:44 -08:00
|
|
|
"solana-sdk",
|
|
|
|
"thiserror",
|
2021-04-20 16:35:28 -06:00
|
|
|
"uriparse",
|
2021-01-19 16:24:44 -08:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "solana-runtime"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2021-04-13 14:28:08 +08:00
|
|
|
"arrayref",
|
2020-08-02 17:21:07 -04:00
|
|
|
"bincode",
|
2022-01-21 11:21:28 -08:00
|
|
|
"blake3",
|
2020-08-02 17:21:07 -04:00
|
|
|
"bv",
|
2022-02-17 02:20:38 +00:00
|
|
|
"bytemuck",
|
2021-06-29 15:08:04 -06:00
|
|
|
"byteorder 1.4.3",
|
2020-08-02 17:21:07 -04:00
|
|
|
"bzip2",
|
2021-06-02 19:36:28 +00:00
|
|
|
"crossbeam-channel",
|
2020-10-13 18:29:50 -07:00
|
|
|
"dashmap",
|
2020-08-02 17:21:07 -04:00
|
|
|
"dir-diff",
|
|
|
|
"flate2",
|
|
|
|
"fnv",
|
2022-01-11 19:09:57 +00:00
|
|
|
"index_list",
|
2022-01-21 11:21:28 -08:00
|
|
|
"itertools",
|
2020-08-02 17:21:07 -04:00
|
|
|
"lazy_static",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2022-01-21 11:21:28 -08:00
|
|
|
"memmap2",
|
2021-12-10 18:30:16 +00:00
|
|
|
"num-derive",
|
|
|
|
"num-traits",
|
2020-08-02 17:21:07 -04:00
|
|
|
"num_cpus",
|
2020-10-21 17:05:27 -07:00
|
|
|
"ouroboros",
|
2021-01-19 16:24:44 -08:00
|
|
|
"rand 0.7.3",
|
2020-08-02 17:21:07 -04:00
|
|
|
"rayon",
|
|
|
|
"regex",
|
2022-02-21 13:38:40 -07:00
|
|
|
"rustc_version",
|
2020-08-02 17:21:07 -04:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2021-12-11 05:26:46 +00:00
|
|
|
"solana-address-lookup-table-program",
|
2022-01-20 02:51:49 +00:00
|
|
|
"solana-bloom",
|
2021-09-17 15:11:27 -05:00
|
|
|
"solana-bucket-map",
|
2021-07-16 00:31:22 -07:00
|
|
|
"solana-compute-budget-program",
|
2020-08-02 17:21:07 -04:00
|
|
|
"solana-config-program",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-frozen-abi 1.9.17",
|
|
|
|
"solana-frozen-abi-macro 1.9.17",
|
|
|
|
"solana-logger 1.9.17",
|
2020-08-02 17:21:07 -04:00
|
|
|
"solana-measure",
|
|
|
|
"solana-metrics",
|
2021-08-26 17:30:36 -07:00
|
|
|
"solana-program-runtime",
|
2020-08-02 17:21:07 -04:00
|
|
|
"solana-rayon-threadlimit",
|
|
|
|
"solana-sdk",
|
|
|
|
"solana-stake-program",
|
|
|
|
"solana-vote-program",
|
|
|
|
"symlink",
|
|
|
|
"tar",
|
|
|
|
"tempfile",
|
|
|
|
"thiserror",
|
|
|
|
"zstd",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "solana-sdk"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"assert_matches",
|
2021-09-01 10:14:01 +01:00
|
|
|
"base64 0.13.0",
|
2020-08-02 17:21:07 -04:00
|
|
|
"bincode",
|
2022-01-04 17:38:29 +00:00
|
|
|
"bitflags",
|
2021-07-21 14:34:25 +02:00
|
|
|
"borsh",
|
2022-01-21 11:21:28 -08:00
|
|
|
"bs58",
|
2021-09-03 22:35:38 +01:00
|
|
|
"bytemuck",
|
2021-06-29 15:08:04 -06:00
|
|
|
"byteorder 1.4.3",
|
2020-08-02 17:21:07 -04:00
|
|
|
"chrono",
|
2021-04-19 14:57:43 -06:00
|
|
|
"derivation-path",
|
2020-09-15 18:23:21 -07:00
|
|
|
"digest 0.9.0",
|
2020-08-02 17:21:07 -04:00
|
|
|
"ed25519-dalek",
|
2021-05-03 19:58:56 -06:00
|
|
|
"ed25519-dalek-bip32",
|
2022-02-21 13:38:40 -07:00
|
|
|
"generic-array",
|
2021-06-03 17:37:28 -06:00
|
|
|
"hmac 0.11.0",
|
2022-01-21 11:21:28 -08:00
|
|
|
"itertools",
|
2021-12-07 16:45:10 -08:00
|
|
|
"js-sys",
|
2020-10-28 20:21:50 -07:00
|
|
|
"lazy_static",
|
2022-01-21 11:21:28 -08:00
|
|
|
"libsecp256k1",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2022-01-21 11:21:28 -08:00
|
|
|
"memmap2",
|
2021-05-27 19:43:00 -06:00
|
|
|
"num-derive",
|
2020-08-02 17:21:07 -04:00
|
|
|
"num-traits",
|
2021-08-30 09:36:40 -06:00
|
|
|
"pbkdf2 0.9.0",
|
2021-04-29 01:42:21 -06:00
|
|
|
"qstring",
|
2021-01-19 16:24:44 -08:00
|
|
|
"rand 0.7.3",
|
|
|
|
"rand_chacha 0.2.2",
|
2022-02-21 13:38:40 -07:00
|
|
|
"rustc_version",
|
2020-08-02 17:21:07 -04:00
|
|
|
"rustversion",
|
|
|
|
"serde",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2021-06-04 13:09:35 -06:00
|
|
|
"sha2",
|
2020-09-15 18:23:21 -07:00
|
|
|
"sha3",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-frozen-abi 1.9.17",
|
|
|
|
"solana-frozen-abi-macro 1.9.17",
|
|
|
|
"solana-logger 1.9.17",
|
|
|
|
"solana-program 1.9.17",
|
|
|
|
"solana-sdk-macro 1.9.17",
|
2020-08-02 17:21:07 -04:00
|
|
|
"thiserror",
|
2021-04-29 01:42:21 -06:00
|
|
|
"uriparse",
|
2021-10-13 16:52:52 -07:00
|
|
|
"wasm-bindgen",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "solana-sdk-macro"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.9.4"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "ec22a924c73abe3376a2046715a2f6a9ae4094095b8ea08e8e56e8de198264ad"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"bs58",
|
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
2021-01-19 16:24:44 -08:00
|
|
|
"rustversion",
|
2022-01-21 11:21:28 -08:00
|
|
|
"syn 1.0.86",
|
2021-01-19 16:24:44 -08:00
|
|
|
]
|
|
|
|
|
2019-12-03 20:55:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "solana-sdk-macro"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2019-12-03 20:55:18 -05:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"bs58",
|
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
2020-08-02 17:21:07 -04:00
|
|
|
"rustversion",
|
2022-01-21 11:21:28 -08:00
|
|
|
"syn 1.0.86",
|
2019-12-03 20:55:18 -05:00
|
|
|
]
|
2019-09-18 19:54:10 -07:00
|
|
|
|
2021-08-23 16:32:15 -06:00
|
|
|
[[package]]
|
|
|
|
name = "solana-send-transaction-service"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-08-23 16:32:15 -06:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-logger 1.9.17",
|
2021-08-23 16:32:15 -06:00
|
|
|
"solana-metrics",
|
|
|
|
"solana-runtime",
|
|
|
|
"solana-sdk",
|
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
2019-11-22 10:20:40 -05:00
|
|
|
name = "solana-stake-program"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"bincode",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2021-05-27 19:43:00 -06:00
|
|
|
"num-derive",
|
2020-08-02 17:21:07 -04:00
|
|
|
"num-traits",
|
2022-02-21 13:38:40 -07:00
|
|
|
"rustc_version",
|
2020-08-02 17:21:07 -04:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"solana-config-program",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-frozen-abi 1.9.17",
|
|
|
|
"solana-frozen-abi-macro 1.9.17",
|
2020-08-02 17:21:07 -04:00
|
|
|
"solana-metrics",
|
2021-11-04 21:47:32 +01:00
|
|
|
"solana-program-runtime",
|
2020-08-02 17:21:07 -04:00
|
|
|
"solana-sdk",
|
|
|
|
"solana-vote-program",
|
|
|
|
"thiserror",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "solana-transaction-status"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
|
|
|
"Inflector",
|
|
|
|
"base64 0.12.3",
|
|
|
|
"bincode",
|
2022-01-21 11:21:28 -08:00
|
|
|
"bs58",
|
2021-01-19 16:24:44 -08:00
|
|
|
"lazy_static",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2021-01-19 16:24:44 -08:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"solana-account-decoder",
|
2021-10-13 21:46:52 -06:00
|
|
|
"solana-measure",
|
|
|
|
"solana-metrics",
|
2021-01-19 16:24:44 -08:00
|
|
|
"solana-runtime",
|
|
|
|
"solana-sdk",
|
|
|
|
"solana-vote-program",
|
2021-04-01 16:48:05 -06:00
|
|
|
"spl-associated-token-account",
|
2021-04-05 20:06:44 -06:00
|
|
|
"spl-memo",
|
2021-01-19 16:24:44 -08:00
|
|
|
"spl-token",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "solana-version"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
|
|
|
"rustc_version",
|
2021-01-19 16:24:44 -08:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-frozen-abi 1.9.17",
|
|
|
|
"solana-frozen-abi-macro 1.9.17",
|
2021-01-19 16:24:44 -08:00
|
|
|
"solana-sdk",
|
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
2019-11-22 10:20:40 -05:00
|
|
|
name = "solana-vote-program"
|
2022-04-15 01:42:42 -06:00
|
|
|
version = "1.9.17"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"bincode",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2021-05-27 19:43:00 -06:00
|
|
|
"num-derive",
|
2020-08-02 17:21:07 -04:00
|
|
|
"num-traits",
|
2022-02-21 13:38:40 -07:00
|
|
|
"rustc_version",
|
2020-08-02 17:21:07 -04:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2022-04-15 01:42:42 -06:00
|
|
|
"solana-frozen-abi 1.9.17",
|
|
|
|
"solana-frozen-abi-macro 1.9.17",
|
|
|
|
"solana-logger 1.9.17",
|
2020-08-02 17:21:07 -04:00
|
|
|
"solana-metrics",
|
2021-11-17 19:35:07 +01:00
|
|
|
"solana-program-runtime",
|
2020-08-02 17:21:07 -04:00
|
|
|
"solana-sdk",
|
|
|
|
"thiserror",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "solana_rbpf"
|
2022-02-22 11:46:05 +00:00
|
|
|
version = "0.2.24"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 11:46:05 +00:00
|
|
|
checksum = "41e138f6d6d4eb6a65f8e9f01ca620bc9907d79648d5038a69dd3f07b6ed3f1f"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2021-06-29 15:08:04 -06:00
|
|
|
"byteorder 1.4.3",
|
2020-08-02 17:21:07 -04:00
|
|
|
"combine",
|
|
|
|
"goblin",
|
|
|
|
"hash32",
|
|
|
|
"libc",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2021-01-19 16:24:44 -08:00
|
|
|
"rand 0.7.3",
|
2021-05-25 10:05:35 +02:00
|
|
|
"rustc-demangle",
|
2020-08-02 17:21:07 -04:00
|
|
|
"scroll",
|
|
|
|
"thiserror",
|
2022-02-21 13:38:40 -07:00
|
|
|
"time",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
2021-04-01 16:48:05 -06:00
|
|
|
[[package]]
|
|
|
|
name = "spl-associated-token-account"
|
2021-07-21 14:34:25 +02:00
|
|
|
version = "1.0.3"
|
2021-04-01 16:48:05 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-21 14:34:25 +02:00
|
|
|
checksum = "393e2240d521c3dd770806bff25c2c00d761ac962be106e14e22dd912007f428"
|
2021-04-01 16:48:05 -06:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"solana-program 1.9.4",
|
2021-04-01 16:48:05 -06:00
|
|
|
"spl-token",
|
|
|
|
]
|
|
|
|
|
2021-02-01 21:02:57 -07:00
|
|
|
[[package]]
|
|
|
|
name = "spl-memo"
|
2021-04-05 13:53:50 -07:00
|
|
|
version = "3.0.1"
|
2021-02-01 21:02:57 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-05 13:53:50 -07:00
|
|
|
checksum = "bd0dc6f70db6bacea7ff25870b016a65ba1d1b6013536f08e4fd79a8f9005325"
|
2021-02-01 21:02:57 -07:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"solana-program 1.9.4",
|
2021-02-01 21:02:57 -07:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "spl-token"
|
2021-07-21 14:34:25 +02:00
|
|
|
version = "3.2.0"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-21 14:34:25 +02:00
|
|
|
checksum = "93bfdd5bd7c869cb565c7d7635c4fafe189b988a0bdef81063cd9585c6b8dc01"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
2021-05-27 19:43:00 -06:00
|
|
|
"num-derive",
|
2021-01-19 16:24:44 -08:00
|
|
|
"num-traits",
|
|
|
|
"num_enum",
|
2022-01-21 11:21:28 -08:00
|
|
|
"solana-program 1.9.4",
|
2021-01-19 16:24:44 -08:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2020-10-21 17:05:27 -07:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2021-04-07 01:47:15 -07:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "2.4.1"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
2020-06-17 09:27:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "symlink"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "a7973cce6668464ea31f176d85b13c7ab3bba2cb3b77a2ed26abd7801688010a"
|
2020-06-17 09:27:03 -06:00
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.15.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
"quote 0.6.13",
|
|
|
|
"unicode-xid 0.1.0",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.0.86"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
|
|
|
"unicode-xid 0.2.2",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2019-09-16 11:11:33 -07:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.12.6"
|
2019-09-16 11:11:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
|
2019-09-16 11:11:33 -07:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
|
|
|
"syn 1.0.86",
|
|
|
|
"unicode-xid 0.2.2",
|
2019-09-16 11:11:33 -07:00
|
|
|
]
|
|
|
|
|
2020-06-17 09:27:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "tar"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.4.38"
|
2020-06-17 09:27:03 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
|
2020-06-17 09:27:03 -06:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"filetime",
|
|
|
|
"libc",
|
|
|
|
"xattr",
|
2020-06-17 09:27:03 -06:00
|
|
|
]
|
|
|
|
|
2021-04-07 01:47:15 -07:00
|
|
|
[[package]]
|
|
|
|
name = "tarpc"
|
2021-12-21 20:41:16 -07:00
|
|
|
version = "0.27.2"
|
2021-04-07 01:47:15 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-21 20:41:16 -07:00
|
|
|
checksum = "b85d0a9369a919ba0db919b142a2b704cd207dfc676f7a43c2d105d0bc225487"
|
2021-04-07 01:47:15 -07:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"fnv",
|
2022-02-21 13:38:40 -07:00
|
|
|
"futures",
|
2021-04-07 01:47:15 -07:00
|
|
|
"humantime",
|
2021-06-15 20:31:34 +00:00
|
|
|
"opentelemetry",
|
2021-04-07 01:47:15 -07:00
|
|
|
"pin-project",
|
2022-01-21 11:21:28 -08:00
|
|
|
"rand 0.8.4",
|
2021-04-07 01:47:15 -07:00
|
|
|
"serde",
|
|
|
|
"static_assertions",
|
|
|
|
"tarpc-plugins",
|
2021-06-15 20:31:34 +00:00
|
|
|
"thiserror",
|
2021-07-26 12:32:17 -06:00
|
|
|
"tokio",
|
2021-04-07 01:47:15 -07:00
|
|
|
"tokio-serde",
|
2022-02-21 13:38:40 -07:00
|
|
|
"tokio-util",
|
2021-06-15 20:31:34 +00:00
|
|
|
"tracing",
|
|
|
|
"tracing-opentelemetry",
|
2021-04-07 01:47:15 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tarpc-plugins"
|
2021-12-21 20:41:16 -07:00
|
|
|
version = "0.12.0"
|
2021-04-07 01:47:15 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-21 20:41:16 -07:00
|
|
|
checksum = "0ee42b4e559f17bce0385ebf511a7beb67d5cc33c12c96b7f4e9789919d9c10f"
|
2021-04-07 01:47:15 -07:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
|
|
|
"syn 1.0.86",
|
2021-04-07 01:47:15 -07:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "3.3.0"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2021-01-19 16:24:44 -08:00
|
|
|
"cfg-if 1.0.0",
|
2022-01-21 11:21:28 -08:00
|
|
|
"fastrand",
|
2020-08-02 17:21:07 -04:00
|
|
|
"libc",
|
2022-02-21 13:38:40 -07:00
|
|
|
"redox_syscall",
|
2020-08-02 17:21:07 -04:00
|
|
|
"remove_dir_all",
|
2022-02-21 13:38:40 -07:00
|
|
|
"winapi",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.1.2"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"winapi-util",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "terminal_size"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.1.17"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-02-21 13:38:40 -07:00
|
|
|
"winapi",
|
2021-01-19 16:24:44 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2019-12-03 20:55:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-10-11 09:46:33 -06:00
|
|
|
version = "1.0.30"
|
2019-12-03 20:55:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-11 09:46:33 -06:00
|
|
|
checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
|
2019-12-03 20:55:18 -05:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"thiserror-impl",
|
2019-12-03 20:55:18 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-10-11 09:46:33 -06:00
|
|
|
version = "1.0.30"
|
2019-12-03 20:55:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-11 09:46:33 -06:00
|
|
|
checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
|
2019-12-03 20:55:18 -05:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
|
|
|
"syn 1.0.86",
|
2019-12-03 20:55:18 -05:00
|
|
|
]
|
|
|
|
|
2021-06-15 20:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2022-01-24 12:10:10 -07:00
|
|
|
version = "1.1.4"
|
2021-06-15 20:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-24 12:10:10 -07:00
|
|
|
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
|
2021-06-15 20:31:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2020-04-27 17:09:07 -06:00
|
|
|
version = "0.1.43"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"libc",
|
2022-02-21 13:38:40 -07:00
|
|
|
"winapi",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "tiny-bip39"
|
2021-09-30 13:19:12 -06:00
|
|
|
version = "0.8.2"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-30 13:19:12 -06:00
|
|
|
checksum = "ffc59cb9dfc85bb312c3a78fd6aa8a8582e310b0fa885d5bb877f6dcc601839d"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
2021-02-05 00:21:53 -07:00
|
|
|
"anyhow",
|
|
|
|
"hmac 0.8.1",
|
2021-01-19 16:24:44 -08:00
|
|
|
"once_cell",
|
2021-02-05 00:21:53 -07:00
|
|
|
"pbkdf2 0.4.0",
|
2021-01-19 16:24:44 -08:00
|
|
|
"rand 0.7.3",
|
|
|
|
"rustc-hash",
|
2021-06-04 13:09:35 -06:00
|
|
|
"sha2",
|
2021-02-05 00:21:53 -07:00
|
|
|
"thiserror",
|
2021-01-19 16:24:44 -08:00
|
|
|
"unicode-normalization",
|
2021-09-30 13:19:12 -06:00
|
|
|
"wasm-bindgen",
|
2021-02-05 00:21:53 -07:00
|
|
|
"zeroize",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.5.1"
|
2021-02-05 00:21:53 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
|
2021-02-05 00:21:53 -07:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
2021-01-19 16:24:44 -08:00
|
|
|
]
|
|
|
|
|
2021-02-05 00:21:53 -07:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.15.0"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"bytes",
|
2021-01-19 16:24:44 -08:00
|
|
|
"libc",
|
|
|
|
"memchr",
|
2022-02-21 13:38:40 -07:00
|
|
|
"mio",
|
2020-08-02 17:21:07 -04:00
|
|
|
"num_cpus",
|
2021-01-19 16:24:44 -08:00
|
|
|
"once_cell",
|
2022-03-11 01:12:46 -07:00
|
|
|
"parking_lot",
|
2021-12-21 20:41:16 -07:00
|
|
|
"pin-project-lite",
|
2021-01-19 16:24:44 -08:00
|
|
|
"signal-hook-registry",
|
|
|
|
"tokio-macros",
|
2022-02-21 13:38:40 -07:00
|
|
|
"winapi",
|
2019-09-25 07:44:33 -07:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.7.0"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
|
|
|
"syn 1.0.86",
|
2021-01-19 16:24:44 -08:00
|
|
|
]
|
|
|
|
|
2020-01-10 10:21:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-rustls"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.23.2"
|
2020-01-10 10:21:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "a27d5f2b839802bd8267fa19b0530f5a08b9c08cd417976be2a65d130fe1c11b"
|
2020-01-10 10:21:20 +08:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"rustls",
|
2021-07-26 12:32:17 -06:00
|
|
|
"tokio",
|
2022-02-21 13:38:40 -07:00
|
|
|
"webpki",
|
2020-01-10 10:21:20 +08:00
|
|
|
]
|
|
|
|
|
2021-04-07 01:47:15 -07:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-serde"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "911a61637386b789af998ee23f50aa30d5fd7edcec8d6d3dedae5e5815205466"
|
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
2022-02-21 13:38:40 -07:00
|
|
|
"bytes",
|
2021-04-07 01:47:15 -07:00
|
|
|
"educe",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project",
|
|
|
|
"serde",
|
2021-12-21 20:41:16 -07:00
|
|
|
"serde_json",
|
2021-04-07 01:47:15 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2021-10-30 00:22:09 -06:00
|
|
|
version = "0.1.8"
|
2021-04-07 01:47:15 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-10-30 00:22:09 -06:00
|
|
|
checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
|
2021-04-07 01:47:15 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
2021-12-21 20:41:16 -07:00
|
|
|
"pin-project-lite",
|
2021-07-26 12:32:17 -06:00
|
|
|
"tokio",
|
2019-10-19 18:23:27 -07:00
|
|
|
]
|
|
|
|
|
2020-01-10 10:21:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.6.9"
|
2020-01-10 10:21:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
|
2020-01-10 10:21:20 +08:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"bytes",
|
2020-08-02 17:21:07 -04:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2021-12-21 20:41:16 -07:00
|
|
|
"pin-project-lite",
|
2021-06-15 20:31:34 +00:00
|
|
|
"slab",
|
2021-07-26 12:32:17 -06:00
|
|
|
"tokio",
|
2020-01-10 10:21:20 +08:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.5.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-01-10 10:21:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.3.1"
|
2020-01-10 10:21:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
2020-01-10 10:21:20 +08:00
|
|
|
|
2020-10-31 09:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2021-12-21 20:41:16 -07:00
|
|
|
version = "0.1.29"
|
2020-10-31 09:03:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-21 20:41:16 -07:00
|
|
|
checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105"
|
2020-10-31 09:03:52 -07:00
|
|
|
dependencies = [
|
2021-12-21 20:41:16 -07:00
|
|
|
"cfg-if 1.0.0",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2021-12-21 20:41:16 -07:00
|
|
|
"pin-project-lite",
|
2021-06-15 20:31:34 +00:00
|
|
|
"tracing-attributes",
|
2020-10-31 09:03:52 -07:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2021-06-15 20:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2021-12-21 20:41:16 -07:00
|
|
|
version = "0.1.18"
|
2021-06-15 20:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-21 20:41:16 -07:00
|
|
|
checksum = "f4f480b8f81512e825f337ad51e94c1eb5d3bbdf2b363dcd01e2b19a9ffe3f8e"
|
2021-06-15 20:31:34 +00:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
|
|
|
"syn 1.0.86",
|
2021-06-15 20:31:34 +00:00
|
|
|
]
|
|
|
|
|
2020-10-31 09:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2021-12-21 20:41:16 -07:00
|
|
|
version = "0.1.21"
|
2020-10-31 09:03:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-21 20:41:16 -07:00
|
|
|
checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4"
|
2020-10-31 09:03:52 -07:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2021-06-15 20:31:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-opentelemetry"
|
2021-12-21 20:41:16 -07:00
|
|
|
version = "0.15.0"
|
2021-06-15 20:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-21 20:41:16 -07:00
|
|
|
checksum = "599f388ecb26b28d9c1b2e4437ae019a7b336018b45ed911458cd9ebf91129f6"
|
2021-06-15 20:31:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"opentelemetry",
|
|
|
|
"tracing",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.2.25"
|
2021-06-15 20:31:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"
|
2021-06-15 20:31:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"sharded-slab",
|
|
|
|
"thread_local",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
2019-09-25 07:44:33 -07:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.2.3"
|
2019-09-25 07:44:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
2019-09-25 07:44:33 -07:00
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
2021-11-04 11:29:51 -06:00
|
|
|
version = "0.16.0"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-11-04 11:29:51 -06:00
|
|
|
checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1"
|
2021-01-19 16:24:44 -08:00
|
|
|
dependencies = [
|
2021-06-23 09:45:00 -06:00
|
|
|
"base64 0.13.0",
|
2021-06-29 15:08:04 -06:00
|
|
|
"byteorder 1.4.3",
|
2022-02-21 13:38:40 -07:00
|
|
|
"bytes",
|
2021-01-19 16:24:44 -08:00
|
|
|
"http",
|
|
|
|
"httparse",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2022-01-21 11:21:28 -08:00
|
|
|
"rand 0.8.4",
|
2022-02-21 13:38:40 -07:00
|
|
|
"rustls",
|
|
|
|
"sha-1",
|
2021-06-23 09:45:00 -06:00
|
|
|
"thiserror",
|
2022-02-21 13:38:40 -07:00
|
|
|
"url",
|
2021-01-19 16:24:44 -08:00
|
|
|
"utf-8",
|
2022-02-21 13:38:40 -07:00
|
|
|
"webpki",
|
2022-01-21 11:21:28 -08:00
|
|
|
"webpki-roots",
|
2021-01-19 16:24:44 -08:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.15.0"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.3.7"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.1.19"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2021-02-05 00:21:53 -07:00
|
|
|
"tinyvec",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.1.9"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
2021-01-19 16:24:44 -08:00
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.2.2"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
2020-11-24 18:00:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unreachable"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
|
|
|
|
dependencies = [
|
|
|
|
"void",
|
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
2020-04-27 17:09:07 -06:00
|
|
|
version = "0.7.1"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
2021-04-15 01:01:58 -06:00
|
|
|
[[package]]
|
|
|
|
name = "uriparse"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e515b1ada404168e145ac55afba3c42f04cf972201a8552d42e2abb17c1b7221"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2019-09-16 14:35:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-06-23 14:54:50 -06:00
|
|
|
version = "2.2.2"
|
2019-09-16 14:35:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-23 14:54:50 -06:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2019-09-16 14:35:58 -07:00
|
|
|
dependencies = [
|
2021-03-18 10:03:50 -07:00
|
|
|
"form_urlencoded",
|
2022-02-21 13:38:40 -07:00
|
|
|
"idna",
|
2020-08-02 17:21:07 -04:00
|
|
|
"matches",
|
2022-02-21 13:38:40 -07:00
|
|
|
"percent-encoding",
|
2019-09-16 14:35:58 -07:00
|
|
|
]
|
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.7.6"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
2021-01-19 16:24:44 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
2019-09-16 14:35:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.9.4"
|
2019-09-16 14:35:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2019-09-16 14:35:58 -07:00
|
|
|
|
2020-11-24 18:00:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "2.3.2"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"same-file",
|
2022-02-21 13:38:40 -07:00
|
|
|
"winapi",
|
2020-08-02 17:21:07 -04:00
|
|
|
"winapi-util",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
2020-01-10 10:21:20 +08:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
2020-01-10 10:21:20 +08:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2020-08-02 17:21:07 -04:00
|
|
|
"try-lock",
|
2020-01-10 10:21:20 +08:00
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2020-04-27 17:09:07 -06:00
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
2021-01-19 16:24:44 -08:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2021-01-19 16:24:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2021-01-19 16:24:44 -08:00
|
|
|
|
2019-09-16 14:35:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.2.79"
|
2019-09-16 14:35:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
|
2019-09-16 14:35:58 -07:00
|
|
|
dependencies = [
|
2021-03-18 10:03:50 -07:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-02 17:21:07 -04:00
|
|
|
"wasm-bindgen-macro",
|
2019-09-16 14:35:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.2.79"
|
2019-09-16 14:35:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"
|
2019-09-16 14:35:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
2022-02-21 13:38:40 -07:00
|
|
|
"log",
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
|
|
|
"syn 1.0.86",
|
2020-08-02 17:21:07 -04:00
|
|
|
"wasm-bindgen-shared",
|
2020-01-10 10:21:20 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.4.29"
|
2020-01-10 10:21:20 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"
|
2020-01-10 10:21:20 +08:00
|
|
|
dependencies = [
|
2021-03-18 10:03:50 -07:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-02 17:21:07 -04:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2019-09-16 14:35:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.2.79"
|
2019-09-16 14:35:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"
|
2019-09-16 14:35:58 -07:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"quote 1.0.14",
|
2020-08-02 17:21:07 -04:00
|
|
|
"wasm-bindgen-macro-support",
|
2019-09-16 14:35:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.2.79"
|
2019-09-16 14:35:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"
|
2019-09-16 14:35:58 -07:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
|
|
|
"syn 1.0.86",
|
2020-08-02 17:21:07 -04:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
2019-09-16 14:35:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.2.79"
|
2019-09-16 14:35:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"
|
2019-09-16 14:35:58 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.3.56"
|
2019-09-16 14:35:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"
|
2019-09-16 14:35:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2019-09-16 14:35:58 -07:00
|
|
|
]
|
|
|
|
|
2021-11-04 11:29:51 -06:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
|
|
|
version = "0.22.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
|
|
|
|
dependencies = [
|
|
|
|
"ring",
|
|
|
|
"untrusted",
|
|
|
|
]
|
|
|
|
|
2019-09-11 14:55:58 -07:00
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.22.2"
|
2019-09-16 14:35:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "552ceb903e957524388c4d3475725ff2c8b7960922063af6ce53c9a43da07449"
|
2019-09-16 14:35:58 -07:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"webpki",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2021-08-09 13:36:03 -06:00
|
|
|
version = "0.3.9"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-09 13:36:03 -06:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-04-27 17:09:07 -06:00
|
|
|
version = "0.1.5"
|
2019-09-11 14:55:58 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2019-09-11 14:55:58 -07:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"winapi",
|
2019-09-11 14:55:58 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-09-11 14:55:58 -07:00
|
|
|
|
2019-09-25 07:44:33 -07:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2020-05-28 15:32:42 -07:00
|
|
|
version = "0.7.0"
|
2019-09-25 07:44:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
|
2019-09-25 07:44:33 -07:00
|
|
|
dependencies = [
|
2022-02-21 13:38:40 -07:00
|
|
|
"winapi",
|
2019-09-25 07:44:33 -07:00
|
|
|
]
|
|
|
|
|
2020-06-17 09:27:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-02 17:21:07 -04:00
|
|
|
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
|
2020-06-17 09:27:03 -06:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"libc",
|
2020-06-17 09:27:03 -06:00
|
|
|
]
|
|
|
|
|
2021-04-06 01:01:05 -06:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
|
|
|
|
2020-04-27 09:33:33 -07:00
|
|
|
[[package]]
|
|
|
|
name = "zeroize"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.5.0"
|
2020-04-27 09:33:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "cc222aec311c323c717f56060324f32b82da1ce1dd81d9a09aa6a9030bfe08db"
|
2020-07-23 17:23:51 -06:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"zeroize_derive",
|
2020-07-23 17:23:51 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zeroize_derive"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.3.1"
|
2020-07-23 17:23:51 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "81e8f13fef10b63c06356d65d416b070798ddabcadc10d3ece0c5be9b3c7eddb"
|
2020-07-23 17:23:51 -06:00
|
|
|
dependencies = [
|
2022-01-21 11:21:28 -08:00
|
|
|
"proc-macro2 1.0.36",
|
|
|
|
"quote 1.0.14",
|
|
|
|
"syn 1.0.86",
|
2020-08-02 17:21:07 -04:00
|
|
|
"synstructure",
|
2020-07-23 17:23:51 -06:00
|
|
|
]
|
2020-04-27 09:33:33 -07:00
|
|
|
|
2020-06-17 09:27:03 -06:00
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "0.9.2+zstd.1.5.1"
|
2020-06-17 09:27:03 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "2390ea1bf6c038c39674f22d95f0564725fc06034a47129179810b2fc58caa54"
|
2020-06-17 09:27:03 -06:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"zstd-safe",
|
2020-06-17 09:27:03 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "4.1.3+zstd.1.5.1"
|
2020-06-17 09:27:03 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "e99d81b99fb3c2c2c794e3fe56c305c63d5173a16a46b5850b07c935ffc7db79"
|
2020-06-17 09:27:03 -06:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"libc",
|
|
|
|
"zstd-sys",
|
2020-06-17 09:27:03 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2022-01-21 11:21:28 -08:00
|
|
|
version = "1.6.2+zstd.1.5.1"
|
2020-06-17 09:27:03 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-01-21 11:21:28 -08:00
|
|
|
checksum = "2daf2f248d9ea44454bfcb2516534e8b8ad2fc91bf818a1885495fc42bc8ac9f"
|
2020-06-17 09:27:03 -06:00
|
|
|
dependencies = [
|
2020-08-02 17:21:07 -04:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|