Cargo Features
[dependencies]
serde_item = { version = "0.2.0", default-features = false, features = ["with-syntex", "nightly-testing"] }
- default = with-syntex
-
The
with-syntex
feature is set by default wheneverserde_item
is added without
somewhere in the dependency tree.default-features = false - with-syntex default = syntex_syntax
- nightly-testing = clippy
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.