Cargo Features

[dependencies]
cast_trait_object = { version = "0.1.4", default-features = false, features = ["full", "docs", "alloc", "proc-macros"] }
default = full

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

full default docs? = alloc, proc-macros
docs = full
alloc full

Enable features that require an allocator.

proc-macros full

Enable procedural macros.

Enables cast_trait_object_macros