mailjet_client 0.4.0

A client for Mailjet's REST 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 = "mailjet_client"
version = "0.4.0"
authors = [
    "Felipe Torres González <torresfelipex1@gmail.com>",
    "Michael Endsley <michael.endsley@protonmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A client for Mailjet's REST API"
readme = "README.md"
keywords = [
    "email",
    "mailjet",
]
categories = [
    "api-bindings",
    "email",
]
license = "MIT"
repository = "https://github.com/felipet/mailjet_client"

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

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

[[test]]
name = "api"
path = "tests/api/main.rs"

[dependencies.names]
version = "0.14.0"
default-features = false

[dependencies.reqwest]
version = "0.13.3"
features = [
    "rustls",
    "json",
]

[dependencies.reqwest-middleware]
version = "0.5.1"
features = [
    "http2",
    "json",
]

[dependencies.reqwest-tracing]
version = "0.7.0"

[dependencies.secrecy]
version = "0.10.3"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "1.0.64"

[dependencies.tracing]
version = "0.1.44"

[dependencies.uuid]
version = "1.23.1"
features = [
    "v4",
    "serde",
]

[dev-dependencies.anyhow]
version = "1.0.89"

[dev-dependencies.async-std]
version = "1.13"
features = [
    "attributes",
    "tokio1",
]

[dev-dependencies.once_cell]
version = "1.19.0"

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

[dev-dependencies.rstest]
version = "0.26.1"

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

[dev-dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "std",
    "fmt",
    "ansi",
]
default-features = false

[dev-dependencies.wiremock]
version = "0.6.5"