[package] name = "async_t_internal" version = "0.6.1" edition = "2021" description = "contains async_t macro" license = "MIT" repository = "https://github.com/znx3p0/async_t" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] syn = { version = "1.0.96", features = [ "full" ] } quote = "1.0.18" proc-macro-error = "1.0.4" [lib] proc-macro = true