aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 02080dff9c67b405b0207d6a2041b2580ef4ecf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]

name = "html5tokenizer"
version = "0.1.0"
authors = [ "The html5ever Project Developers", "Martin Fischer" ]
license = "MIT / Apache-2.0"
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]
typed-arena = "1.3.0"
criterion = "0.3"

[[bench]]
name = "html5ever"
harness = false