[package]
edition = "2021"
rust-version = "1.85"
name = "rusty_xml-cli"
version = "0.7.0"
authors = ["Mata Network"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rxmlint — xmllint-shaped CLI for rusty_xml (does not shadow xmllint)"
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"
[[bin]]
name = "rxmlint"
path = "src/main.rs"
[dependencies.rusty_xml]
version = "0.7.0"
[dependencies.rusty_xml-alloc]
version = "0.7.0"
[lints.clippy]
too_many_arguments = "allow"
type_complexity = "allow"
[lints.rust]
missing_docs = "allow"
unsafe_op_in_unsafe_fn = "deny"