|
@@ -1,3551 +0,0 @@
|
|
|
-# This file is automatically @generated by Cargo.
|
|
|
-# It is not intended for manual editing.
|
|
|
-[[package]]
|
|
|
-name = "aes-ctr"
|
|
|
-version = "0.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "aes-soft 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "aesni 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "ctr 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "stream-cipher 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aes-soft"
|
|
|
-version = "0.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aesni"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "stream-cipher 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aho-corasick"
|
|
|
-version = "0.7.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "aio-limited"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "arrayref"
|
|
|
-version = "0.3.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "arrayvec"
|
|
|
-version = "0.4.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "asn1_der"
|
|
|
-version = "0.6.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "asn1_der_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "asn1_der_derive"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "autocfg"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "backtrace"
|
|
|
-version = "0.3.14"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "backtrace-sys"
|
|
|
-version = "0.1.28"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "cc 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "base-x"
|
|
|
-version = "0.2.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "base58"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bigint"
|
|
|
-version = "4.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitflags"
|
|
|
-version = "1.0.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bitmask"
|
|
|
-version = "0.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "blake2"
|
|
|
-version = "0.8.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "blake2-rfc"
|
|
|
-version = "0.2.18"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "block-buffer"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "block-buffer"
|
|
|
-version = "0.7.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "block-padding 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "block-cipher-trait"
|
|
|
-version = "0.6.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "block-padding"
|
|
|
-version = "0.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bs58"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "byte-tools"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "byte-tools"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "byteorder"
|
|
|
-version = "0.5.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "byteorder"
|
|
|
-version = "1.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "bytes"
|
|
|
-version = "0.4.12"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cc"
|
|
|
-version = "1.0.26"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cfg-if"
|
|
|
-version = "0.1.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "chrono"
|
|
|
-version = "0.4.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "clear_on_drop"
|
|
|
-version = "0.2.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "cc 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cloudabi"
|
|
|
-version = "0.0.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "constant_time_eq"
|
|
|
-version = "0.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam-channel"
|
|
|
-version = "0.3.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam-deque"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam-deque"
|
|
|
-version = "0.6.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam-deque"
|
|
|
-version = "0.7.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam-epoch"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam-epoch"
|
|
|
-version = "0.7.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam-queue"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam-utils"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossbeam-utils"
|
|
|
-version = "0.6.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crunchy"
|
|
|
-version = "0.1.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crunchy"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crypto-mac"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crypto-mac"
|
|
|
-version = "0.7.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ctr"
|
|
|
-version = "0.3.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "stream-cipher 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "cuckoofilter"
|
|
|
-version = "0.3.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "curve25519-dalek"
|
|
|
-version = "1.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "subtle 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "data-encoding"
|
|
|
-version = "2.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "digest"
|
|
|
-version = "0.6.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "digest"
|
|
|
-version = "0.8.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "discard"
|
|
|
-version = "1.0.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "dns-parser"
|
|
|
-version = "0.8.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ed25519-dalek"
|
|
|
-version = "1.0.0-pre.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "curve25519-dalek 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "either"
|
|
|
-version = "1.5.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "elastic-array"
|
|
|
-version = "0.10.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "environmental"
|
|
|
-version = "1.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "error-chain"
|
|
|
-version = "0.12.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "failure"
|
|
|
-version = "0.1.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "failure_derive"
|
|
|
-version = "0.1.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fake-simd"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fixed-hash"
|
|
|
-version = "0.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "static_assertions 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fnv"
|
|
|
-version = "1.0.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "foreign-types"
|
|
|
-version = "0.3.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "foreign-types-shared"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fuchsia-cprng"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fuchsia-zircon"
|
|
|
-version = "0.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "fuchsia-zircon-sys"
|
|
|
-version = "0.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures"
|
|
|
-version = "0.1.26"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "futures-cpupool"
|
|
|
-version = "0.1.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "generic-array"
|
|
|
-version = "0.8.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "generic-array"
|
|
|
-version = "0.12.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hash-db"
|
|
|
-version = "0.12.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hash256-std-hasher"
|
|
|
-version = "0.12.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "crunchy 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hashbrown"
|
|
|
-version = "0.1.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hashmap_core"
|
|
|
-version = "0.1.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "heapsize"
|
|
|
-version = "0.4.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "heck"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hex"
|
|
|
-version = "0.3.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hex-literal"
|
|
|
-version = "0.1.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "hex-literal-impl 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "proc-macro-hack 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hex-literal-impl"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "proc-macro-hack 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hmac"
|
|
|
-version = "0.4.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "crypto-mac 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hmac"
|
|
|
-version = "0.7.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "hmac-drbg"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "hmac 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "httparse"
|
|
|
-version = "1.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "idna"
|
|
|
-version = "0.1.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "impl-codec"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "impl-serde"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "integer-sqrt"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "iovec"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "itoa"
|
|
|
-version = "0.4.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "joystream-node-runtime"
|
|
|
-version = "5.4.0"
|
|
|
-dependencies = [
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec-derive 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-io 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-std 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-version 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-aura 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-balances 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-consensus 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-executive 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-finality-tracker 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-grandpa 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-indices 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-session 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-staking 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-sudo 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-support 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-system 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-timestamp 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-client 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-consensus-aura-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-consensus-authorities 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-forum-module 1.0.0 (git+https://github.com/joystream/substrate-forum-module?tag=v1.0.0)",
|
|
|
- "substrate-offchain-primitives 0.1.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "joystream-node-runtime-wasm"
|
|
|
-version = "5.4.0"
|
|
|
-dependencies = [
|
|
|
- "joystream-node-runtime 5.4.0",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "keccak"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "kernel32-sys"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "kvdb"
|
|
|
-version = "0.1.0"
|
|
|
-source = "git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d#b0317f649ab2c665b7987b8475878fc4d2e1f81d"
|
|
|
-dependencies = [
|
|
|
- "elastic-array 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "lazy_static"
|
|
|
-version = "1.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "lazycell"
|
|
|
-version = "1.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libc"
|
|
|
-version = "0.2.51"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-core 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-core-derive 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-dns 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-floodsub 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-identify 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-kad 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-mdns 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-mplex 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-noise 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-ping 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-plaintext 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-ratelimit 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-secio 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-tcp 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-uds 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-yamux 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-multiaddr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-multihash 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "stdweb 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-core"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "asn1_der 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "ed25519-dalek 1.0.0-pre.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "multistream-select 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-multiaddr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-multihash 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "protobuf 2.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rw-stream-sink 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "secp256k1 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "unsigned-varint 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "zeroize 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-core-derive"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-dns"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-core 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-multiaddr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-dns-unofficial 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-floodsub"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "cuckoofilter 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-core 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "protobuf 2.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "unsigned-varint 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-identify"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-core 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-multiaddr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "protobuf 2.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "unsigned-varint 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-kad"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "bigint 4.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-core 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-identify 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-ping 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-multiaddr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-multihash 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "protobuf 2.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "unsigned-varint 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-mdns"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "dns-parser 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-core 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-multiaddr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-mplex"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-core 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "unsigned-varint 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-noise"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "curve25519-dalek 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-core 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "snow 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "x25519-dalek 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "zeroize 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-ping"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-core 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-multiaddr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-plaintext"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-core 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-ratelimit"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "aio-limited 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-core 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-secio"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "aes-ctr 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "asn1_der 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "ctr 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "hmac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-core 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "protobuf 2.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rw-stream-sink 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "stdweb 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "twofish 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-tcp"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-core 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-multiaddr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tk-listen 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-uds"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-core 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-multiaddr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libp2p-yamux"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p-core 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "yamux 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "libsecp256k1"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "hmac-drbg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sha2 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "lock_api"
|
|
|
-version = "0.1.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "log"
|
|
|
-version = "0.4.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "matches"
|
|
|
-version = "0.1.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "memchr"
|
|
|
-version = "2.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "memoffset"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "memory-db"
|
|
|
-version = "0.12.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "hash-db 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "hashmap_core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "memory_units"
|
|
|
-version = "0.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "merlin"
|
|
|
-version = "1.0.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "keccak 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "mio"
|
|
|
-version = "0.6.16"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "mio-extras"
|
|
|
-version = "2.0.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "mio-uds"
|
|
|
-version = "0.6.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "miow"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "multistream-select"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "unsigned-varint 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "net2"
|
|
|
-version = "0.2.33"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "nodrop"
|
|
|
-version = "0.1.13"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "nohash-hasher"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "num-integer"
|
|
|
-version = "0.1.39"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "num-traits"
|
|
|
-version = "0.2.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "num_cpus"
|
|
|
-version = "1.10.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "once_cell"
|
|
|
-version = "0.1.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "opaque-debug"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "openssl"
|
|
|
-version = "0.10.20"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "openssl-sys 0.9.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "openssl-sys"
|
|
|
-version = "0.9.43"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "cc 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "owning_ref"
|
|
|
-version = "0.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "owning_ref"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parity-bytes"
|
|
|
-version = "0.1.0"
|
|
|
-source = "git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d#b0317f649ab2c665b7987b8475878fc4d2e1f81d"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parity-codec"
|
|
|
-version = "3.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec-derive 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parity-codec-derive"
|
|
|
-version = "3.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "proc-macro-crate 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parity-multiaddr"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-multihash 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "unsigned-varint 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parity-multihash"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "blake2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "unsigned-varint 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parity-wasm"
|
|
|
-version = "0.31.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parking_lot"
|
|
|
-version = "0.5.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parking_lot"
|
|
|
-version = "0.6.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parking_lot"
|
|
|
-version = "0.7.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parking_lot_core"
|
|
|
-version = "0.2.14"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parking_lot_core"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "parking_lot_core"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "paste"
|
|
|
-version = "0.1.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "paste-impl 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "proc-macro-hack 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "paste-impl"
|
|
|
-version = "0.1.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "proc-macro-hack 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pbkdf2"
|
|
|
-version = "0.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "percent-encoding"
|
|
|
-version = "1.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "pkg-config"
|
|
|
-version = "0.3.14"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "primitive-types"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "fixed-hash 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "impl-codec 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "impl-serde 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "uint 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "proc-macro-crate"
|
|
|
-version = "0.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "proc-macro-hack"
|
|
|
-version = "0.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "proc-macro-hack-impl 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "proc-macro-hack"
|
|
|
-version = "0.5.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "proc-macro-hack-impl"
|
|
|
-version = "0.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "proc-macro2"
|
|
|
-version = "0.4.27"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "protobuf"
|
|
|
-version = "2.4.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "quick-error"
|
|
|
-version = "0.1.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "quick-error"
|
|
|
-version = "1.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "quote"
|
|
|
-version = "0.6.11"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand"
|
|
|
-version = "0.3.23"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand"
|
|
|
-version = "0.4.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand"
|
|
|
-version = "0.5.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand"
|
|
|
-version = "0.6.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand_jitter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_chacha"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_core"
|
|
|
-version = "0.3.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_core"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_hc"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_isaac"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_jitter"
|
|
|
-version = "0.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_os"
|
|
|
-version = "0.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_pcg"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rand_xorshift"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rayon"
|
|
|
-version = "1.0.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "either 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rayon-core"
|
|
|
-version = "1.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rdrand"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "redox_syscall"
|
|
|
-version = "0.1.52"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "regex"
|
|
|
-version = "1.1.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "regex-syntax"
|
|
|
-version = "0.6.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ring"
|
|
|
-version = "0.14.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "cc 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustc-demangle"
|
|
|
-version = "0.1.13"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustc-hex"
|
|
|
-version = "2.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rustc_version"
|
|
|
-version = "0.2.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "rw-stream-sink"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ryu"
|
|
|
-version = "0.2.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "safe-mix"
|
|
|
-version = "1.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "schnorrkel"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "curve25519-dalek 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "ed25519-dalek 1.0.0-pre.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "merlin 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sha3 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "subtle 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "scopeguard"
|
|
|
-version = "0.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "secp256k1"
|
|
|
-version = "0.12.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "cc 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "semver"
|
|
|
-version = "0.9.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "semver-parser"
|
|
|
-version = "0.7.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "serde"
|
|
|
-version = "1.0.89"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "serde_derive"
|
|
|
-version = "1.0.89"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "serde_json"
|
|
|
-version = "1.0.39"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sha1"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sha2"
|
|
|
-version = "0.6.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "block-buffer 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sha2"
|
|
|
-version = "0.8.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "block-buffer 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sha3"
|
|
|
-version = "0.8.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "block-buffer 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "keccak 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "slab"
|
|
|
-version = "0.4.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "slog"
|
|
|
-version = "2.4.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "slog-async"
|
|
|
-version = "2.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "slog-json"
|
|
|
-version = "2.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "slog-scope"
|
|
|
-version = "4.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "crossbeam 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "smallvec"
|
|
|
-version = "0.6.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "snow"
|
|
|
-version = "0.5.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "static_slice 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "subtle 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "spin"
|
|
|
-version = "0.5.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sr-api-macros"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "proc-macro-crate 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sr-io"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "environmental 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "hash-db 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libsecp256k1 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-std 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-state-machine 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-trie 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sr-primitives"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "integer-sqrt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-io 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-std 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sr-std"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "sr-version"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "impl-serde 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-std 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "srml-aura"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "hex-literal 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec-derive 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-std 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-session 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-staking 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-support 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-system 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-timestamp 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-inherents 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "srml-balances"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "hex-literal 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-std 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-support 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-system 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-keyring 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "srml-consensus"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "hex-literal 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-std 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-support 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-system 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-inherents 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "srml-executive"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-io 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-std 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-support 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-system 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "srml-finality-tracker"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "hex-literal 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-std 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-support 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-system 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-inherents 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "srml-grandpa"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-std 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-consensus 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-finality-tracker 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-session 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-support 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-system 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-finality-grandpa-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "srml-indices"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "hex-literal 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec-derive 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-io 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-std 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-support 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-system 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-keyring 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "srml-metadata"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-std 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "srml-session"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "hex-literal 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec-derive 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-std 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-consensus 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-support 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-system 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-timestamp 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "srml-staking"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "hex-literal 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-io 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-std 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-consensus 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-session 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-support 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-system 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-keyring 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "srml-sudo"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "hex-literal 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec-derive 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-std 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-support 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-support-procedural 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-system 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "srml-support"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "hex-literal 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "once_cell 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "paste 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-io 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-std 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-metadata 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-support-procedural 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-inherents 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "srml-support-procedural"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-api-macros 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-support-procedural-tools 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "srml-support-procedural-tools"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "proc-macro-crate 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "srml-support-procedural-tools-derive 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "srml-support-procedural-tools-derive"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "srml-system"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "hex-literal 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-io 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-std 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-support 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "srml-timestamp"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "hex-literal 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-std 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-support 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-system 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-inherents 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "stable_deref_trait"
|
|
|
-version = "1.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "static_assertions"
|
|
|
-version = "0.2.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "static_slice"
|
|
|
-version = "0.0.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "stdweb"
|
|
|
-version = "0.4.15"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "discard 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "stdweb-derive 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "stdweb-internal-macros 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "stdweb-internal-runtime 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "stdweb-derive"
|
|
|
-version = "0.5.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "stdweb-internal-macros"
|
|
|
-version = "0.2.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "base-x 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "stdweb-internal-runtime"
|
|
|
-version = "0.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "stream-cipher"
|
|
|
-version = "0.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "strum"
|
|
|
-version = "0.14.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "strum_macros"
|
|
|
-version = "0.14.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-bip39"
|
|
|
-version = "0.2.1"
|
|
|
-source = "git+https://github.com/paritytech/substrate-bip39#44307fda4ea17fe97aeb93af317fbc8f6ed34193"
|
|
|
-dependencies = [
|
|
|
- "hmac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "pbkdf2 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "schnorrkel 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-client"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "hash-db 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "hex-literal 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-api-macros 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-std 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-version 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-consensus-common 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-executor 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-inherents 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-keyring 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-state-machine 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-telemetry 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-trie 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-consensus-aura-primitives"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "sr-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-client 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-consensus-authorities"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-io 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-std 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-version 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-support 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-client 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-consensus-common"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libp2p 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec-derive 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-version 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-inherents 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "tokio 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-executor"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libsecp256k1 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-io 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-version 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-panic-handler 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-serializer 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-state-machine 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-trie 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "wasmi 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-finality-grandpa-primitives"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-std 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-client 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-forum-module"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate-forum-module?tag=v1.0.0#d724d9946ab01c6d3b4307ca6ea9263dabd58d34"
|
|
|
-dependencies = [
|
|
|
- "hex-literal 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec-derive 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-io 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-std 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-balances 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-support 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-support-procedural 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-system 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "srml-timestamp 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-inherents"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "sr-std 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-keyring"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "hex-literal 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "strum 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "strum_macros 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "substrate-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-offchain-primitives"
|
|
|
-version = "0.1.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "sr-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-client 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-panic-handler"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-primitives"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "hash-db 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "hash256-std-hasher 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "hex-literal 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "impl-serde 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "primitive-types 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "schnorrkel 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sr-std 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-bip39 0.2.1 (git+https://github.com/paritytech/substrate-bip39)",
|
|
|
- "tiny-bip39 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "twox-hash 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "wasmi 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-serializer"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-state-machine"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "hash-db 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "hex-literal 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "substrate-panic-handler 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "substrate-trie 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)",
|
|
|
- "trie-db 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "trie-root 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-telemetry"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "slog-async 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "slog-json 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "slog-scope 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "ws 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "substrate-trie"
|
|
|
-version = "1.0.0"
|
|
|
-source = "git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f#6dfc3e8b057bb00322136251a0f10305fbb1ad8f"
|
|
|
-dependencies = [
|
|
|
- "hash-db 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "memory-db 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "trie-db 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "trie-root 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "subtle"
|
|
|
-version = "1.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "subtle"
|
|
|
-version = "2.0.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "syn"
|
|
|
-version = "0.15.31"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "synstructure"
|
|
|
-version = "0.10.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "take_mut"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "thread_local"
|
|
|
-version = "0.3.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "time"
|
|
|
-version = "0.1.42"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "redox_syscall 0.1.52 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tiny-bip39"
|
|
|
-version = "0.6.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "hmac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "once_cell 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "pbkdf2 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tiny-keccak"
|
|
|
-version = "1.4.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tk-listen"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio"
|
|
|
-version = "0.1.18"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-sync 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-threadpool 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-trace-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-codec"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-current-thread"
|
|
|
-version = "0.1.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-dns-unofficial"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-executor"
|
|
|
-version = "0.1.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-fs"
|
|
|
-version = "0.1.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-threadpool 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-io"
|
|
|
-version = "0.1.12"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-reactor"
|
|
|
-version = "0.1.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-sync 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-sync"
|
|
|
-version = "0.1.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-tcp"
|
|
|
-version = "0.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-threadpool"
|
|
|
-version = "0.1.13"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-timer"
|
|
|
-version = "0.2.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-trace-core"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-udp"
|
|
|
-version = "0.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "tokio-uds"
|
|
|
-version = "0.2.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "toml"
|
|
|
-version = "0.4.10"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "trie-db"
|
|
|
-version = "0.12.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "elastic-array 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "hash-db 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "hashmap_core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "trie-root"
|
|
|
-version = "0.12.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "hash-db 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "twofish"
|
|
|
-version = "0.2.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "twox-hash"
|
|
|
-version = "1.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "typenum"
|
|
|
-version = "1.10.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ucd-util"
|
|
|
-version = "0.1.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "uint"
|
|
|
-version = "0.6.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "crunchy 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-bidi"
|
|
|
-version = "0.3.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-normalization"
|
|
|
-version = "0.1.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-segmentation"
|
|
|
-version = "1.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unicode-xid"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "unsigned-varint"
|
|
|
-version = "0.2.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "untrusted"
|
|
|
-version = "0.6.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "url"
|
|
|
-version = "1.7.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "utf8-ranges"
|
|
|
-version = "1.0.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "vcpkg"
|
|
|
-version = "0.2.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "void"
|
|
|
-version = "1.0.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "wasmi"
|
|
|
-version = "0.4.4"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "memory_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parity-wasm 0.31.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "winapi"
|
|
|
-version = "0.2.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "winapi"
|
|
|
-version = "0.3.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "winapi-build"
|
|
|
-version = "0.1.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "winapi-i686-pc-windows-gnu"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "winapi-x86_64-pc-windows-gnu"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ws"
|
|
|
-version = "0.7.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "openssl 0.10.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "ws2_32-sys"
|
|
|
-version = "0.2.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "x25519-dalek"
|
|
|
-version = "0.5.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "curve25519-dalek 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "yamux"
|
|
|
-version = "0.1.9"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-dependencies = [
|
|
|
- "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "nohash-hasher 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "quick-error 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
- "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "zeroize"
|
|
|
-version = "0.5.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-
|
|
|
-[metadata]
|
|
|
-"checksum aes-ctr 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d2e5b0458ea3beae0d1d8c0f3946564f8e10f90646cf78c06b4351052058d1ee"
|
|
|
-"checksum aes-soft 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cfd7e7ae3f9a1fb5c03b389fc6bb9a51400d0c13053f0dca698c832bfd893a0d"
|
|
|
-"checksum aesni 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f70a6b5f971e473091ab7cfb5ffac6cde81666c4556751d8d5620ead8abf100"
|
|
|
-"checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c"
|
|
|
-"checksum aio-limited 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7f10b352bc3fc08ae24dc5d2d3ddcac153678533986122dc283d747b12071000"
|
|
|
-"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
|
|
|
-"checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71"
|
|
|
-"checksum asn1_der 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9893d63fc3b1c44231e667da6836a33f27d8b6b3bdc82f83da5dfd579d1b6528"
|
|
|
-"checksum asn1_der_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9e7f92edafad155aff997fa5b727c6429b91e996b5a5d62a2b0adbae1306b5fe"
|
|
|
-"checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799"
|
|
|
-"checksum backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "cd5a90e2b463010cd0e0ce9a11d4a9d5d58d9f41d4a6ba3dcaf9e68b466e88b4"
|
|
|
-"checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6"
|
|
|
-"checksum base-x 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d55aa264e822dbafa12db4d54767aff17c6ba55ea2d8559b3e17392c7d000e5d"
|
|
|
-"checksum base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83"
|
|
|
-"checksum bigint 4.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ebecac13b3c745150d7b6c3ea7572d372f09d627c2077e893bf26c5c7f70d282"
|
|
|
-"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
|
|
|
-"checksum bitmask 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5da9b3d9f6f585199287a473f4f8dfab6566cf827d15c00c219f53c645687ead"
|
|
|
-"checksum blake2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "91721a6330935673395a0607df4d49a9cb90ae12d259f1b3e0a3f6e1d486872e"
|
|
|
-"checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
|
|
|
-"checksum block-buffer 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1339a1042f5d9f295737ad4d9a6ab6bf81c84a933dba110b9200cd6d1448b814"
|
|
|
-"checksum block-buffer 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49665c62e0e700857531fa5d3763e91b539ff1abeebd56808d378b495870d60d"
|
|
|
-"checksum block-cipher-trait 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1c924d49bd09e7c06003acda26cd9742e796e34282ec6c1189404dee0c1f4774"
|
|
|
-"checksum block-padding 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d75255892aeb580d3c566f213a2b6fdc1c66667839f45719ee1d30ebf2aea591"
|
|
|
-"checksum bs58 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0de79cfb98e7aa9988188784d8664b4b5dad6eaaa0863b91d9a4ed871d4f7a42"
|
|
|
-"checksum byte-tools 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "560c32574a12a89ecd91f5e742165893f86e3ab98d21f8ea548658eb9eef5f40"
|
|
|
-"checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
|
|
-"checksum byteorder 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0fc10e8cc6b2580fda3f36eb6dc5316657f812a3df879a44a66fc9f0fdbc4855"
|
|
|
-"checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb"
|
|
|
-"checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
|
|
-"checksum cc 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "389803e36973d242e7fecb092b2de44a3d35ac62524b3b9339e51d577d668e02"
|
|
|
-"checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4"
|
|
|
-"checksum chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "45912881121cb26fad7c38c17ba7daa18764771836b34fab7d3fbd93ed633878"
|
|
|
-"checksum clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "97276801e127ffb46b66ce23f35cc96bd454fa311294bced4bbace7baa8b1d17"
|
|
|
-"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
|
|
-"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
|
|
|
-"checksum crossbeam 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ad4c7ea749d9fb09e23c5cb17e3b70650860553a0e2744e38446b1803bf7db94"
|
|
|
-"checksum crossbeam-channel 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "0f0ed1a4de2235cabda8558ff5840bffb97fcb64c97827f354a451307df5f72b"
|
|
|
-"checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3"
|
|
|
-"checksum crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "05e44b8cf3e1a625844d1750e1f7820da46044ff6d28f4d43e455ba3e5bb2c13"
|
|
|
-"checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71"
|
|
|
-"checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150"
|
|
|
-"checksum crossbeam-epoch 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "04c9e3102cc2d69cd681412141b390abd55a362afc1540965dad0ad4d34280b4"
|
|
|
-"checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
|
|
|
-"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
|
|
|
-"checksum crossbeam-utils 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "f8306fcef4a7b563b76b7dd949ca48f52bc1141aa067d2ea09565f3e2652aa5c"
|
|
|
-"checksum crunchy 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a2f4a431c5c9f662e1200b7c7f02c34e91361150e382089a8f2dec3ba680cbda"
|
|
|
-"checksum crunchy 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c240f247c278fa08a6d4820a6a222bfc6e0d999e51ba67be94f44c905b2161f2"
|
|
|
-"checksum crypto-mac 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "779015233ac67d65098614aec748ac1c756ab6677fa2e14cf8b37c08dfed1198"
|
|
|
-"checksum crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
|
|
|
-"checksum ctr 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "022cd691704491df67d25d006fe8eca083098253c4d43516c2206479c58c6736"
|
|
|
-"checksum cuckoofilter 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8dd43f7cfaffe0a386636a10baea2ee05cc50df3b77bea4a456c9572a939bf1f"
|
|
|
-"checksum curve25519-dalek 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e1f8a6fc0376eb52dc18af94915cc04dfdf8353746c0e8c550ae683a0815e5c1"
|
|
|
-"checksum data-encoding 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4f47ca1860a761136924ddd2422ba77b2ea54fe8cc75b9040804a0d9d32ad97"
|
|
|
-"checksum digest 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e5b29bf156f3f4b3c4f610a25ff69370616ae6e0657d416de22645483e72af0a"
|
|
|
-"checksum digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05f47366984d3ad862010e22c7ce81a7dbcaebbdfb37241a620f8b6596ee135c"
|
|
|
-"checksum discard 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
|
|
-"checksum dns-parser 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"
|
|
|
-"checksum ed25519-dalek 1.0.0-pre.1 (registry+https://github.com/rust-lang/crates.io-index)" = "81956bcf7ef761fb4e1d88de3fa181358a0d26cbcb9755b587a08f9119824b86"
|
|
|
-"checksum either 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c67353c641dc847124ea1902d69bd753dee9bb3beff9aa3662ecf86c971d1fac"
|
|
|
-"checksum elastic-array 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "073be79b6538296faf81c631872676600616073817dd9a440c477ad09b408983"
|
|
|
-"checksum environmental 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c7464757b80de8930c91c9afe77ddce501826bf9d134a87db2c67d9dc177e2c"
|
|
|
-"checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02"
|
|
|
-"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
|
|
|
-"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
|
|
|
-"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
|
|
-"checksum fixed-hash 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a557e80084b05c32b455963ff565a9de6f2866da023d6671705c6aff6f65e01c"
|
|
|
-"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
|
|
-"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
-"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
-"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
|
|
-"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
-"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
-"checksum futures 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "62941eff9507c8177d448bd83a44d9b9760856e184081d8cd79ba9f03dd24981"
|
|
|
-"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
|
|
|
-"checksum generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c0f28c2f5bfb5960175af447a2da7c18900693738343dc896ffbcabd9839592"
|
|
|
-"checksum generic-array 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fceb69994e330afed50c93524be68c42fa898c2d9fd4ee8da03bd7363acd26f2"
|
|
|
-"checksum hash-db 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ba7fb417e5c470acdd61068c79767d0e65962e70836cf6c9dfd2409f06345ce0"
|
|
|
-"checksum hash256-std-hasher 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f8b2027c19ec91eb304999abae7307d225cf93be42af53b0039f76e98ed5af86"
|
|
|
-"checksum hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3bae29b6653b3412c2e71e9d486db9f9df5d701941d86683005efb9f2d28e3da"
|
|
|
-"checksum hashmap_core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "8e04cb7a5051270ef3fa79f8c7604d581ecfa73d520e74f554e45541c4b5881a"
|
|
|
-"checksum heapsize 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1679e6ea370dee694f91f1dc469bf94cf8f52051d147aec3e1f9497c6fc22461"
|
|
|
-"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
|
|
-"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
|
|
|
-"checksum hex-literal 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ddc2928beef125e519d69ae1baa8c37ea2e0d3848545217f6db0179c5eb1d639"
|
|
|
-"checksum hex-literal-impl 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "520870c3213943eb8d7803e80180d12a6c7ceb4ae74602544529d1643dc4ddda"
|
|
|
-"checksum hmac 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7a13f4163aa0c5ca1be584aace0e2212b2e41be5478218d4f657f5f778b2ae2a"
|
|
|
-"checksum hmac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f127a908633569f208325f86f71255d3363c79721d7f9fe31cd5569908819771"
|
|
|
-"checksum hmac-drbg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4fe727d41d2eec0a6574d887914347e5ff96a3b87177817e2a9820c5c87fecc2"
|
|
|
-"checksum httparse 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e8734b0cfd3bc3e101ec59100e101c2eecd19282202e87808b3037b442777a83"
|
|
|
-"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
|
|
-"checksum impl-codec 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d2050d823639fbeae26b2b5ba09aca8907793117324858070ade0673c49f793b"
|
|
|
-"checksum impl-serde 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5158079de9d4158e0ce1de3ae0bd7be03904efc40b3d7dd8b8c301cbf6b52b56"
|
|
|
-"checksum integer-sqrt 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ea155abb3ba6f382a75f1418988c05fe82959ed9ce727de427f9cfd425b0c903"
|
|
|
-"checksum iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dbe6e417e7d0975db6512b90796e8ce223145ac4e33c377e4a42882a0e88bb08"
|
|
|
-"checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
|
|
|
-"checksum keccak 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "67c21572b4949434e4fc1e1978b99c5f77064153c59d998bf13ecd96fb5ecba7"
|
|
|
-"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
|
-"checksum kvdb 0.1.0 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)" = "<none>"
|
|
|
-"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
|
|
|
-"checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
|
|
|
-"checksum libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" = "bedcc7a809076656486ffe045abeeac163da1b558e963a31e29fbfbeba916917"
|
|
|
-"checksum libp2p 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5b9cd37b1ca54fa2fd0bbf0486adf2f55f8994f2be9410b65265050b24709b2"
|
|
|
-"checksum libp2p-core 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bf9c56e6f04cb649fdeb806e963d2da223e3ed17748d9e924fdb836c09f76307"
|
|
|
-"checksum libp2p-core-derive 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "debea88a3d5de9fdaf7082bd6d238f2c4c6a0420f14bdf9e1c1083b3e7c69286"
|
|
|
-"checksum libp2p-dns 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "350d0018af3668d954f61ce7311e7d64ab7c40f19a8eb895e4750efe24c3455f"
|
|
|
-"checksum libp2p-floodsub 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bfbcf36cc58ad5d0252d8ebe9c1a87190693fe2cdbe40fb01d8046779f9a75ad"
|
|
|
-"checksum libp2p-identify 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "82e98435973e958d7dea3f5074d7fca53d0dfce2e1ac6924119a21c2991fe443"
|
|
|
-"checksum libp2p-kad 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "92bb0153418eaf0ea549008d1e22748a956c9c36af9374fbe7189d44607c14be"
|
|
|
-"checksum libp2p-mdns 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dc915d0cde68a05d26a0dcb125eddce7dd2a425e97c5172ac300c1ee8716f55a"
|
|
|
-"checksum libp2p-mplex 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "355bb370dd12809792dc020638b280e7aaf8625318018abd311c51affd0a612d"
|
|
|
-"checksum libp2p-noise 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e86291401f4a83f9fa81c03f8a7ccf0b03ce6aaa40cba058a7ec1026a65a6fe4"
|
|
|
-"checksum libp2p-ping 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f3277f1f7eaadf5cdde6a76fb4afbf24e0eda6e2b04f288f526c6fa2e4293a6e"
|
|
|
-"checksum libp2p-plaintext 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c4842a7ab54c12459b58b9e59cbeb03e3e1fd393fef48079472856f934352772"
|
|
|
-"checksum libp2p-ratelimit 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "32ba52ee76aaa94af533526ce5a22fbfcc69a560174fccee82f4cdb557411d33"
|
|
|
-"checksum libp2p-secio 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "00f416e1e3d0214bd7df2be2b6be8ef61771d44292b973c9e02bfbbd7f62fe46"
|
|
|
-"checksum libp2p-tcp 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "af47af9997d69fc70aa13e6e7cd0d766614ebe74005e69e763221a64d9a0a5ef"
|
|
|
-"checksum libp2p-uds 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa72d81501aad6998d3b1b964f68f438ef99c3aaf54d921e144e0477fa87568"
|
|
|
-"checksum libp2p-yamux 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0dbb8d08cb536a964727e77b868a026c6d92993f08e387d49163565575a478d9"
|
|
|
-"checksum libsecp256k1 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "688e8d65e495567c2c35ea0001b26b9debf0b4ea11f8cccc954233b75fc3428a"
|
|
|
-"checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
|
|
|
-"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
|
|
|
-"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
|
|
-"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
|
|
|
-"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
|
|
|
-"checksum memory-db 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7623b01a4f1b7acb7cf8e3f678f05e15e6ae26cb0b738dfeb5cc186fd6b82ef4"
|
|
|
-"checksum memory_units 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882"
|
|
|
-"checksum merlin 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "83c2dda19c01176e8e7148f7bdb88bbdf215a8db0641f89fc40e4b81736aeda5"
|
|
|
-"checksum mio 0.6.16 (registry+https://github.com/rust-lang/crates.io-index)" = "71646331f2619b1026cc302f87a2b8b648d5c6dd6937846a16cc8ce0f347f432"
|
|
|
-"checksum mio-extras 2.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "46e73a04c2fa6250b8d802134d56d554a9ec2922bf977777c805ea5def61ce40"
|
|
|
-"checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
|
|
|
-"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
|
|
-"checksum multistream-select 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f989d40aab0ed0d83c1cdb4856b5790e980b96548d1a921f280e985eb049f38d"
|
|
|
-"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
|
|
|
-"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
|
|
|
-"checksum nohash-hasher 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0d138afcce92d219ccb6eb53d9b1e8a96ac0d633cfd3c53cd9856d96d1741bb8"
|
|
|
-"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
|
|
|
-"checksum num-traits 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0b3a5d7cc97d6d30d8b9bc8fa19bf45349ffe46241e8816f50f62f6d6aaabee1"
|
|
|
-"checksum num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a23f0ed30a54abaa0c7e83b1d2d87ada7c3c23078d1d87815af3e3b6385fbba"
|
|
|
-"checksum once_cell 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "532c29a261168a45ce28948f9537ddd7a5dd272cc513b3017b1e82a88f962c37"
|
|
|
-"checksum opaque-debug 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "93f5bb2e8e8dec81642920ccff6b61f1eb94fa3020c5a325c9851ff604152409"
|
|
|
-"checksum openssl 0.10.20 (registry+https://github.com/rust-lang/crates.io-index)" = "5a0d6b781aac4ac1bd6cafe2a2f0ad8c16ae8e1dd5184822a16c50139f8838d9"
|
|
|
-"checksum openssl-sys 0.9.43 (registry+https://github.com/rust-lang/crates.io-index)" = "33c86834957dd5b915623e94f2f4ab2c70dd8f6b70679824155d5ae21dbd495d"
|
|
|
-"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
|
|
|
-"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
|
|
|
-"checksum parity-bytes 0.1.0 (git+https://github.com/paritytech/parity-common?rev=b0317f649ab2c665b7987b8475878fc4d2e1f81d)" = "<none>"
|
|
|
-"checksum parity-codec 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0333b2a2973e75c3b4a9bc2a7b28dceacb56e3949907b4ce113ff3a53bcc6713"
|
|
|
-"checksum parity-codec-derive 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "be90eb3f1b4c02a478ccee3e0e64e5152692e7871c7258d2aa8e356359325aa7"
|
|
|
-"checksum parity-multiaddr 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "61ae6944d4435d41f4d0f12108c5cbb9207cbb14bc8f2b4984c6e930dc9c8e41"
|
|
|
-"checksum parity-multihash 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e8eab0287ccde7821e337a124dc5a4f1d6e4c25d10cc91e3f9361615dd95076"
|
|
|
-"checksum parity-wasm 0.31.3 (registry+https://github.com/rust-lang/crates.io-index)" = "511379a8194230c2395d2f5fa627a5a7e108a9f976656ce723ae68fca4097bfc"
|
|
|
-"checksum parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4d05f1349491390b1730afba60bb20d55761bef489a954546b58b4b34e1e2ac"
|
|
|
-"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5"
|
|
|
-"checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337"
|
|
|
-"checksum parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa"
|
|
|
-"checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c"
|
|
|
-"checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9"
|
|
|
-"checksum paste 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1f4a4a1c555c6505821f9d58b8779d0f630a6b7e4e1be24ba718610acf01fa79"
|
|
|
-"checksum paste-impl 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "26e796e623b8b257215f27e6c80a5478856cae305f5b59810ff9acdaa34570e6"
|
|
|
-"checksum pbkdf2 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9"
|
|
|
-"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
|
|
-"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
|
|
|
-"checksum primitive-types 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "edb92f1ebfc177432c03287b15d48c202e6e2c95993a7af3ba039abb43b1492e"
|
|
|
-"checksum proc-macro-crate 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4c6cf4e5b00300d151dfffae39f529dfa5188f42eeb14201229aa420d6aad10c"
|
|
|
-"checksum proc-macro-hack 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2c725b36c99df7af7bf9324e9c999b9e37d92c8f8caf106d82e1d7953218d2d8"
|
|
|
-"checksum proc-macro-hack 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3e90aa19cd73dedc2d0e1e8407473f073d735fef0ab521438de6da8ee449ab66"
|
|
|
-"checksum proc-macro-hack-impl 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2b753ad9ed99dd8efeaa7d2fb8453c8f6bc3e54b97966d35f1bc77ca6865254a"
|
|
|
-"checksum proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)" = "4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915"
|
|
|
-"checksum protobuf 2.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "524d165d95627ddebba768db728216c4429bbb62882f7e6ab1a6c3c54a7ed830"
|
|
|
-"checksum quick-error 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5fb6ccf8db7bbcb9c2eae558db5ab4f3da1c2a87e4e597ed394726bc8ea6ca1d"
|
|
|
-"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
|
|
|
-"checksum quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "cdd8e04bd9c52e0342b406469d494fcb033be4bdbe5c606016defbb1681411e1"
|
|
|
-"checksum rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
|
|
|
-"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
|
|
-"checksum rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9"
|
|
|
-"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
|
|
-"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
|
|
-"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
|
|
-"checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
|
|
|
-"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
|
|
-"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
|
|
-"checksum rand_jitter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b9ea758282efe12823e0d952ddb269d2e1897227e464919a554f2a03ef1b832"
|
|
|
-"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
|
|
-"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
|
|
-"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
|
|
|
-"checksum rayon 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "373814f27745b2686b350dd261bfd24576a6fb0e2c5919b3a2b6005f820b0473"
|
|
|
-"checksum rayon-core 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b055d1e92aba6877574d8fe604a63c8b5df60f60e5982bf7ccbb1338ea527356"
|
|
|
-"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
|
|
-"checksum redox_syscall 0.1.52 (registry+https://github.com/rust-lang/crates.io-index)" = "d32b3053e5ced86e4bc0411fec997389532bf56b000e66cb4884eeeb41413d69"
|
|
|
-"checksum regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "559008764a17de49a3146b234641644ed37d118d1ef641a0bb573d146edc6ce0"
|
|
|
-"checksum regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96"
|
|
|
-"checksum ring 0.14.6 (registry+https://github.com/rust-lang/crates.io-index)" = "426bc186e3e95cac1e4a4be125a4aca7e84c2d616ffc02244eef36e2a60a093c"
|
|
|
-"checksum rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "adacaae16d02b6ec37fdc7acfcddf365978de76d1983d3ee22afc260e1ca9619"
|
|
|
-"checksum rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "403bb3a286107a04825a5f82e1270acc1e14028d3d554d7a1e08914549575ab8"
|
|
|
-"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
-"checksum rw-stream-sink 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d548a40fe17c3a77d54b82457b79fcc9b8a288d509ca20fbf5aa1dac386d22d6"
|
|
|
-"checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7"
|
|
|
-"checksum safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7f7bf422d23a88c16d5090d455f182bc99c60af4df6a345c63428acf5129e347"
|
|
|
-"checksum schnorrkel 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b5eff518f9bed3d803a0d002af0ab96339b0ebbedde3bec98a684986134b7a39"
|
|
|
-"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
|
|
|
-"checksum secp256k1 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfaccd3a23619349e0878d9a241f34b1982343cdf67367058cd7d078d326b63e"
|
|
|
-"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
-"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
-"checksum serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)" = "92514fb95f900c9b5126e32d020f5c6d40564c27a5ea6d1d7d9f157a96623560"
|
|
|
-"checksum serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6eabf4b5914e88e24eea240bb7c9f9a2cbc1bbbe8d961d381975ec3c6b806c"
|
|
|
-"checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d"
|
|
|
-"checksum sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
|
|
|
-"checksum sha2 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7d963c78ce367df26d7ea8b8cc655c651b42e8a1e584e869c1e17dae3ccb116a"
|
|
|
-"checksum sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b4d8bfd0e469f417657573d8451fb33d16cfe0989359b93baf3a1ffc639543d"
|
|
|
-"checksum sha3 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34a5e54083ce2b934bf059fdf38e7330a154177e029ab6c4e18638f2f624053a"
|
|
|
-"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
|
|
-"checksum slog 2.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1e1a2eec401952cd7b12a84ea120e2d57281329940c3f93c2bf04f462539508e"
|
|
|
-"checksum slog-async 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e544d16c6b230d84c866662fe55e31aacfca6ae71e6fc49ae9a311cb379bfc2f"
|
|
|
-"checksum slog-json 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ddc0d2aff1f8f325ef660d9a0eb6e6dcd20b30b3f581a5897f58bf42d061c37a"
|
|
|
-"checksum slog-scope 4.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "60c04b4726fa04595ccf2c2dad7bcd15474242c4c5e109a8a376e8a2c9b1539a"
|
|
|
-"checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be"
|
|
|
-"checksum snow 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5a64f02fd208ef15bd2d1a65861df4707e416151e1272d02c8faafad1c138100"
|
|
|
-"checksum spin 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44363f6f51401c34e7be73db0db371c04705d35efbe9f7d6082e03a921a32c55"
|
|
|
-"checksum sr-api-macros 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum sr-io 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum sr-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum sr-std 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum sr-version 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum srml-aura 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum srml-balances 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum srml-consensus 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum srml-executive 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum srml-finality-tracker 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum srml-grandpa 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum srml-indices 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum srml-metadata 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum srml-session 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum srml-staking 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum srml-sudo 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum srml-support 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum srml-support-procedural 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum srml-support-procedural-tools 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum srml-support-procedural-tools-derive 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum srml-system 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum srml-timestamp 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
|
|
|
-"checksum static_assertions 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c19be23126415861cb3a23e501d34a708f7f9b2183c5252d690941c2e69199d5"
|
|
|
-"checksum static_slice 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "92a7e0c5e3dfb52e8fbe0e63a1b947bbb17b4036408b151353c4491374931362"
|
|
|
-"checksum stdweb 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a3edad410e603184d656e2abded5fd4d3d6e93d5763d21130dbaf99795db74eb"
|
|
|
-"checksum stdweb-derive 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0e21ebd9179de08f2300a65454268a17ea3de204627458588c84319c4def3930"
|
|
|
-"checksum stdweb-internal-macros 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1635afd059cbfac7d5b1274f0c44cec110c1e013c48e8bbc22e07e52696cf887"
|
|
|
-"checksum stdweb-internal-runtime 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a2a2f4a2eb556337b2d1a302630bbddf989ae383c70393e89b48152b9896cbda"
|
|
|
-"checksum stream-cipher 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8861bc80f649f5b4c9bd38b696ae9af74499d479dbfb327f0607de6b326a36bc"
|
|
|
-"checksum strum 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1810e25f576e7ffce1ff5243b37066da5ded0310b3274c20baaeccb1145b2806"
|
|
|
-"checksum strum_macros 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "572a2f4e53dd4c3483fd79e5cc10ddd773a3acb1169bbfe8762365e107110579"
|
|
|
-"checksum substrate-bip39 0.2.1 (git+https://github.com/paritytech/substrate-bip39)" = "<none>"
|
|
|
-"checksum substrate-client 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum substrate-consensus-aura-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum substrate-consensus-authorities 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum substrate-consensus-common 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum substrate-executor 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum substrate-finality-grandpa-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum substrate-forum-module 1.0.0 (git+https://github.com/joystream/substrate-forum-module?tag=v1.0.0)" = "<none>"
|
|
|
-"checksum substrate-inherents 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum substrate-keyring 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum substrate-offchain-primitives 0.1.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum substrate-panic-handler 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum substrate-primitives 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum substrate-serializer 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum substrate-state-machine 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum substrate-telemetry 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum substrate-trie 1.0.0 (git+https://github.com/joystream/substrate.git?rev=6dfc3e8b057bb00322136251a0f10305fbb1ad8f)" = "<none>"
|
|
|
-"checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
|
|
|
-"checksum subtle 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "702662512f3ddeb74a64ce2fbbf3707ee1b6bb663d28bb054e0779bbc720d926"
|
|
|
-"checksum syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)" = "d2b4cfac95805274c6afdb12d8f770fa2d27c045953e7b630a81801953699a9a"
|
|
|
-"checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015"
|
|
|
-"checksum take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
|
|
|
-"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
|
|
-"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
|
|
|
-"checksum tiny-bip39 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f5388a470627f97a01a6e13389ced797a42b1611f9de7e0f6ca705675ac55297"
|
|
|
-"checksum tiny-keccak 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e9175261fbdb60781fcd388a4d6cc7e14764a2b629a7ad94abb439aed223a44f"
|
|
|
-"checksum tk-listen 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5462b0f968c0457efe38fcd2df7e487096b992419e4f5337b06775a614bbda4b"
|
|
|
-"checksum tokio 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)" = "65641e515a437b308ab131a82ce3042ff9795bef5d6c5a9be4eb24195c417fd9"
|
|
|
-"checksum tokio-codec 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5c501eceaf96f0e1793cf26beb63da3d11c738c4a943fdf3746d81d64684c39f"
|
|
|
-"checksum tokio-current-thread 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d16217cad7f1b840c5a97dfb3c43b0c871fef423a6e8d2118c604e843662a443"
|
|
|
-"checksum tokio-dns-unofficial 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "82c65483db54eb91b4ef3a9389a3364558590faf30ce473141707c0e16fda975"
|
|
|
-"checksum tokio-executor 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "83ea44c6c0773cc034771693711c35c677b4b5a4b21b9e7071704c54de7d555e"
|
|
|
-"checksum tokio-fs 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe6dc22b08d6993916647d108a1a7d15b9cd29c4f4496c62b92c45b5041b7af"
|
|
|
-"checksum tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "5090db468dad16e1a7a54c8c67280c5e4b544f3d3e018f0b913b400261f85926"
|
|
|
-"checksum tokio-reactor 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6af16bfac7e112bea8b0442542161bfc41cbfa4466b580bdda7d18cb88b911ce"
|
|
|
-"checksum tokio-sync 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "fda385df506bf7546e70872767f71e81640f1f251bdf2fd8eb81a0eaec5fe022"
|
|
|
-"checksum tokio-tcp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1d14b10654be682ac43efee27401d792507e30fd8d26389e1da3b185de2e4119"
|
|
|
-"checksum tokio-threadpool 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "ec5759cf26cf9659555f36c431b515e3d05f66831741c85b4b5d5dfb9cf1323c"
|
|
|
-"checksum tokio-timer 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2910970404ba6fa78c5539126a9ae2045d62e3713041e447f695f41405a120c6"
|
|
|
-"checksum tokio-trace-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "350c9edade9830dc185ae48ba45667a445ab59f6167ef6d0254ec9d2430d9dd3"
|
|
|
-"checksum tokio-udp 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "66268575b80f4a4a710ef83d087fdfeeabdce9b74c797535fbac18a2cb906e92"
|
|
|
-"checksum tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "037ffc3ba0e12a0ab4aca92e5234e0dedeb48fddf6ccd260f1f150a36a9f2445"
|
|
|
-"checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f"
|
|
|
-"checksum trie-db 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1ba73747fd3a64ab531274c04cb588dfa9d30d972d62990831e63fbce2cfec59"
|
|
|
-"checksum trie-root 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cfa2e20c4f1418ac2e71ddc418e35e1b56e34022e2146209ffdbf1b2de8b1bd9"
|
|
|
-"checksum twofish 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d261e83e727c8e2dbb75dacac67c36e35db36a958ee504f2164fc052434e1"
|
|
|
-"checksum twox-hash 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "555cd4909480122bbbf21e34faac4cb08a171f324775670447ed116726c474af"
|
|
|
-"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
|
|
|
-"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
|
|
|
-"checksum uint 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e7780bb27fd8a22295e0d9d53ae3be253f715a0dccb1808527f478f1c2603708"
|
|
|
-"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
|
|
-"checksum unicode-normalization 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "141339a08b982d942be2ca06ff8b076563cbe223d1befd5450716790d44e2426"
|
|
|
-"checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1"
|
|
|
-"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
|
-"checksum unsigned-varint 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2c64cdf40b4a9645534a943668681bcb219faf51874d4b65d2e0abda1b10a2ab"
|
|
|
-"checksum untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f"
|
|
|
-"checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
|
|
|
-"checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
|
|
|
-"checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d"
|
|
|
-"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
|
-"checksum wasmi 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f6a891b45c79e9f96fb66cc84a057211ef9cd2e5e8d093f3dbbd480e146a8758"
|
|
|
-"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
-"checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
|
|
|
-"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
-"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
-"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
-"checksum ws 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)" = "329d3e6dd450a9c5c73024e1047f0be7e24121a68484eb0b5368977bee3cf8c3"
|
|
|
-"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
|
-"checksum x25519-dalek 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7ee1585dc1484373cbc1cee7aafda26634665cf449436fd6e24bfd1fad230538"
|
|
|
-"checksum yamux 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "302defd1bed8a9a6d43b82f0e5a50510dfdfbbd02c270c93ff9d6f3f5e2dea89"
|
|
|
-"checksum zeroize 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8ddfeb6eee2fb3b262ef6e0898a52b7563bb8e0d5955a313b3cf2f808246ea14"
|