Cargo Features
[dependencies]
aeronet_io = { version = "0.14.0-rc.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneveraeronet_io
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables standard library support.
Enables std of anyhow, bevy_platform_support, bytes, and log