[[bin]]
name = "vuio"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.async-stream]
version = "0.3"
[dependencies.async-trait]
version = "0.1"
[dependencies.audiotags]
version = "0.5"
[dependencies.axum]
features = ["multipart"]
version = "0.8"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.dirs]
version = "6.0"
[dependencies.futures-util]
version = "0.3"
[dependencies.hostname]
version = "0.4"
[dependencies.jwalk]
version = "0.8"
[dependencies.libc]
version = "0.2"
[dependencies.notify]
version = "8.2"
[dependencies.notify-debouncer-full]
version = "0.6"
[dependencies.quick-xml]
version = "0.38"
[dependencies.redb]
version = "3.1"
[dependencies.reqwest]
default-features = false
features = ["json", "stream"]
version = "0.13"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["rt", "net", "fs", "time", "sync", "macros", "io-util", "signal", "process"]
version = "1.49"
[dependencies.tokio-util]
features = ["io"]
version = "0.7"
[dependencies.toml]
version = "0.9"
[dependencies.toml_edit]
version = "0.24"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter", "local-time"]
version = "0.3"
[dependencies.uuid]
features = ["v4"]
version = "1.19"
[dev-dependencies.futures-util]
version = "0.3"
[dev-dependencies.tempfile]
version = "3.24"
[lib]
name = "vuio"
path = "src/lib.rs"
[package]
authors = ["vyrti"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia", "network-programming"]
description = "A cross-platform DLNA/UPnP media server with advanced audio features, real-time file monitoring, and robust database management"
documentation = "https://docs.rs/vuio"
edition = "2021"
exclude = ["test-media/**", "docker-compose*.yml", "Dockerfile", ".github/**", ".gitignore", "logo.png"]
homepage = "https://github.com/vuiodev/vuio"
keywords = ["dlna", "upnp", "server", "streaming", "ssdp"]
license = "MIT OR Apache-2.0"
name = "vuio"
readme = "README.md"
repository = "https://github.com/vuiodev/vuio"
version = "0.0.22"
[profile.release]
codegen-units = 1
debug = 0
lto = "fat"
opt-level = 3
overflow-checks = false
panic = "abort"
strip = true
[target."cfg(windows)".dependencies.windows]
features = ["Win32_Foundation", "Win32_NetworkManagement_IpHelper", "Win32_NetworkManagement_Ndis", "Win32_Networking_WinSock"]
version = "0.62"
[[test]]
name = "database_performance_comparison"
path = "tests/database_performance_comparison.rs"
[[test]]
name = "path_normalization_integration_tests"
path = "tests/path_normalization_integration_tests.rs"
[[test]]
name = "regression_tests"
path = "tests/regression_tests.rs"