# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "envch" version = "0.1.1" authors = ["Zack Murry "] description = "An intuitive program that allows users to set, modify, list, and remove environment variables" homepage = "https://github.com/ZackMurry/envch" readme = "README.md" keywords = ["cli", "environment-variable", "env"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ZackMurry/envch" [dependencies.shellexpand] version = "2.1" [dependencies.structopt] version = "0.3.21" [dependencies.termion] version = "1.5.5"