Cargo Features
[dependencies]
check_keyword = { version = "0.3.1", default-features = false, features = ["2021", "2018"] }
- default = 2021
-
The
2021
feature is set by default whenevercheck_keyword
is added without
somewhere in the dependency tree.default-features = false - 2021 default = 2018
- 2018 2021
CheckKeyword has 3 features without comments.