vmp 1.0.0-alpha.6

CLI tool to quickly pick mails from an m2dir
# 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.6"
authors = ["Conrad Hoffmann <ch@bitfehler.net>"]
build = false
autolib = 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",
    "wrap_help",
]

[dependencies.colored]
version = "3"

[dependencies.vomit]
version = "1.0.0-alpha.6"