# 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 = "moneyman" version = "0.1.2" authors = ["sekun "] description = "A simple library for converting currencies" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/sekunho/moneyman" resolver = "1" [[bench]] name = "convert" harness = false [dependencies.bytes] version = "1.4" [dependencies.chrono] version = "0.4" [dependencies.reqwest] version = "0.11" features = [ "blocking", "rustls-tls", ] default-features = false [dependencies.rusqlite] version = "0.29" features = [ "bundled", "vtab", "csvtab", "chrono", ] [dependencies.rust_decimal] version = "1.29" [dependencies.rusty-money] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.zip] version = "0.6" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.rand] version = "0.8"