Newer
Older
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "795dd7aeeee24468e5a32661f6d27f7b5cbed802031b2d7640c7b10f8fb2dd50"
"aes-gcm",
"blake2",
"chacha20poly1305",
"rand 0.7.3",
"rand_core 0.5.1",
"ring",
"rustc_version",
"sha2 0.9.2",
"subtle 2.4.0",
"x25519-dalek",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
[[package]]
name = "soketto"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c9dab3f95c9ebdf3a88268c19af668f637a3c5039c2c56ff2d40b1b2d64a25b"
dependencies = [
"base64 0.11.0",
"bytes 0.5.6",
"httparse",
"log",
"rand 0.7.3",
"sha1",
"static_assertions",
"thiserror",
]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5c71ed3d54db0a699f4948e1bb3e45b450fa31fe602621dee6680361d569c88"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"sp-core",
"sp-std",
"sp-wasm-interface",
[[package]]
name = "sp-api"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
dependencies = [
"hash-db",
"parity-scale-codec",
"sp-api-proc-macro",
"sp-core",
"sp-runtime",
"sp-state-machine",
"sp-std",
"sp-version",
]
[[package]]
name = "sp-api-proc-macro"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
dependencies = [
"blake2-rfc",
"proc-macro-crate",
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
dependencies = [
"parity-scale-codec",
"serde",
"sp-core",
"sp-io",
"sp-std",
]
[[package]]
name = "sp-arithmetic"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"sp-debug-derive",
"sp-std",
[[package]]
name = "sp-authorship"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
dependencies = [
"parity-scale-codec",
"sp-inherents",
"sp-runtime",
"sp-std",
]
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"sp-api",
"sp-inherents",
"sp-runtime",
"sp-std",
]
[[package]]
name = "sp-blockchain"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"sp-consensus",
"sp-runtime",
"sp-state-machine",
[[package]]
name = "sp-chain-spec"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
dependencies = [
"serde",
"serde_json",
]
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"sp-core",
"sp-inherents",
"sp-runtime",
"sp-state-machine",
"sp-std",
"sp-version",
]
[[package]]
name = "sp-consensus-aura"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
dependencies = [
"parity-scale-codec",
"sp-api",
"sp-application-crypto",
"sp-inherents",
"sp-runtime",
"sp-std",
"sp-timestamp",
]
[[package]]
name = "sp-consensus-babe"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
dependencies = [
"parity-scale-codec",
"sp-api",
"sp-application-crypto",
"sp-consensus",
"sp-consensus-slots",
"sp-consensus-vrf",
"sp-core",
"sp-inherents",
"sp-runtime",
"sp-std",
"sp-timestamp",
]
[[package]]
name = "sp-consensus-slots"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
dependencies = [
"parity-scale-codec",
"sp-runtime",
]
[[package]]
name = "sp-consensus-vrf"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
dependencies = [
"parity-scale-codec",
"schnorrkel",
"sp-core",
"sp-runtime",
"sp-std",
]
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"primitive-types",
"sp-debug-derive",
"sp-externalities",
"sp-runtime-interface",
"sp-std",
"sp-storage",
"zeroize",
]
[[package]]
name = "sp-database"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
]
[[package]]
name = "sp-externalities"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"sp-std",
"sp-storage",
]
[[package]]
name = "sp-finality-grandpa"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"parity-scale-codec",
"serde",
"sp-api",
"sp-application-crypto",
"sp-runtime",
"sp-std",
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"sp-core",
"sp-std",
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"sp-core",
"sp-externalities",
"sp-runtime-interface",
"sp-state-machine",
"sp-std",
"sp-trie",
"sp-wasm-interface",
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"sp-core",
"sp-runtime",
[[package]]
name = "sp-keystore"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
dependencies = [
"async-trait",
"derive_more",
"merlin",
"parity-scale-codec",
"sp-core",
"sp-externalities",
]
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"sp-api",
"sp-core",
"sp-runtime",
]
[[package]]
name = "sp-panic-handler"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"sp-core",
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"sp-application-crypto",
"sp-arithmetic",
"sp-core",
"sp-io",
"sp-std",
]
[[package]]
name = "sp-runtime-interface"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"primitive-types",
"sp-externalities",
"sp-runtime-interface-proc-macro",
"sp-std",
"sp-wasm-interface",
"static_assertions",
]
[[package]]
name = "sp-runtime-interface-proc-macro"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
dependencies = [
"Inflector",
"proc-macro-crate",
]
[[package]]
name = "sp-serializer"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
dependencies = [
"serde",
"serde_json",
]
[[package]]
name = "sp-session"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"sp-api",
"sp-core",
"sp-runtime",
"sp-std",
[[package]]
name = "sp-staking"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"sp-runtime",
"sp-std",
]
[[package]]
name = "sp-state-machine"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"sp-core",
"sp-externalities",
"sp-panic-handler",
"sp-trie",
"trie-db",
"trie-root",
]
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"sp-debug-derive",
"sp-std",
[[package]]
name = "sp-tasks"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
dependencies = [
"log",
"sp-core",
"sp-externalities",
"sp-io",
"sp-runtime-interface",
"sp-std",
]
[[package]]
name = "sp-timestamp"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"sp-api",
"sp-inherents",
"sp-runtime",
"sp-std",
[[package]]
name = "sp-tracing"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"tracing-core",
"tracing-subscriber",
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"sp-api",
"sp-runtime",
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
dependencies = [
"hash-db",
"memory-db",
"parity-scale-codec",
"sp-core",
"sp-std",
"trie-db",
"trie-root",
]
[[package]]
name = "sp-utils"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"lazy_static",
"prometheus",
]
[[package]]
name = "sp-version"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"parity-scale-codec",
"serde",
"sp-runtime",
"sp-std",
]
[[package]]
name = "sp-wasm-interface"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"sp-std",
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "standback"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf906c8b8fc3f6ecd1046e01da1d8ddec83e48c8b08b84dcc02b585a6bedf5a8"
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cce16f6de653e88beca7bd13780d08e09d4489dbca1f9210e041bc4852481382"
[[package]]
name = "stdweb"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
dependencies = [
"discard",
"rustc_version",
"stdweb-derive",
"stdweb-internal-macros",
"stdweb-internal-runtime",
"wasm-bindgen",
]
[[package]]
name = "stdweb-derive"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
dependencies = [
"serde",
"serde_derive",
]
[[package]]
name = "stdweb-internal-macros"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
dependencies = [
"base-x",
"serde",
"serde_derive",
"serde_json",
"sha1",
]
[[package]]
name = "stdweb-internal-runtime"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
[[package]]
name = "stream-cipher"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c80e15f898d8d8f25db24c253ea615cc14acf418ff307822995814e7d42cfa89"
dependencies = [
"generic-array 0.14.4",
]
[[package]]
name = "string"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
dependencies = [
"bytes 0.4.12",
]
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c"
dependencies = [
"clap",
"lazy_static",
"structopt-derive",
]
[[package]]
name = "structopt-derive"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90"
dependencies = [
"heck",
"proc-macro-error",
]
[[package]]
name = "strum"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6138f8f88a16d90134763314e3fc76fa3ed6a7db4725d6acf9a3ef95a3188d22"
dependencies = [
"strum_macros",
]
[[package]]
name = "strum_macros"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0054a7df764039a6cd8592b9de84be4bec368ff081d203a7d5371cbfa8e65c81"
dependencies = [
"heck",
[[package]]
name = "substrate-bip39"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bed6646a0159b9935b5d045611560eeef842b78d7adc3ba36f5ca325a13a0236"
"hmac 0.7.1",
"pbkdf2 0.3.0",
[[package]]
name = "substrate-build-script-utils"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f14feab86fe31e7d0a485d53d7c1c634c426f7ae5b8ce4f705b2e49a35713fcb"
dependencies = [
"platforms",
]
[[package]]
name = "substrate-frame-rpc-system"
version = "2.0.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
dependencies = [
"frame-system-rpc-runtime-api",
"jsonrpc-core-client",
"jsonrpc-derive",
"sp-api",
"sp-blockchain",
"sp-core",
"sp-runtime",
"sp-transaction-pool",
]
[[package]]
name = "substrate-prometheus-endpoint"
version = "0.8.1"
source = "git+https://github.com/paritytech/substrate.git?branch=master#8b3e4c86bc5a86570a3091e470011604fb46d324"
"derive_more",
"futures-util",
[[package]]
name = "substrate-relay"
version = "0.1.0"
dependencies = [
"async-std",
"async-trait",
"bp-header-chain",
"bp-message-lane",
"frame-support",
"hex",
"millau-runtime",
"pallet-bridge-call-dispatch",
"pallet-message-lane",
"pallet-substrate-bridge",
"relay-rialto-client",
"relay-substrate-client",
"rialto-runtime",
"sp-finality-grandpa",
[[package]]
name = "substrate-wasm-builder-runner"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54cab12167e32b38a62c5ea5825aa0874cde315f907a46aad2b05aa8ef3d862f"
[[package]]
name = "subtle"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
[[package]]
name = "subtle"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2"
[[package]]
name = "syn"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc60a3d73ea6594cd712d830cc1f0390fd71542d8c8cd24e70cc54cdfd5e05d5"
"quote",
"unicode-xid",
]
[[package]]
name = "synstructure"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
"quote",
"syn",
"unicode-xid",
]
[[package]]
name = "sysinfo"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67330cbee3b2a819e3365a773f05e884a136603687f812bf24db5b6c3d76b696"
]
[[package]]
name = "take_mut"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
[[package]]
name = "target-lexicon"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab0e7238dcc7b40a7be719a25365910f6807bd864f4cce6b2e6b873658e2b19d"
[[package]]
name = "tempfile"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
"libc",
"rand 0.7.3",
"redox_syscall",
"remove_dir_all",