# 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 = "2021" name = "simple-pipeline" version = "0.6.0" authors = ["Tyr Chen "] description = "A simple run-to-completion pipeline.\n" homepage = "https://github.com/tyrchen/utility-belt" documentation = "https://docs.rs/simple-pipeline" readme = "../README.md" keywords = ["pipeline"] categories = ["development-tools"] license = "MIT" repository = "https://github.com/tyrchen/utility-belt" [lib] doctest = false [dependencies.async-recursion] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.derive-new] version = "0.5" [dependencies.thiserror] version = "1"