# 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 = "stream-extractor" version = "0.4.0" authors = ["geno nullfree "] exclude = ["sample"] description = "The TCP Stream Extractor is a small utility that can read in a PCAP file, search through it for TCP streams, and write out each stream to a separate new PCAP file." homepage = "https://github.com/genonullfree/stream-extractor.git" readme = "README.md" keywords = [ "pcap", "tcp", "stream", ] categories = [ "command-line-utilities", "network-programming", ] license = "BSD-3-Clause" repository = "https://github.com/genonullfree/stream-extractor.git" [profile.release] opt-level = 0 lto = true codegen-units = 1 debug = 0 debug-assertions = false panic = "abort" overflow-checks = false incremental = true strip = true [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.pcap-file] version = "2.0.0" [dependencies.pnet] version = "0.33.0"