summaryrefslogtreecommitdiffstats
path: root/type_description_derive/Cargo.toml
blob: 7a07d2c3bb960b9a22737137c3e6ba6090a6c7c1 (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.31"
syn = { version = "1.0.109", features = ["extra-traits"] }
proc-macro-error = "1.0.4"