# 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 = "pcap_replay" version = "0.1.0" description = "Cross-platform reimplementation of tcpreplay" readme = "README.md" keywords = [ "pcap", "replay", "cross-platforms", ] categories = [ "command-line-utilities", "network-programming", ] license = "MIT" repository = "https://github.com/Angelomirabella/pcap_replay" [dependencies.clap] version = "3.1.2" features = ["derive"] [dependencies.pcap-parser] version = "0.13.0" features = ["serialize"] [target."cfg(not(windows))".dependencies.libc] version = "0.2" [target."cfg(windows)".dependencies.winapi] version = "0.3.9" features = [ "handleapi", "iphlpapi", "iptypes", "ntdef", "ws2def", ] [target."cfg(windows)".dependencies.winsockraw-sys] version = "0.1.0"