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