# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "currency-iso4217" version = "0.1.2" authors = ["EBDS Rust Developers"] description = "ISO 4217 currency codes" readme = "README.md" keywords = [ "no-std", "iso-4217", "currency", ] categories = ["no-std"] license = "MIT" repository = "https://github.com/ebds-rs/currency_iso4217" [dependencies.serde] version = "1" features = [ "alloc", "derive", ] optional = true [features] serde = ["dep:serde"] serde-std = [ "serde/std", "std", ] slow-tests = [] std = []