Skip to content
Cargo.lock 229 KiB
Newer Older
name = "sc-finality-grandpa"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#332399d16668a6c769f1a7db154bb9ea3b50e61c"
dependencies = [
 "derive_more",
 "finality-grandpa",
 "fork-tree",
 "futures 0.3.8",
 "futures-timer 3.0.2",
 "parity-scale-codec",
 "pin-project 0.4.23",
 "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-inherents",
 "sp-runtime",
 "substrate-prometheus-endpoint",
[[package]]
name = "sc-finality-grandpa-rpc"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#332399d16668a6c769f1a7db154bb9ea3b50e61c"
dependencies = [
 "derive_more",
 "finality-grandpa",
 "futures 0.3.8",
 "jsonrpc-core",
 "jsonrpc-core-client",
 "jsonrpc-derive",
 "sc-client-api",
 "sc-finality-grandpa",
 "serde",
 "serde_json",
 "sp-blockchain",
[[package]]
name = "sc-informant"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#332399d16668a6c769f1a7db154bb9ea3b50e61c"
dependencies = [
 "ansi_term 0.12.1",
 "futures 0.3.8",
 "log",
 "parity-util-mem",
 "sc-client-api",
 "sc-network",
 "sp-blockchain",
 "sp-runtime",
 "sp-transaction-pool",
 "sp-utils",
 "wasm-timer",
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#332399d16668a6c769f1a7db154bb9ea3b50e61c"
dependencies = [
 "derive_more",
 "futures 0.3.8",
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"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#332399d16668a6c769f1a7db154bb9ea3b50e61c"
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",
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#332399d16668a6c769f1a7db154bb9ea3b50e61c"
dependencies = [
Wei Tang's avatar
Wei Tang committed
 "async-std",
 "bitflags",
 "bs58",
 "bytes 0.5.6",
 "derive_more",
 "either",
 "erased-serde",
 "fnv",
 "fork-tree",
 "futures 0.3.8",
 "futures-timer 3.0.2",
 "futures_codec",
 "libp2p",
 "linked-hash-map",
 "linked_hash_set",
 "nohash-hasher",
 "parity-scale-codec",
 "parking_lot 0.11.1",
 "pin-project 0.4.23",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "sc-block-builder",
 "sc-client-api",
 "sc-peerset",
 "serde",
 "serde_json",
 "slog",
 "slog_derive",
 "smallvec 1.5.1",
 "sp-arithmetic",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-runtime",
 "substrate-prometheus-endpoint",
 "thiserror",
 "unsigned-varint",
 "void",
 "wasm-timer",
 "zeroize",
[[package]]
name = "sc-network-gossip"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#332399d16668a6c769f1a7db154bb9ea3b50e61c"
 "futures 0.3.8",
 "futures-timer 3.0.2",
 "libp2p",
 "sc-network",
 "sp-runtime",
 "wasm-timer",
[[package]]
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#332399d16668a6c769f1a7db154bb9ea3b50e61c"
dependencies = [
 "bytes 0.5.6",
 "futures 0.3.8",
 "futures-timer 3.0.2",
 "hyper 0.13.6",
 "hyper-rustls",
 "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",
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#332399d16668a6c769f1a7db154bb9ea3b50e61c"
 "futures 0.3.8",
 "libp2p",
 "serde_json",
 "wasm-timer",
[[package]]
name = "sc-proposer-metrics"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#332399d16668a6c769f1a7db154bb9ea3b50e61c"
 "substrate-prometheus-endpoint",
]

version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#332399d16668a6c769f1a7db154bb9ea3b50e61c"
dependencies = [
 "futures 0.3.8",
 "hash-db",
 "jsonrpc-core",
 "jsonrpc-pubsub",
 "parity-scale-codec",
 "sc-block-builder",
 "sc-client-api",
 "sc-executor",
 "sc-keystore",
 "sc-rpc-api",
 "sc-tracing",
 "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]]
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#332399d16668a6c769f1a7db154bb9ea3b50e61c"
dependencies = [
 "derive_more",
 "futures 0.3.8",
 "jsonrpc-core",
 "jsonrpc-core-client",
 "jsonrpc-derive",
 "jsonrpc-pubsub",
 "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"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#332399d16668a6c769f1a7db154bb9ea3b50e61c"
thiolliere's avatar
thiolliere committed
dependencies = [
 "futures 0.1.29",
 "jsonrpc-core",
 "jsonrpc-http-server",
Gavin Wood's avatar
Gavin Wood committed
 "jsonrpc-ipc-server",
 "jsonrpc-pubsub",
 "jsonrpc-ws-server",
 "serde",
 "serde_json",
 "sp-runtime",
 "substrate-prometheus-endpoint",
Gav Wood's avatar
Gav Wood committed
[[package]]
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#332399d16668a6c769f1a7db154bb9ea3b50e61c"
dependencies = [
 "directories 3.0.1",
 "exit-future",
 "futures 0.1.29",
 "futures 0.3.8",
 "futures-timer 3.0.2",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "hash-db",
 "jsonrpc-core",
 "lazy_static",
 "parity-scale-codec",
 "parity-util-mem",
 "pin-project 0.4.23",
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-runtime",
 "sp-session",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sp-state-machine",
 "sp-tracing",
 "sp-transaction-pool",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sp-trie",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sp-version",
 "substrate-prometheus-endpoint",
 "thiserror",
 "tracing",
 "tracing-futures",
 "wasm-timer",
Gav Wood's avatar
Gav Wood committed
]

version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#332399d16668a6c769f1a7db154bb9ea3b50e61c"
dependencies = [
 "parity-scale-codec",
 "parity-util-mem",
 "parity-util-mem-derive",
 "sc-client-api",
 "sp-core",
 "thiserror",
[[package]]
name = "sc-sync-state-rpc"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#332399d16668a6c769f1a7db154bb9ea3b50e61c"
dependencies = [
 "jsonrpc-core",
 "jsonrpc-core-client",
 "jsonrpc-derive",
 "sc-chain-spec",
 "sc-client-api",
 "sc-consensus-babe",
 "sc-consensus-epochs",
 "sc-finality-grandpa",
 "sc-rpc-api",
 "serde_json",
 "sp-blockchain",
 "sp-runtime",
 "thiserror",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sc-telemetry"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#332399d16668a6c769f1a7db154bb9ea3b50e61c"
dependencies = [
 "futures 0.3.8",
 "futures-timer 3.0.2",
 "libp2p",
 "pin-project 0.4.23",
 "rand 0.7.3",
 "serde",
 "slog",
 "slog-json",
 "slog-scope",
 "take_mut",
 "void",
 "wasm-timer",
[[package]]
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#332399d16668a6c769f1a7db154bb9ea3b50e61c"
dependencies = [
 "ansi_term 0.12.1",
 "erased-serde",
 "lazy_static",
 "once_cell",
 "sc-telemetry",
 "serde",
 "serde_json",
 "slog",
 "tracing-core",
 "tracing-log",
 "tracing-subscriber",
name = "sc-transaction-graph"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#332399d16668a6c769f1a7db154bb9ea3b50e61c"
dependencies = [
 "derive_more",
 "futures 0.3.8",
 "linked-hash-map",
 "parity-util-mem",
 "serde",
 "sp-blockchain",
 "sp-core",
 "sp-runtime",
 "sp-transaction-pool",
 "thiserror",
 "wasm-timer",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sc-transaction-pool"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#332399d16668a6c769f1a7db154bb9ea3b50e61c"
dependencies = [
 "futures 0.3.8",
 "futures-diagnose",
 "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",
 "thiserror",
 "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.2",
 "curve25519-dalek 2.1.0",
 "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 = "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"
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.24",
 "quote 1.0.7",
 "syn 1.0.48",
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.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0673d6a6449f5e7d12a1caf424fd9363e2af3a4953023ed455e3c4beef4597c0"
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",
[[package]]
name = "semver"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a3186ec9e65071a2095434b1f5bb24838d4e8e130f584c790f6033c79943537"
dependencies = [
 "semver-parser 0.7.0",
]

name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
 "semver-parser 0.7.0",
]

[[package]]
name = "semver"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
dependencies = [
 "semver-parser 0.10.0",
 "serde",
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
[[package]]
name = "semver-parser"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e012c6c5380fb91897ba7b9261a0f565e624e869d42fe1a1d03fa0d68a083d5"
dependencies = [
 "pest",
 "pest_derive",
]

[[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 = "separator"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"

[[package]]
name = "serde"
version = "1.0.118"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800"
dependencies = [
 "serde_derive",
Kian Paimani's avatar
Kian Paimani committed
]

[[package]]
name = "serde_derive"
version = "1.0.118"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df"
 "proc-macro2 1.0.24",
 "quote 1.0.7",
 "syn 1.0.48",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1500e84d27fe482ed1dc791a56eddc2f230046a040fa908c08bda1d9fb615779"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "itoa",
 "ryu",
 "serde",
Gav Wood's avatar
Gav Wood committed
]

Gavin Wood's avatar
Gavin Wood committed
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
 "block-buffer 0.7.3",
 "digest 0.8.1",
 "fake-simd",
 "opaque-debug 0.2.3",
[[package]]
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"
dependencies = [
 "block-buffer 0.7.3",
 "digest 0.8.1",
 "fake-simd",
 "opaque-debug 0.2.3",
]

[[package]]
name = "sha2"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2933378ddfeda7ea26f48c555bdad8bb446bf8a3d17832dc83e380d444cfb8c1"
dependencies = [
 "block-buffer 0.9.0",
 "cfg-if 0.1.10",
 "cpuid-bool",
 "digest 0.9.0",
 "opaque-debug 0.3.0",
[[package]]
name = "sha3"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809"
dependencies = [
 "block-buffer 0.9.0",
 "digest 0.9.0",
 "keccak",
 "opaque-debug 0.3.0",
]

[[package]]
name = "sharded-slab"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b4921be914e16899a80adefb821f8ddb7974e3f1250223575a44ed994882127"
dependencies = [
 "lazy_static",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "shared_memory"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf3ab0cdff84d6c66fc9e268010ea6508e58ee942575afb66f2cf194bb218bb4"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "cfg-if 0.1.10",
 "enum_primitive",
 "libc",
 "memrange",
 "nix 0.10.0",
 "rand 0.4.6",
 "shared_memory_derive",
 "theban_interval_tree",
 "winapi 0.3.9",
[[package]]
name = "shared_memory_derive"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "767a14f1304be2f0b04e69860252f8ae9cfae0afaa9cc07b675147c43425dd3a"
 "proc-macro2 0.4.30",
 "quote 0.6.13",
 "syn 0.15.44",
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "signal-hook-registry"
version = "1.2.0"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "arc-swap",
[[package]]
name = "signature"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65211b7b6fc3f14ff9fc7a2011a434e3e6880585bd2e9e9396315ae24cbf7852"
[[package]]
name = "simba"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb931b1367faadea6b1ab1c306a860ec17aaa5fa39f367d0c744e69d971a1fb2"
dependencies = [
 "approx",
 "num-complex",
 "num-traits 0.2.12",
 "paste",
]

[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
name = "slog"
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cc9c640a4adbfbcc11ffb95efe5aa7af7309e002adab54b185507dbf2377b99"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "erased-serde",
Gavin Wood's avatar
Gavin Wood committed
]
name = "slog-json"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddc0d2aff1f8f325ef660d9a0eb6e6dcd20b30b3f581a5897f58bf42d061c37a"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "chrono",
 "erased-serde",
 "serde",
 "serde_json",
 "slog",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "slog-scope"
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c44c89dd8b0ae4537d1ae318353eaf7840b4869c536e31c41e963d1ea523ee6"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "arc-swap",
 "lazy_static",
 "slog",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "slog_derive"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a945ec7f7ce853e89ffa36be1e27dce9a43e82ff9093bf3461c30d5da74ed11b"
dependencies = [
 "proc-macro2 1.0.24",
 "quote 1.0.7",
 "syn 1.0.48",
[[package]]
name = "smallvec"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
dependencies = [
 "maybe-uninit",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae524f056d7d770e174287294f562e95044c68e88dec909a00d2094805db9d75"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32bf8474159a95551661246cda4976e89356999e3cbfef36f493dacc3fae1e8e"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "blake2",
 "rand 0.7.3",
 "rand_core 0.5.1",
 "ring",
 "rustc_version",
 "sha2 0.9.1",
 "subtle 2.2.3",
 "x25519-dalek 0.6.0",
[[package]]
name = "socket2"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
dependencies = [
 "cfg-if 0.1.10",
 "libc",
 "redox_syscall",
 "winapi 0.3.9",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85457366ae0c6ce56bf05a958aef14cd38513c236568618edbcd9a8c52cb80b0"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "base64 0.12.3",
 "bytes 0.5.6",
 "flate2",
 "futures 0.3.8",
 "httparse",
 "rand 0.7.3",
 "sha-1",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sp-allocator"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#332399d16668a6c769f1a7db154bb9ea3b50e61c"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "sp-core",
 "sp-std",
 "sp-wasm-interface",
 "thiserror",
[[package]]
name = "sp-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#332399d16668a6c769f1a7db154bb9ea3b50e61c"
thiolliere's avatar
thiolliere committed
dependencies = [
 "hash-db",
 "parity-scale-codec",
 "sp-api-proc-macro",
 "sp-core",
 "sp-runtime",
 "sp-state-machine",
 "sp-std",
 "sp-version",
 "thiserror",
thiolliere's avatar
thiolliere committed
]

[[package]]
name = "sp-api-proc-macro"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#332399d16668a6c769f1a7db154bb9ea3b50e61c"
thiolliere's avatar
thiolliere committed
dependencies = [
 "blake2-rfc",
 "proc-macro-crate",
 "proc-macro2 1.0.24",
 "quote 1.0.7",
 "syn 1.0.48",
thiolliere's avatar
thiolliere committed
]

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sp-application-crypto"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#332399d16668a6c769f1a7db154bb9ea3b50e61c"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "parity-scale-codec",
 "serde",
 "sp-core",
 "sp-io",
 "sp-std",
name = "sp-arithmetic"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#332399d16668a6c769f1a7db154bb9ea3b50e61c"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "integer-sqrt",
 "num-traits 0.2.12",
 "parity-scale-codec",
 "serde",
 "sp-debug-derive",
 "sp-std",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
name = "sp-authority-discovery"
version = "2.0.0"