[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls", "cookies"]
version = "0.12.19"
[dependencies.rust_decimal]
optional = true
version = "1.36"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.serde_json_path_to_error]
optional = true
version = "0.1.4"
[dependencies.thiserror]
version = "1.0"
[dependencies.time]
features = ["macros"]
version = "0.3.41"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.45.1"
[dev-dependencies.tokio-test]
version = "0.4.4"
[features]
blocking = ["reqwest/blocking"]
debug = ["serde_json_path_to_error"]
decimal = ["dep:rust_decimal"]
[lib]
name = "yahoo_finance_api"
path = "src/lib.rs"
[package]
authors = ["Mark Beinker <mwb@quantlink.de>", "Claus Matzinger <claus.matzinger+kb@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "A rust adapter for the yahoo! finance API to fetch histories of market data quotes."
edition = "2021"
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"
rust-version = "1.70"
version = "4.1.0"