[package] name = "eternal-macro" version = "0.2.1" authors = ["krircc "] documentation = "https://docs.rs/eternal-macro/" repository = "https://github.com/kayrx/eternal" description = "The Eternal Framework" categories = ["asynchronous", "network-programming"] keywords = ["async", "non-blocking", "futures"] license = "MIT" readme = "README.md" edition = "2018" [lib] proc-macro = true [dependencies] quote = "^1" syn = { version = "^1", features = ["full", "parsing"] } proc-macro2 = "^1" [dev-dependencies] eternal = "0.3.0" futures = "0.3.1"