Cargo Features

[dependencies]
auxtrate = { version = "0.1.1", default-features = false, features = ["std", "try-runtime", "runtime-benchmarks"] }
default = std

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

std default

Enables std of frame-support ^21.0.0, log, and sp-weights ^19.0.0

try-runtime

Enables try-runtime of frame-support ^21.0.0

runtime-benchmarks

Enables runtime-benchmarks of frame-support ^21.0.0

auxtrate has 4 features without comments.