Cargo Features

[dependencies]
clone_dyn = { version = "0.15.0", default-features = false, features = ["no_std", "use_alloc", "full", "enabled"] }
default = enabled

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

no_std use_alloc?
use_alloc = no_std
full = enabled
enabled default full?

Enables clone_dyn_meta

Affects clone_dyn::dependency, clone_dyn::protected, clone_dyn::orphan, clone_dyn::exposed, clone_dyn::prelude