Newer
Older
name = "slog-scope"
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c44c89dd8b0ae4537d1ae318353eaf7840b4869c536e31c41e963d1ea523ee6"
"arc-swap",
"lazy_static",
"slog",
name = "slog_derive"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a945ec7f7ce853e89ffa36be1e27dce9a43e82ff9093bf3461c30d5da74ed11b"
name = "smallvec"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
[[package]]
name = "snow"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32bf8474159a95551661246cda4976e89356999e3cbfef36f493dacc3fae1e8e"
"aes-gcm",
"chacha20poly1305",
"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",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c29947abdee2a218277abeca306f25789c938e500ea5a9d4b12a5a504466902"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85457366ae0c6ce56bf05a958aef14cd38513c236568618edbcd9a8c52cb80b0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"sp-core",
"sp-std",
"sp-wasm-interface",
[[package]]
name = "sp-api"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"hash-db",
"parity-scale-codec",
"sp-api-proc-macro",
"sp-core",
"sp-runtime",
"sp-state-machine",
"sp-std",
"sp-version",
name = "sp-api-proc-macro"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"parity-scale-codec",
"serde",
"sp-core",
"sp-io",
"sp-std",
name = "sp-arithmetic"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"parity-scale-codec",
"serde",
"sp-debug-derive",
"sp-std",
name = "sp-authority-discovery"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
"parity-scale-codec",
"sp-api",
"sp-application-crypto",
"sp-runtime",
"sp-std",
]
[[package]]
name = "sp-authorship"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"parity-scale-codec",
"sp-inherents",
"sp-runtime",
"sp-std",
]
[[package]]
name = "sp-block-builder"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"parity-scale-codec",
"sp-api",
"sp-inherents",
"sp-runtime",
"sp-std",
name = "sp-blockchain"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
Ashley
committed
"sp-database",
[[package]]
name = "sp-chain-spec"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
"serde",
"serde_json",
]
name = "sp-consensus"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"sp-api",
"sp-core",
"sp-inherents",
"sp-runtime",
"sp-state-machine",
"sp-std",
Ashley
committed
"sp-trie",
name = "sp-consensus-babe"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
thiolliere
committed
dependencies = [
"parity-scale-codec",
"sp-api",
"sp-application-crypto",
"sp-consensus",
"sp-consensus-slots",
"sp-keystore",
"sp-runtime",
"sp-std",
"sp-timestamp",
thiolliere
committed
]
[[package]]
name = "sp-consensus-slots"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
"parity-scale-codec",
"sp-runtime",
]
thiolliere
committed
[[package]]
name = "sp-consensus-vrf"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"parity-scale-codec",
"schnorrkel",
"sp-core",
"sp-runtime",
"sp-std",
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
"base58",
"blake2-rfc",
"hash-db",
"hash256-std-hasher",
"hex",
"parity-scale-codec",
"parity-util-mem",
"primitive-types",
"rand 0.7.3",
"regex",
"schnorrkel",
"sp-debug-derive",
"sp-externalities",
"sp-runtime-interface",
"sp-std",
"sp-storage",
"substrate-bip39",
"twox-hash",
"wasmi",
"zeroize",
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
name = "sp-debug-derive"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
name = "sp-externalities"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"finality-grandpa",
"parity-scale-codec",
"serde",
"sp-api",
"sp-application-crypto",
"sp-keystore",
[[package]]
name = "sp-inherents"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
"sp-keystore",
"sp-runtime-interface",
"sp-state-machine",
"sp-std",
"tracing",
"tracing-core",
]
[[package]]
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"lazy_static",
"sp-core",
"sp-runtime",
"strum",
[[package]]
name = "sp-keystore"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
"async-trait",
"merlin",
"parity-scale-codec",
"schnorrkel",
Benjamin Kampmann
committed
"serde",
"sp-core",
"sp-externalities",
]
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"parity-scale-codec",
"serde",
"sp-arithmetic",
"sp-npos-elections-compact",
"sp-std",
name = "sp-npos-elections-compact"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"sp-api",
"sp-core",
"sp-runtime",
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"impl-trait-for-tuples 0.2.0",
"parity-scale-codec",
"parity-util-mem",
"paste",
"rand 0.7.3",
"serde",
"sp-application-crypto",
"sp-arithmetic",
"sp-core",
"sp-io",
"sp-std",
name = "sp-runtime-interface"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"impl-trait-for-tuples 0.2.0",
"parity-scale-codec",
"primitive-types",
"sp-externalities",
"sp-runtime-interface-proc-macro",
"sp-std",
"sp-storage",
"sp-wasm-interface",
"static_assertions",
name = "sp-runtime-interface-proc-macro"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
name = "sp-serializer"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"parity-scale-codec",
"sp-api",
"sp-core",
"sp-runtime",
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"parity-scale-codec",
"sp-runtime",
"sp-std",
name = "sp-state-machine"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"sp-core",
"sp-externalities",
"sp-panic-handler",
"sp-std",
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"parity-scale-codec",
"serde",
"sp-debug-derive",
"sp-std",
[[package]]
name = "sp-tasks"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"sp-core",
"sp-externalities",
"sp-io",
"sp-runtime-interface",
"sp-std",
]
[[package]]
name = "sp-timestamp"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"impl-trait-for-tuples 0.2.0",
"parity-scale-codec",
"sp-api",
"sp-inherents",
"sp-runtime",
"sp-std",
"wasm-timer",
[[package]]
name = "sp-tracing"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"parity-scale-codec",
"sp-std",
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"parity-scale-codec",
"serde",
"sp-api",
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"hash-db",
"memory-db",
"parity-scale-codec",
"sp-core",
"sp-std",
[[package]]
name = "sp-utils"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"lazy_static",
"prometheus",
]
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"parity-scale-codec",
"serde",
"sp-runtime",
"sp-std",
name = "sp-wasm-interface"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"impl-trait-for-tuples 0.2.0",
"parity-scale-codec",
"sp-std",
"wasmi",
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
[[package]]
name = "stable_deref_trait"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
thiolliere
committed
[[package]]
name = "statrs"
thiolliere
committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cce16f6de653e88beca7bd13780d08e09d4489dbca1f9210e041bc4852481382"
thiolliere
committed
dependencies = [
thiolliere
committed
]
[[package]]
name = "stream-cipher"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09f8ed9974042b8c3672ff3030a69fcc03b74c47c3d1ecb7755e8a3626011e88"
dependencies = [
[[package]]
name = "streamunordered"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9394ee1338fee8370bee649f8a7170b3a56917903a0956467ad192dcf8699ca"
dependencies = [
"futures-core",
"futures-sink",
"futures-util",
"slab",
]
[[package]]
name = "string"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
]
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "structopt"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c"
"clap",
"lazy_static",
"structopt-derive",
]
[[package]]
name = "structopt-derive"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90"
]
[[package]]
name = "strum"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6138f8f88a16d90134763314e3fc76fa3ed6a7db4725d6acf9a3ef95a3188d22"
]
[[package]]
name = "strum_macros"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0054a7df764039a6cd8592b9de84be4bec368ff081d203a7d5371cbfa8e65c81"
]
[[package]]
name = "substrate-bip39"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bed6646a0159b9935b5d045611560eeef842b78d7adc3ba36f5ca325a13a0236"
"hmac 0.7.1",
"pbkdf2 0.3.0",
"zeroize",
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
"chrono",
"console_error_panic_hook",
"console_log",
"js-sys",
"kvdb-web",
"libp2p-wasm-ext",
"rand 0.7.3",
"sc-chain-spec",
"sc-informant",
"sc-network",
"sc-service",
"wasm-bindgen",
"wasm-bindgen-futures",
[[package]]
name = "substrate-build-script-utils"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
"platforms",
]
[[package]]
name = "substrate-frame-rpc-system"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"jsonrpc-core",
"jsonrpc-core-client",
"jsonrpc-derive",
"sp-blockchain",
"sp-core",
"sp-runtime",
"sp-transaction-pool",
]
[[package]]
name = "substrate-prometheus-endpoint"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
[[package]]
name = "substrate-test-client"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
"parity-scale-codec",
"sc-client-api",
"sc-client-db",
"serde",
"serde_json",
"sp-blockchain",
"sp-consensus",
"sp-core",
"sp-keyring",
"sp-keystore",
[[package]]
name = "substrate-test-utils"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
"substrate-test-utils-derive",
]
[[package]]
name = "substrate-test-utils-derive"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
"proc-macro-crate",
"quote 1.0.7",
name = "substrate-wasm-builder"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79091baab813855ddf65b191de9fe53e656b6b67c1e9bd23fdcbff8788164684"
dependencies = [
"ansi_term 0.12.1",
"atty",
"build-helper",
"cargo_metadata",
"tempfile",
"toml",
"walkdir",
"wasm-gc-api",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "502d53007c02d7605a05df1c1a73ee436952781653da5d0bf57ad608f66932c1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
"proc-macro2 0.4.30",
"quote 0.6.13",
"unicode-xid 0.1.0",
version = "1.0.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc60a3d73ea6594cd712d830cc1f0390fd71542d8c8cd24e70cc54cdfd5e05d5"