37 lines
954 B
TOML
37 lines
954 B
TOML
[package]
|
|
name = "pmoupnp"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
pmoconfig = { path = "../pmoconfig" }
|
|
|
|
url = "2.5.7"
|
|
uuid = "1.18.1"
|
|
hex = "0.4.3"
|
|
base64 = "0.22.1"
|
|
thiserror = "2.0.16"
|
|
xmltree = "0.11.0"
|
|
get_if_addrs = "0.5.3"
|
|
axum = "0.8.4"
|
|
tokio = { version = "1.35", features = ["rt-multi-thread", "macros", "sync", "time"] }
|
|
tokio-stream = "0.1"
|
|
futures-util = "0.3"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
chrono = { version = "0.4.42", features = ["serde"] }
|
|
log = "0.4.28"
|
|
once_cell = "1.20"
|
|
parking_lot = "0.12"
|
|
tracing = "0.1"
|
|
tracing-subscriber = { version = "0.3", features = ["fmt", "env-filter"] }
|
|
futures = "0.3"
|
|
async-stream = "0.3.6"
|
|
axum-server = "0.7.2"
|
|
axum-embed = "0.1.0"
|
|
rust-embed = "8.7.2"
|
|
anyhow = "1.0"
|
|
utoipa = { version = "5.4.0", features = ["axum_extras"] }
|
|
utoipa-swagger-ui = { version = "9.0.2", features = ["axum"] }
|
|
validator = { version = "0.20.0", features = ["derive"] }
|