[[bin]]
name = "termshark"
path = "src/main.rs"
required-features = ["cli"]
[dependencies.argh]
default-features = false
features = ["help"]
optional = true
version = "0.1.13"
[dependencies.chrono]
default-features = false
features = ["alloc", "std"]
version = "0.4.42"
[dependencies.num_enum]
version = "0.7.4"
[dependencies.pcap]
version = "2.3.0"
[dependencies.ratatui]
optional = true
version = "0.29.0"
[dependencies.tui-input]
default-features = false
features = ["ratatui"]
optional = true
version = "0.14.0"
[dev-dependencies.libc]
version = "0.2.177"
[features]
cli = ["argh", "ratatui", "tui-input"]
[lib]
name = "termshark"
path = "src/lib.rs"
[package]
authors = ["PRO-2684"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "command-line-utilities"]
description = "🦈 WireShark in the terminal"
edition = "2024"
include = ["src", "README.md", "LICENSE"]
keywords = ["sniffer", "wireshark", "pcap", "network", "traffic"]
license = "MIT"
name = "termshark"
readme = "README.md"
repository = "https://github.com/PRO-2684/termshark"
version = "0.1.4"
[package.metadata.binstall]
bin-dir = "{ bin }{ binary-ext }"
disabled-strategies = ["quick-install"]
pkg-fmt = "tgz"
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-v{ version }-{ target }{ archive-suffix }"
[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"
[profile.release]
codegen-units = 1
debug = 0
lto = true
strip = true