Cargo Features

[dependencies]
darling = { version = "0.20.8", default-features = false, features = ["diagnostics", "suggestions"] }
default = suggestions

The suggestions feature is set by default whenever darling is added without default-features = false somewhere in the dependency tree.

diagnostics

Enables diagnostics of darling_core

suggestions default

Enables suggestions of darling_core

Darling has 3 features without comments.