html5ever 0.22.2

High-performance browser-grade HTML5 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 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 = "html5ever"
version = "0.22.2"
authors = ["The html5ever Project Developers"]
build = "build.rs"
description = "High-performance browser-grade HTML5 parser"
documentation = "https://docs.rs/html5ever"
categories = ["parser-implementations", "web-programming"]
license = "MIT / Apache-2.0"
repository = "https://github.com/servo/html5ever"

[lib]
name = "html5ever"
doctest = true

[[test]]
name = "tree_builder"
harness = false

[[test]]
name = "tokenizer"
harness = false

[[test]]
name = "serializer"

[[bench]]
name = "tokenizer"
harness = false
[dependencies.log]
version = "0.4"

[dependencies.mac]
version = "0.1"

[dependencies.markup5ever]
version = "0.7"
[dev-dependencies.rustc-serialize]
version = "0.3.15"

[dev-dependencies.rustc-test]
version = "0.3"

[dev-dependencies.typed-arena]
version = "1.3.0"
[build-dependencies.proc-macro2]
version = "0.3"

[build-dependencies.quote]
version = "0.5"

[build-dependencies.syn]
version = "0.13"
features = ["extra-traits", "full", "fold"]