packrat-tui 0.2.1

A Wireshark-style terminal packet analyzer for live capture and simulated traffic inspection
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "packrat-tui"
version = "0.2.1"
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
    "assets/packrat-screenshot.svg",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Wireshark-style terminal packet analyzer for live capture and simulated traffic inspection"
homepage = "https://github.com/0xbadcaffe/packrat"
documentation = "https://docs.rs/packrat-tui"
readme = "README.md"
keywords = [
    "network",
    "packet",
    "tui",
    "pcap",
    "wireshark",
]
categories = [
    "command-line-utilities",
    "network-programming",
    "visualization",
]
license = "MIT"
repository = "https://github.com/0xbadcaffe/packrat"

[features]
default = []
real-capture = ["dep:pcap"]

[[bin]]
name = "packrat"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["clock"]

[dependencies.crossterm]
version = "0.28"
features = ["event-stream"]

[dependencies.dirs-next]
version = "2.0"

[dependencies.futures]
version = "0.3"

[dependencies.pcap]
version = "2.0"
optional = true

[dependencies.rand]
version = "0.8"

[dependencies.ratatui]
version = "0.29"

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

[profile.dev]
opt-level = 1

[profile.release]
opt-level = 3
strip = true