Cargo Features
Stens has no features set by default.
[dependencies]
stens = { version = "0.9.0", features = ["all", "serde"] }
- all = serde
- serde all? = serde_crate, serde_with, serde_yaml
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_crate serde?
-
Enables serde
- serde_with serde?
-
Enables serde_with ^1.14
- serde_yaml serde?