[package] name = "sp-block-builder" version = "4.0.0-dev" authors.workspace = true edition.workspace = true license = "Apache-2.0" homepage = "https://substrate.io" repository.workspace = true description = "The block builder runtime api." readme = "README.md" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies] sp-api = { path = "../api", default-features = false} sp-inherents = { path = "../inherents", default-features = false} sp-runtime = { path = "../runtime", default-features = false} sp-std = { path = "../std", default-features = false} [features] default = [ "std" ] std = [ "sp-api/std", "sp-inherents/std", "sp-runtime/std", "sp-std/std" ]