Cargo Features

[dependencies]
gp-externalities = { version = "0.13.0", 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 ^5.0.0, and sp-storage ^7.0.0

gp-externalities has 2 features without comments.