tracing-async2-macros 0.2.10

Generic tracing layer library for working with tracing events including for async work.
Documentation
[dependencies.proc-macro2]
version = "1.0.95"

[dependencies.quote]
version = ">=1.0"

[dependencies.syn]
features = ["full"]
version = ">=2.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "development-tools::debugging"]
description = "Generic tracing layer library for working with tracing events including for async work."
documentation = "https://docs.rs/tracing-async2/0.2.9/tracing_async2/"
edition = "2024"
homepage = "https://github.com/macprog-guy/tracing-async2.git"
keywords = ["tokio", "tracing", "async", "callback", "database"]
license = "MIT"
name = "tracing-async2-macros"
readme = "README.md"
repository = "https://github.com/macprog-guy/tracing-async2.git"
resolver = "2"
version = "0.2.10"