aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 34617f6cdf260b56d423829260f256923249dab3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[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"
markup5ever = { version = "0.10" }

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

[build-dependencies]
quote = "1"
syn = { version = "1", features = ["extra-traits", "full", "fold"] }
proc-macro2 = "1"

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