Skip to content
Cargo.lock 232 KiB
Newer Older
asynchronous rob's avatar
asynchronous rob committed

Gavin Wood's avatar
Gavin Wood committed
[[package]]
version = "0.1.5"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
Gavin Wood's avatar
Gavin Wood committed
[[package]]
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
 "proc-macro-error-attr",
 "proc-macro2 1.0.24",
 "quote 1.0.7",
 "version_check",
]

[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "proc-macro2 1.0.24",
 "quote 1.0.7",
 "version_check",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
version = "0.5.19"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"

[[package]]
name = "proc-macro2"
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
dependencies = [
 "unicode-xid 0.1.0",
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
dependencies = [
 "unicode-xid 0.2.1",
[[package]]
name = "prometheus"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30d70cf4412832bcac9cffe27906f4a66e450d323525e977168c70d1b36120ae"
dependencies = [
 "cfg-if 0.1.10",
 "fnv",
 "lazy_static",
 "parking_lot 0.11.1",
Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "prost"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce49aefe0a6144a45de32927c77bd2859a5f7677b55f220ae5b744e87389c212"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "bytes 0.5.6",
 "prost-derive",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "prost-build"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02b10678c913ecbd69350e8535c3aef91a8676c0773fc1d7b95cdd196d7f2f26"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "bytes 0.5.6",
 "itertools 0.8.2",
 "multimap",
 "petgraph",
 "prost",
 "prost-types",
 "tempfile",
 "which",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "prost-derive"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "537aa19b95acde10a12fec4301466386f757403de4cd4e5b4fa78fb5ecb18f72"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "anyhow",
 "itertools 0.8.2",
 "proc-macro2 1.0.24",
 "quote 1.0.7",
asynchronous rob's avatar
asynchronous rob committed

Gavin Wood's avatar
Gavin Wood committed
name = "prost-types"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1834f67c0697c001304b75be76f67add9c89742eda3a085ad8ee0bb38c3417aa"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "bytes 0.5.6",
Gavin Wood's avatar
Gavin Wood committed
]
[[package]]
name = "pwasm-utils"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f53bc2558e8376358ebdc28301546471d67336584f6438ed4b7c7457a055fd7"
dependencies = [
 "byteorder",
 "parity-wasm 0.41.0",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quick-error"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"

[[package]]
name = "quicksink"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77de3c815e5a160b1539c6592796801df2043ae35e123b46d73380cfa57af858"
dependencies = [
 "futures-core",
 "futures-sink",
 "pin-project-lite 0.1.7",
[[package]]
name = "quote"
version = "0.6.13"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "proc-macro2 0.4.30",
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
dependencies = [
 "proc-macro2 1.0.24",
[[package]]
name = "radium"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "def50a86306165861203e7f84ecffbbdfdea79f0e51039b33de1e952358c47ac"

asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "rand"
version = "0.3.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "libc",
 "rand 0.4.6",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
 "fuchsia-cprng",
 "libc",
 "rand_core 0.3.1",
 "rdrand",
 "winapi 0.3.9",
asynchronous rob's avatar
asynchronous rob committed

[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "0.7.3"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
 "getrandom 0.1.14",
 "libc",
 "rand_chacha 0.2.2",
 "rand_core 0.5.1",
 "rand_hc 0.2.0",
asynchronous rob's avatar
asynchronous rob committed

name = "rand"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c24fcd450d3fa2b592732565aa4f17a27a61c65ece4726353e000939b0edee34"
 "libc",
 "rand_chacha 0.3.0",
 "rand_core 0.6.1",
 "rand_hc 0.3.0",
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
 "ppv-lite86",
 "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",
 "rand_core 0.6.1",
]

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "rand_core"
version = "0.3.1"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "rand_core 0.4.2",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
name = "rand_core"
version = "0.4.2"
Gavin Wood's avatar
Gavin Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "rand_core"
version = "0.5.1"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "getrandom 0.1.14",
[[package]]
name = "rand_core"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5"
dependencies = [
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "rand_distr"
version = "0.2.2"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96977acbdd3a6576fb1d27391900035bf3863d4a16422973a409b488cf29ffb2"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
 "rand_core 0.5.1",
asynchronous rob's avatar
asynchronous rob committed
[[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",
]

[[package]]
version = "7.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4a349ca83373cfa5d6dbb66fd76e58b2cca08da71a5f6400de0a0a6a9bceeaf"
dependencies = [
 "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.3.1"
Gav Wood's avatar
Gav Wood committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080"
Gav Wood's avatar
Gav Wood committed
dependencies = [
 "crossbeam-deque",
 "either",
 "rayon-core",
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280"
 "crossbeam-deque",
 "crossbeam-queue",
 "crossbeam-utils 0.7.2",
 "lazy_static",
 "num_cpus",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
name = "rdrand"
version = "0.4.0"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "rand_core 0.3.1",
asynchronous rob's avatar
asynchronous rob committed
]

[[package]]
version = "0.1.56"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "redox_syscall"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570"
dependencies = [
 "bitflags",
]

asynchronous rob's avatar
asynchronous rob committed
[[package]]
version = "0.3.4"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
dependencies = [
 "getrandom 0.1.14",
 "redox_syscall 0.1.56",
 "rust-argon2",
asynchronous rob's avatar
asynchronous rob committed

name = "reed-solomon-erasure"
version = "4.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a415a013dd7c5d4221382329a5a3482566da675737494935cbbbcdec04662f9d"
dependencies = [
 "smallvec 1.6.1",
[[package]]
name = "ref-cast"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "745c1787167ddae5569661d5ffb8b25ae5fedbf46717eaa92d652221cec72623"
dependencies = [
 "ref-cast-impl",
]

[[package]]
name = "ref-cast-impl"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d21b475ab879ef0e315ad99067fa25778c3b0377f57f1b00207448dac1a3144"
dependencies = [
 "proc-macro2 1.0.24",
 "quote 1.0.7",
[[package]]
name = "regalloc"
version = "0.0.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9ba8aaf5fe7cf307c6dbdaeed85478961d29e25e3bee5169e11b92fa9f027a8"
 "smallvec 1.6.1",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
version = "1.4.2"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "aho-corasick",
 "memchr",
 "regex-syntax",
 "thread_local",
[[package]]
name = "regex-automata"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
dependencies = [
 "byteorder",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
version = "0.6.21"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"
dependencies = [
 "bitflags",
 "libc",
 "mach",
 "winapi 0.3.9",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
version = "0.5.3"
asynchronous rob's avatar
asynchronous rob committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
 "winapi 0.3.9",
asynchronous rob's avatar
asynchronous rob committed

[[package]]
name = "retain_mut"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e005d658ad26eacc2b6c506dfde519f4e277e328d0eb3379ca61647d70a8f531"

version = "0.16.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "952cd6b98c85bbc30efa1ba5783b8abf12fec8b3287ffa52605b9432313e34e4"
 "once_cell",
 "spin",
 "untrusted",
 "web-sys",
 "winapi 0.3.9",
[[package]]
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23d83c02c429044d58474eaf5ae31e062d0de894e21125b47437ec0edc1397e6"
 "libc",
 "librocksdb-sys",
[[package]]
name = "rococo-runtime"
dependencies = [
 "frame-executive",
 "frame-support",
 "frame-system",
 "frame-system-rpc-runtime-api",
 "hex-literal",
 "pallet-authority-discovery",
 "pallet-authorship",
 "pallet-babe",
 "pallet-balances",
 "pallet-grandpa",
 "pallet-im-online",
 "pallet-indices",
 "pallet-offences",
 "pallet-session",
 "pallet-staking",
 "pallet-staking-reward-curve",
 "pallet-timestamp",
 "pallet-transaction-payment",
 "pallet-transaction-payment-rpc-runtime-api",
 "parity-scale-codec",
 "polkadot-parachain",
 "polkadot-primitives",
 "polkadot-runtime-common",
 "polkadot-runtime-parachains",
 "serde",
 "serde_derive",
 "smallvec 1.6.1",
 "sp-api",
 "sp-authority-discovery",
 "sp-block-builder",
 "sp-consensus-babe",
 "sp-core",
 "sp-inherents",
 "sp-io",
 "sp-offchain",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-std",
 "sp-transaction-pool",
 "sp-version",
 "substrate-wasm-builder",
Shawn Tabrizi's avatar
Shawn Tabrizi committed
 "xcm",
 "xcm-builder",
 "xcm-executor",
version = "5.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d755237fc0f99d98641540e66abac8bc46a0652f19148ac9e21de2da06b326c9"
Gavin Wood's avatar
Gavin Wood committed
dependencies = [
 "winapi 0.3.9",
Gavin Wood's avatar
Gavin Wood committed
]

[[package]]
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
dependencies = [
 "base64 0.11.0",
 "blake2b_simd",
 "constant_time_eq",
 "crossbeam-utils 0.7.2",
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
asynchronous rob's avatar
asynchronous rob committed
[[package]]
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"

[[package]]
name = "rustc-serialize"
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"

[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
 "semver 0.9.0",
[[package]]
name = "rustls"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cac94b333ee2aac3284c5b8a1b7fb4dd11cba88c244e3fe33cdbd047af0eb693"
dependencies = [
 "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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "629d439a7672da82dd955498445e496ee2096fe2117b9f796558a43fdb9e59b8"
dependencies = [
 "openssl-probe",
 "rustls 0.18.0",
 "schannel",
 "security-framework",
Gavin Wood's avatar
Gavin Wood committed
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"
 "futures 0.3.8",
 "pin-project 0.4.23",
 "static_assertions",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
asynchronous rob's avatar
asynchronous rob committed

[[package]]
Gavin Wood's avatar
Gavin Wood committed
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d3d055a2582e6b00ed7a31c1524040aa391092bf636328350813f3a0605215c"
asynchronous rob's avatar
asynchronous rob committed
dependencies = [
 "rustc_version",
[[package]]
name = "salsa20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "399f290ffc409596022fce5ea5d4138184be4784f2b28c62c59f0d8389059a15"
dependencies = [
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
 "winapi-util",
]

Gavin Wood's avatar
Gavin Wood committed
[[package]]
name = "sc-authority-discovery"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "derive_more",
 "futures 0.3.8",
 "futures-timer 3.0.2",
 "libp2p",
 "parity-scale-codec",
 "prost",
 "prost-build",
 "rand 0.7.3",
 "sc-client-api",
 "sc-network",
 "serde_json",
 "sp-api",
 "sp-authority-discovery",
 "sp-blockchain",
 "sp-core",
 "sp-runtime",
 "substrate-prometheus-endpoint",
[[package]]
name = "sc-basic-authorship"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "futures 0.3.8",
 "futures-timer 3.0.2",
 "parity-scale-codec",
 "sc-block-builder",
 "sc-client-api",
 "sc-proposer-metrics",
 "sc-telemetry",
 "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
[[package]]
name = "sc-block-builder"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
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"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "impl-trait-for-tuples 0.2.0",
 "sc-chain-spec-derive",
 "sc-consensus-babe",
 "sc-consensus-epochs",
 "sc-finality-grandpa",
 "sc-network",
 "sc-telemetry",
 "serde",
 "serde_json",
 "sp-core",
 "sp-runtime",
[[package]]
name = "sc-chain-spec-derive"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "proc-macro-crate",
 "proc-macro2 1.0.24",
 "quote 1.0.7",
asynchronous rob's avatar
asynchronous rob committed
[[package]]
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "atty",
 "chrono",
 "fdlimit",
 "futures 0.3.8",
 "parity-scale-codec",
 "rand 0.7.3",
 "regex",
 "rpassword",
 "sc-cli-proc-macro",
 "sc-client-api",
 "sc-keystore",
 "sc-network",
 "sc-service",
 "sc-telemetry",
 "sc-tracing",
 "serde_json",
 "sp-blockchain",
 "sp-core",
 "sp-keyring",
 "sp-panic-handler",
 "sp-runtime",
ddorgan's avatar
ddorgan committed
 "sp-version",
 "structopt",
 "tiny-bip39",
 "tokio 0.2.21",
 "tracing",
 "tracing-log",
 "tracing-subscriber",
[[package]]
name = "sc-cli-proc-macro"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "proc-macro-crate",
 "proc-macro2 1.0.24",
name = "sc-client-api"
version = "2.0.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "derive_more",
 "futures 0.3.8",
 "hash-db",
 "kvdb",
 "parity-scale-codec",
 "parking_lot 0.11.1",
 "sc-executor",
 "sp-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-core",
Web3 Philosopher's avatar
Web3 Philosopher committed
 "sp-database",
 "sp-externalities",
 "sp-inherents",
 "sp-runtime",
 "sp-state-machine",
 "sp-std",
 "sp-storage",
 "sp-transaction-pool",
 "sp-trie",
 "sp-version",
 "substrate-prometheus-endpoint",
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "blake2-rfc",
 "hash-db",
 "kvdb",
 "kvdb-memorydb",
 "kvdb-rocksdb",
 "linked-hash-map",
 "parity-db",
 "parity-scale-codec",
 "parity-util-mem",
 "parking_lot 0.11.1",
 "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"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
Web3 Philosopher's avatar
Web3 Philosopher committed
dependencies = [
 "sc-client-api",
 "sp-blockchain",
 "sp-consensus",
 "sp-runtime",
]

name = "sc-consensus-babe"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
dependencies = [
 "derive_more",
 "fork-tree",
 "futures 0.3.8",
 "futures-timer 3.0.2",
 "merlin",
 "num-bigint",
 "num-rational",
 "num-traits 0.2.12",
 "parity-scale-codec",
 "parking_lot 0.11.1",
 "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"
version = "0.8.0"
source = "git+https://github.com/paritytech/substrate#c9d93653e567f10867273b0171f3025419795c37"
 "derive_more",
 "futures 0.3.8",
 "jsonrpc-core",
 "jsonrpc-core-client",
 "jsonrpc-derive",
 "sc-consensus-babe",
 "sc-consensus-epochs",