# 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 = "plumber-cli" version = "0.4.1" authors = ["Maxi Saparov"] description = "unix process pipelines made easy" documentation = "https://docs.rs/plumber-cli" readme = "README.md" keywords = [ "pipe", "pipeline", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/MostlyMax/plumber" [[bin]] name = "plumber" path = "src/main.rs" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.ctrlc] version = "3.4.1" features = ["termination"] [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.shlex] version = "1.2.0" [dependencies.toml] version = "0.8.2"