dev-report 0.9.0

Structured, machine-readable reports for AI-assisted Rust development. Foundation schema of the dev-* verification suite.
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"
rust-version = "1.85"
name = "dev-report"
version = "0.9.0"
authors = ["James Gober <me@jamesgober.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Structured, machine-readable reports for AI-assisted Rust development. Foundation schema of the dev-* verification suite."
homepage = "https://github.com/jamesgober/dev-report"
documentation = "https://docs.rs/dev-report"
readme = "README.md"
keywords = [
    "testing",
    "verification",
    "reporting",
    "ci",
    "ai-tools",
]
categories = [
    "development-tools",
    "development-tools::testing",
    "development-tools::debugging",
]
license = "Apache-2.0"
repository = "https://github.com/jamesgober/dev-report"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
markdown = []
terminal = []

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

[[test]]
name = "smoke"
path = "tests/smoke.rs"

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "clock",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[profile.release]
opt-level = 3
lto = "thin"