Cargo Features

[dependencies]
recasting = { version = "0.2.1", default-features = false, features = ["std", "alloc"] }
default = std

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

std default = alloc
alloc std

Recasting has 3 features without comments.