Cargo Features

[dependencies]
dyn-dyn = { version = "0.1.2", default-features = false, features = ["std", "alloc", "dynamic-names"] }
default = std

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

std default = alloc

Enables std of stable_deref_trait

alloc std

Enables alloc of stable_deref_trait

dynamic-names

DynDyn has 4 features without comments.