[package] name = "anchored-macros" version = "0.1.0" edition = "2018" authors = ["Ruihang Xia "] license = "Apache-2.0" description = "Anchored things can't cross the .await point" repository = "https://github.com/waynexia/anchored" [lib] proc-macro = true [dependencies] syn = { version = "1.0.76", features = ["full"] } quote = "1.0.9" proc-macro-error = "1.0"