smtpbis 0.1.2

Asynchronous ESMTP service library.
Documentation
[package]
name = "smtpbis"
version = "0.1.2"
authors = ["Jonathan Bastien-Filiatrault <jonathan@zerospam.ca>"]
edition = "2018"
description = "Asynchronous ESMTP service library."
license = "GPL-3.0+"
categories = ["email", "network-programming"]
readme = "README.md"
homepage = "https://github.com/zerospam/smtpbis"
repository = "https://github.com/zerospam/smtpbis.git"

[dependencies]
rustyknife = {version="0.2", features=["quoted-string-rfc2047"]}
tokio = {version="0.2.0-alpha.4", features=["signal"]}
bytes = "0.4.12"
futures-util-preview = "0.3.0-alpha.18"
tokio-rustls = "0.12.0-alpha.1"
nom = "5.0"
async-trait = "0.1.10"