[package] name = "panorama-smtp" description = "SMTP protocol implementation with high-level async client." version = "0.0.1" edition = "2018" authors = ["Michael Zhang "] keywords = ["smtp", "email", "parser"] license = "GPL-3.0-or-later" categories = ["email"] repository = "https://git.mzhang.io/michael/panorama" documentation = "https://docs.rs/panorama-smtp" readme = "README.md" workspace = ".." [dependencies] nom = "6.2.1" panorama-proto-common = { path = "../proto-common" }