[package]
name = "sc-basic-authorship"
version = "0.14.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
description = "Basic implementation of block-authoring logic."
readme = "README.md"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
codec = { package = "parity-scale-codec", version = "3.0.0" }
futures = "0.3.21"
futures-timer = "3.0.1"
log = "0.4.17"
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.11.0" }
sc-block-builder = { version = "0.14.0" }
sc-client-api = { version = "8.0.0" }
sc-proposer-metrics = { version = "0.11.0" }
sc-telemetry = { version = "5.0.0" }
sc-transaction-pool-api = { version = "8.0.0" }
sp-api = { version = "7.0.0" }
sp-blockchain = { version = "8.0.0" }
sp-consensus = { version = "0.13.0" }
sp-core = { version = "10.0.0" }
sp-inherents = { version = "7.0.0" }
sp-runtime = { version = "11.0.0" }
[dev-dependencies]
parking_lot = "0.12.1"
sc-transaction-pool = { version = "8.0.0" }
substrate-test-runtime-client = { path = "../../test-utils/runtime/client" }