# 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 = "toks" version = "1.3.0" authors = ["Ernestas Poskus "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Efficient tokens for `html5ever::rcdom::RcDom` `Handle` parsing aiming for O(1) HTML DOM walking & efficiency. """ 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" [lib] name = "toks" path = "src/lib.rs" [[example]] name = "count_links" path = "examples/count_links.rs" [[example]] name = "goodreads" path = "examples/goodreads.rs" [[test]] name = "helpers" path = "tests/helpers.rs" [[test]] name = "link_tok" path = "tests/link_tok.rs" [[bench]] name = "count_links" path = "benches/count_links.rs" [dependencies.html5ever] version = "0.27" [dependencies.markup5ever_rcdom] version = "0.3" [badges.travis-ci] repository = "ernestas-poskus/toks.rs"