sage-cli 0.9.0

Command-line interface for Sage Agent
# 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 = "sage-cli"
version = "0.9.0"
authors = ["Sage Agent Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for Sage Agent"
readme = false
keywords = [
    "llm",
    "agent",
    "ai",
    "code-agent",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/majiayu000/sage"
resolver = "2"

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

[[example]]
name = "ask_user_demo"
path = "examples/ask_user_demo.rs"

[[example]]
name = "comprehensive_test"
path = "examples/comprehensive_test.rs"

[[example]]
name = "streaming_demo"
path = "examples/streaming_demo.rs"

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

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

[dependencies.anyhow]
version = "1.0"

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

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

[dependencies.colored]
version = "2.0"

[dependencies.console]
version = "0.15"

[dependencies.crossterm]
version = "0.28"

[dependencies.dialoguer]
version = "0.11"
features = ["fuzzy-select"]

[dependencies.dirs]
version = "5.0"

[dependencies.futures]
version = "0.3"

[dependencies.indicatif]
version = "0.17"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rnk]
version = "0.6"

[dependencies.sage-core]
version = "0.9.0"

[dependencies.sage-sdk]
version = "0.9.0"

[dependencies.sage-tools]
version = "0.9.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.signal-hook]
version = "0.3"

[dependencies.signal-hook-tokio]
version = "0.3"
features = ["futures-v0_3"]

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

[dependencies.tracing]
version = "0.1"

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

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

[dev-dependencies.expectrl]
version = "0.7"

[dev-dependencies.rexpect]
version = "0.5"

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