Cargo Features

[dependencies]
enum-ptr = { version = "0.2.0-beta.0", default-features = false, features = ["alloc"] }
default = alloc

The alloc feature is set by default whenever enum-ptr is added without default-features = false somewhere in the dependency tree.

alloc default

EnumPtr has 2 features without comments.