[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "1"
[dev-dependencies.async-std]
version = "1"
[dev-dependencies.tokio]
features = ["rt", "rt-multi-thread"]
version = "1"
[dev-dependencies.trybuild]
version = "1"
[lib]
proc-macro = true
[package]
authors = ["Drazen Urch <drazen@urch.eu>"]
description = "Generate a blocking method for each async method in an impl block. Supports either `tokio` or `async-std` backend."
edition = "2018"
license = "MIT"
name = "block_on_proc"
repository = "https://github.com/durch/block_on.git"
version = "0.2.0"
[[test]]
name = "test"
path = "src/test.rs"