alpha_vantage 0.4.0

Rust Wrapper/Crate built for AlphaVantage API
Documentation
[dependencies.reqwest]
features = ["blocking"]
version = "0.10.4"

[dependencies.serde]
features = ["derive"]
version = "1.0.106"

[dependencies.serde_json]
version = "1.0.51"

[features]
vendored = ["reqwest/native-tls-vendored"]

[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.4.0"