picochat 0.2.1

No-client-required relay chat over TCP.
[[bin]]
name = "picochat"
path = "src/main.rs"

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

[package]
authors = ["Jakub MaƄczak"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "No-client-required relay chat over TCP."
edition = "2021"
license = "ISC"
name = "picochat"
readme = false
repository = "https://github.com/jakubmanczak/picochat"
version = "0.2.1"

[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
strip = true