# 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 = "pcap-file-tokio" version = "0.1.0" authors = ["Maurice Lam "] exclude = [ "benches/bench.pcap", "benches/bench.pcapng", "fuzz", "tests", ] description = "A crate to parse, read and write Pcap and PcapNg asynchronously with Tokio" documentation = "https://docs.rs/pcap-file-tokio/" readme = "README.md" keywords = [ "pcap", "pcapng", "parse", "read", "write", ] categories = [ "encoding", "parsing", ] license = "MIT" repository = "https://github.com/mauricelam/pcap-file-tokio" [profile.bench] lto = "fat" [[bench]] name = "benches" harness = false [dependencies.async-trait] version = "0.1.68" [dependencies.byteorder] version = "1.4.3" [dependencies.derive-into-owned] version = "0.2.0" [dependencies.pcap-file] version = "2.0.0" [dependencies.thiserror] version = "1.0.35" [dependencies.tokio] version = "1.28.2" [dependencies.tokio-byteorder] version = "0.3.0" [dev-dependencies.criterion] version = "0.5.1" features = ["async_tokio"] [dev-dependencies.glob] version = "0.3.0" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.tokio] version = "1.28.2" features = [ "macros", "rt", "rt-multi-thread", "fs", ] [dev-dependencies.tokio-test] version = "0.4.2"