union 0.1.7

Macro which provides useful shortcut combinators, combines sync/async chains, transforms tuple of results in result of tuple, supports single and multi thread (sync/async) step by step execution of branches.
Documentation
[package]
name = "union"
version = "0.1.7"
authors = ["olegnn <olegnosov1@gmail.com>"]
license = "MIT"
description = """
Macro which provides useful shortcut combinators, combines sync/async chains, transforms tuple of results in result of tuple, 
supports single and multi thread (sync/async) step by step execution of branches.
"""
edition = "2018"
repository = "https://github.com/olegnn/union"
documentation = "https://docs.rs/union"
readme = "README.md"

[lib]
name = "union"

[dependencies]
proc-macro-hack = "0.5.10"
proc-macro-nested = "0.1.3"
union_export = { path = "../union_export", version = "0.1.3" }

[dev-dependencies]
futures = { version = "=0.3.0-alpha.19", package = "futures-preview", features=["async-await"] }
tokio = "0.2.0-alpha.5"
failure = "0.1.6"
futures-timer = "1.0.2"
reqwest = "0.10.0-alpha.1"
rand = "0.7.2"