[dependencies.chrono]
version = "0.4"
[dependencies.reqwest]
features = ["json"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[lib]
crate-type = ["cdylib", "rlib"]
[package]
authors = ["Dilshad <a-rustacean@outlook.com>"]
categories = ["email", "api", "tempmail"]
description = "Simplify temporary email management and interaction, including message retrieval and attachment downloads."
documentation = "https://docs.rs/tempmail"
edition = "2021"
exclude = ["examples"]
keywords = ["tempmail", "api", "email", "1secmail", "wrapper"]
license = "MIT"
name = "tempmail"
readme = "README.md"
repository = "https://github.com/a-rustacean/tempmail"
rust-version = "1.64"
version = "1.0.0"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.rand]
version = "0.8"
[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
version = "0.3"