match_token 0.2.0

Procedural macro for html5ever.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "match_token"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Procedural macro for html5ever."
repository = "https://github.com/servo/html5ever"

[dependencies]
syn = { version = "2", features = ["full"] }
quote = "1"
proc-macro2 = "1"

[lib]
proc-macro = true