async_pub_sub_macros 0.1.3

A library containing macros used by the async_pub_sub library to make async pub-sub easier in Rust
Documentation
[dependencies.futures]
version = "0.3.31"

[dependencies.heck]
version = "0.4"

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

[dependencies.quote]
version = "1.0"

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

[dev-dependencies.async_pub_sub]
features = ["macros"]
version = "0.1.0"

[dev-dependencies.macrotest]
version = "1.1.0"

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

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.trybuild]
version = "1.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A library containing macros used by the async_pub_sub library to make async pub-sub easier in Rust"
edition = "2024"
keywords = ["async", "pub-sub", "macros"]
license = "MIT"
license-file = "LICENSE"
name = "async_pub_sub_macros"
readme = "README.md"
repository = "https://github.com/pngouembe/async_pub_sub/tree/main/async_pub_sub_macros"
resolver = "2"
version = "0.1.3"

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