sparklepost 0.6.0

Bindings for Sparkpost email API v1
# 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"
rust-version = "1.88"
name = "sparklepost"
version = "0.6.0"
authors = [
    "mygnu <tech@hgill.io>",
    "Rob Ede <robjtede@icloud.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings for Sparkpost email API v1"
readme = "README.md"
keywords = [
    "email",
    "sparkpost",
    "reqwest",
]
categories = [
    "api-bindings",
    "web-programming",
]
license = "MPL-2.0+/LGPL-3.0+"
repository = "https://github.com/x52dev/sparklepost"

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

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

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

[dependencies.reqwest]
version = "0.13"
features = [
    "blocking",
    "json",
]

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

[dependencies.serde_json]
version = "1"

[dev-dependencies.base64]
version = "0.23"

[dev-dependencies.dotenvy]
version = "0.15"

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

[lints.clippy.clone_on_ref_ptr]
level = "deny"
priority = 0

[lints.clippy.uninlined_format_args]
level = "deny"
priority = 0

[lints.rust.future_incompatible]
level = "deny"
priority = 0

[lints.rust.missing_debug_implementations]
level = "deny"
priority = 1

[lints.rust.nonstandard_style]
level = "deny"
priority = 0

[lints.rust.rust_2018_idioms]
level = "deny"
priority = 0