Cargo Features

[dependencies]
user_stable_vtable = { version = "0.3.0", default-features = false, features = ["alloc", "box"] }
default = box

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

alloc box
box default = alloc

Affects user_stable_vtable::boxed