Files
tls-pq-bench/bench-common/Cargo.toml
Kristofers Solo 76109356c0 feat: implement raw TCP benchmark protocol
- protocol: 8-byte LE u64 request -> N-byte deterministic response
- bench-server: TCP server with per-connection handlers
- bench-runner: benchmark loop with warmup, NDJSON output
- Integration tested: server and client communicate correctly
2026-01-25 16:37:05 +02:00

16 lines
269 B
TOML

[package]
name = "bench-common"
version.workspace = true
authors.workspace = true
edition.workspace = true
[dependencies]
rcgen.workspace = true
serde.workspace = true
serde_json.workspace = true
strum.workspace = true
tokio.workspace = true
[lints]
workspace = true