Cargo Features
[dependencies]
autoincrement = { version = "1.0.1", default-features = false, features = ["full", "derive", "async"] }
- default = async, derive, sync
-
These default features are set whenever
autoincrement
is added without
somewhere in the dependency tree.default-features = false - full = async, derive, serde, sync
- derive default full? = autoincrement_derive
- sync async default full?
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.