[[example]]
name = "wayland"
path = "examples/wayland.rs"
[lib]
name = "txml"
path = "src/lib.rs"
[package]
authors = ["Tadeo Kondrak <me@tadeo.ca>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "no-std", "parser-implementations"]
description = "Small no_std non-conforming XML parser"
edition = "2018"
keywords = ["xml"]
license = "MIT OR Apache-2.0"
name = "txml"
readme = "README.md"
repository = "https://github.com/tadeokondrak/txml"
version = "0.2.0"