rmut-core 2.13.0

Core mail handling for rmut: maildir scanning, message parsing
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 = "2024"
name = "rmut-core"
version = "2.13.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core mail handling for rmut: maildir scanning, message parsing"
readme = "README.md"
keywords = [
    "mail",
    "maildir",
    "mbox",
    "imap",
    "smtp",
]
categories = ["email"]
license = "MIT"
repository = "https://github.com/jaroslavpachola/rmut"
resolver = "2"

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

[[example]]
name = "corpus"
path = "examples/corpus.rs"

[dependencies.anyhow]
version = "1"

[dependencies.charset]
version = "0.1"

[dependencies.chrono]
version = "0.4"

[dependencies.libc]
version = "0.2"

[dependencies.mailparse]
version = "0.16"

[dependencies.pulldown-cmark]
version = "0.13"
features = ["html"]
default-features = false

[dependencies.regex-lite]
version = "0.1"

[dependencies.rustls]
version = "0.23"
features = [
    "ring",
    "std",
    "logging",
    "tls12",
]
default-features = false

[dependencies.rustls-native-certs]
version = "0.8"

[dependencies.rustls-pemfile]
version = "2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.toml]
version = "0.8"

[dependencies.webpki-roots]
version = "0.26"

[dev-dependencies.tempfile]
version = "3"