rmw-upnp 0.2.4

upnp port map daemon
Documentation
# 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]
edition = "2021"
name = "rmw-upnp"
version = "0.2.4"
authors = ["gcxfd <i@rmw.link>"]
description = "upnp port map daemon"
readme = "README.md"
keywords = ["rmw_upnp"]
license = "Apache-2.0"
repository = "https://github.com/rmw-lib/rmw_upnp"
resolver = "2"

[dependencies.anyhow]
version = "1.0.58"

[dependencies.async-std]
version = "1.12.0"

[dependencies.igd]
version = "0.12.4"
features = ["aio"]
package = "igd_async_std"

[dependencies.log]
version = "0.4.17"

[dependencies.thiserror]
version = "1.0.31"

[dev-dependencies.async-std]
version = "1.12.0"
features = ["attributes"]

[dev-dependencies.fern]
version = "0.6.1"

[features]
default = []