[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.11"
[dependencies.select]
version = "0.6"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.time]
features = ["macros"]
version = "0.3"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.7"
[dev-dependencies.tokio-test]
version = "0.4"
[features]
blocking = ["reqwest/blocking"]
[package]
authors = ["Mark Beinker <mwb@quantlink.de>", "Claus Matzinger <claus.matzinger+kb@gmail.com>"]
categories = ["api-bindings"]
description = "A rust adapter for the yahoo! finance API to fetch histories of market data quotes."
edition = "2018"
include = ["src/**/*", "LICENSE-*", "README.md"]
keywords = ["finance", "yahoo", "stock", "quote"]
license = "MIT OR Apache-2.0"
name = "yahoo_finance_api"
readme = "README.md"
repository = "https://github.com/xemwebe/yahoo_finance_api"
version = "1.6.1"