# 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 = "liquidity_check" version = "0.1.0" description = "Validate if a string represents a monetary value" homepage = "https://github.com/b3nj5m1n/liquidity_check" readme = "README.md" keywords = [ "money", "currency", "iso-4217", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/b3nj5m1n/liquidity_check" [dependencies.lazy_static] version = "1.4.0" [dependencies.rusty-money] version = "0.4.1"