Cargo Features

[dependencies]
error-doc = { version = "0.2.0", default-features = false, features = ["thiserror"] }
default = thiserror

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

thiserror default

Enables thiserror

error-doc has 2 features without comments.