atomr-macros 0.9.2

Procedural macros for atomr — `#[derive(Actor)]`, `props!`, `#[derive(Receive)]`.
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"
rust-version = "1.78"
name = "atomr-macros"
version = "0.9.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for atomr — `#[derive(Actor)]`, `props!`, `#[derive(Receive)]`."
homepage = "https://github.com/rustakka/atomr"
documentation = "https://docs.rs/atomr-macros"
readme = "README.md"
keywords = [
    "actor",
    "macros",
    "derive",
]
categories = [
    "concurrency",
    "rust-patterns",
]
license = "Apache-2.0"
repository = "https://github.com/rustakka/atomr"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

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

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

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

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

[dependencies.quote]
version = "1"

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

[dev-dependencies.async-trait]
version = "0.1"

[dev-dependencies.atomr-config]
version = "0.9.2"

[dev-dependencies.atomr-core]
version = "0.9.2"

[dev-dependencies.tokio]
version = "1.39"
features = ["full"]

[lints.clippy]
todo = "deny"
unimplemented = "deny"