Cargo Features

[dependencies]
thin_trait_object = { version = "1.1.2", default-features = false, features = ["std"] }
default = std

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

std default

thin_trait_object has 2 features without comments.