dce-macro 1.8.0

The macros for the dce-router lib
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 = "dce-macro"
version = "1.8.0"
authors = ["Drunk Tan <hi@idrunk.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The macros for the dce-router lib"
homepage = "https://drunkce.com"
documentation = "https://docs.rs/dce-macro"
readme = false
keywords = [
    "dce",
    "macro",
]
categories = ["config"]
license = "MIT"
repository = "https://github.com/idrunk/dce-rust"

[lib]
name = "dce_macro"
path = "src/lib.rs"
proc-macro = true

[[test]]
name = "api"
path = "tests/api.rs"

[[test]]
name = "err"
path = "tests/err.rs"

[dependencies.dce-router]
version = "^1.8.0"

[dependencies.dce-util]
version = "^1.8.0"

[dependencies.proc-macro2]
version = "1.0.58"

[dependencies.quote]
version = "1.0.27"

[dependencies.syn]
version = "2.0.16"
features = [
    "full",
    "fold",
]