mail-builder 0.5.0

E-mail builder library for Rust
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 = "mail-builder"
version = "0.5.0"
authors = ["Stalwart Labs <hello@stalw.art>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "E-mail builder library for Rust"
homepage = "https://github.com/stalwartlabs/mail-builder"
readme = "README.md"
keywords = [
    "email",
    "mime",
    "mail",
    "e-mail",
]
categories = ["email"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/stalwartlabs/mail-builder"

[features]
default = ["gethostname"]
gethostname = ["dep:gethostname"]

[lib]
name = "mail_builder"
path = "src/lib.rs"
doctest = false

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

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

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

[dependencies.gethostname]
version = "1.0.0"
optional = true

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

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.serde_yaml]
version = "0.9.10"