maybe-async 0.2.10

A procedure macro to unify SYNC and ASYNC implementation
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["visit-mut", "full"]
version = "2.0"
[dev-dependencies.async-std]
features = ["attributes"]
version = "1"

[dev-dependencies.async-trait]
version = "0.1"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1"

[dev-dependencies.trybuild]
features = ["diff"]
version = "1"

[features]
default = []
is_sync = []

[lib]
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Guoli Lyu <guoli-lv@hotmail.com>"]
description = "A procedure macro to unify SYNC and ASYNC implementation"
documentation = "https://docs.rs/maybe-async"
edition = "2021"
keywords = ["maybe", "async", "futures", "macros", "proc_macro"]
license = "MIT"
name = "maybe-async"
readme = "README.md"
repository = "https://github.com/fMeow/maybe-async-rs"
version = "0.2.10"