Cargo.lock 214 KiB
Newer Older
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "parity-scale-codec",
 "sc-client-api",
 "sp-api",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-inherents",
 "sp-runtime",
 "sp-state-machine",
[[package]]
name = "sc-chain-spec"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "2.0.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "impl-trait-for-tuples",
 "sc-chain-spec-derive",
 "sc-network",
 "sc-telemetry",
 "serde",
 "serde_json",
 "sp-core",
 "sp-runtime",
[[package]]
name = "sc-chain-spec-derive"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "2.0.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "proc-macro-crate",
 "proc-macro2 1.0.18",
 "quote 1.0.7",
 "syn 1.0.33",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "0.8.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "ansi_term 0.12.1",
 "atty",
 "chrono",
 "derive_more 0.99.9",
 "env_logger",
 "fdlimit",
 "futures 0.3.5",
 "lazy_static",
 "log 0.4.8",
 "names",
 "parity-util-mem",
 "regex",
 "rpassword",
 "sc-client-api",
 "sc-informant",
 "sc-network",
 "sc-service",
 "sc-telemetry",
 "sc-tracing",
 "serde_json",
 "sp-blockchain",
 "sp-core",
 "sp-keyring",
 "sp-panic-handler",
 "sp-runtime",
 "sp-state-machine",
ddorgan's avatar
ddorgan committed
 "sp-version",
 "structopt",
 "substrate-prometheus-endpoint",
 "time",
 "tokio 0.2.21",
name = "sc-client-api"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "2.0.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "derive_more 0.99.9",
 "futures 0.3.5",
 "hash-db",
 "hex-literal",
 "kvdb",
 "log 0.4.8",
 "parity-scale-codec",
 "sc-executor",
 "sc-telemetry",
 "sp-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sp-database",
 "sp-externalities",
 "sp-inherents",
 "sp-keyring",
 "sp-runtime",
 "sp-state-machine",
 "sp-std",
 "sp-storage",
 "sp-transaction-pool",
 "sp-trie",
 "sp-version",
 "substrate-prometheus-endpoint",
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "0.8.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "blake2-rfc",
 "hash-db",
 "kvdb",
 "kvdb-memorydb",
 "kvdb-rocksdb",
 "linked-hash-map",
 "log 0.4.8",
 "parity-db",
 "parity-scale-codec",
 "parity-util-mem",
 "sc-client-api",
 "sc-executor",
 "sc-state-db",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-database",
 "sp-runtime",
 "sp-state-machine",
 "sp-trie",
 "substrate-prometheus-endpoint",
Web3 Philosopher's avatar
Web3 Philosopher committed
[[package]]
name = "sc-consensus"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "0.8.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
Web3 Philosopher's avatar
Web3 Philosopher committed
dependencies = [
 "sc-client-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-runtime",
]

name = "sc-consensus-babe"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "0.8.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "derive_more 0.99.9",
 "fork-tree",
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "log 0.4.8",
 "merlin",
 "num-bigint",
 "num-rational",
 "num-traits 0.2.12",
 "parity-scale-codec",
 "pdqselect",
 "rand 0.7.3",
 "sc-client-api",
 "sc-consensus-epochs",
 "sc-consensus-slots",
 "sc-consensus-uncles",
 "sc-keystore",
 "sc-telemetry",
 "schnorrkel",
 "serde",
 "sp-api",
 "sp-application-crypto",
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-consensus-vrf",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-runtime",
 "sp-timestamp",
 "sp-version",
 "substrate-prometheus-endpoint",
[[package]]
name = "sc-consensus-babe-rpc"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "0.8.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
 "derive_more 0.99.9",
 "futures 0.3.5",
 "jsonrpc-core",
 "jsonrpc-core-client",
 "jsonrpc-derive",
 "sc-consensus-babe",
 "sc-consensus-epochs",
 "sc-keystore",
Gavin Wood's avatar
Gavin Wood committed
 "sp-application-crypto",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-core",
 "sp-runtime",
]

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sc-consensus-epochs"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "0.8.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "fork-tree",
 "parity-scale-codec",
 "sc-client-api",
 "sp-blockchain",
 "sp-runtime",
name = "sc-consensus-slots"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "0.8.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "log 0.4.8",
 "parity-scale-codec",
 "sc-client-api",
 "sc-telemetry",
 "sp-api",
 "sp-application-crypto",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-inherents",
 "sp-runtime",
 "sp-state-machine",
