Cargo Features
[dependencies]
field_access = { version = "0.1.11", default-features = false, features = ["alloc", "derive"] }
- default = alloc, derive
-
These default features are set whenever
field_access
is added without
somewhere in the dependency tree.default-features = false - alloc default
- derive default = field_access_derive
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.