# 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 = "chief" version = "0.5.0" authors = ["Montasir Mirghani "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Development Tools" homepage = "https://github.com/dr-montasir/chief" readme = "README.md" keywords = [ "run", "dev", "test", "log", "env", ] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/dr-montasir/chief" [lib] name = "chief" path = "src/lib.rs" [[bin]] name = "chief" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.dotenv] version = "0.15.0" [dependencies.log] version = "0.4.22" [dependencies.simplelog] version = "0.12.2"