mock-igd 0.1.0

A mock UPnP Internet Gateway Device (IGD) server for testing
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"
rust-version = "1.83.0"
name = "mock-igd"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A mock UPnP Internet Gateway Device (IGD) server for testing"
readme = "README.md"
keywords = [
    "upnp",
    "igd",
    "mock",
    "testing",
    "nat",
]
categories = [
    "development-tools::testing",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ackintosh/mock-igd"

[lib]
name = "mock_igd"
path = "src/lib.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.axum]
version = "0.7"

[dependencies.socket2]
version = "0.5"
features = ["all"]

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "net",
    "sync",
    "rt-multi-thread",
    "macros",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.reqwest]
version = "0.11"
features = ["rustls-tls"]

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]