[dependencies.chrono]
version = "0.4"
[dependencies.clap]
features = ["derive"]
version = "4.3.1"
[dependencies.crossterm]
version = "0.27.0"
[dependencies.netraffic]
version = "0.1.0"
[dependencies.ratatui]
version = "0.24.0"
[package]
categories = ["network-programming", "command-line-interface"]
description = "netop is a terminal command line interface that can customize the filter network traffic rule 🎯"
edition = "2021"
exclude = ["snapshot", "deploy", ".github", "renovate.json"]
homepage = "https://github.com/ZingerLittleBee/netop"
keywords = ["cli", "network", "traffic", "statistics", "pcap"]
license = "MIT"
name = "netop"
readme = "README.md"
repository = "https://github.com/ZingerLittleBee/netop"
version = "0.1.4"