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