[package] name = "winter-maybe-async" version = "0.10.1" description = "sync/async macro for winterfell" authors = ["winterfell contributors"] readme = "README.md" license = "MIT" repository = "https://github.com/facebook/winterfell" documentation = "https://docs.rs/winter-maybe-async/0.10.1" keywords = ["async"] edition = "2021" rust-version = "1.78" [lib] proc-macro = true [features] async = [] [dependencies] quote = "1" syn = { version = "2", features = ["full"] }