# 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 = "modenv" version = "0.10.4" authors = ["Kurt Wolf "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI to easily manage .env files and keep them consistent." readme = "README.md" keywords = [ "ci", "env", "dotenv", "vars", ] categories = [ "development-tools", "development-tools::build-utils", "command-line-utilities", ] license = "MIT" repository = "https://github.com/kurtbuilds/modenv" [[bin]] name = "modenv" path = "src/main.rs" [dependencies.clap] version = "4.1.6" features = [ "color", "env", "suggestions", "derive", ] [dependencies.env2] version = "0.3.1" [dependencies.shell-escape] version = "0.1.5"