# 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 = "rust_iso4217" version = "0.1.1" exclude = ["scripts/*"] description = "ISO 4217 is a standard published by the International Organization for Standardization (ISO) that defines alpha codes and numeric codes for the representation of currencies and provides information about the relationships between individual currencies and their minor units." documentation = "https://docs.rs/rust_iso4217/" readme = "README.md" keywords = [ "iso4217", "4217", "currency", ] license = "Apache-2.0" repository = "https://github.com/rust-iso/rust_iso4217" resolver = "1" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.phf] version = "^0.11.1" features = ["macros"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.prettytable-rs] version = "^0.10.0" [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "^0.3.60" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "^0.2.83" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "^0.3.33"