[package]
name = "samotop-with-rustls"
version = "0.13.0"
authors = ["jocutajar <tellnoone@robajz.info>"]
license = "MIT OR Apache-2.0"
description = "Rustls support for Samotop"
documentation = "https://docs.rs/samotop/"
homepage = "https://gitlab.com/BrightOpen/Samotop/-/tree/develop/samotop-with-rustls"
repository = "https://gitlab.com/BrightOpen/Samotop/"
keywords = ["smtp", "tls"]
edition = "2018"
categories = ["email", "network-programming", "cryptography"]
[badges]
gitlab = { repository = "BrightOpen/Samotop", branch = "develop" }
maintenance = { status = "actively-developed" }
[dependencies.samotop-core]
version = "0.13.0"
path = "../samotop-core"
[dependencies]
async-tls = "0.11"