[package] name = "vomit-m2dir" version = "0.1.2" authors = ["Conrad Hoffmann "] description = "Library for the m2dir email storage format" readme = "README.md" homepage = "https://git.sr.ht/~bitfehler/vomit-m2dir" repository = "https://git.sr.ht/~bitfehler/vomit-m2dir" keywords = ["email", "m2dir"] categories = ["email"] license = "BSD-3-Clause" edition = "2021" [dependencies] base64 = "0.22" chrono = "0.4" mail-parser = "0.9" tempfile = "3" thiserror = "1.0" walkdir = "2" [dev-dependencies] lettre = "0.11"