smtpbis 0.1.2

Asynchronous ESMTP service library.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.bytes]
version = "0.4.12"

[dependencies.futures-util-preview]
version = "0.3.0-alpha.18"

[dependencies.nom]
version = "5.0"

[dependencies.rustyknife]
version = "0.2"
features = ["quoted-string-rfc2047"]

[dependencies.tokio]
version = "0.2.0-alpha.4"
features = ["signal"]

[dependencies.tokio-rustls]
version = "0.12.0-alpha.1"