samotop-server 1.2.2-dev

SMTP server with focus on privacy
[package]
name = "samotop-server"
version = "1.2.2-dev"
authors = ["jocutajar <tellnoone@robajz.info>"]
license = "MIT OR Apache-2.0"
description = "SMTP server with focus on privacy"
documentation = "https://docs.rs/samotop-server/"
homepage = "https://gitlab.com/BrightOpen/Samotop/-/tree/develop/samotop-server"
repository = "https://gitlab.com/BrightOpen/Samotop/"
readme = "README.md"
keywords = ["smtp", "e-mail", "mail", "email", "server"]
edition = "2018"

# see crates.io/category_slugs
categories = ["email", "asynchronous"]

[badges]
gitlab = { repository = "BrightOpen/Samotop", branch = "develop" }

[dependencies.samotop]
version = "^0.13.2"
path = "../samotop"
features = ["spf", "rust-tls", "delivery", "parser-peg", "smime"]
default-features = false

[dependencies]
log = "0.4"
env_logger = "0.9"
structopt = "0.3"
hostname = "0.3"
async-std = "1"
async-tls = "0.11"
rustls = "0.19"
regex = "1.4"