[dependencies]
[lib]
name = "xmlite"
path = "src/lib.rs"
[package]
authors = ["vodofrede"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing"]
description = "a light-weight, read-write XML parser."
edition = "2024"
homepage = "https://github.com/vodofrede/xmlite-rs"
keywords = ["xml", "parser", "rust"]
license = "AGPL-3.0-or-later"
name = "xmlite"
readme = "readme.md"
repository = "https://github.com/vodofrede/xmlite-rs"
version = "0.3.0"
[[test]]
name = "large_file"
path = "tests/large_file.rs"