# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "join" version = "0.3.1" authors = ["olegnn "] description = """ Macros which provide useful shortcut combinators, combine sync/async chains, support single and multi thread (sync/async) step by step execution of branches, transform tuple of results in result of tuple. """ documentation = "https://docs.rs/join" readme = "README.md" categories = [ "asynchronous", "rust-patterns", "concurrency", ] license = "MIT" repository = "https://github.com/olegnn/join" [lib] name = "join" proc-macro = true [dependencies.join_impl] version = "0.3.1" [dependencies.syn] version = "1.0" features = [ "full", "extra-traits", ] [dev-dependencies.failure] version = "0.1.6" [dev-dependencies.futures] version = "0.3.0" [dev-dependencies.futures-timer] version = "0.4.0" [dev-dependencies.rand] version = "0.7.2" [dev-dependencies.rayon] version = "1.2.1" [dev-dependencies.reqwest] version = "0.11.0" [dev-dependencies.tokio] version = "1.0.1" features = ["full"] [features]