# 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 = "pcarp" version = "2.0.0" authors = [ "Alex Sayers ", "Mitsutoshi Aoe ", ] exclude = [ "integration_tests/*", "fuzz/*", ] description = "A pure-Rust library for reading pcap-ng files" documentation = "https://docs.rs/pcarp" readme = "README.md" keywords = [ "pcap", "pcapng", "pcap-ng", ] categories = [ "encoding", "network-programming", ] license = "Unlicense" repository = "https://github.com/asayers/pcarp" [profile.release] lto = "thin" codegen-units = 1 debug = true [dependencies.bytes] version = "1.2.1" [dependencies.thiserror] version = "1.0.39" [dependencies.tracing] version = "0.1.37" features = ["log"] [dev-dependencies.clap] version = "4.1.8" features = ["derive"] [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.flate2] version = "1.0.25" [dev-dependencies.humantime] version = "2.1.0" [dev-dependencies.md5] version = "0.7.0" [dev-dependencies.pcap] version = "1.0.0" [dev-dependencies.xz2] version = "0.1"