Skip to content
Snippets Groups Projects
Cargo.lock 227 KiB
Newer Older
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
[[package]]
name = "predicates"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eeb433456c1a57cc93554dea3ce40b4c19c4057e41c55d4a0f3d84ea71c325aa"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "difference",
 "predicates-core",
]

[[package]]
name = "predicates-core"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57e35a3326b75e49aa85f5dc6ec15b41108cf5aee58eabb1f274dd18b73c2451"

[[package]]
name = "predicates-tree"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15f553275e5721409451eb85e15fd9a860a6e5ab4496eb215987502b5f5391f2"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "predicates-core",
 "treeline",
name = "pretty_assertions"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
Gavin Wood's avatar
Gavin Wood committed
 "ansi_term 0.11.0",
 "ctor",
 "difference",
 "output_vt100",
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2415937401cb030a2a0a4d922483f945fa068f52a7dbb22ce0fe5f2b6f6adace"
Gavin Wood's avatar
Gavin Wood committed
 "fixed-hash",
 "impl-codec",
 "impl-serde",
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
Gavin Wood's avatar
Gavin Wood committed
 "toml",
[[package]]
name = "proc-macro-crate"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41fdbd1df62156fbc5945f4762632564d7d038153091c3fcf1067f6aef7cff92"
dependencies = [
 "thiserror",
 "toml",
]

version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
Gavin Wood's avatar
Gavin Wood committed
 "proc-macro-error-attr",
 "proc-macro2",
 "version_check",
]

