# 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 = "sonar_lib" version = "0.1.3" authors = ["akmot9 avicocyprien@yahoo.com"] description = "A library for network packet analysis with sonar capabilities." homepage = "https://github.com/Akmot9/my_logger" readme = "README.md" keywords = [ "network", "packet", "analysis", ] categories = [ "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Sonar-team/sonar_lib" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.csv] version = "1.3.0" [dependencies.ctrlc] version = "3.4.1" [dependencies.nix] version = "0.27.1" [dependencies.pnet] version = "0.34.0" [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.predicates] version = "3.0.4"