sup-xml-tree 1.2.0

Idiomatic Rust tree types and string dictionary
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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)"]