[dependencies.byteorder]
version = "1.5"
[lib]
name = "ndsd_playback"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia::audio"]
description = "A lightweight library in rust for native dsd playback over compatible devices."
edition = "2024"
keywords = ["dsd", "alsa", "native", "no-pcm-conversion"]
license = "Apache-2.0"
name = "ndsd-playback"
readme = "README.md"
repository = "https://github.com/KGAFT/ndsd-playback"
version = "0.1.2"
[target.'cfg(target_os = "linux")'.dependencies.alsa-sys]
version = "0.2"
[target.'cfg(target_os = "linux")'.dependencies.crossbeam]
version = "0.8"