agi4-schema 0.1.1

JSON schema and serialization types for AGI/4 verdicts
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 = "agi4-schema"
version = "0.1.1"
authors = ["AGI/4 Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "JSON schema and serialization types for AGI/4 verdicts"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/SHA888/agi4"
resolver = "2"

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

[dependencies.agi4-core]
version = "0.1.1"

[dependencies.schemars]
version = "0.8"
features = [
    "chrono",
    "url",
]

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

[dependencies.serde_json]
version = "1.0"

[dev-dependencies]