tenk-cli 0.2.0

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

[[bin]]
name = "tenk"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.4"
features = ["derive"]

[dependencies.colored]
version = "2"

[dependencies.comfy-table]
version = "7"

[dependencies.csv]
version = "1.4"

[dependencies.rmcp]
version = "0.12"
features = [
    "server",
    "transport-io",
    "macros",
]

[dependencies.rust-i18n]
version = "3"

[dependencies.schemars]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tenk]
version = "0.2.0"

[dependencies.tokio]
version = "1.35"
features = [
    "full",
    "io-std",
]

[dependencies.tracing]
version = "0.1"

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

[dependencies.unicode-width]
version = "0.2"