Skip to content
Snippets Groups Projects
Cargo.lock 330 KiB
Newer Older
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.3.0"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "libp2p-core 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "wasm-timer 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "libp2p-tcp"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.13.0"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
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.29 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "get_if_addrs 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "ipnet 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "libp2p-core 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "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)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "tokio-timer 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "libp2p-uds"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.13.0"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "libp2p-core 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "tokio-uds 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "libp2p-wasm-ext"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.6.0"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "js-sys 0.3.32 (registry+https://github.com/rust-lang/crates.io-index)",
 "libp2p-core 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "parity-send-wrapper 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "wasm-bindgen 0.2.55 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "wasm-bindgen-futures 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "libp2p-websocket"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.13.0"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
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.29 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "libp2p-core 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "rw-stream-sink 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "soketto 0.2.3 (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)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "tokio-rustls 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "webpki-roots 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "libp2p-yamux"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.13.0"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "libp2p-core 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "yamux 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "librocksdb-sys"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "6.2.4"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "bindgen 0.49.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
 "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "libsecp256k1"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "crunchy 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "hmac-drbg 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "sha2 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "subtle 2.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "libz-sys"
version = "1.0.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
 "vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "linked-hash-map"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "linked_hash_set"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "linked-hash-map 0.5.2 (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 = [
 "scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "lock_api"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "lock_api"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.3.2"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "log"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.4.10"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
Joshy Orndorff's avatar
Joshy Orndorff committed
name = "lru"
version = "0.1.17"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "hashbrown 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "lru"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "hashbrown 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "malloc_size_of_derive"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
version = "0.1.1"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "matches"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"

Joshy Orndorff's avatar
Joshy Orndorff committed
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "memchr"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "memoffset"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.5.3"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
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 = "memory-db"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.15.3"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "ahash 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "hashbrown 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-util-mem 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "memory_units"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "merlin"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "1.3.0"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 1.3.2 (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.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "miniz_oxide"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.3.5"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "mio"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.6.21"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "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)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "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"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "2.0.6"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "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 = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[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"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.6.1"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
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.29 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "tokio-io 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "names"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "rand 0.3.23 (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.10 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "nix"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "node-template"
version = "2.0.0"
dependencies = [
 "ctrlc 3.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "node-template-runtime 2.0.0",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "sc-basic-authority 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sc-cli 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sc-client 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sc-consensus-aura 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sc-executor 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sc-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sc-network 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sc-service 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sc-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-consensus 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-consensus-aura 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "substrate-build-script-utils 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "tokio 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
 "trie-root 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "node-template-runtime"
version = "2.0.0"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "frame-executive 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "pallet-aura 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "pallet-balances 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "pallet-grandpa 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "pallet-indices 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "pallet-randomness-collective-flip 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "pallet-sudo 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "pallet-transaction-payment 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-block-builder 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-consensus-aura 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-offchain 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-session 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-transaction-pool 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-version 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "substrate-wasm-builder-runner 1.0.4 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "nodrop"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
version = "0.1.14"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "nohash-hasher"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "nom"
version = "4.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "num-bigint"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "num-integer"
version = "0.1.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "num-rational"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-bigint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "num-traits"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.2.10"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "num_cpus"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "1.11.1"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "hermit-abi 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "ole32-sys"
version = "0.2.0"
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 = "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 = "once_cell"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"

Joshy Orndorff's avatar
Joshy Orndorff committed
[[package]]
name = "once_cell"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
Joshy Orndorff's avatar
Joshy Orndorff committed
name = "owning_ref"
version = "0.4.0"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
Joshy Orndorff's avatar
Joshy Orndorff committed
name = "pallet-aura"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-application-crypto 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-consensus-aura 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
]

[[package]]
name = "pallet-balances"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "parity-scale-codec 1.1.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.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
]
Shawn Tabrizi's avatar
Shawn Tabrizi committed

[[package]]
Joshy Orndorff's avatar
Joshy Orndorff committed
name = "pallet-finality-tracker"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
Joshy Orndorff's avatar
Joshy Orndorff committed
name = "pallet-grandpa"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "pallet-finality-tracker 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "pallet-session 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-finality-grandpa 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
]

[[package]]
name = "pallet-indices"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "parity-scale-codec 1.1.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.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-keyring 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
]

[[package]]
name = "pallet-randomness-collective-flip"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "safe-mix 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
]

[[package]]
name = "pallet-session"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "pallet-timestamp 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "parity-scale-codec 1.1.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.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-staking 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-trie 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
]

[[package]]
name = "pallet-sudo"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-io 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
]

[[package]]
name = "pallet-timestamp"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-inherents 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-timestamp 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
]

[[package]]
name = "pallet-transaction-payment"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "frame-system 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "pallet-transaction-payment-rpc-runtime-api 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
]

[[package]]
name = "pallet-transaction-payment-rpc-runtime-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee#40a16efefc070faf5a25442bc3ae1d0ea2478eee"
dependencies = [
 "frame-support 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "parity-scale-codec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-runtime 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
 "sp-std 2.0.0 (git+https://github.com/paritytech/substrate.git?rev=40a16efefc070faf5a25442bc3ae1d0ea2478eee)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "parity-bytes"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Shawn Tabrizi's avatar
Shawn Tabrizi committed

[[package]]
name = "parity-multiaddr"
version = "0.5.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.5 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "bytes 0.4.12 (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.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

Joshy Orndorff's avatar
Joshy Orndorff committed
[[package]]
name = "parity-multiaddr"
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)",
 "bs58 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "bytes 0.4.12 (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.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "parity-multihash"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "blake2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "sha-1 0.8.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.2 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
[[package]]
name = "parity-multihash"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "blake2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "sha-1 0.8.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.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "unsigned-varint 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "parity-scale-codec"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "1.1.0"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "bitvec 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "byte-slice-cast 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec-derive 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "parity-scale-codec-derive"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "1.1.0"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "parity-send-wrapper"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "parity-util-mem"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.2.1"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "malloc_size_of_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "parity-wasm"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.41.0"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "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"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lock_api 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "parking_lot"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "lock_api 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc_version 0.2.3 (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 = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "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)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "parking_lot_core"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "parking_lot_core"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "paste"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "paste-impl"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "pbkdf2"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "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 = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Joshy Orndorff's avatar
Joshy Orndorff committed
name = "pin-project"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "pin-project-internal 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "pin-project-internal"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
[[package]]
name = "pin-project-lite"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "pin-utils"
version = "0.1.0-alpha.4"
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "pkg-config"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.3.17"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "ppv-lite86"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.2.6"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "primitive-types"
Joshy Orndorff's avatar
Joshy Orndorff committed
version = "0.6.1"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "fixed-hash 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "impl-codec 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "uint 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
]

[[package]]
name = "proc-macro-crate"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Joshy Orndorff's avatar
Joshy Orndorff committed
 "toml 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "proc-macro-error"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "proc-macro-hack"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
version = "0.5.11"
Shawn Tabrizi's avatar
Shawn Tabrizi committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
 "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
Joshy Orndorff's avatar
Joshy Orndorff committed
[[package]]
name = "proc-macro-nested"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"

Shawn Tabrizi's avatar
Shawn Tabrizi committed
[[package]]
name = "proc-macro2"
version = "0.4.30"
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)",