Cargo Features

currency-iso4217 has no features set by default.

[dependencies]
currency-iso4217 = { version = "0.1.1", features = ["std", "serde", "serde-std", "slow-tests"] }
std serde-std?
serde serde-std?

Enables serde

serde-std = std

Enables std of serde

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

slow-tests

currency-iso4217 has 4 features without comments.