Cargo Features

[dependencies]
check_keyword = { version = "0.2.0", default-features = false, features = ["2018"] }
default = 2018

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

2018 default

CheckKeyword has 2 features without comments.