[package]
edition = "2024"
name = "listenr"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Show listening ports and map Docker published ports to container services"
homepage = "https://github.com/narumiruna/listenr"
documentation = "https://docs.rs/listenr"
readme = "README.md"
keywords = [
"cli",
"network",
"docker",
"port",
]
categories = [
"command-line-utilities",
"development-tools",
]
license = "MIT"
repository = "https://github.com/narumiruna/listenr"
[[bin]]
name = "listenr"
path = "src/main.rs"
[dependencies]