[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["visit-mut", "full"]
version = "1.0"
[features]
bypass = []
default = []
[lib]
proc-macro = true
[package]
authors = ["qiuchengxuan <qiuchengxuan@gmail.com>"]
description = "A procedure macro to turn async implemention into sync"
documentation = "https://docs.rs/deasync"
edition = "2018"
keywords = ["deasync", "async", "futures", "macros", "proc_macro"]
license = "MIT"
name = "deasync"
readme = "README.md"
repository = "https://github.com/qiuchengxuan/deasync-rs"
version = "0.1.0"