[package]
edition = "2021"
name = "xee-ir"
version = "0.1.5"
authors = ["The Xee Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Xee intermediate representation and compilation to bytecode"
homepage = "https://github.com/Paligo/xee"
documentation = "https://docs.rs/xee-ir"
readme = "README.md"
keywords = [
"xml",
"xpath",
"xslt",
]
categories = [
"text-processing",
"compilers",
]
license = "MIT"
repository = "https://github.com/Paligo/xee"
[lib]
name = "xee_ir"
path = "src/lib.rs"
[[test]]
name = "test_xml_ir"
path = "tests/test_xml_ir.rs"
[dependencies.ahash]
version = "0.8.11"
[dependencies.ibig]
version = "0.3.6"
[dependencies.ordered-float]
version = "5.0.0"
[dependencies.rust_decimal]
version = "1.36.0"
[dependencies.xee-interpreter]
version = "0.2.0"
[dependencies.xee-schema-type]
version = "0.1.4"
[dependencies.xee-xpath-ast]
version = "0.1.4"
[dependencies.xot]
version = "0.31.2"
[dev-dependencies.insta]
version = "1.42.2"
features = [
"yaml",
"glob",
]