# 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" rust-version = "1.73" name = "email-address-extractor" version = "1.0.1" authors = ["Jannis Schoepplenberg "] description = "A blazingly fast command line tool written in pure safe Rust to automatically extract email addresses from files in a given path." readme = "README.md" keywords = [ "extraction", "email", "files", "parsing", "text-processing", ] categories = [ "email", "parsing", "text-processing", "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/J-Schoepplenberg/email-address-extractor" [dependencies.env_logger] version = "0.11.3" [dependencies.infer] version = "0.16.0" [dependencies.log] version = "0.4.21" [dependencies.pdf-extract] version = "0.7.7" [dependencies.regex] version = "1.10.4" [dependencies.zip] version = "2.1.3"