[package]
edition = "2024"
rust-version = "1.93"
name = "attini"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI coding agent that aims to be as autonomous as it can be, without ever leaving your control"
homepage = "https://github.com/sile/attini"
readme = "README.md"
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT"
repository = "https://github.com/sile/attini"
[lib]
name = "attini"
path = "src/lib.rs"
[[bin]]
name = "attini"
path = "src/main.rs"
[[test]]
name = "prop_agent"
path = "tests/prop_agent.rs"
[[test]]
name = "prop_patch_write_guards"
path = "tests/prop_patch_write_guards.rs"
[[test]]
name = "prop_permissions"
path = "tests/prop_permissions.rs"
[[test]]
name = "prop_sse"
path = "tests/prop_sse.rs"
[[test]]
name = "test_patch"
path = "tests/test_patch.rs"
[[test]]
name = "test_tools"
path = "tests/test_tools.rs"
[dependencies.libc]
version = "0.2"
[dependencies.noargs]
version = "0.4"
[dependencies.nojson]
version = "0.3"
[dev-dependencies.noprop]
version = "0.2.0"