# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "postoffice" version = "0.0.26" authors = ["gzbakku "] description = "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." homepage = "https://github.com/gzbakku/fdb/tree/master/postoffice" readme = "README.md" keywords = ["tcp", "message", "server", "client", "socket"] categories = ["web-programming::http-server", "web-programming::http-client", "api-bindings", "web-programming::websocket"] license-file = "License.md" repository = "https://github.com/gzbakku/fdb/tree/master/postoffice" [dependencies.aes-gcm] version = "0.3.0" [dependencies.base64] version = "0.11.0" [dependencies.clap] version = "2.33.3" [dependencies.futures] version = "0.3.5" [dependencies.hmac] version = "0.7.1" [dependencies.json] version = "0.12.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.md5] version = "0.7.0" [dependencies.mio] version = "0.7.0" features = ["os-poll"] [dependencies.rand] version = "0.7.2" [dependencies.sha2] version = "0.8.1"