pingr 0.3.4

A blazing fast network scanner with beautiful terminal output and multiple export formats
[[bin]]
name = "pingr"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.colored]
version = "2.1"

[dependencies.dns-lookup]
version = "2.0"

[dependencies.hickory-resolver]
version = "0.24"

[dependencies.indicatif]
version = "0.17"

[dependencies.ipnet]
version = "2.9"

[dependencies.serde_json]
version = "1.0"

[dependencies.surge-ping]
version = "0.8"

[dependencies.tokio]
features = ["full", "signal"]
version = "1.41"

[package]
authors = ["Chris Neuwirth <CNeuwirth@networksgroup.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "network-programming"]
description = "A blazing fast network scanner with beautiful terminal output and multiple export formats"
documentation = "https://docs.rs/pingr"
edition = "2021"
exclude = ["*.txt", "*.json", "*.csv", "*.gnmap", "tests/*", ".github/*"]
homepage = "https://github.com/cybrly/pingr"
keywords = ["network", "ping", "scanner", "icmp", "subnet"]
license = "MIT"
name = "pingr"
readme = "README.md"
repository = "https://github.com/cybrly/pingr"
version = "0.3.4"

[profile.release]
codegen-units = 1
lto = true
opt-level = 3
strip = true