dmarcguard 0.0.2

Official Rust SDK for the DMARCguard API (https://dmarcguard.io) - DMARC, SPF, and DKIM monitoring and reporting.
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.75"
name = "dmarcguard"
version = "0.0.2"
authors = ["DMARCguard <support@dmarcguard.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official Rust SDK for the DMARCguard API (https://dmarcguard.io) - DMARC, SPF, and DKIM monitoring and reporting."
homepage = "https://dmarcguard.io"
documentation = "https://docs.rs/dmarcguard"
readme = "README.md"
keywords = [
    "dmarc",
    "spf",
    "dkim",
    "email",
    "security",
]
categories = [
    "api-bindings",
    "email",
    "authentication",
]
license = "Apache-2.0"
repository = "https://github.com/dmarcguardhq/dmarcguard-sdk-rust"

[badges.maintenance]
status = "actively-developed"

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

[dependencies]

[dev-dependencies]