postoffice 0.0.17

this is a light weight tcp connection manager, including client and server side functions to communicate at high speed long living stable connctions with message que.
Documentation
[package]
name = "postoffice"
version = "0.0.1"
authors = ["gzbakku <gzbakku@gmail.com>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
base64 = "0.11.0"
aes-gcm = "0.3.0"
rand = "0.7.2"
md5 = "0.7.0"
lazy_static = "1.4.0"