[package] name = "rust_scan" version = "1.0.0" authors = ["Bee "] edition = "2018" description = "Faster Nmap Scanning with Rust" homepage = "https://github.com/brandonskerritt/rustscan" repository = "https://github.com/brandonskerritt/rustscan" license = "MIT" keywords = ["port", "scanning", "nmap"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] colored = "1.9.3" clap = "2.33.0" rayon = "1.3.1"