We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a9110 commit 26bbbf0Copy full SHA for 26bbbf0
html5ever/Cargo.toml
@@ -11,6 +11,9 @@ build = "build.rs"
11
categories = [ "parser-implementations", "web-programming" ]
12
edition = "2021"
13
14
+[features]
15
+trace_tokenizer = []
16
+
17
[dependencies]
18
log = "0.4"
19
mac = "0.1"
xml5ever/Cargo.toml
@@ -13,6 +13,9 @@ exclude = ["xml5lib-tests/*"]
categories = ["parser-implementations", "web-programming"]
20
21
0 commit comments