xee-xpath 0.1.5

XPath 3.1 library API
Documentation
[[bench]]
harness = false
name = "xpath"
path = "benches/xpath.rs"

[dependencies.ahash]
version = "0.8.11"

[dependencies.chrono]
version = "0.4.40"

[dependencies.ibig]
version = "0.3.6"

[dependencies.iri-string]
version = "0.7.7"

[dependencies.ordered-float]
version = "5.0.0"

[dependencies.rust_decimal]
version = "1.36.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.xee-interpreter]
version = "0.2.0"

[dependencies.xee-ir]
version = "0.1.5"

[dependencies.xee-schema-type]
version = "0.1.4"

[dependencies.xee-xpath-ast]
version = "0.1.4"

[dependencies.xee-xpath-compiler]
version = "0.1.5"

[dependencies.xot]
version = "0.31.2"

[dev-dependencies.divan]
version = "0.1.17"

[dev-dependencies.insta]
features = ["yaml", "glob"]
version = "1.42.2"

[dev-dependencies.rust_decimal_macros]
version = "1.36.0"

[[example]]
name = "element_with_attribute"
path = "examples/element_with_attribute.rs"

[[example]]
name = "large_map"
path = "examples/large_map.rs"

[[example]]
name = "namespaces-and-functions"
path = "examples/namespaces-and-functions.rs"

[[example]]
name = "string"
path = "examples/string.rs"

[features]
serde = ["xee-xpath-ast/serde", "xee-interpreter/serde"]

[lib]
name = "xee_xpath"
path = "src/lib.rs"

[package]
authors = ["The Xee Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing", "compilers"]
description = "XPath 3.1 library API"
documentation = "https://docs.rs/xee-xpath"
edition = "2021"
homepage = "https://github.com/Paligo/xee"
keywords = ["xml", "xpath"]
license = "MIT"
name = "xee-xpath"
readme = "README.md"
repository = "https://github.com/Paligo/xee"
version = "0.1.5"

[[test]]
name = "arithmetic"
path = "tests/arithmetic.rs"

[[test]]
name = "query"
path = "tests/query.rs"

[[test]]
name = "span"
path = "tests/span.rs"

[[test]]
name = "xpath"
path = "tests/xpath.rs"