mail-threading 0.1.0

Spec-aligned client-side email threading using RFC 5256/JWZ references.
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 = "mail-threading"
version = "0.1.0"
build = false
include = [
    "Cargo.toml",
    "README.md",
    "src/**",
    "testdata/**",
    "tests/**",
    "LICENSE-MIT",
    "LICENSE-APACHE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Spec-aligned client-side email threading using RFC 5256/JWZ references."
homepage = "https://github.com/planetaryescape/mail-threading"
documentation = "https://docs.rs/mail-threading"
readme = "README.md"
keywords = [
    "email",
    "threading",
    "jwz",
    "imap",
    "rfc5256",
]
categories = [
    "algorithms",
    "email",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/planetaryescape/mail-threading"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
serde = ["dep:serde"]

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

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

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

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

[lints.clippy]
panic = "warn"
todo = "warn"
unwrap_used = "warn"

[lints.rust]
unsafe_code = "deny"
unused_must_use = "deny"