# 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 = "2018" rust-version = "1.63" name = "pcap-parser" version = "0.16.0" authors = ["Pierre Chifflier "] build = false include = [ "CHANGELOG.md", "LICENSE-*", "README.md", ".gitignore", ".travis.yml", "Cargo.toml", "assets/*.pcap", "assets/*.pcapng", "src/*.rs", "src/data/*.rs", "src/pcap/*.rs", "src/pcapng/*.rs", "tests/*.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Parser for the PCAP/PCAPNG format" homepage = "https://github.com/rusticata/pcap-parser" readme = "README.md" keywords = [ "pcap", "pcapng", "parser", "nom", ] categories = [ "network-programming", "parser-implementations", ] license = "MIT/Apache-2.0" repository = "https://github.com/rusticata/pcap-parser.git" [package.metadata.cargo_check_external_types] allowed_external_types = [ "nom", "nom::*", "circular::Buffer", ] [package.metadata.docs.rs] all-features = true features = [ "data", "serialize", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "pcap_parser" path = "src/lib.rs" [[test]] name = "pcap" path = "tests/pcap.rs" [[test]] name = "pcapng" path = "tests/pcapng.rs" [[test]] name = "reader" path = "tests/reader.rs" [dependencies.circular] version = "0.3" [dependencies.cookie-factory] version = "0.3.0" optional = true [dependencies.nom] version = "7.0" [dependencies.rusticata-macros] version = "4.0" [dev-dependencies.hex-literal] version = "0.4" [features] data = [] default = [] serialize = ["cookie-factory"]