scv-cli 0.1.2

A small, extensible terminal agent runtime with a TUI and headless server
# 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"
rust-version = "1.88"
name = "scv-cli"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A small, extensible terminal agent runtime with a TUI and headless server"
homepage = "https://github.com/PeiyuanQi/scv"
readme = "README.md"
keywords = [
    "agent",
    "coding-agent",
    "terminal",
    "tui",
    "llm",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/PeiyuanQi/scv"
resolver = "2"

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

[[bin]]
name = "scv-server"
path = "src/bin/scv-server.rs"

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

[[bench]]
name = "runtime"
path = "benches/runtime.rs"
harness = false

[dependencies.anyhow]
version = "1.0.99"

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

[dependencies.reqwest]
version = "0.12.23"
features = [
    "json",
    "rustls-tls",
    "stream",
]
default-features = false

[dependencies.scv-server]
version = "0.1.0"

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

[dependencies.serde_json]
version = "1.0.143"

[dependencies.tokio]
version = "1.47.1"
features = [
    "fs",
    "io-std",
    "io-util",
    "macros",
    "process",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
]

[dependencies.tracing-subscriber]
version = "0.3.20"
features = [
    "env-filter",
    "fmt",
]

[dependencies.uuid]
version = "1.18.1"
features = [
    "serde",
    "v4",
]

[dev-dependencies.criterion]
version = "0.5.1"

[dev-dependencies.scv-core]
version = "0.1.0"

[dev-dependencies.scv-protocol]
version = "0.1.0"

[dev-dependencies.serde_json]
version = "1.0.143"

[dev-dependencies.tempfile]
version = "3.21.0"

[profile.dev]
debug = 1

[profile.release]
lto = "thin"
codegen-units = 1
strip = true