# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rusty-money" version = "0.4.1" authors = ["Varun Srinivasan "] description = "Parse, format and perform calculations with money safely. \n" documentation = "https://docs.rs/rusty-money" readme = "README.md" keywords = ["money", "currency", "iso-4217", "crypto", "cryptocurrency"] categories = ["data-structures", "rust-patterns", "cryptography::cryptocurrencies"] license = "MIT" repository = "https://github.com/varunsrin/rusty_money" [dependencies.rust_decimal] version = "1.9.0" default-features = false [dependencies.rust_decimal_macros] version = "1.9.0" [features] crypto = [] default = ["iso"] iso = []