name = "sc-consensus-uncles"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "0.8.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "log 0.4.8",
 "sc-client-api",
 "sp-authorship",
 "sp-consensus",
 "sp-core",
 "sp-inherents",
 "sp-runtime",
[[package]]
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "0.8.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "derive_more 0.99.9",
 "lazy_static",
 "libsecp256k1",
 "log 0.4.8",
 "parity-scale-codec",
 "parity-wasm",
 "sc-executor-common",
 "sc-executor-wasmi",
 "sc-executor-wasmtime",
Gav Wood's avatar
Gav Wood committed
 "sp-api",
 "sp-core",
 "sp-externalities",
 "sp-io",
 "sp-panic-handler",
 "sp-runtime-interface",
 "sp-serializer",
 "sp-trie",
 "sp-version",
 "sp-wasm-interface",
 "wasmi",
]

[[package]]
name = "sc-executor-common"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "0.8.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "derive_more 0.99.9",
 "log 0.4.8",
 "parity-scale-codec",
 "sp-allocator",
 "sp-core",
 "sp-runtime-interface",
 "sp-serializer",
 "sp-wasm-interface",
 "wasmi",
]

[[package]]
name = "sc-executor-wasmi"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "0.8.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "log 0.4.8",
 "parity-scale-codec",
 "sc-executor-common",
 "sp-allocator",
 "sp-core",
 "sp-runtime-interface",
 "sp-wasm-interface",
 "wasmi",
]

[[package]]
name = "sc-executor-wasmtime"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "0.8.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "cranelift-codegen",
 "cranelift-wasm",
 "log 0.4.8",
 "parity-scale-codec",
 "parity-wasm",
 "sc-executor-common",
 "scoped-tls 1.0.0",
 "sp-allocator",
 "sp-core",
 "sp-runtime-interface",
 "sp-wasm-interface",
 "substrate-wasmtime",
 "substrate-wasmtime-runtime",
 "wasmtime-environ",
name = "sc-finality-grandpa"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "0.8.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "assert_matches",
 "derive_more 0.99.9",
 "finality-grandpa",
 "fork-tree",
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "log 0.4.8",
 "parity-scale-codec",
 "pin-project",
 "rand 0.7.3",
 "sc-block-builder",
 "sc-client-api",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sc-consensus",
 "sc-keystore",
 "sc-network",
 "sc-network-gossip",
 "sc-telemetry",
 "serde_json",
 "sp-api",
 "sp-application-crypto",
 "sp-arithmetic",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-finality-grandpa",
 "sp-finality-tracker",
 "sp-inherents",
 "sp-runtime",
 "substrate-prometheus-endpoint",
[[package]]
name = "sc-finality-grandpa-rpc"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "0.8.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "derive_more 0.99.9",
 "finality-grandpa",
 "futures 0.3.5",
 "jsonrpc-core",
 "jsonrpc-core-client",
 "jsonrpc-derive",
 "log 0.4.8",
 "sc-finality-grandpa",
 "serde",
 "serde_json",
]

[[package]]
name = "sc-informant"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "0.8.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "ansi_term 0.12.1",
 "futures 0.3.5",
 "log 0.4.8",
 "parity-util-mem",
 "sc-client-api",
 "sc-network",
 "sp-blockchain",
 "sp-runtime",
 "sp-transaction-pool",
 "sp-utils",
 "wasm-timer",
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "2.0.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "derive_more 0.99.9",
Gavin Wood's avatar
Gavin Wood committed
 "merlin",
 "rand 0.7.3",
 "serde_json",
 "sp-application-crypto",
 "sp-core",
 "subtle 2.2.3",
]

[[package]]
name = "sc-light"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "2.0.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "hash-db",
 "lazy_static",
 "parity-scale-codec",
 "parking_lot 0.10.2",
 "sc-client-api",
 "sc-executor",
 "sp-api",
 "sp-blockchain",
 "sp-core",
 "sp-externalities",
 "sp-runtime",
 "sp-state-machine",
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "0.8.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "bitflags",
 "bytes 0.5.5",
 "derive_more 0.99.9",
 "either",
 "erased-serde",
 "fnv",
 "fork-tree",
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "futures_codec",
 "libp2p",
 "linked-hash-map",
 "linked_hash_set",
 "log 0.4.8",
 "lru",
 "nohash-hasher",
 "parity-scale-codec",
 "pin-project",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "sc-block-builder",
 "sc-client-api",
 "sc-peerset",
 "serde",
 "serde_json",
 "slog",
 "slog_derive",
 "smallvec 0.6.13",
 "sp-arithmetic",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-runtime",
 "substrate-prometheus-endpoint",
 "thiserror",
 "unsigned-varint 0.4.0",
 "void",
 "wasm-timer",
 "zeroize",
