# 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 = "2018" name = "wirestripper" version = "0.1.5" authors = ["Simeon Miteff "] description = "wirestripper extracts ethernet frames out of raw ethernet PHY-level PCAP files (Hilscher netANALYZER transparent mode PCAP link-type)" documentation = "https://docs.rs/wirestripper" readme = "README.md" keywords = ["ethernet", "phy", "pcap", "netanalyser"] categories = ["command-line-utilities", "network-programming"] license = "MPL-2.0" repository = "https://github.com/simeonmiteff/wirestripper" [dependencies.anyhow] version = "1" [dependencies.byteorder] version = "1" [dependencies.clap] version = "2" [dependencies.crc32fast] version = "1" [dependencies.pretty-hex] version = "0.2" [dependencies.rpcap] version = "0.3" [dependencies.thiserror] version = "1"