agent-first-data 0.1.1

Agent-First Data (AFD) — suffix-driven output formatting and protocol templates for AI agents
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 = "2021"
name = "agent-first-data"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent-First Data (AFD) — suffix-driven output formatting and protocol templates for AI agents"
readme = false
license = "MIT"
repository = "https://github.com/cmnspore/agent-first-data"

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

[dependencies.chrono]
version = "0.4"

[dependencies.serde_json]
version = "1"

[lints.clippy]
expect_used = "deny"
panic = "deny"
print_stderr = "deny"
print_stdout = "deny"
unwrap_used = "deny"