dnet-macros 0.1.0

Macros for dnet
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 = "dnet-macros"
version = "0.1.0"
authors = ["zduny <dzduniak@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros for dnet"
documentation = "https://docs.rs/dnet-macros/"
readme = false
keywords = [
    "message",
    "message-passing",
    "communication",
    "macros",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/druntime/dnet"

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

[dependencies.convert_case]
version = "0.11"

[dependencies.proc-macro-crate]
version = "3"

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

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "3"
features = [
    "full",
    "visit",
    "extra-traits",
]

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.prettyplease]
version = "0.3"