Cargo Features
[dependencies]
testnet-parachains-constants = { version = "10.0.0", default-features = false, features = ["std", "rococo", "westend"] }
- default = std
-
The
std
feature is set by default whenevertestnet-parachains-constants
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of cumulus-primitives-core, frame-support, polkadot-core-primitives, optional rococo-runtime-constants, sp-runtime, optional westend-runtime-constants, and staging-xcm
- rococo = rococo-runtime-constants
-
Test runtimes specific features.
Affects
testnet-parachains-constants::rococo
… - westend = westend-runtime-constants
-
Affects
testnet-parachains-constants::westend
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.