[[bin]]
name = "xmlprocess"
path = "src/bin/xmlprocess.rs"
[dependencies.anyxml-automata]
version = "0.1.1"
[dependencies.anyxml-uri]
version = "0.1.4"
[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", "xpath", "catalog"]
license = "MIT"
name = "anyxml"
readme = "README.md"
repository = "https://github.com/tayu0110/anyxml.git"
rust-version = "1.89.0"
version = "0.6.0"
[[test]]
name = "catalog-test"
path = "tests/catalog-test.rs"
[[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"
[[test]]
name = "xpath-test"
path = "tests/xpath-test.rs"