tmapi 1.0.1

Simple TempMailAPI library for barid.site
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 = "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",
]