nscan 0.4.0

Cross-platform network scan tool for host and service discovery
[package]
name = "nscan"
version = "0.4.0"
authors = ["shellrow <81893184+shellrow@users.noreply.github.com>"]
edition = "2018"
description = "Cross-platform network scan tool for host and service discovery"
repository = "https://github.com/shellrow/nscan"
readme = "README.md"
keywords = ["network","security","scan","cli","cross-platform"]
categories = ["network-programming"]
license = "MIT"

[dependencies]
netscan = "0.2.0"
default-net = "0.1.1"
pnet = "0.26"
ipnet = "2.3"
log = "0.4"
clap = "2.33"
regex = "1"
chrono = "0.4"
crossterm = "0.19"
sudo = "0.6"
dns-lookup = "1.0"
rayon = "1.5"
native-tls = "0.2"

[target.'cfg(target_os = "windows")'.dependencies]
[dependencies.winapi]
version = "0.3.9"
features = ["handleapi", "processthreadsapi", "winnt", "securitybaseapi", "impl-default"]