# 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 = "envfetch" version = "1.1.0" authors = ["ANKDDEV"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Lightweight cross-platform CLI tool for working with environment variables" homepage = "https://github.com/ankddev/envfetch" readme = "README.md" license = "MIT" repository = "https://github.com/ankddev/envfetch" [[bin]] name = "envfetch" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.clap] version = "4.5.23" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.dotenv-parser] version = "0.1.3" [dependencies.globalenv] version = "0.4.2" [dependencies.similar-string] version = "1.4.3" [dependencies.subprocess] version = "0.2.9" [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.assert_fs] version = "1.1.2" [dev-dependencies.predicates] version = "3.1.2"