[package] name = "test-runtime-constants" publish = false version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true [dependencies] smallvec = "1.8.0" frame-support = { path = "../../../../substrate/frame/support", default-features = false } primitives = { package = "polkadot-primitives", path = "../../../primitives", default-features = false } runtime-common = { package = "polkadot-runtime-common", path = "../../common", default-features = false } sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false } sp-weights = { path = "../../../../substrate/primitives/weights", default-features = false } sp-core = { path = "../../../../substrate/primitives/core", default-features = false } [features] default = ["std"] std = [ "sp-core/std", "sp-runtime/std", "sp-weights/std", "runtime-common/std", "primitives/std", "frame-support/std", ]