Decision Workspace
mailrs-mta-sts vs wasm-smtp-tokio vs smtp_recv
Side-by-side comparison of Rust crates
48
mailrs-mta-sts
experimentalv1.0.0
RFC 8461 MTA Strict Transport Security (MTA-STS) — policy + STS record parsers, MX pattern matching, enforce(policy, mx) decision, plus a Cache trait + in-memory reference impl. Pure: no HTTP / DNS — bring your own resolver and HTTPS client and feed the parsed bytes in.
53
wasm-smtp-tokio
experimentalv0.15.1
Tokio + rustls socket adapter for wasm-smtp.
49
smtp_recv
experimentalv0.1.65
Dual-port SMTP server: Secure submission (465) & Inbound forwarding (25) / 双端口 SMTP 服务:安全提交 (465) 与入站转发 (25)
Core Metrics
| mailrs-mta-sts | wasm-smtp-tokio | smtp_recv | |
|---|---|---|---|
| Health Score | 48 | 53 | 49 |
| Total Downloads | 12 | 374 | 1.6K |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 19 | 26 |
| Releases | 1 | 15 | 52 |
| Last Updated | 2d ago | 15d ago | 70d ago |
| Age | 2d | 26d | 5m |
Health Breakdown
mailrs-mta-sts
Maintenance
13
Quality
15
Community
6
Popularity
1
Documentation
13
wasm-smtp-tokio
Maintenance
12
Quality
16
Community
10
Popularity
3
Documentation
12
smtp_recv
Maintenance
15
Quality
12
Community
10
Popularity
4
Documentation
8
Technical Details
| mailrs-mta-sts | wasm-smtp-tokio | smtp_recv | |
|---|---|---|---|
| Version | 1.0.0 | 0.15.1 | 0.1.65 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | Apache-2.0 OR MIT | Apache-2.0 | MulanPSL-2.0 |
| Dependencies | 4 | 8 | 32 |
| Crate Size | 24KB | 20KB | 55KB |
| Features | 0 | 10 | 4 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | — | 1.85 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •wasm-smtp-tokio leads with a health score of 53/100, but none of the options score above 80.
- •smtp_recv has the most downloads (1.6K), suggesting wider adoption.
- •wasm-smtp-tokio, smtp_recv are pre-1.0 — API may change.