toks 0.6.0

Efficient tokens for `html5ever::rcdom::RcDom` `Handle` parsing aiming for O(1) HTML DOM walking & efficiency.
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 = "toks"
version = "0.6.0"
authors = ["Ernestas Poskus <ernestas.poskus@gmail.com>"]
description = "Efficient tokens for `html5ever::rcdom::RcDom` `Handle` parsing\naiming for O(1) HTML DOM walking & efficiency.\n"
homepage = "https://github.com/ernestas-poskus/toks.rs"
documentation = "https://docs.rs/toks"
readme = "README.md"
keywords = ["HTML", "parsing"]
categories = ["parsing"]
license = "MIT/Apache-2.0"
repository = "https://github.com/ernestas-poskus/toks.rs"
[dependencies.html5ever]
version = "0.22.2"
[badges.travis-ci]
repository = "ernestas-poskus/toks.rs"