diff options
author | Martin Fischer <martin@push-f.com> | 2021-04-08 15:27:23 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-04-08 15:57:18 +0200 |
commit | 18a022579737acc599277258fc4a8472ba73a8b0 (patch) | |
tree | 908aa0f40c2be0d8a1ed305d021a256383221f8b /Cargo.toml | |
parent | 7c1b82bf4bac750b7d7311ee29625e40e4441aef (diff) |
rebrand as html5tokenizer
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -1,13 +1,13 @@ [package] -name = "html5ever" -version = "0.25.1" -authors = [ "The html5ever Project Developers" ] +name = "html5tokenizer" +version = "0.1.0" +authors = [ "The html5ever Project Developers", "Martin Fischer" ] license = "MIT / Apache-2.0" -repository = "https://github.com/servo/html5ever" -description = "High-performance browser-grade HTML5 parser" -documentation = "https://docs.rs/html5ever" +repository = "https://git.push-f.com/html5tokenizer" +description = "The HTML5 tokenizer from html5ever repackaged with its dependencies removed" categories = [ "parser-implementations", "web-programming" ] +keywords = ["html", "html5", "tokenizer", "parser"] edition = "2018" [dev-dependencies] |