attini 0.0.1

CLI coding agent that aims to be as autonomous as it can be, without ever leaving your control
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"
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"