[package]
name = "sc-block-builder"
version = "0.22.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 = "Substrate block builder"
readme = "README.md"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
codec = { package = "parity-scale-codec", version = "3.2.2", features = [
"derive",
] }
sc-client-api = { version = "17.0.0" }
sp-api = { version = "15.0.0" }
sp-block-builder = { version = "15.0.0" }
sp-blockchain = { version = "17.0.0" }
sp-core = { version = "17.0.0" }
sp-inherents = { version = "15.0.0" }
sp-runtime = { version = "19.0.0" }
sp-state-machine = { version = "0.23.0" }
[dev-dependencies]
substrate-test-runtime-client = { path = "../../test-utils/runtime/client" }