# 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 = "currencyapi" version = "1.0.0" authors = ["Yehuthith "] description = "currencyapi API" readme = "README.md" keywords = [ "currency", "convert", "freecurrencyapi", "money", "api", ] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/yehuthi/currencyapi-rs" [[example]] name = "cli" [dependencies.atoi] version = "2.0.0" default-features = false [dependencies.bstringify] version = "0.1.2" [dependencies.reqwest] version = "0.11.20" default-features = false [dependencies.rust_decimal] version = "1.32.0" optional = true default-features = false [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.105" features = ["raw_value"] [dependencies.thiserror] version = "1.0.48" [dev-dependencies.chrono] version = "0.4.31" default-features = false [dev-dependencies.clap] version = "4.2.2" features = ["derive"] [dev-dependencies.reqwest] version = "0.11.20" [dev-dependencies.rust_decimal] version = "1.32.0" [dev-dependencies.tokio] version = "1.32.0" features = ["full"]