Cargo Features

[dependencies]
staging-parachain-info = { version = "0.18.0", default-features = false, features = ["std", "try-runtime"] }
default = std

The std feature is set by default whenever staging-parachain-info is added without default-features = false somewhere in the dependency tree.

std default

Enables std of parity-scale-codec, cumulus-primitives-core ^0.17.0, frame-support ^39.0.0, frame-system ^39.0.0, scale-info, and sp-runtime ^40.0.0

try-runtime

Enables try-runtime of frame-support ^39.0.0, frame-system ^39.0.0, and sp-runtime ^40.0.0

staging-parachain-info has 3 features without comments.