[package] name = "nb-blocking-util" description = "Utility proc macro for removing all async/await from a function" version = "0.10.1" edition = "2021" license = "CC0-1.0" repository = "https://github.com/dblanovschi/nb-rs" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] proc-macro2 = "1" quote = "1" syn = { version = "1", features = ["full"] }