xml_dom 0.2.6

A Rust crate providing a reasonably faithful implementation of the W3C DOM Core
Documentation
[badges.travis-ci]
branch = "master"
repository = "johnstonskj/rust-xml_dom"
[dependencies.log]
version = "0.4.8"

[dependencies.quick-xml]
optional = true
version = "0.23.0"

[dependencies.regex]
version = "1.3.7"

[features]
default = ["quick_parser"]
quick_parser = ["quick-xml"]

[package]
authors = ["Simon Johnston <johnstonskj@gmail.com>"]
description = "A Rust crate providing a reasonably faithful implementation of the W3C DOM Core"
documentation = "https://docs.rs/xml_dom/"
edition = "2018"
license = "MIT"
name = "xml_dom"
publish = true
readme = "README.md"
repository = "https://github.com/johnstonskj/rust-xml_dom.git"
version = "0.2.6"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]