jmap-mime 0.1.2

MIME-to-JMAP adapter: converts mime_tree parsed output to jmap-mail-types body structures
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.88"
name = "jmap-mime"
version = "0.1.2"
authors = ["Mark Atwood <mark@reviewcommit.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MIME-to-JMAP adapter: converts mime_tree parsed output to jmap-mail-types body structures"
readme = "README.md"
keywords = [
    "jmap",
    "mime",
    "email",
    "rfc8621",
]
categories = [
    "email",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MarkAtwood/crate-jmap"

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

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

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

[[bench]]
name = "mime_pipeline"
path = "benches/mime_pipeline.rs"
harness = false

[dependencies.jmap-mail-types]
version = "0.1"

[dependencies.jmap-types]
version = "0.1"

[dependencies.mime-tree]
version = "0.4"

[dev-dependencies.criterion]
version = "0.8"
features = ["cargo_bench_support"]
default-features = false

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