vomit-m2dir 0.3.1

Library for the m2dir email storage format
Documentation
# 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.3.1"
authors = ["Conrad Hoffmann <ch@bitfehler.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[lib]
name = "vomit_m2dir"
path = "src/lib.rs"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"

[dependencies.mail-parser]
version = "0.11"

[dependencies.rand]
version = "0.10.0"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.walkdir]
version = "2"

[dev-dependencies.lettre]
version = "0.11"
features = [
    "builder",
    "hostname",
]
default-features = false