Cargo Features
Commodity has no features set by default.
[dependencies]
commodity = { version = "0.4.0", features = ["serde-support", "iso4217"] }
- serde-support = serde, serde_derive
-
Enables serde of arrayvec ^0.5, chrono, and rust_decimal
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- iso4217 implicit feature
-
Enables iso4217
iso4217:
ISO 4217 data
Affects
commodity::all_iso4217_currencies
… - serde serde-support?
- serde_derive serde-support?