tenk 0.2.0

10K - A Rust library for fetching market data from multiple sources
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 = "2024"
name = "tenk"
version = "0.2.0"
authors = ["Tony Su <peitaosu@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "10K - A Rust library for fetching market data from multiple sources"
readme = "README.md"
keywords = [
    "finance",
    "stock",
    "data",
    "api",
    "market",
]
categories = [
    "api-bindings",
    "finance",
]
license = "MIT"
repository = "https://github.com/peitaosu/tenk"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

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

[dependencies.html2text]
version = "0.14"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]