# 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 = "peeler" version = "0.1.4" include = [ "src/**/*", "Cargo.toml", "Cargo.lock", "README.md", ] description = "Get components of IP packets for downstream processing" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/dfarrel1/peeler" [package.metadata] authors = ["Dene Farrell dene.farrell@gmail.com"] [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.base64] version = "0.13" [dependencies.chrono] version = "0.4.26" [dependencies.etherparse] version = "0.13.0" [dependencies.libc] version = "0.2.141" [dependencies.pcap] version = "1.0" [dependencies.pnet] version = "0.34.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0.155" [dependencies.serde_json] version = "1.0.94"