diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,13 +1,13 @@ [package] -name = "html5gum" -authors = ["Markus Unterwaditzer <markus-honeypot@unterwaditzer.net>"] -description = "A WHATWG-compliant HTML5 tokenizer and tag soup parser." +name = "html5tokenizer" +authors = ["Markus Unterwaditzer <markus-honeypot@unterwaditzer.net>", "Martin Fischer <martin@push-f.com>"] +description = "An HTML5 tokenizer with code span support." edition = "2018" readme = "README.md" keywords = ["html", "html5", "whatwg", "parser", "tokenizer"] license = "MIT" -repository = "https://github.com/untitaker/html5gum" -version = "0.2.1" +repository = "https://git.push-f.com/html5tokenizer/" +version = "0.4.0" include = ["src/**/*", "LICENSE", "README.md"] [dev-dependencies] |