[package] name = "vomit" version.workspace = true authors = ["Conrad Hoffmann "] description = "Library to quickly pick mails from an m2dir" readme = "README.md" homepage.workspace = true repository.workspace = true license.workspace = true keywords.workspace = true categories = ["email"] edition.workspace = true [dependencies] chrono = "0.4" crossbeam = "0.8" dirs = "5.0" humansize = "2.0.0" mailparse = "0.15" skim = {version = "0.11.21", default-features = false, package = "two_percent"} tempfile = "3.10" tuikit = "0.5" vomit-config = "0.2.0" vomit-m2dir = "0.1" thiserror = "1.0"