# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "portforwarder-rs" version = "0.1.1" authors = ["Paweł Zmarzły "] description = "Forwards ports on UPnP-enabled gateways. Inspired by portmapper (written in Java). Command line and lib." homepage = "https://github.com/pzmarzly/portforwarder-rs" readme = "README.md" keywords = [ "upnp", "port", "forwarding", "network", "forward", ] categories = [ "network-programming", "command-line-utilities", ] license = "MIT" repository = "https://github.com/pzmarzly/portforwarder-rs" [profile.release] lto = true [dependencies.ctrlc] version = "3.1.6" [dependencies.get_if_addrs] version = "0.5.3" [dependencies.igd] version = "0.12.1"