[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"