reception 0.1.1

A Rust library for creating TCP listeners that spawns clients providing model abstraction layer.
Documentation
[dependencies.async-trait]
version = "0.1.72"

[dependencies.cancellable]
version = "0.3.0"

[dependencies.fastrand]
version = "2.0.0"

[dependencies.futures]
version = "0.3.28"

[dependencies.futures-util]
version = "0.3.28"

[dependencies.humantime-serde]
version = "1.1.1"

[dependencies.log]
version = "0.4.19"

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

[dependencies.thiserror]
version = "1.0.43"

[dependencies.tokio]
features = ["net", "sync", "time", "parking_lot"]
version = "1.29.1"

[dependencies.tokio-tungstenite]
version = "0.20.0"

[dependencies.tokio-util]
version = "0.7.8"
[dev-dependencies.anyhow]
version = "1.0.71"

[dev-dependencies.ctor]
version = "0.2.3"

[dev-dependencies.env_logger]
version = "0.10.0"

[dev-dependencies.lazy_static]
version = "1.4.0"

[dev-dependencies.log]
version = "0.4.19"

[dev-dependencies.pin-project]
version = "1.1.2"

[dev-dependencies.tokio]
features = ["net", "time", "rt", "io-util"]
version = "1.29.1"

[dev-dependencies.tokio-tungstenite]
features = ["native-tls"]
version = "0.20.0"

[package]
authors = ["Kamil Rusin <kamil.jakub.rusin@gmail.com>"]
categories = ["asynchronous"]
description = "A Rust library for creating TCP listeners that spawns clients providing model abstraction layer."
edition = "2021"
homepage = "https://github.com/nathiss/reception"
include = ["/src", "LICENSE.txt"]
keywords = ["tokio", "service", "networking", "listener"]
license = "MIT"
name = "reception"
readme = "README.md"
repository = "https://github.com/nathiss/reception"
version = "0.1.1"