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

name = "html5ever"
version = "0.25.1"
authors = [ "The html5ever Project Developers" ]
license = "MIT / Apache-2.0"
repository = "https://github.com/servo/html5ever"
description = "High-performance browser-grade HTML5 parser"
documentation = "https://docs.rs/html5ever"
categories = [ "parser-implementations", "web-programming" ]
edition = "2018"

[dependencies]
log = "0.4"
mac = "0.1"

[dev-dependencies]
typed-arena = "1.3.0"
criterion = "0.3"

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