Cargo Features

[dependencies]
anycast = { version = "1.0.0", default-features = false, features = ["std", "alloc"] }
default = std

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

std default = alloc
alloc std

Affects anycast::Anycast.into_any