# 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-scanner" version = "0.0.2" authors = ["Richard Zak "] exclude = [".github"] description = "Simple port scanner application and port information library" keywords = ["networking"] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/rjzak/port-scanner" [dependencies.anyhow] version = "1.0" features = ["std"] [dependencies.clap] version = "4.5" features = [ "derive", "help", "std", "usage", ] default-features = false [dependencies.crossbeam-channel] version = "0.5" [dependencies.csv] version = "1.3.0" [dependencies.ipnet] version = "2.8" [dependencies.lazy_static] version = "^1.4" [dependencies.num_cpus] version = "1.16" default-features = false [dependencies.serde] version = "1.0" features = [ "derive", "std", ] default-features = false