Cargo Features

[dependencies]
penum = { version = "0.1.29", default-features = false, features = ["dispatch-custom", "dispatch-std"] }
default = dispatch-std

The dispatch-std feature is set by default whenever penum is added without default-features = false somewhere in the dependency tree.

dispatch-custom
dispatch-std default

Penum has 3 features without comments.