[package]
edition = "2024"
rust-version = "1.85"
name = "adf"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal-overhead Auto-lead Data Format XML parser and writer"
homepage = "https://github.com/idknerdyshit/adf"
documentation = "https://docs.rs/adf"
readme = "README.md"
keywords = [
"adf",
"auto-lead",
"xml",
"leads",
"serialization",
]
categories = [
"encoding",
"parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/idknerdyshit/adf"
[lib]
name = "adf"
path = "src/lib.rs"
[[test]]
name = "core"
path = "tests/core.rs"
[dependencies.quick-xml]
version = "0.38.4"
[dev-dependencies.pretty_assertions]
version = "1.4"