peace_data_derive 0.0.15

Data proc macro for for the peace automation framework.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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)"]