jmap-mail-types 0.1.2

RFC 8621 JMAP for Mail data types (Mailbox, Thread, Email, Identity, EmailSubmission, SearchSnippet)
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-mail-types"
version = "0.1.2"
authors = ["Mark Atwood <mark@reviewcommit.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RFC 8621 JMAP for Mail data types (Mailbox, Thread, Email, Identity, EmailSubmission, SearchSnippet)"
readme = "README.md"
keywords = [
    "jmap",
    "email",
    "mail",
    "types",
    "rfc8621",
]
categories = [
    "email",
    "encoding",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MarkAtwood/crate-jmap"

[features]
mdn = []
sieve = []

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

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

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

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

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

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

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

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

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

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

[dependencies.serde_json]
version = "1"