IMAPServer-shared 0.1.0

A shared module for the IMAPServer crate and it's cli
Documentation
[dependencies.argonautica]
features = ["simd"]
version = "0.2"

[dependencies.diesel]
features = ["sqlite"]
version = "1.0.0"

[dependencies.diesel_migrations]
version = "1.4.0"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.futures]
features = ["compat"]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.rand]
features = ["log"]
version = "0.7"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_yaml]
version = "0.8"

[dependencies.tokio]
features = ["full"]
version = "0.2"

[dependencies.tokio-util]
features = ["codec"]
version = "0.2"

[lib]
doc = true
test = true

[package]
authors = ["MTRNord <mtrnord1@gmail.com>"]
categories = ["email", "network-programming"]
description = "A shared module for the IMAPServer crate and it's cli"
edition = "2018"
keywords = ["imap", "tcp", "server", "bin", "email"]
license = "GPL-3.0"
name = "IMAPServer-shared"
repository = "https://github.com/Nordgedanken/IMAPServer-rs.git"
version = "0.1.0"