Cargo Features
[dependencies]
manyhow = { version = "0.11.4", default-features = false, features = ["syn", "darling", "macros", "syn1"] }
- default = macros, syn
-
These default features are set whenever
manyhow
is added without
somewhere in the dependency tree.default-features = false - syn default = syn2
- darling = darling_core
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.
- macros default
-
Enables manyhow-macros
- syn1 implicit feature
-
Enables syn ^1
syn:
Parser for Rust source code
- syn2 syn
-
Enables syn
- darling_core darling?