Cargo Features
[dependencies]
cargo-zigbuild = { version = "0.19.4", default-features = false, features = ["universal2"] }
- default = universal2
-
The
universal2
feature is set by default whenevercargo-zigbuild
is added without
somewhere in the dependency tree.default-features = false - universal2 default = fat-macho
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.