Cargo Features

[dependencies]
thiserror-nostd-notrait = { version = "1.0.57", default-features = false, features = ["std"] }
default = std

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

std default

Enables std of thiserror-nostd-notrait-impl

thiserror-nostd-notrait has 2 features without comments.