aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-04-08 15:27:23 +0200
committerMartin Fischer <martin@push-f.com>2021-04-08 15:57:18 +0200
commit18a022579737acc599277258fc4a8472ba73a8b0 (patch)
tree908aa0f40c2be0d8a1ed305d021a256383221f8b /Cargo.toml
parent7c1b82bf4bac750b7d7311ee29625e40e4441aef (diff)
rebrand as html5tokenizer
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2021a6c..02080df 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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]