summaryrefslogtreecommitdiffstats
path: root/toml-query_derive/Cargo.toml
blob: a7aef07f5d50daeaf856e05fb8f959bfaef34d24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "toml-query_derive"
version = "0.10.0"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "Proc-macro for toml-query"
edition = "2018"
license     = "MPL-2.0"

[lib]
proc-macro = true

[dependencies]
syn     = "1"
quote   = "1"
darling = "0.10"

[dev-dependencies]
serde        = "1"
serde_derive = "1"