Cargo Features
[dependencies]
gp-externalities = { version = "0.23.0-pre.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default whenevergp-externalities
is added without
somewhere 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.