[dependencies.async-native-tls]
default-features = false
features = ["tokio", "runtime-tokio", "futures-util"]
version = "0.5.0"
[dependencies.deadpool]
version = "0.12.3"
[dependencies.imap_session]
version = "0.1.0"
[dependencies.tracing]
version = "0.1.41"
[dev-dependencies.config]
version = "0.15.19"
[dev-dependencies.fake]
features = ["chrono", "derive", "serde_json", "uuid"]
version = "4.4.0"
[dev-dependencies.lettre]
features = ["tokio1", "tokio1-native-tls"]
version = "0.11.19"
[dev-dependencies.rand]
version = "0.9.2"
[dev-dependencies.reqwest]
features = ["json"]
version = "0.12.24"
[dev-dependencies.serde]
features = ["derive", "rc"]
version = "1.0.228"
[dev-dependencies.test-context]
version = "0.5.4"
[dev-dependencies.tokio]
features = ["full"]
version = "1.48.0"
[dev-dependencies.url]
version = "2.5.7"
[lib]
name = "deadpool_imap"
path = "src/lib.rs"
[package]
authors = ["Victor MartÃnez Montané <jaster.victor@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["email", "network-programming"]
description = "A deadpool implementation for IMAP connections. Uses `imap_session` as a backend"
edition = "2024"
homepage = "https://github.com/primait/imap.rs"
keywords = ["imap", "email", "network", "deadpool", "pool"]
license = "MIT"
name = "deadpool_imap"
readme = "README.md"
repository = "https://github.com/primait/imap.rs"
rust-version = "1.90"
version = "0.1.0"
[[test]]
name = "config"
path = "tests/config.rs"
[[test]]
name = "greenmail"
path = "tests/greenmail.rs"
[[test]]
name = "lib"
path = "tests/lib.rs"
[[test]]
name = "smtp_client"
path = "tests/smtp_client.rs"