Cargo Features

[dependencies]
azalea-protocol = { version = "0.10.2", default-features = false, features = ["connecting", "packets"] }
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

Enables azalea-core

Affects azalea-protocol::packets