# 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 = "pdump" version = "0.2.2" authors = ["shellrow <81893184+shellrow@users.noreply.github.com>"] description = "Cross-platform packet capture tool" readme = "README.md" keywords = [ "network", "security", "packet", "cli", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/shellrow/pdump" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.1" features = ["cargo"] [dependencies.default-net] version = "0.16" [dependencies.pnet] version = "0.33.0"