[package]
edition = "2021"
name = "termaxa"
version = "0.19.2"
build = false
exclude = [
"demos/",
"*.tape",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A cooperative gate for the shell commands AI coding agents run — command previews, automatic backups, allow/ask/deny policy, and audit logging."
homepage = "https://termaxa.com"
readme = "README.md"
keywords = [
"ai",
"agents",
"cli",
"security",
"claude-code",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/termaxa/termaxa"
[[bin]]
name = "termaxa"
path = "src/main.rs"
[[test]]
name = "cli_surface"
path = "tests/cli_surface.rs"
[[test]]
name = "codex_dialect"
path = "tests/codex_dialect.rs"
[[test]]
name = "colour_gate"
path = "tests/colour_gate.rs"
[[test]]
name = "docs_encoding"
path = "tests/docs_encoding.rs"
[[test]]
name = "doctor_output"
path = "tests/doctor_output.rs"
[[test]]
name = "hook_dialects"
path = "tests/hook_dialects.rs"
[[test]]
name = "init_output"
path = "tests/init_output.rs"
[[test]]
name = "probe_inertness"
path = "tests/probe_inertness.rs"
[[test]]
name = "report_output"
path = "tests/report_output.rs"
[dependencies.anyhow]
version = "1"
[dependencies.chrono]
version = "0.4"
[dependencies.clap]
version = "4.4"
features = ["derive"]
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.ureq]
version = "2.9"
features = ["tls"]
default-features = false
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[profile.release]
lto = true
strip = true