anyxml 0.4.2

A fully spec-conformant XML library
Documentation
[[bin]]
name = "xmlprocess"
path = "src/bin/xmlprocess.rs"

[dependencies.anyxml-automata]
version = "0.1.1"

[dependencies.anyxml-uri]
version = "0.1.3"

[dependencies.clap]
features = ["derive"]
version = "4.5.47"

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

[lints.clippy]
too_many_arguments = "allow"
type_complexity = "allow"

[package]
authors = ["tayu0110"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A fully spec-conformant XML library"
edition = "2024"
keywords = ["xml", "dtd"]
license = "MIT"
name = "anyxml"
readme = "README.md"
repository = "https://github.com/tayu0110/anyxml.git"
rust-version = "1.89.0"
version = "0.4.2"

[[test]]
name = "sax-test"
path = "tests/sax-test.rs"

[[test]]
name = "stax-test"
path = "tests/stax-test.rs"

[[test]]
name = "tree-test"
path = "tests/tree-test.rs"