havn 0.1.13

A fast configurable port scanner with reasonable defaults
[dependencies.clap]
features = ["color", "derive", "unicode"]
version = "4.5"

[dependencies.tokio]
features = ["macros", "net", "parking_lot", "rt", "rt-multi-thread", "signal", "sync", "time"]
version = "1.39"

[dev-dependencies.warp]
version = "0.3"

[lints.clippy]
doc_markdown = "allow"
expect_used = "warn"
module_name_repetitions = "allow"
similar_names = "allow"
todo = "warn"
unused_async = "warn"
unwrap_used = "warn"

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"

[package]
authors = ["Jack Wills <email@mrjackwills.com>"]
categories = ["command-line-utilities"]
description = "A fast configurable port scanner with reasonable defaults"
edition = "2021"
homepage = "https://github.com/mrjackwills/havn"
keywords = ["docker", "havn", "port", "scan", "tokio"]
license = "MIT"
name = "havn"
readme = "README.md"
repository = "https://github.com/mrjackwills/havn"
version = "0.1.13"

[profile.release]
codegen-units = 1
debug = 0
lto = true
opt-level = "z"
panic = "abort"
strip = true

[target."cfg(windows)".dependencies.os_info]
version = "3.8"