cai-cli 0.1.0

Command-line interface for Coding Agent Insights
# 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"
rust-version = "1.88"
name = "cai-cli"
version = "0.1.0"
authors = ["cai Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for Coding Agent Insights"
documentation = "https://docs.rs/cai-cli"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/cai-dev/coding-agent-insights"

[features]
default = []
web = ["dep:cai-web"]

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

[dependencies.cai-core]
version = "0.1.0"

[dependencies.cai-ingest]
version = "0.1.0"

[dependencies.cai-output]
version = "0.1.0"

[dependencies.cai-query]
version = "0.1.0"

[dependencies.cai-storage]
version = "0.1.0"

[dependencies.cai-tui]
version = "0.1.0"

[dependencies.cai-web]
version = "0.1.0"
optional = true

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

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.colored]
version = "3.0"

[dependencies.config]
version = "0.15"

[dependencies.dirs]
version = "5.0"

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

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

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1"

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