aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 6c7698a1469e4a3d0b57eb2ed0eba5d69c63dfb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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"

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

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