# 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 = "oxydized-money" version = "0.3.0" authors = ["Cédric Meuter "] description = "Library providing data types to manipulate amounts of money in specific currencies and convert amounts between then" homepage = "https://github.com/meuter/oxydized-money-rs" readme = "README.md" keywords = [ "currency", "money", ] license = "MIT" repository = "https://github.com/meuter/oxydized-money-rs" [dependencies.iso_currency] version = "0.4.4" [dependencies.rust_decimal] version = "1.34.3" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.rust_decimal_macros] version = "1.34.2"