[dependencies.anyhow]
version = "1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.reqwest]
features = ["json", "rustls-tls"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["full"]
version = "1.35"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.tokio-test]
version = "0.4"
[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[[example]]
name = "bond_data"
path = "examples/bond_data.rs"
[[example]]
name = "etf_data"
path = "examples/etf_data.rs"
[[example]]
name = "quick_start"
path = "examples/quick_start.rs"
[[example]]
name = "stock_data"
path = "examples/stock_data.rs"
[lib]
name = "tenk"
path = "src/lib.rs"
[package]
authors = ["Tony Su <peitaosu@163.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "finance"]
description = "10K - A Rust library for fetching market data from multiple sources"
edition = "2024"
keywords = ["finance", "stock", "data", "api", "market"]
license = "MIT"
name = "tenk"
readme = "README.md"
repository = "https://github.com/peitaosu/tenk"
version = "0.1.0"