# 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 = "wwmap" version = "0.1.0" authors = ["Elias Almqvist"] include = [ "src/", "LICENSE-*", "README.md", ] description = """ World Wide Map, a IPv4 mapping tool to find specific ports in any given IPv4 range (CIDR range). """ readme = "README.md" keywords = [ "wwmap", "masscan", "tool", "enumeration", "ipv4", ] license = "GPL-2.0" license-file = "LICENSE" repository = "https://github.com/E-Almqvist/wwmap" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.cidr-utils] version = "0.5.7" [dependencies.clap] version = "3.2.16" features = ["derive"] [dependencies.convert-base] version = "1.1.2" [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4"