finance-query-core 0.3.1

A Rust client library for Yahoo Finance API - fetch quotes, historical data, financials, streaming, and more
Documentation
# 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 = "finance-query-core"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust client library for Yahoo Finance API - fetch quotes, historical data, financials, streaming, and more"
readme = "README.md"
keywords = [
    "yahoo",
    "finance",
    "stocks",
    "api",
    "trading",
]
categories = [
    "api-bindings",
    "finance",
]
license = "Apache-2.0"
repository = "https://github.com/johnson-f/finance-query-rust"
resolver = "3"

[lib]
name = "finance_query_core"
path = "src/lib.rs"

[[example]]
name = "fetch_actions"
path = "examples/fetch_actions.rs"

[[example]]
name = "fetch_calendar_esg"
path = "examples/fetch_calendar_esg.rs"

[[example]]
name = "fetch_earnings_date"
path = "examples/fetch_earnings_date.rs"

[[example]]
name = "fetch_market"
path = "examples/fetch_market.rs"

[[example]]
name = "fetch_options"
path = "examples/fetch_options.rs"

[[example]]
name = "fetch_quote"
path = "examples/fetch_quote.rs"

[[example]]
name = "quote_stream"
path = "examples/quote_stream.rs"

[[example]]
name = "stream_custom_indices"
path = "examples/stream_custom_indices.rs"

[[example]]
name = "stream_indices"
path = "examples/stream_indices.rs"

[[example]]
name = "stream_movers"
path = "examples/stream_movers.rs"

[[example]]
name = "websocket_types"
path = "examples/websocket_types.rs"

[[test]]
name = "actions_tests"
path = "tests/actions_tests.rs"

[dependencies.async-stream]
version = "0.3"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.flate2]
version = "1.0"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.once_cell]
version = "1"

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12.24"
features = [
    "cookies",
    "json",
    "gzip",
    "brotli",
]

[dependencies.scraper]
version = "0.24"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.48.0"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

[dev-dependencies.proptest]
version = "1.4"