# 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 = "env-yoink" version = "1.0.1" authors = ["Assem Marwan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ env-yoink is a Rust CLI tool for effortless extraction of environment variables from source code, supporting regex and language presets. """ homepage = "https://github.com/assemmarwan/env-yoink" documentation = "https://github.com/assemmarwan/env-yoink" readme = "README.md" keywords = [ "env", "dotenv", "regex", "grep", "ripgrep", ] categories = [ "development-tools", "command-line-utilities", ] license = "MIT" repository = "https://github.com/assemmarwan/env-yoink" [[bin]] name = "env-yoink" path = "src/main.rs" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.grep] version = "0.3.2" [dependencies.ignore] version = "0.4.23" [dependencies.regex] version = "1.10.4"