# 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 = "pcaparse" version = "0.1.6" authors = ["julian "] exclude = [ "benches/bench.pcap", "benches/bench.pcapng", "benches/bench.cap", "fuzz", "tests", ] description = "A crate to parse, read and write Cap(NA Sniffer 2.x), Pcap and PcapNg" documentation = "https://docs.rs/pcaparse/" readme = "README.md" keywords = [ "pcap", "pcapng", "cap", "parse", "write", ] categories = [ "encoding", "parsing", ] license = "MIT" repository = "https://github.com/traceflight/pcaparse" [profile.bench] lto = "fat" [[bench]] name = "benches" harness = false [dependencies.async-trait] version = "0.1.74" optional = true [dependencies.byteorder] version = "1.5.0" [dependencies.derive-into-owned] version = "0.2.0" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.34.0" optional = true [dependencies.tokio-byteorder] version = "0.3.0" optional = true [dependencies.tracing] version = "0.1.40" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.glob] version = "0.3.0" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.tokio] version = "1.34.0" features = [ "macros", "rt", "rt-multi-thread", "fs", "net", ] [dev-dependencies.tokio-test] version = "0.4.3" [features] tokio = [ "async-trait", "dep:tokio", "tokio-byteorder", ]