async-recursion 1.0.2

Recursion for async functions
Documentation
[dependencies.proc-macro2]
default-features = false
version = "1.0"

[dependencies.quote]
default-features = false
version = "1.0"

[dependencies.syn]
default-features = false
features = ["full", "parsing", "printing", "proc-macro", "clone-impls"]
version = "1.0"
[dev-dependencies.futures-executor]
version = "0.3"

[dev-dependencies.trybuild]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["Robert Usher <266585+dcchut@users.noreply.github.com>"]
description = "Recursion for async functions"
documentation = "https://docs.rs/async-recursion"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "async-recursion"
readme = "README.md"
repository = "https://github.com/dcchut/async-recursion"
version = "1.0.2"