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