audiorouter-core 0.1.5

Core config, validation, device resolution, and dashboard API DTOs for audiorouter
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 = "2024"
name = "audiorouter-core"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core config, validation, device resolution, and dashboard API DTOs for audiorouter"
readme = false
license = "Apache-2.0"
repository = "https://github.com/gw31415/audiorouter"

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

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

[dependencies.cpal]
version = ">=0.18,<0.19"

[dependencies.dirs]
version = ">=6,<7"

[dependencies.notify]
version = ">=8,<9"

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

[dependencies.toml]
version = ">=1.1,<1.2"

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