[package] name = "async_sync_trait_procmacro" version = "0.1.1" authors = ["Transparent Engineers "] edition = "2018" description = "Provides a macro for working with async traits" license = "MIT OR Apache-2.0" [lib] proc-macro = true [dependencies] async-trait = "0.1" proc-macro2 = { version = "1.0", features = ["span-locations"] } quote = "1.0" syn = { version = "1.0", features = ["full", "visit-mut", "extra-traits"] }