[dependencies.bae]
version = "~0.1.7"
[dependencies.indexmap]
version = "~1.8.0"
[dependencies.proc-macro2]
version = "~1.0.36"
[dependencies.quote]
version = "~1.0.15"
[dependencies.syn]
version = "~1.0.86"
[lib]
proc-macro = true
[package]
authors = ["Greg \"GothAck\" Miell <rust@greg.gothack.ninja>"]
categories = ["asynchronous", "development-tools::debugging"]
description = "Derive macro for async-debug: Debug structs and enums containing values that require an async call to render"
documentation = "https://docs.rs/async-debug"
edition = "2021"
keywords = ["async", "debug", "rwlock", "mutex", "tokio"]
license = "MIT"
name = "async-debug-derive"
readme = "README.md"
repository = "https://github.com/GothAck/rs-async-debug"
resolver = "2"
version = "0.1.2"