Cargo.lock 436 KiB
Newer Older
 "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "sourcefile"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sp-allocator"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-wasm-interface 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
[[package]]
name = "sp-api"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
thiolliere's avatar
thiolliere committed
dependencies = [
 "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api-proc-macro 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-state-machine 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-version 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
thiolliere's avatar
thiolliere committed
]

[[package]]
name = "sp-api-proc-macro"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
thiolliere's avatar
thiolliere committed
dependencies = [
 "blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
thiolliere's avatar
thiolliere committed
]

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sp-application-crypto"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "parity-scale-codec 1.2.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-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
name = "sp-arithmetic"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "integer-sqrt 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-debug-derive 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "sp-authority-discovery"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-application-crypto 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
name = "sp-authorship"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "sp-block-builder"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "sp-blockchain"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "lru 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-block-builder 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-state-machine 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate)",
[[package]]
name = "sp-consensus"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
dependencies = [
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-diagnose 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "libp2p 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.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-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-state-machine 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-version 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
[[package]]
name = "sp-consensus-aura"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
dependencies = [
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-application-crypto 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-timestamp 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
[[package]]
name = "sp-consensus-babe"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
dependencies = [
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-application-crypto 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-consensus-vrf 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-timestamp 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "sp-consensus-vrf"
version = "0.8.0-alpha.5"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
dependencies = [
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "schnorrkel 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
[[package]]
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
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.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "ed25519-dalek 1.0.0-pre.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "hash256-std-hasher 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "hex 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "impl-serde 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "libsecp256k1 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-util-mem 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "primitive-types 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "schnorrkel 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-debug-derive 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-externalities 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-runtime-interface 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-storage 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "substrate-bip39 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "tiny-bip39 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "tiny-keccak 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "zeroize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "sp-debug-derive"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "sp-externalities"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "environmental 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-storage 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
Gavin Wood's avatar
Gavin Wood committed
name = "sp-finality-grandpa"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "parity-scale-codec 1.2.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-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-application-crypto 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
name = "sp-finality-tracker"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
name = "sp-inherents"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
[[package]]
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
 "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "libsecp256k1 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-externalities 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-runtime-interface 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-state-machine 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-trie 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-wasm-interface 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
dependencies = [
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "strum 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
dependencies = [
 "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "sp-panic-handler"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "backtrace 0.3.43 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
dependencies = [
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "hash256-std-hasher 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-util-mem 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.3 (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-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-arithmetic 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sp-runtime-interface"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "primitive-types 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-externalities 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-runtime-interface-proc-macro 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-wasm-interface 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "static_assertions 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "sp-runtime-interface-proc-macro"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "Inflector 0.11.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro-crate 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "sp-serializer"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",
name = "sp-session"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
dependencies = [
 "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "sp-state-machine"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-externalities 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-panic-handler 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-trie 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "trie-root 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
Gavin Wood's avatar
Gavin Wood committed

[[package]]
name = "sp-storage"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-debug-derive 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "sp-timestamp"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "wasm-timer 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
name = "sp-transaction-pool"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.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-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
[[package]]
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
dependencies = [
 "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "memory-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "trie-root 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
 "impl-serde 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.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-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sp-wasm-interface"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "impl-trait-for-tuples 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "wasmi 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

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

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

[[package]]
name = "statrs"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "stream-cipher"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "string"
version = "0.2.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)",
]

[[package]]
name = "string-interner"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
]

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

[[package]]
name = "structopt"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "structopt-derive 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "structopt-derive"
version = "0.4.2"
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-macro-error 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "strum"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "strum_macros 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "strum_macros"
version = "0.16.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 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-bip39"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "hmac 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "pbkdf2 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "schnorrkel 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "substrate-browser-utils"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
dependencies = [
 "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "clear_on_drop 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "console_error_panic_hook 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
 "console_log 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-timer 3.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)",
 "kvdb-web 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "libp2p-wasm-ext 0.16.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-chain-spec 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sc-informant 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sc-network 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sc-service 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasm-bindgen-futures 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "substrate-frame-rpc-system"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
 "frame-system-rpc-runtime-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-core 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-core-client 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "jsonrpc-derive 14.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-transaction-pool 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "substrate-prometheus-endpoint"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "prometheus 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "tokio 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "substrate-test-client"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
dependencies = [
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "hash-db 0.15.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sc-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sc-client-db 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sc-executor 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-consensus 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-keyring 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-state-machine 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "substrate-test-runtime"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
dependencies = [
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "frame-executive 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "frame-support 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "frame-system 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "frame-system-rpc-runtime-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "memory-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "pallet-babe 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "pallet-timestamp 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-util-mem 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-client 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
 "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-application-crypto 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-block-builder 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-consensus-aura 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-consensus-babe 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-inherents 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-io 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-keyring 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-offchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-runtime-interface 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-session 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-std 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-transaction-pool 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-trie 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-version 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "substrate-wasm-builder-runner 1.0.5 (git+https://github.com/paritytech/substrate)",
 "trie-db 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-test-runtime-client"
version = "2.0.0-dev"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
dependencies = [
 "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
 "parity-scale-codec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "sc-block-builder 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sc-client 0.8.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sc-client-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-api 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-blockchain 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-core 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "sp-runtime 2.0.0-alpha.5 (git+https://github.com/paritytech/substrate)",
 "substrate-test-client 2.0.0-dev (git+https://github.com/paritytech/substrate)",
 "substrate-test-runtime 2.0.0-dev (git+https://github.com/paritytech/substrate)",
]

[[package]]
name = "substrate-wasm-builder-runner"
version = "1.0.5"
source = "git+https://github.com/paritytech/substrate#f0c36f56cf4f23a6532b0bfdd5ae820b3a75acbc"
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "substrate-wasm-builder-runner"
version = "1.0.5"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "substrate-wasmtime"
version = "0.13.0-threadsafe.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
 "backtrace 0.3.43 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 "region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-wasmtime-jit 0.13.0-threadsafe.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-wasmtime-runtime 0.13.0-threadsafe.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasmparser 0.51.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasmtime-environ 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasmtime-profiling 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "wat 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-wasmtime-jit"
version = "0.13.0-threadsafe.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-codegen 0.59.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-entity 0.59.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-frontend 0.59.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-native 0.59.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "cranelift-wasm 0.59.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "substrate-wasmtime-runtime 0.13.0-threadsafe.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasmparser 0.51.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasmtime-debug 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasmtime-environ 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasmtime-profiling 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "substrate-wasmtime-runtime"
version = "0.13.0-threadsafe.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "backtrace 0.3.43 (registry+https://github.com/rust-lang/crates.io-index)",
 "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
 "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasmtime-environ 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "wasmtime-profiling 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "subtle"
version = "1.0.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"

[[package]]
name = "subtle"
Gavin Wood's avatar
Gavin Wood committed
version = "2.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "syn"
Gavin Wood's avatar
Gavin Wood committed
version = "0.15.44"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "syn"
version = "1.0.14"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "syn-mid"
Gavin Wood's avatar
Gavin Wood committed
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "synstructure"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "sysinfo"
version = "0.12.0"
asynchronous rob's avatar
asynchronous rob 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)",
 "doc-comment 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 "ntapi 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
 "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed

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

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "target-lexicon"
version = "0.10.0"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "target_info"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "tempfile"
version = "3.1.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)",
 "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
 "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
 "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "termcolor"
Gavin Wood's avatar
Gavin Wood committed
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "winapi-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "textwrap"
version = "0.11.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "theban_interval_tree"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "memrange 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)",
 "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "thiserror"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "thiserror-impl 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
]

[[package]]
name = "thiserror-impl"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
 "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "thread_local"
Gavin Wood's avatar
Gavin Wood committed
version = "1.0.1"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
[[package]]
name = "threadpool"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
 "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "time"
version = "0.1.42"