# 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 = "merx" version = "0.0.1" authors = ["Filippo Merli "] description = "Merx is a library useful to talk about quantities in a safe way and with an eye on the performance." readme = "README.md" keywords = ["wrapper", "currency", "money", "financial", "fixed"] categories = ["cryptography::cryptocurrencies", "data-structures", "mathematics", "science", "simulation"] license = "MIT OR Unlicense" repository = "https://github.com/fi3/merx/" [profile.release] debug = true [[bench]] name = "benchmark" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3" features = ["real_blackbox"] [dev-dependencies.quickcheck] version = "0.9" [dev-dependencies.quickcheck_macros] version = "0.9"