# 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 = "nbp-api" version = "0.1.0" description = "Client for the NBP Web API" readme = "README.md" keywords = [ "currency", "financial", "exchange", ] categories = [ "finance", "api-bindings", ] license = "MIT" repository = "https://github.com/mrozycki/nbp-api-rs/" [dependencies.iso_currency] version = "0.4" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.rust_decimal] version = "1.31" [dependencies.serde] version = "1.0" features = ["serde_derive"] [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" features = [ "macros", "parsing", ] [dev-dependencies.regex] version = "1.9.3" [dev-dependencies.tokio] version = "1.32.0" features = [ "rt", "macros", ]