mime-tree 0.5.0

RFC 5322/MIME parser producing a byte-range-indexed part tree
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.85"
name = "mime-tree"
version = "0.5.0"
authors = ["Mark Atwood <mark@reviewcommit.com>"]
build = false
exclude = [
    "CLAUDE.md",
    "AGENTS.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RFC 5322/MIME parser producing a byte-range-indexed part tree"
readme = "README.md"
keywords = [
    "mime",
    "email",
    "rfc5322",
    "parser",
    "s-mime",
]
categories = [
    "email",
    "encoding",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MarkAtwood/crate-mime"

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

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

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

[dependencies.base64]
version = "0.22"
features = ["alloc"]
default-features = false

[dependencies.encoding_rs]
version = "0.8"

[dependencies.mail-parser]
version = "0.11"
features = [
    "serde",
    "full_encoding",
]
default-features = false

[dependencies.quoted_printable]
version = "0.5"

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

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.uuencoding]
version = "0.3.0"

[dependencies.yencoding]
version = "0.3.0"