reader_for_microxml 1.1.12

reader for microXml - the simplified subset of xml
Documentation
[package]
name = "reader_for_microxml"
version = "1.1.12"
authors = ["Luciano Bestia <luciano.bestia@gmail.com>"]
edition = "2018"
description = "reader for microXml - the simplified subset of xml"
repository = "https://github.com/LucianoBestia/reader_for_microxml"
readme = "README.md"
license = "MIT"
keywords = ["rust", "xml", "microxml"]
categories = ["parsing"]
# publish to crates.io only these files
publish = true
include = [
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "src/lib.rs",
]

[dependencies]

[badges]
maintenance = { status = "passively-maintained" }