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

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

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