17 lines
449 B
TOML
17 lines
449 B
TOML
|
[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"
|