summaryrefslogtreecommitdiffstats
path: root/alacritty_config_derive/Cargo.toml
blob: 8d6d9c4b4815a8e41a15bb497f20766702611ae2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "alacritty_config_derive"
version = "0.1.0"
authors = ["Christian Duerr <contact@christianduerr.com>"]
license = "MIT/Apache-2.0"
description = "Failure resistant deserialization derive"
homepage = "https://github.com/alacritty/alacritty"
edition = "2018"

[lib]
proc-macro = true

[dependencies]
syn = { version = "1.0.53", features = ["derive", "parsing", "proc-macro", "printing"], default-features = false }
proc-macro2 = "1.0.24"
quote = "1.0.7"

[dev-dependencies]
serde_yaml = "0.8.14"
serde = "1.0.117"
log = "0.4.11"