[workspace] members = [".", "html5lib_tests", "integration_tests"] default-members = [".", "html5lib_tests", "integration_tests"] [package] name = "html5tokenizer" authors = ["Markus Unterwaditzer ", "Martin Fischer "] description = "An HTML5 tokenizer with code span support." edition = "2018" readme = "README.md" keywords = ["html", "html5", "whatwg", "parser", "tokenizer"] license = "MIT" repository = "https://git.push-f.com/html5tokenizer/" version = "0.4.0" include = ["src/**/*", "LICENSE", "README.md"] [dev-dependencies] codespan-reporting = "0.11.1" [features] # Feature used by integration tests in tests/ to get access to library internals. integration-tests = []