samotop-core 0.13.1+smtp

The domain model of Samotop and core functionality - SMTP server and library built on async-std. A base crate for samotop extensions.
Documentation
[badges.gitlab]
branch = "develop"
repository = "BrightOpen/Samotop"

[badges.maintenance]
status = "actively-developed"
[dependencies.async-std]
default-features = false
optional = true
version = "1.9"

[dependencies.futures-core]
version = "0.3"

[dependencies.futures-io]
version = "0.3"

[dependencies.futures-util]
default-features = false
optional = true
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.smol-timeout]
optional = true
version = "0.6"
[dev-dependencies.async-std]
version = "1.9"

[dev-dependencies.insta]
version = "1.7"

[dev-dependencies.regex]
version = "1.5"

[features]
driver = ["async-std/std"]
prudence = ["smol-timeout"]
server = ["futures-util/alloc", "async-std/default"]

[package]
authors = ["jocutajar <tellnoone@robajz.info>"]
categories = ["email", "asynchronous", "network-programming"]
description = "The domain model of Samotop and core functionality - SMTP server and library built on async-std. A base crate for samotop extensions."
documentation = "https://docs.rs/samotop/"
edition = "2018"
homepage = "https://gitlab.com/BrightOpen/Samotop/-/tree/develop/samotop-core"
keywords = ["smtp", "model", "async", "server"]
license = "MIT OR Apache-2.0"
name = "samotop-core"
repository = "https://gitlab.com/BrightOpen/Samotop/"
version = "0.13.1+smtp"