syncwrap 0.1.0

Automatically wraps async functions in a synchronous wrapper based on feature flags
Documentation
[dependencies.futures]
version = "0.3"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full"]
version = "1"

[dependencies.tokio]
version = "0.3"

[lib]
proc-macro = true

[package]
authors = ["michael <mcarson898@gmail.com>"]
description = "Automatically wraps async functions in a synchronous wrapper based on feature flags"
edition = "2018"
license-file = "LICENSE"
name = "syncwrap"
repository = "https://github.com/mjcarson/syncwrap.git"
version = "0.1.0"