# 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 = "run_shell" version = "0.1.13" authors = ["Andrew Ryan "] description = "shell script written in rust" documentation = "https://docs.rs/run_cmd/" readme = "README.md" keywords = [ "shell", "cmd", "command", "shell-script", ] categories = [ "development-tools", "command-line-utilities", ] license = "MIT" repository = "https://gitlab.com/andrew_ryan/run_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"