# 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 = "envy-cli" version = "0.4.0" authors = ["Matthias Endler "] description = "A magical little tool that takes care of your environment settings." homepage = "https://github.com/mre/envy" readme = "README.md" keywords = [ "environment", "dotenv", "cli", ] license = "Apache-2.0/MIT" repository = "https://github.com/mre/envy" resolver = "1" [[bin]] name = "envy" path = "src/main.rs" [dependencies.anyhow] version = "1.0.68" [dependencies.config] version = "0.13.3" [dependencies.directories] version = "4.0.1" [dependencies.failure] version = "0.1.8" [dependencies.regex] version = "1.7.1" [dependencies.serde] version = "1.0.152" [dependencies.serde_derive] version = "1.0.152" [dependencies.serde_regex] version = "1.1.0" [dependencies.structopt] version = "0.3.26" [dependencies.toml] version = "0.7.1"