# 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 = "envi" version = "0.1.0" authors = ["Zoltan Klinger "] description = "A simple CLI tool to manage environment variables for multiple environments" homepage = "https://github.com/zklinger/envi" readme = "README.md" keywords = ["cli", "manage", "environments", "variables"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/zklinger/envi" resolver = "2" [dependencies.anyhow] version = "1.0.53" [dependencies.serde_json] version = "1.0.79" [dependencies.serde_yaml] version = "0.8.23" [dependencies.shell-escape] version = "0.1.5" [dependencies.structopt] version = "0.3.26" [dependencies.toml] version = "0.5.8" [dev-dependencies.assert_cmd] version = "2.0.4" [dev-dependencies.assert_fs] version = "1.0.7" [dev-dependencies.predicates] version = "2.1.1" [dev-dependencies.serial_test] version = "0.4.0"