a2ml 0.1.0

Parser and renderer for A2ML (Attested Markup Language)
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 = "a2ml"
version = "0.1.0"
authors = ["Jonathan D.A. Jewell <j.d.a.jewell@open.ac.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser and renderer for A2ML (Attested Markup Language)"
homepage = "https://github.com/hyperpolymath/a2ml-rs"
documentation = "https://docs.rs/a2ml"
readme = "README.adoc"
keywords = [
    "a2ml",
    "attestation",
    "markup",
    "parser",
    "ai-agent",
]
categories = [
    "parser-implementations",
    "data-structures",
]
license = "MPL-2.0"
repository = "https://github.com/hyperpolymath/a2ml-rs"

[features]
default = []
serde_derive = ["dep:serde_derive"]

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

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

[dependencies.serde_derive]
version = "1"
optional = true

[dependencies.thiserror]
version = "2"