[badges.travis-ci]
repository = "ernestas-poskus/toks.rs"
[[bench]]
name = "count_links"
path = "benches/count_links.rs"
[dependencies.html5ever]
version = "0.35"
[dependencies.markup5ever_rcdom]
version = "0.35"
[[example]]
name = "count_links"
path = "examples/count_links.rs"
[[example]]
name = "goodreads"
path = "examples/goodreads.rs"
[lib]
name = "toks"
path = "src/lib.rs"
[package]
authors = ["Ernestas Poskus <ernestas.poskus@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing"]
description = """
Efficient tokens for `html5ever::rcdom::RcDom` `Handle` parsing
aiming for O(1) HTML DOM walking & efficiency.
"""
documentation = "https://docs.rs/toks"
edition = "2018"
homepage = "https://github.com/ernestas-poskus/toks.rs"
keywords = ["HTML", "parsing"]
license = "MIT/Apache-2.0"
name = "toks"
readme = "README.md"
repository = "https://github.com/ernestas-poskus/toks.rs"
version = "1.4.0"
[[test]]
name = "helpers"
path = "tests/helpers.rs"
[[test]]
name = "link_tok"
path = "tests/link_tok.rs"