# 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 = "easy_process" version = "0.2.1" authors = ["Otavio Salvador "] description = "Easy to use process runner" homepage = "https://github.com/otavio/easy-process-rs" documentation = "https://docs.rs/easy_process" readme = "README.md" keywords = [ "process", "run", ] license = "MIT OR Apache-2.0" repository = "https://github.com/otavio/easy-process-rs" [dependencies.checked_command] version = "0.2.2" [dependencies.cmdline_words_parser] version = "0.2.0" [dependencies.derive_more] version = "0.99.5" features = [ "display", "from", "error", ] default-features = false [badges.coveralls] repository = "ossystems/easy-process-rs"