[go: up one dir, main page]

quick-xml 0.3.0

High performance xml reader and writer
Documentation
[dependencies]
log = "0.3"

[dependencies.RustyXML]
optional = true
version = "0.1.1"

[dependencies.xml-rs]
optional = true
version = "0.3.0"

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

[lib]
bench = false

[package]
authors = ["Johann Tuffe <tafia973@gmail.com>"]
description = "High performance xml reader and writer"
documentation = "http://tafia.github.io/quick-xml/quick_xml/index.html"
keywords = ["xml", "reader", "parser", "write"]
license = "MIT"
name = "quick-xml"
readme = "README.md"
repository = "https://github.com/tafia/quick-xml"
version = "0.3.0"