# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "union" version = "0.1.7" authors = ["olegnn "] description = "Macro which provides useful shortcut combinators, combines sync/async chains, transforms tuple of results in result of tuple, \nsupports single and multi thread (sync/async) step by step execution of branches.\n" documentation = "https://docs.rs/union" readme = "README.md" license = "MIT" repository = "https://github.com/olegnn/union" [lib] name = "union" [dependencies.proc-macro-hack] version = "0.5.10" [dependencies.proc-macro-nested] version = "0.1.3" [dependencies.union_export] version = "0.1.3" [dev-dependencies.failure] version = "0.1.6" [dev-dependencies.futures] version = "=0.3.0-alpha.19" features = ["async-await"] package = "futures-preview" [dev-dependencies.futures-timer] version = "1.0.2" [dev-dependencies.rand] version = "0.7.2" [dev-dependencies.reqwest] version = "0.10.0-alpha.1" [dev-dependencies.tokio] version = "0.2.0-alpha.5"