xee-ir 0.1.5

Xee intermediate representation and compilation to bytecode
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 = "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",
]