guerrillamail-client 0.6.0

Async Rust client for GuerrillaMail temporary email service
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 = "guerrillamail-client"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async Rust client for GuerrillaMail temporary email service"
homepage = "https://www.guerrillamail.com/"
documentation = "https://docs.rs/guerrillamail-client/latest/guerrillamail_client/"
readme = "README.md"
keywords = [
    "email",
    "temporary-email",
    "disposable-email",
    "guerrillamail",
    "testing",
]
categories = [
    "api-bindings",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/11philip22/guerrillamail-client-rs"

[lib]
name = "guerrillamail_client"
path = "src/lib.rs"

[[example]]
name = "demo"
path = "examples/demo.rs"

[dependencies.rand]
version = "0.9"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "cookies",
    "socks",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.httpmock]
version = "0.7"