ndsd-play 0.1.0

A lightweight player in rust for native dsd playback over compatible devices.
# 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 = "ndsd-play"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight player in rust for native dsd playback over compatible devices."
readme = "README.md"
keywords = [
    "dsd",
    "alsa",
    "native",
    "no-pcm-conversion",
    "asio",
]
categories = ["multimedia::audio"]
license = "Apache-2.0"
repository = "https://github.com/KGAFT/ndsd-play"

[[bin]]
name = "ndsd-play"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.ndsd-playback]
version = "0.3"

[dependencies.tokio]
version = "1"
features = ["full"]