# 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 = "coinpaprika-api" version = "0.1.0" description = "Coinpaprika API Rust library provides access to Coinpaprika API for applications written in Rust programming language." readme = "README.md" keywords = [ "coinpaprika", "api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/tokenomia-pro/coinpaprika-api-rust-client" [dependencies.chrono] version = "0.4" [dependencies.reqwest] version = "0.11.12" features = ["json"] [dependencies.reqwest-middleware] version = "0.1.6" [dependencies.reqwest-retry] version = "0.1.5" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_json] version = "1.0.86" [dev-dependencies.tokio] version = "1.21.2" features = ["full"]