a3s 0.9.8

a3s — A3S coding agent CLI; `a3s code` launches the interactive TUI
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 = "2021"
name = "a3s"
version = "0.9.8"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a3s — A3S coding agent CLI; `a3s code` launches the interactive TUI"
homepage = "https://github.com/A3S-Lab/a3s"
readme = "README.md"
keywords = [
    "a3s",
    "cli",
    "agent",
    "tui",
    "coding",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/A3S-Lab/Cli"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.a3s-acl]
version = "=0.2.2"

[dependencies.a3s-boot]
version = "=0.1.2"

[dependencies.a3s-code-core]
version = "=6.1.0"

[dependencies.a3s-lane]
version = "=0.5.1"

[dependencies.a3s-memory]
version = "0.1.2"

[dependencies.a3s-search]
version = "=2.0.0"
features = ["lightpanda"]

[dependencies.a3s-tui]
version = "=0.1.13"

[dependencies.a3s-updater]
version = "=0.3.0"

[dependencies.a3s-use-extension]
version = "=0.1.2"

[dependencies.anyhow]
version = "1"

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

[dependencies.axum]
version = "0.8"

[dependencies.base64]
version = "0.22"

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

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

[dependencies.clap_complete]
version = "4"

[dependencies.comrak]
version = "0.36"
default-features = false

[dependencies.fs2]
version = "0.4"

[dependencies.futures]
version = "0.3"

[dependencies.http-body-util]
version = "0.1"

[dependencies.httpdate]
version = "1"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
    "gif",
    "webp",
]
default-features = false

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1"

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

[dependencies.rustls]
version = "0.23"
features = [
    "ring",
    "std",
]
default-features = false

[dependencies.rustls-native-certs]
version = "0.8"

[dependencies.rustls-pemfile]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.similar]
version = "2"

[dependencies.sysinfo]
version = "0.36.1"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-socks]
version = "0.5"

[dependencies.tokio-tungstenite]
version = "0.29"
features = ["rustls-tls-webpki-roots"]

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1"

[dependencies.webpki-roots]
version = "1"

[dev-dependencies.flate2]
version = "1"

[dev-dependencies.olpc-cjson]
version = "0.1"

[dev-dependencies.ring]
version = "0.17"

[dev-dependencies.tar]
version = "0.4"

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

[dev-dependencies.zip]
version = "2.4"
features = ["deflate"]
default-features = false

[target.'cfg(target_os = "macos")'.dependencies.system-configuration]
version = "0.7"

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = ["Win32_Storage_FileSystem"]

[profile.release]
opt-level = "z"
lto = true
strip = true