# 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-cmd" version = "1.0.2" authors = ["Ian Thompson "] build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "envy" description = "A command line tool for displaying environment variables in a human friendly form" homepage = "https://github.com/quornian/envy" documentation = "https://github.com/quornian/envy/blob/v1.0.2/README.md" readme = "README.md" license = "MIT" repository = "https://github.com/quornian/envy" [[bin]] name = "envy" path = "src/main.rs" [dependencies.clap] version = "4.5.18" features = ["wrap_help"] [dependencies.glob-match] version = "0.2.1" [dependencies.regex] version = "1.5.4"