Cargo Features

[dependencies]
trait-cast = { version = "0.3.4", default-features = false, features = ["alloc", "downcast_unchecked", "min_specialization"] }
default = alloc

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

alloc default

Affects trait_cast::TraitcastableAnyInfraExt

downcast_unchecked

Affects trait_cast::TraitcastableAnyInfra.downcast_ref_unchecked, trait_cast::TraitcastableAnyInfra.downcast_mut_unchecked, trait_cast::TraitcastableAnyInfraExt.downcast_unchecked

min_specialization