Cargo Features

[dependencies]
anymore = { version = "1.0.0", default-features = false, features = ["alloc", "type_name"] }
default = alloc, type_name

These default features are set whenever anymore is added without default-features = false somewhere in the dependency tree.

alloc default

Include helper implementation of downcasting from a Box.

type_name default

Include the AnyDebug::type_name method, which is useful for debugging downcasting.

Affects anymore::AnyDebug.type_name