# 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 = "envful" version = "1.0.7" authors = ["Alex Vilchis "] description = "A tool to verify the presence of environment variables before running a process" homepage = "https://github.com/arvindell/envful" documentation = "https://github.com/arvindell/envful" readme = "README.md" keywords = [ "cli", "env", "envful", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/arvindell/envful" [lib] name = "envful" path = "src/lib.rs" [[bin]] name = "envful" path = "src/main.rs" [dependencies.clap] version = "3.0.10" features = ["derive"] [dependencies.colored] version = "2" [dependencies.which] version = "4.2.4" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "2.1"