[[package]]
name = "sc-network-gossip"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "0.8.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "libp2p",
 "log 0.4.8",
 "lru",
 "sc-network",
 "sp-runtime",
 "wasm-timer",
[[package]]
name = "sc-network-test"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "0.8.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "env_logger",
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "libp2p",
 "log 0.4.8",
 "rand 0.7.3",
 "sc-block-builder",
 "sc-client-api",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sc-consensus",
 "sc-network",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sc-service",
 "sp-blockchain",
 "sp-consensus",
 "sp-consensus-babe",
 "sp-core",
 "sp-runtime",
 "substrate-test-runtime",
 "substrate-test-runtime-client",
 "tempfile",
[[package]]
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "2.0.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "bytes 0.5.5",
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "hyper 0.13.6",
 "hyper-rustls",
 "log 0.4.8",
 "num_cpus",
 "parity-scale-codec",
 "rand 0.7.3",
 "sc-client-api",
 "sc-keystore",
 "sc-network",
 "sp-api",
 "sp-core",
 "sp-offchain",
 "sp-runtime",
 "threadpool",
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "2.0.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
 "futures 0.3.5",
 "libp2p",
 "log 0.4.8",
 "serde_json",
 "wasm-timer",
[[package]]
name = "sc-proposer-metrics"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "0.8.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "log 0.4.8",
 "substrate-prometheus-endpoint",
]

Cecile Tonglet's avatar
Cecile Tonglet committed
version = "2.0.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "futures 0.3.5",
 "hash-db",
 "jsonrpc-core",
 "jsonrpc-pubsub",
 "log 0.4.8",
 "parity-scale-codec",
 "sc-block-builder",
 "sc-client-api",
 "sc-executor",
 "sc-keystore",
 "sc-rpc-api",
 "serde_json",
 "sp-api",
 "sp-blockchain",
 "sp-core",
 "sp-offchain",
 "sp-rpc",
 "sp-runtime",
 "sp-session",
 "sp-state-machine",
 "sp-transaction-pool",
 "sp-version",
[[package]]
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "0.8.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "derive_more 0.99.9",
 "futures 0.3.5",
 "jsonrpc-core",
 "jsonrpc-core-client",
 "jsonrpc-derive",
 "jsonrpc-pubsub",
 "log 0.4.8",
 "parity-scale-codec",
 "serde",
 "serde_json",
 "sp-core",
 "sp-rpc",
 "sp-runtime",
 "sp-transaction-pool",
 "sp-version",
thiolliere's avatar
thiolliere committed
[[package]]
name = "sc-rpc-server"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "2.0.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
thiolliere's avatar
thiolliere committed
dependencies = [
 "jsonrpc-core",
 "jsonrpc-http-server",
Gavin Wood's avatar
Gavin Wood committed
 "jsonrpc-ipc-server",
 "jsonrpc-pubsub",
 "jsonrpc-ws-server",
 "log 0.4.8",
 "serde",
 "serde_json",
 "sp-runtime",
Gav Wood's avatar
Gav Wood committed
[[package]]
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "0.8.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "derive_more 0.99.9",
 "exit-future",
 "futures 0.1.29",
 "futures 0.3.5",
 "futures-timer 3.0.2",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "hash-db",
 "lazy_static",
 "log 0.4.8",
 "parity-scale-codec",
 "parity-util-mem",
 "pin-project",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "rand 0.7.3",
 "sc-block-builder",
 "sc-chain-spec",
 "sc-client-api",
 "sc-client-db",
 "sc-executor",
 "sc-informant",
 "sc-keystore",
 "sc-light",
 "sc-network",
 "sc-offchain",
 "sc-rpc",
 "sc-rpc-server",
 "sc-telemetry",
 "sc-tracing",
 "sc-transaction-pool",
 "serde",
 "serde_json",
 "slog",
 "sp-api",
 "sp-application-crypto",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sp-block-builder",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sp-externalities",
 "sp-io",
 "sp-runtime",
 "sp-session",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sp-state-machine",
 "sp-transaction-pool",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sp-trie",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sp-version",
 "substrate-prometheus-endpoint",
 "sysinfo",
 "tracing",
 "wasm-timer",
Gav Wood's avatar
Gav Wood committed
]

