# 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 = "packet_snooper" version = "1.0.2" authors = ["Alberto Foti ", "Samuele Giannetto"] description = "A crossplatform multithreaded framework to capture and analyze packets." readme = "README.md" keywords = ["network", "capture", "analysis", "packet"] license = "MIT" repository = "https://github.com/XXmorpheusX/PacketSnooper.git" resolver = "2" [lib] name = "packet_snooper" crate-type = ["lib"] path = "src/lib.rs" test = true doctest = false [[bin]] name = "main" test = false [dependencies.chrono] version = "0.4.21" features = ["serde"] [dependencies.pcap] version = "0.9.2" [dependencies.serde] version = "1.0.142" features = ["derive"] [dependencies.serde_json] version = "1.0.83"