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
somewhere in the dependency tree.default-features = false Enables flate2
- serialize = serde, serde_repr
- zlib-ng
- 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.