aboutsummaryrefslogtreecommitdiff
path: root/proc-macro-error/proc-macro-error-attr/Cargo.toml
blob: 6dee68ecf97286bf128e63c0477eb003eb788df3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "proc-macro-error-attr"
version = "0.4.3"
authors = ["CreepySkeleton <creepy-skeleton@yandex.ru>"]
edition = "2018"
description = "attribute macro for proc-macro-error crate"
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/CreepySkeleton/proc-macro-error"

[lib]
proc-macro = true

[dependencies]
quote = "1"
proc-macro2 = "1"
syn = { version = "1", default-features = false, features = ["derive", "parsing", "proc-macro"] }
syn-mid = "0.4"
rustversion = "1.0"