Cargo Features
[dependencies]
aeronet_transport = { version = "0.14.0", default-features = false, features = ["std", "arbitrary", "serde", "visualizer", "document-features"] }
- default = std
-
The
std
feature is set by default wheneveraeronet_transport
is added without
somewhere in the dependency tree.default-features = false - std default arbitrary? visualizer?
-
Enables standard library support.
Enables std of aeronet_io
- arbitrary = std
-
Allows generating arbitrary values of some types with
arbitrary
, useful for fuzz testing.Enables arbitrary
- serde
-
Allows serializing and deserializing some types with
serde
.Enables serde
- visualizer = std
-
Allows using the
visualizer
module, which draws session statistics usingbevy_egui
andegui_plot
.Enables bevy_egui, egui_plot ^0.31.0, itertools, size_format, and thousands
Affects
aeronet_transport::visualizer
… - document-features
-
Enable this when generating docs.
Enables document-features, x11 of bevy_winit
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.