sendgrid 0.27.0

An unofficial client library for the SendGrid API
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 = "sendgrid"
version = "0.27.0"
authors = ["Garrett Squire <github@garrettsquire.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An unofficial client library for the SendGrid API"
homepage = "https://sendgrid.com"
documentation = "https://docs.rs/sendgrid"
readme = "README.md"
keywords = ["email"]
license = "MIT"
repository = "https://github.com/gsquire/sendgrid-rs"

[features]
blocking = ["reqwest/blocking"]
native-tls = ["reqwest/native-tls"]

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

[[example]]
name = "main"
path = "examples/main.rs"
required-features = ["blocking"]

[[example]]
name = "v3"
path = "examples/v3.rs"
required-features = ["blocking"]

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

[[example]]
name = "v3_disable_tracking"
path = "examples/v3_disable_tracking.rs"
required-features = ["blocking"]

[dependencies.data-encoding]
version = "2.10"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.url]
version = "2.5"

[dev-dependencies.tokio]
version = "1"
features = ["full"]