diff options
author | Martin Fischer <martin@push-f.com> | 2021-12-05 03:19:03 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-12-05 03:52:22 +0100 |
commit | b00714411306ee6500e4ee34a81bd7f4a111169e (patch) | |
tree | 66c4bfb3b6d898672b8bfe408080e3914b82af57 /Cargo.toml | |
parent | b17d8055dfe0d57865fbad9419a07e30be378c67 (diff) |
rename to html5tokenizer, bump versionv0.4.0
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] |