Cargo Features

[dependencies]
check_keyword = { version = "0.4.1", default-features = false, features = ["2024", "2021", "2018"] }
default = 2024

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

2024 default = 2021
2021 2024 = 2018
2018 2021?

CheckKeyword has 4 features without comments.