[package] name = "sc-consensus-aura" version = "2.0.0" authors = ["Parity Technologies "] description = "Aura consensus algorithm for substrate" edition = "2018" [dependencies] sp-application-crypto = { path = "../../../primitives/application-crypto" } sp-consensus-aura = { path = "../../../primitives/consensus/aura" } sp-block-builder = { path = "../../../primitives/block-builder" } sc-client = { path = "../../" } sc-client-api = { path = "../../api" } codec = { package = "parity-scale-codec", version = "1.0.0" } sp-consensus = { path = "../../../primitives/consensus/common" } derive_more = "0.99.2" futures = { version = "0.3.1", features = ["compat"] } futures01 = { package = "futures", version = "0.1" } futures-timer = "0.4.0" sp-inherents = { path = "../../../primitives/inherents" } sc-keystore = { path = "../../keystore" } log = "0.4.8" parking_lot = "0.9.0" sp-core = { path = "../../../primitives/core" } sp-blockchain = { path = "../../../primitives/blockchain" } sp-io = { path = "../../../primitives/io" } sp-version = { path = "../../../primitives/version" } sc-consensus-slots = { path = "../slots" } sp-api = { path = "../../../primitives/api" } sp-runtime = { path = "../../../primitives/runtime" } sp-timestamp = { path = "../../../primitives/timestamp" } sc-telemetry = { path = "../../telemetry" } [dev-dependencies] sp-keyring = { path = "../../../primitives/keyring" } sc-executor = { path = "../../executor" } sc-network = { path = "../../network" } sc-network-test = { path = "../../network/test" } sc-service = { path = "../../service" } substrate-test-runtime-client = { path = "../../../test-utils/runtime/client" } tokio = "0.1.22" env_logger = "0.7.0" tempfile = "3.1.0"