eccd46f52b
Two-crate workspace: blaze-proto (Fire2 framing via tokio_util codec, tdf=0.1 for TDF decode/stringify) and server (TLS listeners for redirector + Blaze, JSONL capture with TdfStringifier, pluggable FramingVariant enum). Both listeners bind on startup and write a capture JSONL for every packet. Component/command IDs are unknown — captures reveal them. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 lines
297 B
TOML
13 lines
297 B
TOML
[package]
|
|
name = "blaze-proto"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
tdf = { version = "0.1", features = ["serde"] }
|
|
bytes = "1"
|
|
tokio-util = { version = "0.7", features = ["codec"] }
|
|
thiserror = "1"
|
|
hex = "0.4"
|
|
serde = { version = "1", features = ["derive"] }
|