[package] name = "xradar" version = "0.1.0" authors = ["Miraculous Owonubi "] edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/miraclx/xradar" description = "Scan a host for open ports" categories = ["command-line-utilities"] keywords = ["open", "port", "network"] rust-version = "1.56.0" [dependencies] atty = "0.2.14" clap = { version = "3.1.18", features = ["derive"] } tokio = { version = "1", features = ["rt", "net", "time", "macros", "process", "rt-multi-thread"] } anyhow = "1.0.57" futures = "0.3.21" [[bin]] name = "xr" path = "src/main.rs"