audiorouter-dashboard 0.1.5

HTTP/SSE dashboard API and static-file host for audiorouter
# 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 = "audiorouter-dashboard"
version = "0.1.5"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "audiorouter-dashboard"
description = "HTTP/SSE dashboard API and static-file host for audiorouter"
readme = false
license = "Apache-2.0"
repository = "https://github.com/gw31415/audiorouter"

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

[[bin]]
name = "audiorouter-dashboard"
path = "src/main.rs"

[[bin]]
name = "audiorouter-dashboard-api"
path = "src/bin/audiorouter-dashboard-api.rs"

[dependencies.anyhow]
version = ">=1,<2"

[dependencies.audiorouter-core]
version = "=0.1.5"

[dependencies.axum]
version = ">=0.8,<0.9"

[dependencies.futures-util]
version = ">=0.3,<0.4"

[dependencies.include_dir]
version = ">=0.7,<0.8"

[dependencies.mime_guess]
version = ">=2,<3"

[dependencies.serde]
version = ">=1,<2"
features = ["derive"]

[dependencies.serde_json]
version = ">=1,<2"

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

[dependencies.tokio-stream]
version = ">=0.1,<0.2"
features = ["sync"]

[dependencies.tracing]
version = ">=0.1,<0.2"