Cargo Features
[dependencies]
azalea-protocol = { version = "0.12.0+mc1.21.5", default-features = false, features = ["connecting", "packets", "crc32"] }
- 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, crc32
-
Enables azalea-core
Affects
azalea-protocol::packets
… - crc32 packets
-
Enables crc32fast