[package] name = "substrate-block-builder-runtime-api" version = "2.0.0" authors = ["Parity Technologies "] edition = "2018" [dependencies] sr-primitives = { path = "../../sr-primitives", default-features = false } sr-api = { path = "../../sr-api", default-features = false } rstd = { package = "sr-std", path = "../../sr-std", default-features = false } codec = { package = "parity-scale-codec", version = "1.0.6", default-features = false } inherents = { package = "substrate-inherents", path = "../../inherents", default-features = false } [features] default = [ "std" ] std = [ "sr-primitives/std", "codec/std", "inherents/std", "sr-api/std", "rstd/std", ]