[package]
edition = "2024"
rust-version = "1.85"
name = "sup-xml-tree"
version = "1.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Idiomatic Rust tree types and string dictionary"
homepage = "https://supso.org/projects/sup-xml"
readme = "README.md"
keywords = [
"xml",
"libxml2",
"xpath",
"xslt",
"parser",
]
categories = [
"parser-implementations",
"text-processing",
]
license-file = "LICENSE"
repository = "https://github.com/SupsoOrg/sup-xml"
resolver = "2"
[features]
c-abi = []
default = []
[lib]
name = "sup_xml_tree"
path = "src/lib.rs"
[dependencies.bumpalo]
version = "3"
features = ["collections"]
[lints.clippy]
collapsible_match = "deny"
manual_filter = "deny"
manual_map = "deny"
manual_unwrap_or = "deny"
manual_unwrap_or_default = "deny"
[lints.rust]
dead_code = "deny"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(kani)"]