Cargo Features

Aeronet has no features set by default.

[dependencies]
aeronet = { version = "0.4.0", features = ["bevy", "bevy-tokio-rt", "bincode"] }
bevy bevy-tokio-rt?

Enables bevy support.

Enables bevy ^0.12.0

bevy-tokio-rt = bevy

Enables using an async tokio runtime in a bevy resource.

Enables tokio

bincode

Allows using bincode as a format for message serialization using serde.

Enables bincode and serde