Cargo Features
[dependencies]
assembly = { version = "0.7.0-beta.0", default-features = false, features = ["core", "data", "maps", "pack", "serde-derives"] }
- default = core, data, maps, pack
-
These default features are set whenever
assembly
is added without
somewhere in the dependency tree.default-features = false - core default = assembly-core
- data default = assembly-data
- maps default = assembly-maps
- pack default = assembly-pack
- serde-derives
-
Enables serde-derives of assembly-core ^0.2.0-beta.0 and assembly-maps
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.