[package]
name = "mailtrap"
description = "An unofficial library for interacting with the Mailtrap API"
version = "0.3.1"
edition = "2024"
authors = ["Michael Christenson II <m3talsmith@gmail.com>"]
license = "MIT"
repository = "https://github.com/m3talsmith/mailtrap"
homepage = "https://github.com/m3talsmith/mailtrap"
documentation = "https://docs.rs/mailtrap"
categories = ["email"]
keywords = ["mailtrap", "email", "api"]
readme = "README.md"
[dependencies]
anyhow = "1.0.100"
reqwest = { version = "0.13.1", features = ["json"] }
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
tokio = { version = "1.49.0", features = ["full", "test-util"] }
wiremock = "0.6.5"