[package]
edition = "2021"
rust-version = "1.89"
name = "playr-app"
version = "0.9.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "What playr's Rust frontends share: actions, : commands, key bindings, settings and dispatch"
homepage = "https://github.com/shakfu/playr"
readme = false
keywords = [
"music",
"audio",
"player",
]
categories = ["multimedia::audio"]
license = "MIT"
repository = "https://github.com/shakfu/playr"
[lib]
name = "playr_app"
path = "src/lib.rs"
[[test]]
name = "commands"
path = "tests/commands.rs"
[[test]]
name = "config"
path = "tests/config.rs"
[[test]]
name = "dispatch"
path = "tests/dispatch.rs"
[[test]]
name = "instance"
path = "tests/instance.rs"
[[test]]
name = "message"
path = "tests/message.rs"
[[test]]
name = "model"
path = "tests/model.rs"
[[test]]
name = "sampler"
path = "tests/sampler.rs"
[dependencies.playr-core]
version = "0.9.1"
[dependencies.rusqlite]
version = "0.40.2"
features = ["bundled"]
[dependencies.souvlaki]
version = "0.8.3"
features = ["use_zbus"]
default-features = false
[dev-dependencies.cpal]
version = "0.18.2"
[dev-dependencies.hound]
version = "3.5"
[dev-dependencies.rtrb]
version = "0.4.0"
[dev-dependencies.tempfile]
version = "3"