[dependencies.chrono]
version = "0.4.26"
[dependencies.reqwest]
features = ["json"]
version = "0.11.18"
[dependencies.serde]
features = ["derive"]
version = "1.0.183"
[dependencies.serde_json]
version = "1.0.104"
[package]
authors = ["Dilshad <dilshadplayingminecraft@outlook.com>"]
description = "Simplify temporary email management and interaction, including message retrieval and attachment downloads."
documentation = "https://docs.rs/tempmail"
edition = "2021"
license = "MIT"
name = "tempmail"
readme = "README.md"
repository = "https://github.com/a-rustacean/tempmail"
version = "0.2.3"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.rand]
version = "0.8.5"
[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
version = "0.3.64"