Cargo Features

[dependencies]
testnet-parachains-constants = { version = "4.0.0", default-features = false, features = ["std", "rococo", "westend"] }
default = std

The std feature is set by default whenever testnet-parachains-constants is added without default-features = false somewhere in the dependency tree.

std default

Enables std of cumulus-primitives-core

Cumulus

and std of frame-support

Substrate

and std of polkadot-core-primitives, sp-runtime, staging-xcm, optional rococo-runtime-constants, and optional westend-runtime-constants

polkadot-core-primitives:

Polkadot

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.

rococo-runtime-constants rococo?
westend-runtime-constants westend?