Cargo Features

[dependencies]
brickadia = { version = "0.1.32", default-features = false, features = ["serialize", "zlib-ng", "util"] }
default = util

These default features are set whenever brickadia is added without default-features = false somewhere in the dependency tree.

Enables flate2

serialize = serde, serde_repr

Enables serde of uuid ^0.8

zlib-ng

Enables zlib-ng of flate2

util default

Affects brickadia::util

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

serde serialize?
serde_repr serialize?