email-message 0.0.1

Email message implementation
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 = "email-message"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Email message implementation"
homepage = "https://github.com/sagikazarmark/email-rs"
readme = false
keywords = ["email"]
categories = []
license = "MIT"
repository = "https://github.com/sagikazarmark/email-rs"
resolver = "2"

[package.metadata.release]
sign-commit = true
sign-tag = true
tag-message = "Release {{version}}"
tag-prefix = ""

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

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

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

[dependencies.addr-spec]
version = "0.8"

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

[dependencies.thiserror]
version = "2"