]> git.proxmox.com Git - rustc.git/blame - vendor/html5ever/Cargo.toml
New upstream version 1.40.0+dfsg1
[rustc.git] / vendor / html5ever / Cargo.toml
CommitLineData
83c7162d
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
dc9dc135 6# to registry (e.g., crates.io) dependencies
83c7162d
XL
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14name = "html5ever"
e74abb32 15version = "0.24.1"
83c7162d
XL
16authors = ["The html5ever Project Developers"]
17build = "build.rs"
18description = "High-performance browser-grade HTML5 parser"
19documentation = "https://docs.rs/html5ever"
20categories = ["parser-implementations", "web-programming"]
21license = "MIT / Apache-2.0"
22repository = "https://github.com/servo/html5ever"
23
24[lib]
25name = "html5ever"
26doctest = true
27
28[[test]]
29name = "tree_builder"
30harness = false
31
32[[test]]
33name = "tokenizer"
34harness = false
35
36[[test]]
37name = "serializer"
38
39[[bench]]
dc9dc135 40name = "html5ever"
83c7162d
XL
41harness = false
42[dependencies.log]
8faf50e0 43version = "0.4"
83c7162d
XL
44
45[dependencies.mac]
46version = "0.1"
47
48[dependencies.markup5ever]
e74abb32 49version = "0.9"
dc9dc135
XL
50[dev-dependencies.criterion]
51version = "0.2"
52
83c7162d 53[dev-dependencies.rustc-test]
8faf50e0 54version = "0.3"
83c7162d 55
e74abb32
XL
56[dev-dependencies.serde_json]
57version = "1.0"
58
83c7162d
XL
59[dev-dependencies.typed-arena]
60version = "1.3.0"
8faf50e0 61[build-dependencies.proc-macro2]
e74abb32 62version = "1"
8faf50e0 63
83c7162d 64[build-dependencies.quote]
e74abb32 65version = "1"
83c7162d
XL
66
67[build-dependencies.syn]
e74abb32 68version = "1"
8faf50e0 69features = ["extra-traits", "full", "fold"]