Cecile Tonglet's avatar
Cecile Tonglet committed
version = "0.8.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "log 0.4.8",
 "parity-scale-codec",
 "parity-util-mem",
 "parity-util-mem-derive",
 "sc-client-api",
 "sp-core",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sc-telemetry"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "2.0.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "futures 0.3.5",
 "futures-timer 3.0.2",
 "libp2p",
 "log 0.4.8",
 "pin-project",
 "rand 0.7.3",
 "serde",
 "slog",
 "slog-json",
 "slog-scope",
 "take_mut",
 "void",
 "wasm-timer",
[[package]]
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "2.0.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "erased-serde",
 "log 0.4.8",
 "sc-telemetry",
 "serde",
 "serde_json",
 "slog",
 "tracing-core",
name = "sc-transaction-graph"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "2.0.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "derive_more 0.99.9",
 "futures 0.3.5",
 "linked-hash-map",
 "log 0.4.8",
 "parity-util-mem",
 "serde",
 "sp-blockchain",
 "sp-core",
 "sp-runtime",
 "sp-transaction-pool",
 "wasm-timer",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sc-transaction-pool"
Cecile Tonglet's avatar
Cecile Tonglet committed
version = "2.0.0-rc5"
source = "git+https://github.com/paritytech/substrate#065b0f321f223b4cb3b22cee0e71fa6930034e2a"
dependencies = [
 "derive_more 0.99.9",
 "futures 0.3.5",
 "futures-diagnose",
 "log 0.4.8",
 "parity-scale-codec",
 "parity-util-mem",
 "sc-client-api",
 "sc-transaction-graph",
 "sp-api",
 "sp-blockchain",
 "sp-core",
 "sp-runtime",
 "sp-tracing",
 "sp-transaction-pool",
Gav Wood's avatar
Gav Wood committed
 "substrate-prometheus-endpoint",
 "wasm-timer",
]

[[package]]
name = "schannel"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
dependencies = [
 "lazy_static",
 "winapi 0.3.9",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "021b403afe70d81eea68f6ea12f6b3c9588e5d536a94c3bf80f15e7faa267862"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "arrayref",
 "arrayvec 0.5.1",
 "curve25519-dalek",
 "getrandom",
 "merlin",
 "rand 0.7.3",
 "rand_core 0.5.1",
 "sha2 0.8.2",
 "subtle 2.2.3",
 "zeroize",
[[package]]
name = "scoped-tls"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"

[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"

[[package]]
name = "scroll"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb2332cb595d33f7edd5700f4cbf94892e680c7f0ae56adab58a35190b66cb1"
 "scroll_derive",
name = "scroll_derive"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e367622f934864ffa1c704ba2b82280aab856e3d8213c84c5720257eb34b15b9"
dependencies = [
 "proc-macro2 1.0.18",
 "quote 1.0.7",
 "syn 1.0.33",
name = "sct"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
 "ring",
 "untrusted",
[[package]]
name = "secrecy"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9182278ed645df3477a9c27bfee0621c621aa16f6972635f7f795dae3d81070f"
dependencies = [
 "zeroize",
]

[[package]]
name = "security-framework"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad502866817f0575705bd7be36e2b2535cc33262d493aa733a2ec862baa2bc2b"
dependencies = [
 "bitflags",
 "core-foundation",
 "core-foundation-sys",
 "security-framework-sys",
]

[[package]]
name = "security-framework-sys"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51ceb04988b17b6d1dcd555390fa822ca5637b4a14e1f5099f13d351bed4d6c7"
dependencies = [
 "core-foundation-sys",
 "libc",
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
 "semver-parser",
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
name = "send_wrapper"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0eddf2e8f50ced781f288c19f18621fa72a3779e3cb58dbf23b07469b0abeb4"
[[package]]
name = "send_wrapper"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "686ef91cf020ad8d4aca9a7047641fd6add626b7b89e14546c2b6a76781cf822"
[[package]]
name = "send_wrapper"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f638d531eccd6e23b980caf34876660d38e265409d8e99b397ab71eb3612fad0"
[[package]]
name = "serde"
version = "1.0.114"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3"
dependencies = [
 "serde_derive",
Kian Paimani's avatar
Kian Paimani committed
]

[[package]]
name = "serde_derive"
version = "1.0.114"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a0be94b04690fbaed37cddffc5c134bf537c8e3329d53e982fe04c374978f8e"
 "proc-macro2 1.0.18",
 "quote 1.0.7",
 "syn 1.0.33",