summaryrefslogtreecommitdiffstats
path: root/type_description_derive/Cargo.toml
blob: c978c3de19891a410d067524db88de8e883f1c88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "type_description_derive"
version = "0.6.0"
edition = "2021"
license = "MPL-2.0"
description = "Proc Macro for the type_description crate"
repository = "https://github.com/TheNeikos/type_description"
keywords = ["proc-macro", "type_description"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "1.0.66"
quote = "1.0.32"
syn = { version = "1.0.109", features = ["extra-traits"] }
proc-macro-error = "1.0.4"