# 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] name = "rust-shell" version = "0.2.0" authors = ["Daichi Hirono "] description = "Helper library for std::process::Command to write shell script like tasks in rust" readme = "README.md" license = "MIT" repository = "https://github.com/google/rust-shell" [dependencies.env_logger] version = "0.4.3" [dependencies.errno] version = "0.2.8" [dependencies.lazy_static] version = "1.0" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.3.8" [dependencies.nom] version = "3.2" [dependencies.regex] version = "0.2"