speedy-xml 0.1.1

A RapidXML-compatible XML parser
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "speedy-xml"
version = "0.1.1"
authors = ["afishhh"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A RapidXML-compatible XML parser"
readme = "README.md"
keywords = [
    "xml",
    "parser",
    "writer",
]
categories = [
    "encoding",
    "parsing",
    "parser-implementations",
]
license = "MIT"
repository = "https://github.com/afishhh/speedy-xml"

[lib]
name = "speedy_xml"
path = "src/lib.rs"

[dependencies.memchr]
version = "2"