agent-first-data 0.2.4

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.2.4"
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 = "README.md"
license = "MIT"
repository = "https://github.com/cmnspore/agent-first-data"

[features]
default = []
tracing = [
    "dep:tracing",
    "dep:tracing-subscriber",
]

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

[dependencies.chrono]
version = "0.4"

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "registry",
]
optional = true

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