[package] name = "smol-attributes" description = "Proc macro for smol runtime." license = "MIT OR Apache-2.0" version = "0.1.3" authors = ["YuWeiWu "] edition = "2018" readme = "README.md" repository = "https://github.com/wusyong/smol-potat" homepage = "https://github.com/wusyong/smol-potat" documentation = "https://docs.rs/smol-potat" [lib] proc-macro = true [dependencies] syn = { version = "1.0", features = ["full"] } quote = "1.0" smol = "0.1"