[dependencies.async-trait]
version = "0.1.48"
[dependencies.reqwest]
optional = true
version = "0.11.2"
[dependencies.serde]
features = ["derive"]
version = "1.0.125"
[dependencies.serde_json]
version = "1.0.64"
[dependencies.surf]
optional = true
version = "2.2.0"
[dependencies.thiserror]
version = "1.0.24"
[dev-dependencies.async-std]
features = ["attributes"]
version = "1.9.0"
[features]
default = ["surf-client"]
reqwest-client = ["reqwest"]
surf-client = ["surf"]
[package]
authors = ["Saurav Sharma <appdroiddeveloper@gmail.com>"]
categories = ["api-bindings", "web-programming::http-client"]
description = "Rust Wrapper/Crate built for AlphaVantage API"
edition = "2018"
homepage = "https://github.com/iamsauravsharma/alpha_vantage"
keywords = ["alphavantage", "currency", "finance", "stock", "exchange"]
license = "MIT"
name = "alpha_vantage"
readme = "README.MD"
repository = "https://github.com/iamsauravsharma/alpha_vantage"
version = "0.6.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]