# 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 = "cmd2zip" version = "1.1.0" authors = ["Longor1996 "] description = "Runs a set of commands as child-processes, capturing their output as files into a zip archive." homepage = "https://docs.rs/cmd2zip" readme = "README.txt" categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/Longor1996/cmd2zip" [[bin]] name = "cmd2zip" [dependencies.clap] version = "4.3.11" features = [ "derive", "env", ] [dependencies.rayon] version = "1.7.0" [dependencies.regex] version = "1.9.1" [dependencies.shlex] version = "1.1.0" [dependencies.wild] version = "2.1.0" [dependencies.zip] version = "0.6.6"