[[bin]]
name = "wiim-control"
path = "src/bin/wiim_control.rs"
[dependencies.clap]
features = ["derive"]
version = "4.0"
[dependencies.dirs]
version = "5.0"
[dependencies.handlebars]
version = "4.0"
[dependencies.reqwest]
features = ["json"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[dependencies.toml]
version = "0.8"
[lib]
name = "wiim_api"
path = "src/lib.rs"
[package]
authors = ["Carlos Eberhardt <carlos.eberhardt@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "multimedia::audio"]
description = "A Rust library and CLI tool for controlling WiiM audio streaming devices via their HTTP API"
documentation = "https://docs.rs/wiim_api"
edition = "2021"
exclude = ["tests/", "examples/", "docs/", "internal_docs/", ".github/", ".gitignore", ".pre-commit-config.yaml", "API_COVERAGE.md", "CLAUDE.md", "*.md", "!README.md"]
homepage = "https://github.com/carloseberhardt/wiim_api"
keywords = ["wiim", "audio", "streaming", "api", "music"]
license = "MIT OR Apache-2.0"
name = "wiim_api"
readme = "README.md"
repository = "https://github.com/carloseberhardt/wiim_api"
version = "0.1.0"