[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
 "proc-macro2",
 "version_check",
Tomasz Drwięga's avatar
Tomasz Drwięga committed
[[package]]
version = "0.5.19"
Tomasz Drwięga's avatar
Tomasz Drwięga committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
Wei Tang's avatar
Wei Tang committed
[[package]]
version = "1.0.24"
Wei Tang's avatar
Wei Tang committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
Wei Tang's avatar
Wei Tang committed
dependencies = [
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8425533e7122f0c3cc7a37e6244b16ad3a2cc32ae7ac6276e2a75da0d9c200d"
Gavin Wood's avatar
Gavin Wood committed
 "fnv",
 "lazy_static",
 "parking_lot 0.11.1",
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e6984d2f1a23009bd270b8bb56d0926810a3d483f59c987d77969e9d8e840b2"
 "bytes 1.0.1",
[[package]]
name = "prost-build"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32d3ebd75ac2679c2af3a92246639f9fcc8a442ee420719cc4fe195b98dd5fa3"
dependencies = [
 "bytes 1.0.1",
Gavin Wood's avatar
Gavin Wood committed
 "heck",
 "itertools 0.9.0",
Gavin Wood's avatar
Gavin Wood committed
 "multimap",
 "petgraph",
Gavin Wood's avatar
Gavin Wood committed
 "prost-types",
 "tempfile",
 "which 4.0.2",
[[package]]
name = "prost-derive"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "169a15f3008ecb5160cba7d37bcd690a7601b6d30cfb87a117d45e59d52af5d4"
Gavin Wood's avatar
Gavin Wood committed
 "anyhow",
 "itertools 0.9.0",
 "proc-macro2",
[[package]]
name = "prost-types"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b518d7cdd93dab1d1122cf07fa9a60771836c668dde9d9e2a139f957f0d9f1bb"
dependencies = [
 "bytes 1.0.1",
[[package]]
name = "psm"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3abf49e5417290756acfd26501536358560c4a5cc4a0934d390939acb3e7083a"
dependencies = [
 "cc",
]

[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f53bc2558e8376358ebdc28301546471d67336584f6438ed4b7c7457a055fd7"
dependencies = [
 "byteorder",
Gavin Wood's avatar
Gavin Wood committed
 "parity-wasm 0.41.0",
[[package]]
name = "pwasm-utils"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c8ac87af529432d3a4f0e2b3bbf08af49f28f09cc73ed7e551161bdaef5f78d"
dependencies = [
 "byteorder",
 "log",
 "parity-wasm 0.41.0",
]

[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quick-error"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"

source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6"
[[package]]
name = "quicksink"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"
Gavin Wood's avatar
Gavin Wood committed
 "futures-core",
 "futures-sink",
 "pin-project-lite 0.1.12",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "proc-macro2",
[[package]]
name = "radium"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
Gavin Wood's avatar
Gavin Wood committed
 "libc",
 "rand 0.4.6",
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
Gavin Wood's avatar
Gavin Wood committed
 "fuchsia-cprng",
 "libc",
 "rand_core 0.3.1",
 "rdrand",
 "winapi 0.3.9",
Gav's avatar
Gav committed
[[package]]
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
Gavin Wood's avatar
Gavin Wood committed
 "libc",
 "rand_chacha 0.2.2",
Gavin Wood's avatar
Gavin Wood committed
 "rand_core 0.5.1",
 "rand_hc 0.2.0",
[[package]]
name = "rand"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
dependencies = [
 "libc",
 "rand_chacha 0.3.0",
 "rand_hc 0.3.0",
[[package]]
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
 "ppv-lite86",
Gavin Wood's avatar
Gavin Wood committed
 "rand_core 0.5.1",
[[package]]
name = "rand_chacha"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
dependencies = [
 "ppv-lite86",
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
Gavin Wood's avatar
Gavin Wood committed
 "rand_core 0.4.2",
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
]

[[package]]
name = "rand_core"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
dependencies = [
[[package]]
name = "rand_distr"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96977acbdd3a6576fb1d27391900035bf3863d4a16422973a409b488cf29ffb2"
dependencies = [
 "rand 0.7.3",
]

[[package]]
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "rand_core 0.5.1",

[[package]]
name = "rand_hc"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
dependencies = [
[[package]]
name = "rand_pcg"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
dependencies = [
 "rand_core 0.5.1",
]

source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fdf7d9dbd43f3d81d94a49c1c3df73cc2b3827995147e6cf7f89d4ec5483e73"
Gavin Wood's avatar
Gavin Wood committed
 "bitflags",
 "cc",
 "rustc_version",
[[package]]
name = "rawpointer"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"

Gav Wood's avatar
Gav Wood committed
[[package]]
version = "1.5.0"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "crossbeam-deque 0.8.0",
Gavin Wood's avatar
Gavin Wood committed
 "either",
 "rayon-core",
version = "1.9.0"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "crossbeam-channel",
 "crossbeam-deque 0.8.0",
Gavin Wood's avatar
Gavin Wood committed
 "lazy_static",
 "num_cpus",
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
Gavin Wood's avatar
Gavin Wood committed
 "rand_core 0.3.1",
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
[[package]]
name = "redox_syscall"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
 "getrandom 0.1.16",
 "redox_syscall 0.1.57",
Gavin Wood's avatar
Gavin Wood committed
 "rust-argon2",
[[package]]
name = "redox_users"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
dependencies = [
 "getrandom 0.2.2",
[[package]]
name = "ref-cast"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "300f2a835d808734ee295d45007adacb9ebb29dd3ae2424acfa17930cae541da"
dependencies = [
 "ref-cast-impl",
]

[[package]]
name = "ref-cast-impl"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c38e3aecd2b21cb3959637b883bb3714bc7e43f0268b9a29d3743ee3e55cdd2"
dependencies = [
 "proc-macro2",
[[package]]
name = "regalloc"
version = "0.0.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "571f7f397d61c4755285cd37853fe8e03271c243424a907415909379659381c5"
dependencies = [
 "log",
 "rustc-hash",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "aho-corasick",
 "memchr",
 "regex-syntax",
 "thread_local",
[[package]]
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
dependencies = [
 "byteorder",
[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"
Gavin Wood's avatar
Gavin Wood committed
 "bitflags",
 "libc",
 "mach",
 "winapi 0.3.9",
[[package]]
name = "remote-externalities"
version = "0.9.0"
dependencies = [
 "async-std",
 "jsonrpsee-http-client",
 "jsonrpsee-proc-macros",
 "jsonrpsee-types",
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
 "winapi 0.3.9",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53552c6c49e1e13f1a203ef0080ab3bbef0beb570a528993e83df057a9d9bba1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
Gavin Wood's avatar
Gavin Wood committed
 "cc",
 "libc",
Gavin Wood's avatar
Gavin Wood committed
 "spin",
 "untrusted",
 "web-sys",
 "winapi 0.3.9",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23d83c02c429044d58474eaf5ae31e062d0de894e21125b47437ec0edc1397e6"
Gavin Wood's avatar
Gavin Wood committed
 "libc",
 "librocksdb-sys",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"
Gav Wood's avatar
Gav Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "libc",
 "winapi 0.3.9",
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
Gav Wood's avatar
Gav Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "blake2b_simd",
 "constant_time_eq",
Gav Wood's avatar
Gav Wood committed
[[package]]
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
Gav Wood's avatar
Gav Wood committed
[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
Gavin Wood's avatar
Gavin Wood committed
 "semver 0.9.0",
[[package]]
name = "rustls"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81"
 "base64 0.12.3",
[[package]]
name = "rustls"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "064fd21ff87c6e87ed4506e68beb42459caa4a0e2eb144932e6776768556980b"
dependencies = [
 "base64 0.13.0",
 "log",
 "ring",
 "sct",
 "webpki",
]

[[package]]
name = "rustls-native-certs"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "629d439a7672da82dd955498445e496ee2096fe2117b9f796558a43fdb9e59b8"
Gavin Wood's avatar
Gavin Wood committed
 "openssl-probe",
 "rustls 0.18.1",
Gavin Wood's avatar
Gavin Wood committed
 "schannel",
 "security-framework",
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"
dependencies = [
 "pin-project 0.4.27",
Gavin Wood's avatar
Gavin Wood committed
 "static_assertions",
Gav Wood's avatar
Gav Wood committed
[[package]]
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
Gavin Wood's avatar
Gavin Wood committed
[[package]]
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "rustc_version",
[[package]]
name = "salsa20"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "399f290ffc409596022fce5ea5d4138184be4784f2b28c62c59f0d8389059a15"
dependencies = [
 "cipher",
source = "registry+https://github.com/rust-lang/crates.io-index"
Gavin Wood's avatar
Gavin Wood committed
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
Gavin Wood's avatar
Gavin Wood committed
 "winapi-util",
name = "sc-authority-discovery"
version = "0.9.0"
Gavin Wood's avatar
Gavin Wood committed
 "derive_more",
 "futures-timer 3.0.2",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
Gavin Wood's avatar
Gavin Wood committed
 "prost-build",
 "quickcheck",
 "rand 0.7.3",
 "sc-client-api",
 "sc-network",
 "sc-peerset",
 "serde_json",
 "sp-api",
 "sp-authority-discovery",
 "sp-blockchain",
 "sp-core",
Gavin Wood's avatar
Gavin Wood committed
 "sp-runtime",
 "substrate-prometheus-endpoint",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-test-runtime-client",
name = "sc-basic-authorship"
version = "0.9.0"
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "parking_lot 0.11.1",
Gavin Wood's avatar
Gavin Wood committed
 "sc-block-builder",
 "sc-client-api",
 "sc-proposer-metrics",
Gavin Wood's avatar
Gavin Wood committed
 "sc-telemetry",
 "sc-transaction-pool",
 "sp-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-inherents",
 "sp-runtime",
 "sp-transaction-pool",
 "substrate-prometheus-endpoint",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-test-runtime-client",
name = "sc-block-builder"
version = "0.9.0"
Gav Wood's avatar
Gav Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "sc-client-api",
 "sp-api",
 "sp-block-builder",
 "sp-blockchain",
 "sp-core",
Gavin Wood's avatar
Gavin Wood committed
 "sp-runtime",
 "sp-state-machine",
 "sp-trie",
 "substrate-test-runtime-client",
name = "sc-chain-spec"
version = "3.0.0"
Wei Tang's avatar
Wei Tang committed
dependencies = [
 "impl-trait-for-tuples",
 "parity-scale-codec",
Gavin Wood's avatar
Gavin Wood committed
 "sc-chain-spec-derive",
 "sc-consensus-babe",
 "sc-consensus-epochs",
 "sc-finality-grandpa",
Gavin Wood's avatar
Gavin Wood committed
 "sc-network",
 "sc-telemetry",
 "serde",
 "serde_json",
 "sp-consensus-babe",
Gavin Wood's avatar
Gavin Wood committed
 "sp-core",
 "sp-runtime",
Gav Wood's avatar
Gav Wood committed
[[package]]
name = "sc-chain-spec-derive"
version = "3.0.0"
 "proc-macro-crate 1.0.0",
 "proc-macro2",
name = "sc-cli"
version = "0.9.0"
Gav Wood's avatar
Gav Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "chrono",
 "fdlimit",
Gavin Wood's avatar
Gavin Wood committed
 "names",
 "parity-scale-codec",
 "rand 0.7.3",
Gavin Wood's avatar
Gavin Wood committed
 "regex",
 "rpassword",
 "sc-client-api",
 "sc-keystore",
Gavin Wood's avatar
Gavin Wood committed
 "sc-network",
 "sc-service",
 "sc-telemetry",
 "sc-tracing",
Gavin Wood's avatar
Gavin Wood committed
 "serde_json",
 "sp-blockchain",
 "sp-core",
 "sp-keyring",
Gavin Wood's avatar
Gavin Wood committed
 "sp-panic-handler",
 "sp-runtime",
Gavin Wood's avatar
Gavin Wood committed
 "structopt",
 "tempfile",
[[package]]
name = "sc-client-api"
version = "3.0.0"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "derive_more",
 "fnv",
Gavin Wood's avatar
Gavin Wood committed
 "hash-db",
 "kvdb",
 "kvdb-memorydb",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "parking_lot 0.11.1",
Gavin Wood's avatar
Gavin Wood committed
 "sc-executor",
 "sp-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
Gavin Wood's avatar
Gavin Wood committed
 "sp-externalities",
 "sp-inherents",
Gavin Wood's avatar
Gavin Wood committed
 "sp-runtime",
 "sp-state-machine",
 "sp-std",
Gavin Wood's avatar
Gavin Wood committed
 "sp-test-primitives",
 "sp-transaction-pool",
 "sp-trie",
Gavin Wood's avatar
Gavin Wood committed
 "sp-version",
 "substrate-prometheus-endpoint",
 "substrate-test-runtime",
name = "sc-client-db"
version = "0.9.0"
Gavin Wood's avatar
Gavin Wood committed
 "blake2-rfc",
Gavin Wood's avatar
Gavin Wood committed
 "hash-db",
 "kvdb",
 "kvdb-memorydb",
Gavin Wood's avatar
Gavin Wood committed
 "kvdb-rocksdb",
 "linked-hash-map",
Gavin Wood's avatar
Gavin Wood committed
 "parity-db",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "parity-util-mem",
 "parking_lot 0.11.1",
Gavin Wood's avatar
Gavin Wood committed
 "quickcheck",
 "sc-client-api",
 "sc-executor",
 "sc-state-db",
Gavin Wood's avatar
Gavin Wood committed
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
 "sp-database",
Gavin Wood's avatar
Gavin Wood committed
 "sp-keyring",
 "sp-runtime",
 "sp-state-machine",
Gavin Wood's avatar
Gavin Wood committed
 "sp-trie",
 "substrate-prometheus-endpoint",
Gavin Wood's avatar
Gavin Wood committed
 "substrate-test-runtime-client",
 "tempfile",
[[package]]
name = "sc-consensus"
version = "0.9.0"
dependencies = [
 "sc-client-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-runtime",
]

[[package]]
name = "sc-consensus-aura"
version = "0.9.0"
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
 "derive_more",
 "futures-timer 3.0.2",
Gavin Wood's avatar
Gavin Wood committed
 "parity-scale-codec",
 "parking_lot 0.11.1",
Gavin Wood's avatar
Gavin Wood committed
 "sc-client-api",
 "sc-consensus-slots",
 "sc-executor",
 "sc-keystore",
 "sc-network",
 "sc-network-test",
 "sc-service",
 "sc-telemetry",
 "sp-api",
 "sp-application-crypto",
 "sp-block-builder",