# 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 = "vmp" version = "1.0.0-alpha.1" authors = ["Conrad Hoffmann "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI tool to quickly pick mails from an m2dir" homepage = "https://sr.ht/~bitfehler/vomit" readme = "README.md" keywords = [ "email", "m2dir", "cli", ] categories = [ "command-line-utilities", "email", ] license = "GPL-3.0-or-later" repository = "https://git.sr.ht/~bitfehler/vomit" [[bin]] name = "vmp" path = "src/main.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.vomit] version = "1.0.0-alpha.1"