# 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 = "ports-sniffer" version = "0.1.0" authors = ["Anas Elgarhy "] include = [ "src/**/*.rs", "Cargo.toml", "LICENSE", "README.md", ] description = "A simple port sniffer(scanner) implementation with 🦀" homepage = "https://github.com/anas-elgarhy/ports-sniffer" readme = "README.md" keywords = [ "ports-scanner", "scanner", "ports-sniffer", ] categories = [ "command-line-utilities", "network-programming", ] license = "MIT" repository = "https://github.com/anas-elgarhy/ports-sniffer" resolver = "2" [dependencies.colored] version = "2.0.0" [dependencies.local-ip-address] version = "0.4.8"