email-message-wire 0.4.0

RFC822/MIME wire parsing and rendering for email-message
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"
rust-version = "1.92"
name = "email-message-wire"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RFC822/MIME wire parsing and rendering for email-message"
homepage = "https://email-rs.dev"
readme = "README.md"
keywords = [
    "email",
    "mime",
    "rfc822",
    "smtp",
]
categories = [
    "email",
    "encoding",
]
license = "MIT"
repository = "https://github.com/sagikazarmark/email-rs"
resolver = "2"

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

[[test]]
name = "property_roundtrip"
path = "tests/property_roundtrip.rs"

[[test]]
name = "rfc822_attachments"
path = "tests/rfc822_attachments.rs"

[[test]]
name = "rfc822_edge_cases"
path = "tests/rfc822_edge_cases.rs"

[[test]]
name = "rfc822_io"
path = "tests/rfc822_io.rs"

[dependencies.base64]
version = "0.22"

[dependencies.email-message]
version = "0.4.0"
features = ["mime"]

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"
features = [
    "parsing",
    "formatting",
]
default-features = false

[dev-dependencies.proptest]
version = "1"