[package] name = "ports" version = "0.4.1" edition = "2021" authors = ["Quentin Richert "] description = "List listening ports." license = "GPL-3.0-or-later" repository = "https://github.com/qrichert/ports.git" readme = "README.md" keywords = ["ports", "listen", "cli"] categories = ["command-line-utilities"] [profile.release] strip = true [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] } [dependencies] # Output in tabular format. verynicetable = "0.1.0"