tzsp 0.1.0

A CLI tool to listen for TZSP packets and convert them to PCAP
[[bin]]
name = "tzsp"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.40"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.log]
version = "0.4.27"

[dependencies.nom]
version = "8.0.0"

[dependencies.pcap-file]
version = "2.0.0"

[dependencies.thiserror]
version = "2.0.12"

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

[dev-dependencies.hex]
version = "0.4.3"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A CLI tool to listen for TZSP packets and convert them to PCAP"
edition = "2024"
license = "GPL-3.0+"
name = "tzsp"
readme = "README.md"
repository = "https://github.com/riccz/tzsp"
version = "0.1.0"