[dependencies.clap]
features = ["derive"]
version = "3.1.0"
[dependencies.email_address]
version = "0.2.1"
[dependencies.env_logger]
version = "0.9.0"
[dependencies.log]
version = "0.4"
[package]
categories = ["command-line-utilities", "email"]
description = "A small helper utility for automatically collecting the email addresses that should be included when emailing a linux kernel patchset, and sending them the patchset with git send-email."
edition = "2018"
keywords = ["linux", "kernel", "mail", "email", "patch"]
license = "GPL-3.0-or-later"
name = "kmail"
readme = "README.md"
repository = "https://github.com/Decave/kmail"
version = "0.1.2"