[package] name = "envgrep" version = "0.1.0" authors = ["Lily Mara "] edition = "2018" description = "Search through all processes environment variables on linux" readme = "README.md" license = "MIT" repository = "https://github.com/OneSignal/envgrep" categories = [ "command-line-utilities", ] [dependencies] glob = "0.3.0" regex = "1.5.4" structopt = "0.3.21"