# 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 = "2018" name = "currency_layer" version = "0.2.0" authors = ["Ryan Bluth "] description = "Client for free currency layer APIs" readme = "README.md" keywords = [ "currency", "layer", "exchange", "rate", "rates", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/RyanBluth/currency-layer-rs" [dependencies.chrono] version = "0.4.22" features = ["serde"] [dependencies.reqwest] version = "0.11.12" [dependencies.rust_decimal] version = "1.26.1" [dependencies.rusty-money] version = "0.4.1" features = ["iso"] [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.tokio] version = "1.21.2" features = [ "macros", "rt-multi-thread", ]