panorama/smtp/Cargo.toml

17 lines
449 B
TOML
Raw Normal View History

2021-08-09 11:56:32 +00:00
[package]
name = "panorama-smtp"
description = "SMTP protocol implementation with high-level async client."
version = "0.0.1"
edition = "2018"
authors = ["Michael Zhang <mail@mzhang.io>"]
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"