# 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 = "netgauze-pcap-reader" version = "0.5.0" authors = ["Ahmed Elhassany "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Simple PCAP reader """ homepage = "https://github.com/NetGauze/NetGauze" readme = "README.md" keywords = [ "pcap", "protocol", ] categories = [ "network-programming", "parsing", ] license = "Apache-2.0" repository = "https://github.com/NetGauze/NetGauze" [lib] name = "netgauze_pcap_reader" path = "src/lib.rs" [dependencies.pcap-parser] version = "0.16" features = [ "data", "data", ] [dependencies.pdu] version = "1.4" [dev-dependencies.bytes] version = "1.7" [dev-dependencies.serde_json] version = "1" [dev-dependencies.tokio-util] version = "0.7" features = [ "codec", "codec", ]