tempmail 1.0.1

Simplify temporary email management and interaction, including message retrieval and attachment downloads.
Documentation
[dependencies.chrono]
version = "0.4"

[dependencies.reqwest]
features = ["json"]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
features = ["full"]
version = "1.32"

[lib]
crate-type = ["cdylib", "rlib"]
name = "tempmail"
path = "src/lib.rs"

[package]
authors = ["Dilshad <a-rustacean@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["email", "api-bindings"]
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.1"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rand]
version = "0.8"

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"