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