Cargo Features
[dependencies]
ternary-signal = { version = "0.3.0", default-features = false, features = ["serde"] }
- default = serde
-
The
serdefeature is set by default wheneverternary-signalis added withoutsomewhere in the dependency tree.default-features = false
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.
- serde default