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 whenever gp-externalities is added without default-features = false somewhere in the dependency tree.

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.