# 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 = "currencies" version = "0.4.1" authors = ["sam0x17"] description = "Allows for generic manipulation of currencies (both real-world and cryptocurrencies) with optionally compile-time enforced checked math and support for all ISO-4217 currencies." readme = "README.md" keywords = [ "money", "currency", "cryptocurrency", "dollar", "currencies", ] license = "MIT" repository = "https://github.com/sam0x17/currencies" [dependencies.currencies-core] version = "0.4.1" [dependencies.currencies-macros] version = "0.4.1" [features] default = ["parsing"] parsing = ["currencies-core/parsing"] serde = ["currencies-core/serde"] std = ["currencies-core/std"]