[package]
edition = "2021"
rust-version = "1.85"
name = "rusty_xml-valid"
version = "0.5.0"
authors = ["Mata Network"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DTD, C14N, RelaxNG, XML Schema, Schematron for rusty_xml"
homepage = "https://www.mata.network/remade-with-rust"
readme = false
keywords = [
"xml",
"libxml2",
"parser",
"xpath",
]
categories = [
"parser-implementations",
"encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Remade-With-Rust/rusty_xml"
[lib]
name = "rusty_xml_valid"
path = "src/lib.rs"
[dependencies.rusty_xml-parser]
version = "0.5.0"
[dependencies.rusty_xml-tree]
version = "0.5.0"
[dependencies.rusty_xml-xpath]
version = "0.5.0"
[lints.clippy]
too_many_arguments = "allow"
type_complexity = "allow"
[lints.rust]
missing_docs = "allow"
unsafe_op_in_unsafe_fn = "deny"