Cargo Features

[dependencies]
manyhow = { version = "0.11.1", default-features = false, features = ["syn", "darling", "macros", "syn1"] }
default = macros, syn

These default features are set whenever manyhow is added without default-features = false somewhere in the dependency tree.

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?