[package]
edition = "2021"
name = "spillway"
version = "1.0.0-pre.3"
authors = ["kvc0"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High throughput, safe, async MPSC channel"
readme = "README.md"
keywords = [
"tcp",
"protobuf",
"service",
"performance",
]
categories = ["web-programming"]
license = "Apache-2.0"
repository = "https://github.com/kvc0/protosocket"
[lib]
name = "spillway"
path = "src/lib.rs"
[dependencies.futures]
version = "0.3"
[dependencies.log]
version = "0.4"
[dependencies.rand]
version = "0.9"
[dev-dependencies.tokio-test]
version = "0.4"