Cargo Features

[dependencies]
thiserror-core = { version = "1.0.50", default-features = false, features = ["std"] }
default = std

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

std default

Enables std of thiserror-core-impl

thiserror-core has 2 features without comments.