[package]
edition = "2024"
name = "tmapi"
version = "1.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple TempMailAPI library for barid.site"
homepage = "https://github.com/doomed-neko/tmapi"
readme = "README.md"
keywords = [
"barid",
"tempmail",
]
categories = [
"api-bindings",
"email",
]
license-file = "LICENSE"
repository = "https://github.com/doomed-neko/tmapi"
[lib]
name = "tmapi"
path = "src/lib.rs"
[dependencies.email_address]
version = "0.2.9"
[dependencies.reqwest]
version = "0.12.22"
features = ["json"]
[dependencies.serde]
version = "1.0.219"
features = ["derive"]
[dependencies.thiserror]
version = "2.0.12"
[dependencies.time]
version = "0.3.41"
[dependencies.tokio]
version = "1.46.1"
features = [
"macros",
"rt-multi-thread",
"tokio-macros",
]