[package] name = "libgitmail" description = "Provide an easy type-safe wrapper around git patch emails" repository = "https://git.sr.ht/~spacekookie/dev-suite" keywords = ["git", "mail", "patch", "git-send-mail", "git-patch"] categories = ["email", "parsing"] readme = "readme.md" version = "0.1.0" authors = ["Katharina Fey "] edition = "2018" license = "GPL-3.0" [dependencies] mailparse = "0.10" nom = "5.0" [dev-dependencies] quickcheck = "0.9"