quick-xml 0.8.0

High performance xml reader and writer
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "quick-xml"
version = "0.8.0"
authors = ["Johann Tuffe <tafia973@gmail.com>"]
description = "High performance xml reader and writer"
documentation = "https://docs.rs/quick-xml"
readme = "README.md"
keywords = ["xml", "reader", "parser", "writer", "html"]
categories = ["encoding", "parsing", "text-processing"]
license-file = "LICENSE-MIT.md"
repository = "https://github.com/tafia/quick-xml"

[lib]
bench = false
[dependencies.error-chain]
version = "0.10.0"

[dependencies.encoding_rs]
version = "0.6.11"
[dev-dependencies.xml-rs]
version = "0.6.0"
[badges.travis-ci]
repository = "tafia/quick-xml"