vsmtp-mail-parser 2.2.1

Next-gen MTA. Secured, Faster and Greener
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.66.1"
name = "vsmtp-mail-parser"
version = "2.2.1"
authors = ["Team viridIT <https://viridit.com/>"]
description = "Next-gen MTA. Secured, Faster and Greener"
homepage = "https://github.com/viridIT/vSMTP"
documentation = "https://docs.rs/crate/vsmtp-mail-parser/"
readme = "README.md"
keywords = ["vsmtp"]
categories = [
    "email",
    "parsing",
]
license = "GPL-3.0-only"
repository = "https://github.com/viridIT/vSMTP"

[dependencies.anyhow]
version = "1.0.69"
features = ["std"]
default-features = false

[dependencies.async-trait]
version = "0.1.68"
default-features = false

[dependencies.convert_case]
version = "0.6.0"

[dependencies.either]
version = "1.8.1"
features = ["use_std"]
default-features = false

[dependencies.serde]
version = "1.0.159"
features = [
    "std",
    "derive",
]
default-features = false

[dependencies.thiserror]
version = "1.0.39"
default-features = false

[dependencies.tokio]
version = "1.27.0"
features = ["fs"]
default-features = false

[dependencies.tokio-stream]
version = "0.1.12"
features = ["time"]
default-features = false

[dependencies.tracing]
version = "0.1.37"
features = [
    "std",
    "attributes",
    "release_max_level_info",
]
default-features = false

[dev-dependencies.pretty_assertions]
version = "1.3.0"