quick-xml 0.2.1

High performance xml reader and writer
Documentation
[package]
name = "quick-xml"
version = "0.2.1"
authors = ["Johann Tuffe <tafia973@gmail.com>"]
description = "High performance xml reader and writer"

documentation = "http://tafia.github.io/quick-xml/quick_xml/index.html"
repository = "https://github.com/tafia/quick-xml"

readme = "README.md"
keywords = ["xml", "reader", "parser", "write"]
license = "MIT"

[features]
bench-xml-rs = [ "xml-rs" ]
bench-rusty-xml = [ "RustyXML" ]

[dependencies]
log = "0.3"
xml-rs = { version = "0.3.0", optional = true }
RustyXML = { version = "0.1.1", optional = true }

[lib]
bench = false