Cargo Features
[dependencies]
gp-externalities = { version = "0.23.0-pre.1", default-features = false, features = ["std"] }
- default = std
-
The
stdfeature is set by default whenevergp-externalitiesis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables std of parity-scale-codec, environmental, sp-std ^12.0.0, and sp-storage ^17.0.0
gp-externalities has 2 features without comments.