cssparser-macros 0.6.1

Procedural macros for cssparser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "cssparser-macros"
version = "0.6.1"
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
description = "Procedural macros for cssparser"
documentation = "https://docs.rs/cssparser-macros/"
repository = "https://github.com/servo/rust-cssparser"
license = "MPL-2.0"
edition = "2018"

[lib]
path = "lib.rs"
proc-macro = true

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