jetemail 0.1.0

Rust SDK for the JetEmail 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 = "2021"
name = "jetemail"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for the JetEmail API"
readme = "README.md"
keywords = [
    "email",
    "jetemail",
    "api",
]
categories = [
    "api-bindings",
    "email",
]
license = "MIT"
repository = "https://github.com/jetemail/jetemail-rust"

[features]
blocking = [
    "reqwest/blocking",
    "maybe-async/is_sync",
]
default = ["native-tls"]
native-tls = ["reqwest/native-tls"]
rustls = ["reqwest/rustls"]

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

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

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

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

[[test]]
name = "client"
path = "tests/client.rs"

[[test]]
name = "emails"
path = "tests/emails.rs"

[[test]]
name = "error"
path = "tests/error.rs"

[[test]]
name = "serialization"
path = "tests/serialization.rs"

[dependencies.base64]
version = "0.22"

[dependencies.maybe-async]
version = "0.2"

[dependencies.reqwest]
version = "0.13"
features = ["json"]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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