# 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 = "marketstack-rs" version = "0.1.0" description = "Rust bindings for Marketstack REST API" homepage = "https://github.com/reubenwong97/marketstack-rs/" documentation = "https://github.com/reubenwong97/marketstack-rs/" readme = "README.md" license = "MIT" repository = "https://github.com/reubenwong97/marketstack-rs/" [dependencies.bytes] version = "1.5.0" [dependencies.derive_builder] version = "~0.12" [dependencies.http] version = "~0.2" [dependencies.reqwest] version = "~0.11.19" features = [ "blocking", "json", ] optional = true default-features = false [dependencies.serde] version = "~1.0.103" features = ["derive"] [dependencies.serde_json] version = "^1.0.25" [dependencies.serde_urlencoded] version = "~0.7" [dependencies.thiserror] version = "1.0.48" [dependencies.url] version = "^2.1" [dev-dependencies.dotenvy] version = "0.15.7"