# 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] name = "pipelines" version = "0.4.0" authors = ["David King "] description = "A tool for constructing multi-threaded pipelines of execution" readme = "README.md" keywords = ["pipeline", "pipelines", "parallel", "concurrent", "mapreduce"] license = "BSD-2-Clause" repository = "https://github.com/ketralnis/pipelines-rs" [dependencies.chan] version = "0.1.19" optional = true [dev-dependencies.clap] version = "2.25.0" [dev-dependencies.env_logger] version = "0.4.3" [dev-dependencies.flate2] version = "0.2.19" [dev-dependencies.humansize] version = "1.0.1" [dev-dependencies.log] version = "0.3.8" [dev-dependencies.num_cpus] version = "1.0" [dev-dependencies.walkdir] version = "1.0.7" [features] default = ["chan"]