switchy_upnp 0.3.0

Switchy UPnP package
# 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 = "2024"
name = "switchy_upnp"
version = "0.3.0"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Switchy UPnP package"
readme = "README.md"
keywords = [
    "dlna",
    "network",
    "upnp",
]
categories = ["network-programming"]
license = "MPL-2.0"
repository = "https://github.com/MoosicBox/MoosicBox"

[package.metadata]
examples = true

[package.metadata.cargo-machete]
ignored = ["tokio"]

[package.metadata.workspaces]
group = "switchy"

[features]
api = ["dep:actix-web"]
default = [
    "api",
    "openapi",
    "simulator",
]
fail-on-warnings = [
    "moosicbox_assert/fail-on-warnings",
    "switchy_async/fail-on-warnings",
]
openapi = ["dep:utoipa"]
simulator = ["switchy_async/simulator"]

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

[dependencies.actix-web]
version = "4.13.0"
optional = true

[dependencies.async-recursion]
version = "1.1.1"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.futures]
version = "0.3.32"

[dependencies.itertools]
version = "0.14.0"

[dependencies.log]
version = "0.4.29"
features = ["release_max_level_trace"]

[dependencies.moosicbox_assert]
version = "0.3.0"
default-features = false

[dependencies.pin-utils]
version = "0.1.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.roxmltree]
version = "0.21.1"

[dependencies.rupnp]
version = "3.0.0"
features = ["full_device_spec"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.switchy_async]
version = "0.3.0"
features = [
    "macros",
    "sync",
    "time",
    "tokio",
]
default-features = false

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.3"
features = [
    "macros",
    "tracing",
]

[dependencies.utoipa]
version = "5.5.0"
features = ["actix_extras"]
optional = true

[dependencies.xml]
version = "1.3.0"