html5gum 0.8.3

A WHATWG-compliant HTML5 tokenizer and tag soup 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 = "2018"
name = "html5gum"
version = "0.8.3"
authors = ["Markus Unterwaditzer <markus-honeypot@unterwaditzer.net>"]
build = false
include = [
    "src/**/*",
    "LICENSE",
    "README.md",
    "benches",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A WHATWG-compliant HTML5 tokenizer and tag soup parser."
readme = "README.md"
keywords = [
    "html",
    "html5",
    "whatwg",
    "parser",
    "tokenizer",
]
categories = [
    "parser-implementations",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/untitaker/html5gum"

[features]
default = ["jetscii"]
tree-builder = ["html5ever"]

[lib]
name = "html5gum"
path = "src/lib.rs"
bench = false

[[bench]]
name = "files"
path = "benches/files.rs"
harness = false

[[bench]]
name = "patterns"
path = "benches/patterns.rs"
harness = false

[dependencies.html5ever]
version = "0.29.0"
optional = true

[dependencies.jetscii]
version = "0.5.1"
optional = true

[dev-dependencies.annotate-snippets]
version = "0.11.5"

[dev-dependencies.argh]
version = "0.1.12"

[dev-dependencies.glob]
version = "0.3.0"

[dev-dependencies.libtest-mimic]
version = "0.8.1"

[dev-dependencies.markup5ever_rcdom]
version = "0.5.0-unofficial"

[dev-dependencies.pretty_assertions]
version = "1.0.0"

[dev-dependencies.scraper]
version = "0.21.0"

[dev-dependencies.serde]
version = "1.0.130"
features = ["derive"]

[dev-dependencies.serde_bytes]
version = "0.11.5"

[dev-dependencies.serde_json]
version = "1.0.71"

[dev-dependencies.test-generator]
version = "0.3.0"