# 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 = "cmd_lib" version = "1.9.5" authors = ["rust-shell-script "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Common rust commandline macros and utils, to write shell script like tasks easily" homepage = "https://github.com/rust-shell-script/rust_cmd_lib" documentation = "https://docs.rs/cmd_lib" readme = "README.md" keywords = [ "shell", "script", "cli", "process", "pipe", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-shell-script/rust_cmd_lib" [lib] name = "cmd_lib" path = "src/lib.rs" [[example]] name = "dd_test" path = "examples/dd_test.rs" [[example]] name = "one" path = "examples/one.rs" [[example]] name = "pipes" path = "examples/pipes.rs" [[example]] name = "rust_cookbook" path = "examples/rust_cookbook.rs" [[example]] name = "tetris" path = "examples/tetris.rs" [[test]] name = "test_macros" path = "tests/test_macros.rs" [dependencies.cmd_lib_macros] version = "1.9.5" [dependencies.env_logger] version = "0.10.0" [dependencies.faccess] version = "0.2.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.os_pipe] version = "1.1.4" [dev-dependencies.byte-unit] version = "4.0.19" [dev-dependencies.rayon] version = "1.8.0" [dev-dependencies.structopt] version = "0.3.26"