agentty 0.4.7

Agentic Development Environment (ADE) in your terminal
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 = "agentty"
version = "0.4.7"
authors = [
    "Vladimir Minev <minev.dev@gmail.com>",
    "Andrei Agaev <andagaev@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agentic Development Environment (ADE) in your terminal"
homepage = "https://github.com/agentty-xyz/agentty"
readme = false
license = "Apache-2.0"
repository = "https://github.com/agentty-xyz/agentty"
resolver = "2"

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

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

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

[dependencies.askama]
version = "0.15.4"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "6.0"

[dependencies.ignore]
version = "0.4"

[dependencies.nix]
version = "0.31"
features = ["signal"]

[dependencies.ratatui]
version = "0.30.0"

[dependencies.semver]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "sqlite",
]

[dependencies.time]
version = "0.3"
features = [
    "local-offset",
    "std",
]
default-features = false

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

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

[dev-dependencies.mockall]
version = "0.14"

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

[lints.clippy]
dbg_macro = "warn"
debug_assert_with_mut_call = "warn"
exit = "warn"
expect_used = "warn"
get_unwrap = "warn"
must_use_candidate = "allow"
panic = "deny"
print_stderr = "warn"
print_stdout = "warn"
rc_buffer = "warn"
rc_mutex = "warn"
redundant_clone = "warn"
todo = "warn"
unimplemented = "warn"
unused_async = "warn"
unused_peekable = "warn"
unwrap_used = "warn"

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

[lints.rust]
dead_code = "deny"
unreachable_pub = "warn"
unsafe_code = "deny"