# 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 = "2021" name = "html5tokenizer" version = "0.5.2" authors = [ "Martin Fischer ", "Markus Unterwaditzer ", ] include = [ "src/**/*", "examples/", "LICENSE", "README.md", "CHANGELOG.md", ] description = "An HTML5 tokenizer with code span support." readme = "README.md" keywords = [ "html", "html5", "whatwg", "parser", "tokenizer", ] categories = [ "parser-implementations", "web-programming", ] license = "MIT" repository = "https://git.push-f.com/html5tokenizer" [[example]] name = "tokenize" required-features = ["integration-tests"] [dev-dependencies.codespan-reporting] version = "0.11.1" [dev-dependencies.insta] version = "1.31.0" [dev-dependencies.similar-asserts] version = "1.4.2" [dev-dependencies.walkdir] version = "2.3.3" [features] integration-tests = []