Cargo Features
[dependencies]
anyhow_serde = { version = "1.0.101", default-features = false, features = ["std", "serialize", "backtrace"] }
- default = serialize, std
-
These default features are set whenever
anyhow_serdeis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Affects
kind::Boxed,kind::BoxedKind,anyhow_serde::Chain,wrapper::BoxedError… - serialize default = serde
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.