# 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" rust-version = "1.65" name = "amount_conversion" version = "0.1.1" description = "Convert Amount conversion from lower denomination to higher denomination and vice-versa" homepage = "https://github.com/jarnura/amount_conversion" documentation = "https://docs.rs/amount_conversion" readme = "README.md" keywords = [ "amount", "currency", "conversion", "subunit", "payments", ] license = "MIT OR Apache-2.0" [dependencies.once_cell] version = "1.17.1" [dependencies.serde] version = "1.0.152" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.93"