mailsis-utils 0.2.1

Utilities for Mailsis.
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"
rust-version = "1.83"
name = "mailsis-utils"
version = "0.2.1"
authors = ["João Magalhães <joamag@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for Mailsis."
readme = "README.md"
keywords = [
    "email",
    "smtp",
    "imap",
    "server",
]
license = "Apache-2.0"
repository = "https://github.com/joamag/mailsis"

[features]
default = []
email-auth = ["dep:mail-auth"]
redis = ["dep:redis"]

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

[dependencies.chrono]
version = "0.4"

[dependencies.mail-auth]
version = "0.7"
optional = true

[dependencies.rand]
version = "0.8"

[dependencies.redis]
version = "1"
features = ["tokio-comp"]
optional = true

[dependencies.rusqlite]
version = "0.36"
features = ["bundled"]

[dependencies.rustls]
version = "0.23"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-rustls]
version = "0.26"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.rcgen]
version = "0.13"

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