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 whenever azalea-protocol is added without default-features = false somewhere in the dependency tree.

connecting packets

Affects azalea-protocol::connect

packets default = connecting, crc32

Enables azalea-core

Affects azalea-protocol::packets

crc32 packets

Enables crc32fast