summaryrefslogtreecommitdiffstats
path: root/gfx/wr/peek-poke/peek-poke-derive/Cargo.toml
blob: 491e0d95ae556836b2c255860dce6097c5754961 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "peek-poke-derive"
version = "0.3.0"
authors = ["Dan Glastonbury <dan.glastonbury@gmail.com>"]
repository = "https://github.com/servo/webrender"
description = "Derive macro for peek-poke."
license = "MIT/Apache-2.0"
edition = "2018"

[lib]
doctest = false
proc-macro = true

[dependencies]
proc-macro2 = "1"
quote = "1"
syn = "1"
synstructure = "0.12"
unicode-xid = "0.2"