[package]
edition = "2024"
rust-version = "1.87.0"
name = "temp_mail_org"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust client of https://temp-mail.org to create disposable email."
documentation = "https://docs.rs/temp_mail_org"
readme = "README.md"
keywords = [
"temp-mail",
"disposable",
"email",
"mail",
"temporary",
]
categories = [
"email",
"development-tools::testing",
"api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/danny900714/temp-mail-org"
[lib]
name = "temp_mail_org"
path = "src/lib.rs"
[[test]]
name = "client"
path = "tests/client.rs"
[dependencies.bytes]
version = "1.11.1"
[dependencies.futures]
version = "0.3.32"
[dependencies.jiff]
version = "0.2.23"
features = ["serde"]
[dependencies.reqwest]
version = "0.13.2"
features = [
"gzip",
"hickory-dns",
"json",
"query",
"stream",
]
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.thiserror]
version = "2.0.18"
[dependencies.tokio]
version = "1.51.1"
[dev-dependencies.anyhow]
version = "1.0.102"