ag-protocol 0.12.7

Agentty is an ADE (Agentic Development Environment) for structured, controllable AI-assisted software development.
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 = "ag-protocol"
version = "0.12.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 = "Agentty is an ADE (Agentic Development Environment) for structured, controllable AI-assisted software development."
homepage = "https://github.com/agentty-xyz/agentty"
readme = false
license = "Apache-2.0"
repository = "https://github.com/agentty-xyz/agentty"
resolver = "2"

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

[dependencies.askama]
version = "0.16.0"

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

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

[dependencies.serde_json]
version = "1"

[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"