instant-smtp/Cargo.toml

13 lines
364 B
TOML

[package]
name = "instant-smtp"
description = "Low-level sans-I/O SMTP protocol implementation"
keywords = ["email", "smtp", "parser", "codec"]
version = "0.1.0"
repository = "https://github.com/InstantDomain/instant-smtp"
license = "MIT OR Apache-2.0"
edition = "2021"
[dependencies]
nom = "7"
serde = { version = "1.0", features = ["derive"], optional = true }