Cargo Features

[dependencies]
rustc-holidays = { version = "0.1.0", default-features = false, features = ["slow_down"] }
default = slow_down

The slow_down feature is set by default whenever rustc-holidays is added without default-features = false somewhere in the dependency tree.

slow_down default

rustc-holidays has 2 features without comments.