Cargo Features
[dependencies]
azalea-protocol = { version = "0.11.0+mc1.21.4", default-features = false, features = ["connecting", "packets"] }
- default = packets
-
The
packets
feature is set by default wheneverazalea-protocol
is added without
somewhere in the dependency tree.default-features = false - connecting packets
-
Affects
azalea-protocol::connect
… - packets default = connecting
-
Enables azalea-core
Affects
azalea-protocol::packets
…