# 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 = "vomit" version = "1.0.0-alpha.1" authors = ["Conrad Hoffmann "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library to quickly pick mails from an m2dir" homepage = "https://sr.ht/~bitfehler/vomit" readme = "README.md" keywords = [ "email", "m2dir", "cli", ] categories = ["email"] license = "GPL-3.0-or-later" repository = "https://git.sr.ht/~bitfehler/vomit" [lib] name = "vomit" path = "src/lib.rs" [dependencies.chrono] version = "0.4" [dependencies.crossbeam] version = "0.8" [dependencies.dirs] version = "5.0" [dependencies.humansize] version = "2.0.0" [dependencies.mailparse] version = "0.15" [dependencies.skim] version = "0.11.21" default-features = false package = "two_percent" [dependencies.tempfile] version = "3.10" [dependencies.thiserror] version = "1.0" [dependencies.tuikit] version = "0.5" [dependencies.vomit-config] version = "0.2.0" [dependencies.vomit-m2dir] version = "0.1"