xrust 0.2.0

Support for XPath, XQuery, and XSLT
Documentation
[package]
name = "xrust"
version = "0.2.0"
keywords = ["xml", "json", "xpath", "xslt", "tree"]
categories = ["parser-implementations"]
description = "Support for XPath, XQuery, and XSLT"
authors = ["Steve Ball <Steve.Ball@explain.com.au>"]
license = "Apache-2.0"
repository = "https://github.com/ballsteve/xrust"
documentation = "https://docs.rs/xrust/"
readme = "README.md"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
decimal = "2.1.0"
lexers = "0.1.2"
nom = "6.1.2"
roxmltree = "0.14.1"
trees = "0.4.2"
json = "0.12.4"
unicode-segmentation = "1.7.1"