1[package]
2name = "markup5ever"
3version = "0.10.1"
4authors = [ "The html5ever Project Developers" ]
5license = "MIT / Apache-2.0"
6repository = "https://github.com/servo/html5ever"
7description = "Common code for xml5ever and html5ever"
8documentation = "https://docs.rs/markup5ever"
9build = "build.rs"
10categories = [ "parser-implementations", "web-programming" ]
11edition = "2018"
12
13[lib]
14path = "lib.rs"
15
16[dependencies]
17string_cache = "0.8"
18phf = "0.8"
19tendril = "0.4"
20log = "0.4"
21
22[build-dependencies]
23string_cache_codegen = "0.5.1"
24phf_codegen = "0.8"
25