[package]
edition = "2021"
name = "peace_data_derive"
version = "0.0.15"
authors = ["Azriel Hoh <azriel91@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Data proc macro for for the peace automation framework."
homepage = "https://peace.mk"
documentation = "https://docs.rs/peace_data_derive/"
readme = "README.md"
keywords = ["automation"]
categories = [
"asynchronous",
"config",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/azriel91/peace"
[lib]
name = "peace_data_derive"
path = "src/lib.rs"
test = false
doctest = false
proc-macro = true
[dependencies.proc-macro2]
version = "1.0.95"
[dependencies.quote]
version = "1.0.40"
[dependencies.syn]
version = "2.0.100"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage_nightly)"]