Cargo Features

[dependencies]
panic-ub = { version = "0.0.0", default-features = false, features = ["enabled", "force"] }
default = enabled

The enabled feature is set by default whenever panic-ub is added without default-features = false somewhere in the dependency tree.

enabled default force?
force = enabled

panic-ub has 3 features without comments.