exile 0.0.4

DOM-Style XML Parser
Documentation
[package]
name = "exile"
version = "0.0.4"
description = "DOM-Style XML Parser"
authors = ["Matthew James Briggs <matthew.james.briggs@gmail.com>"]
categories = ["encoding", "parser-implementations", "parsing"]
edition = "2018"
exclude = ["bin/", "data/", "target/", "testgen/", "tests/"]
keywords = ["xml"]
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/webern/exile/"

[dependencies]

[build-dependencies]
cargo-readme = "3.2.0"

[features]
default = []
doctype_wip = []