Cargo Features

[dependencies]
proc_micro = { version = "0.1.0", default-features = false, features = ["strum"] }
default = strum

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

strum default

Enables strum

Affects attr::unique, attr::check_exclusive, attr::known_attribute