Cargo Features

[dependencies]
option_trait = { version = "1.0.6", default-features = false, features = ["opt_cell"] }
default = opt_cell

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

opt_cell default

option_trait has 2 features without comments.