quick-xml 0.16.1

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.16.1"
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 = "MIT"
repository = "https://github.com/tafia/quick-xml"

[lib]
bench = false
[dependencies.encoding_rs]
version = "0.8.17"
optional = true

[dependencies.failure]
version = "0.1.5"
optional = true

[dependencies.memchr]
version = "2.2.1"

[features]
default = []
encoding = ["encoding_rs"]
use-failure = ["failure"]
[badges.travis-ci]
repository = "tafia/quick-xml"