# 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 = "nets" version = "0.1.5" build = "build.rs" description = "Nets is a packet sniffer" homepage = "https://github.com/asmcos/nets" documentation = "https://github.com/asmcos/nets/doc" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/asmcos/nets" resolver = "2" [dependencies.dns-parser] version = "0.8" [dependencies.http] version = "0.x.x" [dependencies.httparse] version = "1.3.0" [dependencies.libc] version = "0.2" [dependencies.libpcap] version = "0.1.x" [dependencies.pktparse] version = "0.4.x" features = ["derive"] [dependencies.serde] version = "1.x.x" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tls-parser] version = "0.7" [build-dependencies.libloading] version = "0.6" [build-dependencies.regex] version = "1"