[package]
name = "xrust"
version = "2.0.3"
keywords = ["xml", "json", "xpath", "xslt", "tree"]
categories = ["parser-implementations"]
description = "Support for XPath and XSLT"
authors = [
"Steve Ball <Steve.Ball@explain.com.au>",
"Daniel Murphy <daniel@devasta.ie>",
]
license = "Apache-2.0"
repository = "https://gitlab.gnome.org/World/Rust/markup-rs/xrust.git"
documentation = "https://docs.rs/xrust/"
readme = "README.md"
edition = "2024"
[features]
default = ["xslt"]
xslt = []
test-conformance-xml = []
test-conformance-xmlid = []
[[bench]]
name = "bench_smite"
harness = false
[dependencies]
qualname = "0.0.1"
rust_decimal = "1.38.0"
rust_decimal_macros = "1.38.0"
lexers = "0.1.4"
unicode-segmentation = "1.12.0"
chrono = "0.4.42"
url = "2.5.7"
pkg-version = "1.0.0"
regex = "1.11.2"
formato = "0.3.0"
english-numbers = "0.3.3"
italian_numbers = "1.0.0"
hexdump = "0.1.2"
[dev-dependencies]
criterion = "0.7.0"
encoding_rs = "0.8.35"
encoding_rs_io = "0.1.7"
earleybird = { git = "https://github.com/mdubinko/earleybird.git" }
indextree = "4.7.4"