# 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 = "2018" name = "mailproc" version = "0.3.3" authors = ["Todd Mortimer "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Process email based on contents, like procmail." readme = "README.md" keywords = [ "procmail", "email", ] categories = [ "command-line-utilities", "email", ] license = "MIT" repository = "https://github.com/mordak/mailproc" [[bin]] name = "mailproc" path = "src/main.rs" [dependencies.dirs-next] version = "2.0.0" [dependencies.fs2] version = "0.4.3" [dependencies.log] version = "0.4.17" [dependencies.mailparse] version = "0.14.0" [dependencies.regex] version = "1.7.0" [dependencies.serde] version = "1.0.151" [dependencies.serde_derive] version = "1.0.151" [dependencies.simplelog] version = "0.12.0" [dependencies.structopt] version = "0.3.26" [dependencies.subprocess] version = "0.2.9" [dependencies.toml] version = "0.5.10" [badges.maintenance] status = "passively-maintained"