|
@@ -1,2178 +0,0 @@
|
|
|
-# This file is automatically @generated by Cargo.
|
|
|
-# It is not intended for manual editing.
|
|
|
-[[package]]
|
|
|
-name = "ahash"
|
|
|
-version = "0.2.18"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6f33b5018f120946c1dcf279194f238a9f146725593ead1c08fa47ff22b0b5d3"
|
|
|
-dependencies = [
|
|
|
- "const-random",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aho-corasick"
|
|
|
-version = "0.7.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "743ad5a418686aad3b87fd14c43badd828cf26e214a00f92a384291cf22e1811"
|
|
|
-dependencies = [
|
|
|
- "memchr",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "arrayref"
|
|
|
-version = "0.3.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "arrayvec"
|
|
|
-version = "0.4.12"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
|
|
|
-dependencies = [
|
|
|
- "nodrop",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "arrayvec"
|
|
|
-version = "0.5.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "atty"
|
|
|
-version = "0.2.14"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
-dependencies = [
|
|
|
- "hermit-abi",
|
|
|
- "libc",
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "autocfg"
|
|
|
-version = "0.1.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "autocfg"
|
|
|
-version = "1.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "backtrace"
|
|
|
-version = "0.3.43"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7f80256bc78f67e7df7e36d77366f636ed976895d91fe2ab9efa3973e8fe8c4f"
|
|
|
-dependencies = [
|
|
|
- "backtrace-sys",
|
|
|
- "cfg-if",
|
|
|
- "libc",
|
|
|
- "rustc-demangle",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "backtrace-sys"
|
|
|
-version = "0.1.32"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491"
|
|
|
-dependencies = [
|
|
|
- "cc",
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "base58"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitflags"
|
|
|
-version = "1.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitmask"
|
|
|
-version = "0.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5da9b3d9f6f585199287a473f4f8dfab6566cf827d15c00c219f53c645687ead"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitvec"
|
|
|
-version = "0.15.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a993f74b4c99c1908d156b8d2e0fb6277736b0ecbd833982fd1241d39b2766a6"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "blake2-rfc"
|
|
|
-version = "0.2.18"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
|
|
|
-dependencies = [
|
|
|
- "arrayvec 0.4.12",
|
|
|
- "constant_time_eq",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "block-buffer"
|
|
|
-version = "0.7.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
|
|
-dependencies = [
|
|
|
- "block-padding",
|
|
|
- "byte-tools",
|
|
|
- "byteorder",
|
|
|
- "generic-array",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "block-padding"
|
|
|
-version = "0.1.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
|
|
|
-dependencies = [
|
|
|
- "byte-tools",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bstr"
|
|
|
-version = "0.2.11"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "502ae1441a0a5adb8fbd38a5955a6416b9493e92b465de5e4a9bde6a539c2c48"
|
|
|
-dependencies = [
|
|
|
- "lazy_static",
|
|
|
- "memchr",
|
|
|
- "regex-automata",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "byte-slice-cast"
|
|
|
-version = "0.3.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b0a5e3906bcbf133e33c1d4d95afc664ad37fbdb9f6568d8043e7ea8c27d93d3"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "byte-tools"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "byteorder"
|
|
|
-version = "1.3.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "c2-chacha"
|
|
|
-version = "0.2.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
|
|
|
-dependencies = [
|
|
|
- "ppv-lite86",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cast"
|
|
|
-version = "0.2.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0"
|
|
|
-dependencies = [
|
|
|
- "rustc_version",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cc"
|
|
|
-version = "1.0.50"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cfg-if"
|
|
|
-version = "0.1.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "clap"
|
|
|
-version = "2.33.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
|
|
|
-dependencies = [
|
|
|
- "bitflags",
|
|
|
- "textwrap",
|
|
|
- "unicode-width",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "clear_on_drop"
|
|
|
-version = "0.2.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "97276801e127ffb46b66ce23f35cc96bd454fa311294bced4bbace7baa8b1d17"
|
|
|
-dependencies = [
|
|
|
- "cc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cloudabi"
|
|
|
-version = "0.0.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
|
|
-dependencies = [
|
|
|
- "bitflags",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "const-random"
|
|
|
-version = "0.1.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2f1af9ac737b2dd2d577701e59fd09ba34822f6f2ebdb30a7647405d9e55e16a"
|
|
|
-dependencies = [
|
|
|
- "const-random-macro",
|
|
|
- "proc-macro-hack 0.5.11",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "const-random-macro"
|
|
|
-version = "0.1.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "25e4c606eb459dd29f7c57b2e0879f2b6f14ee130918c2b78ccb58a9624e6c7a"
|
|
|
-dependencies = [
|
|
|
- "getrandom",
|
|
|
- "proc-macro-hack 0.5.11",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "constant_time_eq"
|
|
|
-version = "0.1.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "criterion"
|
|
|
-version = "0.2.11"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0363053954f3e679645fc443321ca128b7b950a6fe288cf5f9335cc22ee58394"
|
|
|
-dependencies = [
|
|
|
- "atty",
|
|
|
- "cast",
|
|
|
- "clap",
|
|
|
- "criterion-plot",
|
|
|
- "csv",
|
|
|
- "itertools",
|
|
|
- "lazy_static",
|
|
|
- "libc",
|
|
|
- "num-traits",
|
|
|
- "rand_core 0.3.1",
|
|
|
- "rand_os",
|
|
|
- "rand_xoshiro",
|
|
|
- "rayon",
|
|
|
- "rayon-core",
|
|
|
- "serde",
|
|
|
- "serde_derive",
|
|
|
- "serde_json",
|
|
|
- "tinytemplate",
|
|
|
- "walkdir",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "criterion-plot"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "76f9212ddf2f4a9eb2d401635190600656a1f88a932ef53d06e7fa4c7e02fb8e"
|
|
|
-dependencies = [
|
|
|
- "byteorder",
|
|
|
- "cast",
|
|
|
- "itertools",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam-deque"
|
|
|
-version = "0.7.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-epoch",
|
|
|
- "crossbeam-utils",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam-epoch"
|
|
|
-version = "0.8.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac"
|
|
|
-dependencies = [
|
|
|
- "autocfg 0.1.7",
|
|
|
- "cfg-if",
|
|
|
- "crossbeam-utils",
|
|
|
- "lazy_static",
|
|
|
- "memoffset",
|
|
|
- "scopeguard 1.0.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam-queue"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "crossbeam-utils",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam-utils"
|
|
|
-version = "0.7.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4"
|
|
|
-dependencies = [
|
|
|
- "autocfg 0.1.7",
|
|
|
- "cfg-if",
|
|
|
- "lazy_static",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crunchy"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crypto-mac"
|
|
|
-version = "0.7.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
|
|
|
-dependencies = [
|
|
|
- "generic-array",
|
|
|
- "subtle 1.0.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "csv"
|
|
|
-version = "1.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "00affe7f6ab566df61b4be3ce8cf16bc2576bca0963ceb0955e45d514bf9a279"
|
|
|
-dependencies = [
|
|
|
- "bstr",
|
|
|
- "csv-core",
|
|
|
- "itoa",
|
|
|
- "ryu",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "csv-core"
|
|
|
-version = "0.1.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9b5cadb6b25c77aeff80ba701712494213f4a8418fcda2ee11b6560c3ad0bf4c"
|
|
|
-dependencies = [
|
|
|
- "memchr",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "curve25519-dalek"
|
|
|
-version = "1.2.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8b7dcd30ba50cdf88b55b033456138b7c0ac4afdc436d82e1b79f370f24cc66d"
|
|
|
-dependencies = [
|
|
|
- "byteorder",
|
|
|
- "clear_on_drop",
|
|
|
- "digest",
|
|
|
- "rand_core 0.3.1",
|
|
|
- "subtle 2.2.2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "digest"
|
|
|
-version = "0.8.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
|
|
-dependencies = [
|
|
|
- "generic-array",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ed25519-dalek"
|
|
|
-version = "0.9.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2d07e8b8a8386c3b89a7a4b329fdfa4cb545de2545e9e2ebbc3dd3929253e426"
|
|
|
-dependencies = [
|
|
|
- "clear_on_drop",
|
|
|
- "curve25519-dalek",
|
|
|
- "failure",
|
|
|
- "rand 0.6.5",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "either"
|
|
|
-version = "1.5.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "elastic-array"
|
|
|
-version = "0.10.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "580f3768bd6465780d063f5b8213a2ebd506e139b345e4a81eb301ceae3d61e1"
|
|
|
-dependencies = [
|
|
|
- "heapsize",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "environmental"
|
|
|
-version = "1.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "516aa8d7a71cb00a1c4146f0798549b93d083d4f189b3ced8f3de6b8f11ee6c4"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "failure"
|
|
|
-version = "0.1.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f8273f13c977665c5db7eb2b99ae520952fe5ac831ae4cd09d80c4c7042b5ed9"
|
|
|
-dependencies = [
|
|
|
- "backtrace",
|
|
|
- "failure_derive",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "failure_derive"
|
|
|
-version = "0.1.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0bc225b78e0391e4b8683440bf2e63c2deeeb2ce5189eab46e2b68c6d3725d08"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 1.0.8",
|
|
|
- "quote 1.0.2",
|
|
|
- "syn 1.0.14",
|
|
|
- "synstructure",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fake-simd"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fixed-hash"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "516877b7b9a1cc2d0293cbce23cd6203f0edbfd4090e6ca4489fecb5aa73050e"
|
|
|
-dependencies = [
|
|
|
- "byteorder",
|
|
|
- "libc",
|
|
|
- "rand 0.5.6",
|
|
|
- "rustc-hex",
|
|
|
- "static_assertions 0.2.5",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fuchsia-cprng"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "generic-array"
|
|
|
-version = "0.12.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
|
|
|
-dependencies = [
|
|
|
- "typenum",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "getrandom"
|
|
|
-version = "0.1.14"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "libc",
|
|
|
- "wasi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hash-db"
|
|
|
-version = "0.15.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d23bd4e7b5eda0d0f3a307e8b381fdc8ba9000f26fbe912250c0a4cc3956364a"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hash256-std-hasher"
|
|
|
-version = "0.15.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "92c171d55b98633f4ed3860808f004099b36c1cc29c42cfc53aa8591b21efcf2"
|
|
|
-dependencies = [
|
|
|
- "crunchy",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hashbrown"
|
|
|
-version = "0.1.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3bae29b6653b3412c2e71e9d486db9f9df5d701941d86683005efb9f2d28e3da"
|
|
|
-dependencies = [
|
|
|
- "byteorder",
|
|
|
- "scopeguard 0.3.3",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hashbrown"
|
|
|
-version = "0.6.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8e6073d0ca812575946eb5f35ff68dbe519907b25c42530389ff946dc84c6ead"
|
|
|
-dependencies = [
|
|
|
- "ahash",
|
|
|
- "autocfg 0.1.7",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "heapsize"
|
|
|
-version = "0.4.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1679e6ea370dee694f91f1dc469bf94cf8f52051d147aec3e1f9497c6fc22461"
|
|
|
-dependencies = [
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "heck"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
|
|
-dependencies = [
|
|
|
- "unicode-segmentation",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hermit-abi"
|
|
|
-version = "0.1.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hex"
|
|
|
-version = "0.3.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hex-literal"
|
|
|
-version = "0.1.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ddc2928beef125e519d69ae1baa8c37ea2e0d3848545217f6db0179c5eb1d639"
|
|
|
-dependencies = [
|
|
|
- "hex-literal-impl",
|
|
|
- "proc-macro-hack 0.4.2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hex-literal-impl"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "520870c3213943eb8d7803e80180d12a6c7ceb4ae74602544529d1643dc4ddda"
|
|
|
-dependencies = [
|
|
|
- "proc-macro-hack 0.4.2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hmac"
|
|
|
-version = "0.7.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"
|
|
|
-dependencies = [
|
|
|
- "crypto-mac",
|
|
|
- "digest",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hmac-drbg"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"
|
|
|
-dependencies = [
|
|
|
- "digest",
|
|
|
- "generic-array",
|
|
|
- "hmac",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "impl-codec"
|
|
|
-version = "0.4.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1be51a921b067b0eaca2fad532d9400041561aa922221cc65f95a85641c6bf53"
|
|
|
-dependencies = [
|
|
|
- "parity-scale-codec",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "impl-serde"
|
|
|
-version = "0.2.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "58e3cae7e99c7ff5a995da2cf78dd0a5383740eda71d98cf7b1910c301ac69b8"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "impl-trait-for-tuples"
|
|
|
-version = "0.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7ef5550a42e3740a0e71f909d4c861056a284060af885ae7aa6242820f920d9d"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 1.0.8",
|
|
|
- "quote 1.0.2",
|
|
|
- "syn 1.0.14",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "integer-sqrt"
|
|
|
-version = "0.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f65877bf7d44897a473350b1046277941cee20b263397e90869c50b6e766088b"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "itertools"
|
|
|
-version = "0.8.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
|
|
|
-dependencies = [
|
|
|
- "either",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "itoa"
|
|
|
-version = "0.4.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "keccak"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "lazy_static"
|
|
|
-version = "1.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libc"
|
|
|
-version = "0.2.66"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libsecp256k1"
|
|
|
-version = "0.3.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1fc1e2c808481a63dc6da2074752fdd4336a3c8fcc68b83db6f1fd5224ae7962"
|
|
|
-dependencies = [
|
|
|
- "arrayref",
|
|
|
- "crunchy",
|
|
|
- "digest",
|
|
|
- "hmac-drbg",
|
|
|
- "rand 0.7.3",
|
|
|
- "sha2",
|
|
|
- "subtle 2.2.2",
|
|
|
- "typenum",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "lock_api"
|
|
|
-version = "0.1.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
|
|
|
-dependencies = [
|
|
|
- "scopeguard 0.3.3",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "lock_api"
|
|
|
-version = "0.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b"
|
|
|
-dependencies = [
|
|
|
- "scopeguard 1.0.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "log"
|
|
|
-version = "0.4.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "malloc_size_of_derive"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e37c5d4cd9473c5f4c9c111f033f15d4df9bd378fdf615944e360a4f55a05f0b"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 1.0.8",
|
|
|
- "syn 1.0.14",
|
|
|
- "synstructure",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "maybe-uninit"
|
|
|
-version = "2.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "memchr"
|
|
|
-version = "2.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3197e20c7edb283f87c071ddfc7a2cca8f8e0b888c242959846a6fce03c72223"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "memoffset"
|
|
|
-version = "0.5.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9"
|
|
|
-dependencies = [
|
|
|
- "rustc_version",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "memory-db"
|
|
|
-version = "0.15.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "5dabfe0a8c69954ae3bcfc5fc14260a85fb80e1bf9f86a155f668d10a67e93dd"
|
|
|
-dependencies = [
|
|
|
- "ahash",
|
|
|
- "hash-db",
|
|
|
- "hashbrown 0.6.3",
|
|
|
- "parity-util-mem",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "memory_units"
|
|
|
-version = "0.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "merlin"
|
|
|
-version = "1.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2b0942b357c1b4d0dc43ba724674ec89c3218e6ca2b3e8269e7cb53bcecd2f6e"
|
|
|
-dependencies = [
|
|
|
- "byteorder",
|
|
|
- "keccak",
|
|
|
- "rand_core 0.4.2",
|
|
|
- "zeroize 1.1.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "nodrop"
|
|
|
-version = "0.1.14"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "num-bigint"
|
|
|
-version = "0.2.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
|
|
|
-dependencies = [
|
|
|
- "autocfg 1.0.0",
|
|
|
- "num-integer",
|
|
|
- "num-traits",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "num-integer"
|
|
|
-version = "0.1.42"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
|
|
|
-dependencies = [
|
|
|
- "autocfg 1.0.0",
|
|
|
- "num-traits",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "num-rational"
|
|
|
-version = "0.2.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "da4dc79f9e6c81bef96148c8f6b8e72ad4541caa4a24373e900a36da07de03a3"
|
|
|
-dependencies = [
|
|
|
- "autocfg 1.0.0",
|
|
|
- "num-bigint",
|
|
|
- "num-integer",
|
|
|
- "num-traits",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "num-traits"
|
|
|
-version = "0.2.11"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
|
|
|
-dependencies = [
|
|
|
- "autocfg 1.0.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "num_cpus"
|
|
|
-version = "1.12.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
|
|
|
-dependencies = [
|
|
|
- "hermit-abi",
|
|
|
- "libc",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "once_cell"
|
|
|
-version = "0.1.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "532c29a261168a45ce28948f9537ddd7a5dd272cc513b3017b1e82a88f962c37"
|
|
|
-dependencies = [
|
|
|
- "parking_lot 0.7.1",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "once_cell"
|
|
|
-version = "0.2.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d584f08c2d717d5c23a6414fc2822b71c651560713e54fa7eace675f758a355e"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "opaque-debug"
|
|
|
-version = "0.2.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parity-scale-codec"
|
|
|
-version = "1.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f747c06d9f3b2ad387ac881b9667298c81b1243aa9833f086e05996937c35507"
|
|
|
-dependencies = [
|
|
|
- "arrayvec 0.5.1",
|
|
|
- "bitvec",
|
|
|
- "byte-slice-cast",
|
|
|
- "parity-scale-codec-derive",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parity-scale-codec-derive"
|
|
|
-version = "1.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "34e513ff3e406f3ede6796dcdc83d0b32ffb86668cea1ccf7363118abeb00476"
|
|
|
-dependencies = [
|
|
|
- "proc-macro-crate",
|
|
|
- "proc-macro2 1.0.8",
|
|
|
- "quote 1.0.2",
|
|
|
- "syn 1.0.14",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parity-util-mem"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "570093f39f786beea92dcc09e45d8aae7841516ac19a50431953ac82a0e8f85c"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "malloc_size_of_derive",
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parity-wasm"
|
|
|
-version = "0.40.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1e39faaa292a687ea15120b1ac31899b13586446521df6c149e46f1584671e0f"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parking_lot"
|
|
|
-version = "0.7.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337"
|
|
|
-dependencies = [
|
|
|
- "lock_api 0.1.5",
|
|
|
- "parking_lot_core 0.4.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parking_lot"
|
|
|
-version = "0.9.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
|
|
|
-dependencies = [
|
|
|
- "lock_api 0.3.3",
|
|
|
- "parking_lot_core 0.6.2",
|
|
|
- "rustc_version",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parking_lot_core"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "rand 0.6.5",
|
|
|
- "rustc_version",
|
|
|
- "smallvec",
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parking_lot_core"
|
|
|
-version = "0.6.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
|
|
|
-dependencies = [
|
|
|
- "cfg-if",
|
|
|
- "cloudabi",
|
|
|
- "libc",
|
|
|
- "redox_syscall",
|
|
|
- "rustc_version",
|
|
|
- "smallvec",
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "paste"
|
|
|
-version = "0.1.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "423a519e1c6e828f1e73b720f9d9ed2fa643dce8a7737fb43235ce0b41eeaa49"
|
|
|
-dependencies = [
|
|
|
- "paste-impl",
|
|
|
- "proc-macro-hack 0.5.11",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "paste-impl"
|
|
|
-version = "0.1.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4214c9e912ef61bf42b81ba9a47e8aad1b2ffaf739ab162bf96d1e011f54e6c5"
|
|
|
-dependencies = [
|
|
|
- "proc-macro-hack 0.5.11",
|
|
|
- "proc-macro2 1.0.8",
|
|
|
- "quote 1.0.2",
|
|
|
- "syn 1.0.14",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pbkdf2"
|
|
|
-version = "0.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9"
|
|
|
-dependencies = [
|
|
|
- "byteorder",
|
|
|
- "crypto-mac",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ppv-lite86"
|
|
|
-version = "0.2.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "primitive-types"
|
|
|
-version = "0.5.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "83ef7b3b965c0eadcb6838f34f827e1dfb2939bdd5ebd43f9647e009b12b0371"
|
|
|
-dependencies = [
|
|
|
- "fixed-hash",
|
|
|
- "impl-codec",
|
|
|
- "impl-serde",
|
|
|
- "uint",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "proc-macro-crate"
|
|
|
-version = "0.1.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e10d4b51f154c8a7fb96fd6dad097cb74b863943ec010ac94b9fd1be8861fe1e"
|
|
|
-dependencies = [
|
|
|
- "toml",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "proc-macro-hack"
|
|
|
-version = "0.4.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "463bf29e7f11344e58c9e01f171470ab15c925c6822ad75028cc1c0e1d1eb63b"
|
|
|
-dependencies = [
|
|
|
- "proc-macro-hack-impl",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "proc-macro-hack"
|
|
|
-version = "0.5.11"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 1.0.8",
|
|
|
- "quote 1.0.2",
|
|
|
- "syn 1.0.14",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "proc-macro-hack-impl"
|
|
|
-version = "0.4.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "38c47dcb1594802de8c02f3b899e2018c78291168a22c281be21ea0fb4796842"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "proc-macro2"
|
|
|
-version = "0.4.30"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
|
|
-dependencies = [
|
|
|
- "unicode-xid 0.1.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "proc-macro2"
|
|
|
-version = "1.0.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548"
|
|
|
-dependencies = [
|
|
|
- "unicode-xid 0.2.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "quote"
|
|
|
-version = "0.6.13"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 0.4.30",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "quote"
|
|
|
-version = "1.0.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 1.0.8",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand"
|
|
|
-version = "0.5.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9"
|
|
|
-dependencies = [
|
|
|
- "cloudabi",
|
|
|
- "fuchsia-cprng",
|
|
|
- "libc",
|
|
|
- "rand_core 0.3.1",
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand"
|
|
|
-version = "0.6.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
|
|
-dependencies = [
|
|
|
- "autocfg 0.1.7",
|
|
|
- "libc",
|
|
|
- "rand_chacha 0.1.1",
|
|
|
- "rand_core 0.4.2",
|
|
|
- "rand_hc 0.1.0",
|
|
|
- "rand_isaac",
|
|
|
- "rand_jitter",
|
|
|
- "rand_os",
|
|
|
- "rand_pcg",
|
|
|
- "rand_xorshift",
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand"
|
|
|
-version = "0.7.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
-dependencies = [
|
|
|
- "getrandom",
|
|
|
- "libc",
|
|
|
- "rand_chacha 0.2.1",
|
|
|
- "rand_core 0.5.1",
|
|
|
- "rand_hc 0.2.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_chacha"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
|
|
-dependencies = [
|
|
|
- "autocfg 0.1.7",
|
|
|
- "rand_core 0.3.1",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_chacha"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
|
|
|
-dependencies = [
|
|
|
- "c2-chacha",
|
|
|
- "rand_core 0.5.1",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_core"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
|
|
-dependencies = [
|
|
|
- "rand_core 0.4.2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_core"
|
|
|
-version = "0.4.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_core"
|
|
|
-version = "0.5.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
-dependencies = [
|
|
|
- "getrandom",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_hc"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
|
|
-dependencies = [
|
|
|
- "rand_core 0.3.1",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_hc"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
-dependencies = [
|
|
|
- "rand_core 0.5.1",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_isaac"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
|
|
-dependencies = [
|
|
|
- "rand_core 0.3.1",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_jitter"
|
|
|
-version = "0.1.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "rand_core 0.4.2",
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_os"
|
|
|
-version = "0.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
|
|
-dependencies = [
|
|
|
- "cloudabi",
|
|
|
- "fuchsia-cprng",
|
|
|
- "libc",
|
|
|
- "rand_core 0.4.2",
|
|
|
- "rdrand",
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_pcg"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
|
|
-dependencies = [
|
|
|
- "autocfg 0.1.7",
|
|
|
- "rand_core 0.4.2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_xorshift"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
|
|
|
-dependencies = [
|
|
|
- "rand_core 0.3.1",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_xoshiro"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "03b418169fb9c46533f326efd6eed2576699c44ca92d3052a066214a8d828929"
|
|
|
-dependencies = [
|
|
|
- "byteorder",
|
|
|
- "rand_core 0.3.1",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rayon"
|
|
|
-version = "1.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-deque",
|
|
|
- "either",
|
|
|
- "rayon-core",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rayon-core"
|
|
|
-version = "1.7.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-deque",
|
|
|
- "crossbeam-queue",
|
|
|
- "crossbeam-utils",
|
|
|
- "lazy_static",
|
|
|
- "num_cpus",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rdrand"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
|
|
-dependencies = [
|
|
|
- "rand_core 0.3.1",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "redox_syscall"
|
|
|
-version = "0.1.56"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "regex"
|
|
|
-version = "1.3.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "322cf97724bea3ee221b78fe25ac9c46114ebb51747ad5babd51a2fc6a8235a8"
|
|
|
-dependencies = [
|
|
|
- "aho-corasick",
|
|
|
- "memchr",
|
|
|
- "regex-syntax",
|
|
|
- "thread_local",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "regex-automata"
|
|
|
-version = "0.1.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "92b73c2a1770c255c240eaa4ee600df1704a38dc3feaa6e949e7fcd4f8dc09f9"
|
|
|
-dependencies = [
|
|
|
- "byteorder",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "regex-syntax"
|
|
|
-version = "0.6.14"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b28dfe3fe9badec5dbf0a79a9cccad2cfc2ab5484bdb3e44cbd1ae8b3ba2be06"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustc-demangle"
|
|
|
-version = "0.1.16"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustc-hex"
|
|
|
-version = "2.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustc_version"
|
|
|
-version = "0.2.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
-dependencies = [
|
|
|
- "semver",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ryu"
|
|
|
-version = "1.0.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "safe-mix"
|
|
|
-version = "1.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"
|
|
|
-dependencies = [
|
|
|
- "rustc_version",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "same-file"
|
|
|
-version = "1.0.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
-dependencies = [
|
|
|
- "winapi-util",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "schnorrkel"
|
|
|
-version = "0.8.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "eacd8381b3c37840c9c9f40472af529e49975bdcbc24f83c31059fd6539023d3"
|
|
|
-dependencies = [
|
|
|
- "curve25519-dalek",
|
|
|
- "failure",
|
|
|
- "merlin",
|
|
|
- "rand 0.6.5",
|
|
|
- "rand_core 0.4.2",
|
|
|
- "rand_os",
|
|
|
- "sha2",
|
|
|
- "subtle 2.2.2",
|
|
|
- "zeroize 0.9.3",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "scopeguard"
|
|
|
-version = "0.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "scopeguard"
|
|
|
-version = "1.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "semver"
|
|
|
-version = "0.9.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
-dependencies = [
|
|
|
- "semver-parser",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "semver-parser"
|
|
|
-version = "0.7.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "serde"
|
|
|
-version = "1.0.104"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449"
|
|
|
-dependencies = [
|
|
|
- "serde_derive",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "serde_derive"
|
|
|
-version = "1.0.104"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 1.0.8",
|
|
|
- "quote 1.0.2",
|
|
|
- "syn 1.0.14",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "serde_json"
|
|
|
-version = "1.0.47"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "15913895b61e0be854afd32fd4163fcd2a3df34142cf2cb961b310ce694cbf90"
|
|
|
-dependencies = [
|
|
|
- "itoa",
|
|
|
- "ryu",
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sha2"
|
|
|
-version = "0.8.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "27044adfd2e1f077f649f59deb9490d3941d674002f7d062870a60ebe9bd47a0"
|
|
|
-dependencies = [
|
|
|
- "block-buffer",
|
|
|
- "digest",
|
|
|
- "fake-simd",
|
|
|
- "opaque-debug",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "smallvec"
|
|
|
-version = "0.6.13"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
|
|
|
-dependencies = [
|
|
|
- "maybe-uninit",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sr-api-macros"
|
|
|
-version = "2.0.0"
|
|
|
-source = "git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
|
|
-dependencies = [
|
|
|
- "blake2-rfc",
|
|
|
- "proc-macro-crate",
|
|
|
- "proc-macro2 0.4.30",
|
|
|
- "quote 0.6.13",
|
|
|
- "syn 0.15.44",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sr-arithmetic"
|
|
|
-version = "2.0.0"
|
|
|
-source = "git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
|
|
-dependencies = [
|
|
|
- "integer-sqrt",
|
|
|
- "num-traits",
|
|
|
- "parity-scale-codec",
|
|
|
- "serde",
|
|
|
- "sr-std",
|
|
|
- "substrate-debug-derive",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sr-io"
|
|
|
-version = "2.0.0"
|
|
|
-source = "git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
|
|
-dependencies = [
|
|
|
- "hash-db",
|
|
|
- "libsecp256k1",
|
|
|
- "log",
|
|
|
- "parity-scale-codec",
|
|
|
- "rustc_version",
|
|
|
- "sr-std",
|
|
|
- "substrate-externalities",
|
|
|
- "substrate-primitives",
|
|
|
- "substrate-state-machine",
|
|
|
- "substrate-trie",
|
|
|
- "tiny-keccak",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sr-primitives"
|
|
|
-version = "2.0.0"
|
|
|
-source = "git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
|
|
-dependencies = [
|
|
|
- "impl-trait-for-tuples",
|
|
|
- "log",
|
|
|
- "parity-scale-codec",
|
|
|
- "paste",
|
|
|
- "rand 0.7.3",
|
|
|
- "serde",
|
|
|
- "sr-arithmetic",
|
|
|
- "sr-io",
|
|
|
- "sr-std",
|
|
|
- "substrate-application-crypto",
|
|
|
- "substrate-primitives",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sr-std"
|
|
|
-version = "2.0.0"
|
|
|
-source = "git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
|
|
-dependencies = [
|
|
|
- "rustc_version",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sr-version"
|
|
|
-version = "2.0.0"
|
|
|
-source = "git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
|
|
-dependencies = [
|
|
|
- "impl-serde",
|
|
|
- "parity-scale-codec",
|
|
|
- "serde",
|
|
|
- "sr-primitives",
|
|
|
- "sr-std",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "srml-balances"
|
|
|
-version = "2.0.0"
|
|
|
-source = "git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
|
|
-dependencies = [
|
|
|
- "parity-scale-codec",
|
|
|
- "safe-mix",
|
|
|
- "serde",
|
|
|
- "sr-primitives",
|
|
|
- "sr-std",
|
|
|
- "srml-support",
|
|
|
- "srml-frame_system",
|
|
|
- "substrate-keyring",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "srml-metadata"
|
|
|
-version = "2.0.0"
|
|
|
-source = "git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
|
|
-dependencies = [
|
|
|
- "parity-scale-codec",
|
|
|
- "serde",
|
|
|
- "sr-std",
|
|
|
- "substrate-primitives",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "srml-support"
|
|
|
-version = "2.0.0"
|
|
|
-source = "git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
|
|
-dependencies = [
|
|
|
- "bitmask",
|
|
|
- "impl-trait-for-tuples",
|
|
|
- "log",
|
|
|
- "once_cell 0.2.4",
|
|
|
- "parity-scale-codec",
|
|
|
- "paste",
|
|
|
- "serde",
|
|
|
- "sr-io",
|
|
|
- "sr-primitives",
|
|
|
- "sr-std",
|
|
|
- "srml-metadata",
|
|
|
- "srml-support-procedural",
|
|
|
- "substrate-inherents",
|
|
|
- "substrate-primitives",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "srml-support-procedural"
|
|
|
-version = "2.0.0"
|
|
|
-source = "git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 0.4.30",
|
|
|
- "quote 0.6.13",
|
|
|
- "sr-api-macros",
|
|
|
- "srml-support-procedural-tools",
|
|
|
- "syn 0.15.44",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "srml-support-procedural-tools"
|
|
|
-version = "2.0.0"
|
|
|
-source = "git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
|
|
-dependencies = [
|
|
|
- "proc-macro-crate",
|
|
|
- "proc-macro2 0.4.30",
|
|
|
- "quote 0.6.13",
|
|
|
- "srml-support-procedural-tools-derive",
|
|
|
- "syn 0.15.44",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "srml-support-procedural-tools-derive"
|
|
|
-version = "2.0.0"
|
|
|
-source = "git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 0.4.30",
|
|
|
- "quote 0.6.13",
|
|
|
- "syn 0.15.44",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "srml-frame_system"
|
|
|
-version = "2.0.0"
|
|
|
-source = "git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
|
|
-dependencies = [
|
|
|
- "impl-trait-for-tuples",
|
|
|
- "parity-scale-codec",
|
|
|
- "safe-mix",
|
|
|
- "serde",
|
|
|
- "sr-io",
|
|
|
- "sr-primitives",
|
|
|
- "sr-std",
|
|
|
- "sr-version",
|
|
|
- "srml-support",
|
|
|
- "substrate-primitives",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "srml-timestamp"
|
|
|
-version = "2.0.0"
|
|
|
-source = "git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
|
|
-dependencies = [
|
|
|
- "impl-trait-for-tuples",
|
|
|
- "parity-scale-codec",
|
|
|
- "serde",
|
|
|
- "sr-primitives",
|
|
|
- "sr-std",
|
|
|
- "srml-support",
|
|
|
- "srml-frame_system",
|
|
|
- "substrate-inherents",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "static_assertions"
|
|
|
-version = "0.2.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c19be23126415861cb3a23e501d34a708f7f9b2183c5252d690941c2e69199d5"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "static_assertions"
|
|
|
-version = "1.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "strum"
|
|
|
-version = "0.15.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e5d1c33039533f051704951680f1adfd468fd37ac46816ded0d9ee068e60f05f"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "strum_macros"
|
|
|
-version = "0.15.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "47cd23f5c7dee395a00fa20135e2ec0fffcdfa151c56182966d7a3261343432e"
|
|
|
-dependencies = [
|
|
|
- "heck",
|
|
|
- "proc-macro2 0.4.30",
|
|
|
- "quote 0.6.13",
|
|
|
- "syn 0.15.44",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-application-crypto"
|
|
|
-version = "2.0.0"
|
|
|
-source = "git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
|
|
-dependencies = [
|
|
|
- "parity-scale-codec",
|
|
|
- "serde",
|
|
|
- "sr-io",
|
|
|
- "sr-std",
|
|
|
- "substrate-primitives",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-bip39"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3be511be555a3633e71739a79e4ddff6a6aaa6579fa6114182a51d72c3eb93c5"
|
|
|
-dependencies = [
|
|
|
- "hmac",
|
|
|
- "pbkdf2",
|
|
|
- "schnorrkel",
|
|
|
- "sha2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-debug-derive"
|
|
|
-version = "2.0.0"
|
|
|
-source = "git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 1.0.8",
|
|
|
- "quote 1.0.2",
|
|
|
- "syn 1.0.14",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-externalities"
|
|
|
-version = "2.0.0"
|
|
|
-source = "git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
|
|
-dependencies = [
|
|
|
- "environmental",
|
|
|
- "primitive-types",
|
|
|
- "sr-std",
|
|
|
- "substrate-primitives-storage",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-forum-data-migration"
|
|
|
-version = "1.1.0"
|
|
|
-dependencies = [
|
|
|
- "criterion",
|
|
|
- "hex-literal",
|
|
|
- "parity-scale-codec",
|
|
|
- "serde",
|
|
|
- "serde_derive",
|
|
|
- "sr-io",
|
|
|
- "sr-primitives",
|
|
|
- "sr-std",
|
|
|
- "srml-balances",
|
|
|
- "srml-support",
|
|
|
- "srml-support-procedural",
|
|
|
- "srml-frame_system",
|
|
|
- "srml-timestamp",
|
|
|
- "substrate-forum-module 1.1.0",
|
|
|
- "substrate-forum-module 1.1.0 (git+https://github.com/juniuszhou/substrate-forum-module?rev=2c664a211c129fa96b3b4923f73cf850d8177006)",
|
|
|
- "substrate-primitives",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-forum-module"
|
|
|
-version = "1.1.0"
|
|
|
-source = "git+https://github.com/juniuszhou/substrate-forum-module?rev=2c664a211c129fa96b3b4923f73cf850d8177006#2c664a211c129fa96b3b4923f73cf850d8177006"
|
|
|
-dependencies = [
|
|
|
- "hex-literal",
|
|
|
- "parity-scale-codec",
|
|
|
- "serde",
|
|
|
- "serde_derive",
|
|
|
- "sr-io",
|
|
|
- "sr-primitives",
|
|
|
- "sr-std",
|
|
|
- "srml-balances",
|
|
|
- "srml-support",
|
|
|
- "srml-support-procedural",
|
|
|
- "srml-frame_system",
|
|
|
- "srml-timestamp",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-forum-module"
|
|
|
-version = "1.1.0"
|
|
|
-dependencies = [
|
|
|
- "hex-literal",
|
|
|
- "parity-scale-codec",
|
|
|
- "serde",
|
|
|
- "serde_derive",
|
|
|
- "sr-io",
|
|
|
- "sr-primitives",
|
|
|
- "sr-std",
|
|
|
- "srml-balances",
|
|
|
- "srml-support",
|
|
|
- "srml-support-procedural",
|
|
|
- "srml-frame_system",
|
|
|
- "srml-timestamp",
|
|
|
- "substrate-forum-module 1.1.0 (git+https://github.com/juniuszhou/substrate-forum-module?rev=2c664a211c129fa96b3b4923f73cf850d8177006)",
|
|
|
- "substrate-primitives",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-inherents"
|
|
|
-version = "2.0.0"
|
|
|
-source = "git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
|
|
-dependencies = [
|
|
|
- "parity-scale-codec",
|
|
|
- "parking_lot 0.9.0",
|
|
|
- "sr-primitives",
|
|
|
- "sr-std",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-keyring"
|
|
|
-version = "2.0.0"
|
|
|
-source = "git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
|
|
-dependencies = [
|
|
|
- "lazy_static",
|
|
|
- "sr-primitives",
|
|
|
- "strum",
|
|
|
- "strum_macros",
|
|
|
- "substrate-primitives",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-panic-handler"
|
|
|
-version = "2.0.0"
|
|
|
-source = "git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
|
|
-dependencies = [
|
|
|
- "backtrace",
|
|
|
- "log",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-primitives"
|
|
|
-version = "2.0.0"
|
|
|
-source = "git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
|
|
-dependencies = [
|
|
|
- "base58",
|
|
|
- "blake2-rfc",
|
|
|
- "byteorder",
|
|
|
- "ed25519-dalek",
|
|
|
- "hash-db",
|
|
|
- "hash256-std-hasher",
|
|
|
- "hex",
|
|
|
- "impl-serde",
|
|
|
- "lazy_static",
|
|
|
- "libsecp256k1",
|
|
|
- "log",
|
|
|
- "num-traits",
|
|
|
- "parity-scale-codec",
|
|
|
- "parking_lot 0.9.0",
|
|
|
- "primitive-types",
|
|
|
- "rand 0.7.3",
|
|
|
- "regex",
|
|
|
- "rustc-hex",
|
|
|
- "schnorrkel",
|
|
|
- "serde",
|
|
|
- "sha2",
|
|
|
- "sr-std",
|
|
|
- "substrate-bip39",
|
|
|
- "substrate-debug-derive",
|
|
|
- "substrate-externalities",
|
|
|
- "substrate-primitives-storage",
|
|
|
- "tiny-bip39",
|
|
|
- "tiny-keccak",
|
|
|
- "twox-hash",
|
|
|
- "wasmi",
|
|
|
- "zeroize 0.10.1",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-primitives-storage"
|
|
|
-version = "2.0.0"
|
|
|
-source = "git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
|
|
-dependencies = [
|
|
|
- "impl-serde",
|
|
|
- "serde",
|
|
|
- "sr-std",
|
|
|
- "substrate-debug-derive",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-state-machine"
|
|
|
-version = "2.0.0"
|
|
|
-source = "git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
|
|
-dependencies = [
|
|
|
- "hash-db",
|
|
|
- "log",
|
|
|
- "num-traits",
|
|
|
- "parity-scale-codec",
|
|
|
- "parking_lot 0.9.0",
|
|
|
- "rand 0.7.3",
|
|
|
- "substrate-externalities",
|
|
|
- "substrate-panic-handler",
|
|
|
- "substrate-primitives",
|
|
|
- "substrate-trie",
|
|
|
- "trie-db",
|
|
|
- "trie-root",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-trie"
|
|
|
-version = "2.0.0"
|
|
|
-source = "git+https://github.com/paritytech/substrate.git?rev=0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3#0e3001a1ad6fa3d1ba7da7342a8d0d3b3facb2f3"
|
|
|
-dependencies = [
|
|
|
- "hash-db",
|
|
|
- "memory-db",
|
|
|
- "parity-scale-codec",
|
|
|
- "sr-std",
|
|
|
- "substrate-primitives",
|
|
|
- "trie-db",
|
|
|
- "trie-root",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "subtle"
|
|
|
-version = "1.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "subtle"
|
|
|
-version = "2.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "7c65d530b10ccaeac294f349038a597e435b18fb456aadd0840a623f83b9e941"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "syn"
|
|
|
-version = "0.15.44"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 0.4.30",
|
|
|
- "quote 0.6.13",
|
|
|
- "unicode-xid 0.1.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "syn"
|
|
|
-version = "1.0.14"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "af6f3550d8dff9ef7dc34d384ac6f107e5d31c8f57d9f28e0081503f547ac8f5"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 1.0.8",
|
|
|
- "quote 1.0.2",
|
|
|
- "unicode-xid 0.2.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "synstructure"
|
|
|
-version = "0.12.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 1.0.8",
|
|
|
- "quote 1.0.2",
|
|
|
- "syn 1.0.14",
|
|
|
- "unicode-xid 0.2.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "textwrap"
|
|
|
-version = "0.11.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
-dependencies = [
|
|
|
- "unicode-width",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "thread_local"
|
|
|
-version = "1.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
|
|
-dependencies = [
|
|
|
- "lazy_static",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tiny-bip39"
|
|
|
-version = "0.6.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c1c5676413eaeb1ea35300a0224416f57abc3bd251657e0fafc12c47ff98c060"
|
|
|
-dependencies = [
|
|
|
- "failure",
|
|
|
- "hashbrown 0.1.8",
|
|
|
- "hmac",
|
|
|
- "once_cell 0.1.8",
|
|
|
- "pbkdf2",
|
|
|
- "rand 0.6.5",
|
|
|
- "sha2",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tiny-keccak"
|
|
|
-version = "1.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "1d8a021c69bb74a44ccedb824a046447e2c84a01df9e5c20779750acb38e11b2"
|
|
|
-dependencies = [
|
|
|
- "crunchy",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tinytemplate"
|
|
|
-version = "1.0.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "57a3c6667d3e65eb1bc3aed6fd14011c6cbc3a0665218ab7f5daf040b9ec371a"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "toml"
|
|
|
-version = "0.5.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
|
|
|
-dependencies = [
|
|
|
- "serde",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "trie-db"
|
|
|
-version = "0.15.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "d0b62d27e8aa1c07414549ac872480ac82380bab39e730242ab08d82d7cc098a"
|
|
|
-dependencies = [
|
|
|
- "elastic-array",
|
|
|
- "hash-db",
|
|
|
- "hashbrown 0.6.3",
|
|
|
- "log",
|
|
|
- "rand 0.6.5",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "trie-root"
|
|
|
-version = "0.15.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0b779f7c1c8fe9276365d9d5be5c4b5adeacf545117bb3f64c974305789c5c0b"
|
|
|
-dependencies = [
|
|
|
- "hash-db",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "twox-hash"
|
|
|
-version = "1.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3bfd5b7557925ce778ff9b9ef90e3ade34c524b5ff10e239c69a42d546d2af56"
|
|
|
-dependencies = [
|
|
|
- "rand 0.7.3",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "typenum"
|
|
|
-version = "1.11.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "uint"
|
|
|
-version = "0.8.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e75a4cdd7b87b28840dba13c483b9a88ee6bbf16ba5c951ee1ecfcf723078e0d"
|
|
|
-dependencies = [
|
|
|
- "byteorder",
|
|
|
- "crunchy",
|
|
|
- "rustc-hex",
|
|
|
- "static_assertions 1.1.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-segmentation"
|
|
|
-version = "1.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-width"
|
|
|
-version = "0.1.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-xid"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-xid"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "walkdir"
|
|
|
-version = "2.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
|
|
|
-dependencies = [
|
|
|
- "same-file",
|
|
|
- "winapi",
|
|
|
- "winapi-util",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wasi"
|
|
|
-version = "0.9.0+wasi-snapshot-preview1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wasmi"
|
|
|
-version = "0.5.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "f31d26deb2d9a37e6cfed420edce3ed604eab49735ba89035e13c98f9a528313"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "memory_units",
|
|
|
- "num-rational",
|
|
|
- "num-traits",
|
|
|
- "parity-wasm",
|
|
|
- "wasmi-validation",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wasmi-validation"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "6bc0356e3df56e639fc7f7d8a99741915531e27ed735d911ed83d7e1339c8188"
|
|
|
-dependencies = [
|
|
|
- "parity-wasm",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "winapi"
|
|
|
-version = "0.3.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
|
|
-dependencies = [
|
|
|
- "winapi-i686-pc-windows-gnu",
|
|
|
- "winapi-x86_64-pc-windows-gnu",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "winapi-i686-pc-windows-gnu"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "winapi-util"
|
|
|
-version = "0.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80"
|
|
|
-dependencies = [
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "winapi-x86_64-pc-windows-gnu"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zeroize"
|
|
|
-version = "0.9.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "45af6a010d13e4cf5b54c94ba5a2b2eba5596b9e46bf5875612d332a1f2b3f86"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zeroize"
|
|
|
-version = "0.10.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "4090487fa66630f7b166fba2bbb525e247a5449f41c468cc1d98f8ae6ac03120"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zeroize"
|
|
|
-version = "1.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "3cbac2ed2ba24cc90f5e06485ac8c7c1e5449fe8911aef4d8877218af021a5b8"
|
|
|
-dependencies = [
|
|
|
- "zeroize_derive",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zeroize_derive"
|
|
|
-version = "1.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "de251eec69fc7c1bc3923403d18ececb929380e016afe103da75f396704f8ca2"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 1.0.8",
|
|
|
- "quote 1.0.2",
|
|
|
- "syn 1.0.14",
|
|
|
- "synstructure",
|
|
|
-]
|