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

std default

Enables standard library support.

Enables std of anyhow, bevy_platform_support, bytes, and log