[[bin]]
name = "cupnp"
path = "src/bin/cupnp/main.rs"
[dependencies.anyhow]
version = "^1"
[dependencies.clap]
features = ["derive"]
version = "^4.5"
[dependencies.easy-upnp]
version = "^0"
[lib]
name = "cupnp"
path = "src/lib.rs"
[package]
authors = ["Erik Hollensbe <git@hollensbe.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "cupnp is a CLI tool to manage uPnP trivially"
edition = "2024"
homepage = "https://github.com/erikh/cupnp"
license = "MIT"
name = "cupnp"
readme = "README.md"
repository = "https://github.com/erikh/cupnp"
version = "0.1.1"