Cargo Features
[dependencies]
quoted_printable = { version = "0.5.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverquoted_printable
is added without
somewhere in the dependency tree.default-features = false - std default
Quoted-printable has 2 features without comments.