# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "pcap2udp" version = "0.1.0" authors = ["Vitaly _Vi Shukela "] description = "A simple tool to read microsecond-based pcap file frame by frame, remove N first bytes for each, then send each to one specified UDP socket, respecting timestamps." readme = "README.md" keywords = ["Wireshark", "udp", "pcap", "dump", "replay"] categories = ["network-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/vi/pcap2udp" [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = false debug-assertions = false rpath = false panic = "abort" incremental = false [dependencies.pcap-file] version = "0.10.0" [dependencies.structopt] version = "0.3.0" default_features = false