Cargo Features
[dependencies]
testnets-common = { version = "2.0.0", default-features = false, features = ["std", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default whenevertestnets-common
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of frame-support ^27.0.0 and polkadot-core-primitives ^6.0.0
frame-support:
Substrate
and std of rococo-runtime-constants ^6.0.0, sp-runtime ^30.0.1, and westend-runtime-constants ^6.0.0
rococo-runtime-constants:
Polkadot
- runtime-benchmarks
-
Enables runtime-benchmarks of frame-support ^27.0.0 and sp-runtime ^30.0.1