Cargo Features

[dependencies]
aeronet_replicon = { version = "0.14.0-rc.1", default-features = false, features = ["std", "client", "server", "document-features"] }
default = std

The std feature is set by default whenever aeronet_replicon is added without default-features = false somewhere in the dependency tree.

std default

Enables standard library support.

Enables std of aeronet_transport

client

Enables support for bevy_replicon/client.

Enables client of bevy_replicon

Affects aeronet_replicon::client

server

Enables support for bevy_replicon/server.

Enables server of bevy_replicon

Affects aeronet_replicon::server

document-features

Enable this when generating docs.

Enables document-features