[package] name = "union-future" version = "0.1.1" authors = ["Zack Owens "] description = "Macro that allows easy construction of explicit Future state machines that result from branching" repository = "https://github.com/zowens/union-future" homepage = "https://github.com/zowens/union-future" readme = "README.md" license = "MIT" [dependencies] futures = "0.1.7"