stagecraft-macros 0.1.0

Macros for stagecraft
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 = "2024"
name = "stagecraft-macros"
version = "0.1.0"
authors = ["Matilde Morrone <contact@matilde.pet>"]
build = false
include = [
    "src/**/*.rs",
    "../README.md",
    "../LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros for stagecraft"
documentation = "https://docs.rs/stagecraft-macros"
readme = "README.md"
keywords = [
    "actor",
    "tokio",
    "async",
    "framework",
    "macros",
]
categories = [
    "asynchronous",
    "concurrency",
]
license = "Apache-2.0"
repository = "https://github.com/verdiwm/stagecraft"
resolver = "2"

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

[dependencies.heck]
version = "0.5"

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

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = ["full"]