Cargo Features
[dependencies]
currencyapi_parse = { version = "0.1.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default whenevercurrencyapi_parse
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables thiserror ^1.0.32
currencyapi_parse has 2 features without comments.