aether-agent-cli 0.1.0

CLI and ACP server for the Aether AI coding agent
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 = "aether-agent-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI and ACP server for the Aether AI coding agent"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "cli",
    "acp",
    "coding",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/contextbridge/aether"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

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

[dependencies.acp_utils]
version = "0.1.0"
features = ["server"]
package = "aether-acp-utils"

[dependencies.aether-core]
version = "0.1.0"
package = "aether-agent-core"

[dependencies.aether-project]
version = "0.1.0"

[dependencies.agent-client-protocol]
version = "0.10.2"

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

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

[dependencies.dirs]
version = "6.0"

[dependencies.futures]
version = "^0.3.31"

[dependencies.llm]
version = "0.1.0"
features = [
    "bedrock",
    "codex",
]
package = "aether-llm"

[dependencies.mcp-servers]
version = "0.1.0"
features = ["all"]
package = "aether-mcp-servers"

[dependencies.mcp_utils]
version = "0.1.0"
package = "aether-mcp-utils"

[dependencies.rmcp]
version = "^1.3.0"
features = [
    "client",
    "server",
    "macros",
    "schemars",
    "auth",
    "elicitation",
    "transport-io",
]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "^1.49.0"
features = ["full"]

[dependencies.tokio-util]
version = "^0.7.18"
features = ["compat"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = [
    "env-filter",
    "json",
]

[dependencies.tui]
version = "0.1.0"
default-features = false
package = "aether-tui"

[dependencies.uuid]
version = "1.21"
features = ["v4"]

[dependencies.wisp]
version = "0.1.0"
package = "aether-wisp"

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

[lints.clippy]
absolute_paths = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
must_use_candidate = "allow"
pub_underscore_fields = "allow"
return_self_not_must_use = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1