email-auth 0.1.2

Email authentication library: SPF, DKIM, DMARC, ARC, BIMI
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-auth"
version = "0.1.2"
authors = ["Stéphane Derosiaux"]
build = false
exclude = [
    ".forge/",
    "specs/",
    "rfc/",
    "CLAUDE.md",
    "REFERENCE.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Email authentication library: SPF, DKIM, DMARC, ARC, BIMI"
homepage = "https://github.com/sderosiaux/email-auth-rs"
documentation = "https://docs.rs/email-auth"
readme = "README.md"
keywords = [
    "email",
    "spf",
    "dkim",
    "dmarc",
    "authentication",
]
categories = [
    "email",
    "authentication",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sderosiaux/email-auth-rs"

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

[dependencies.base64]
version = "0.22"

[dependencies.hickory-resolver]
version = "0.25"

[dependencies.psl]
version = "2"

[dependencies.quick-xml]
version = "0.37"

[dependencies.rand]
version = "0.9"

[dependencies.ring]
version = "0.17"

[dependencies.sha2]
version = "0.10"

[dependencies.subtle]
version = "2.6"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
]

[dependencies.x509-parser]
version = "0.16"
features = ["verify"]

[dev-dependencies.rcgen]
version = "0.13"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]