dsd-reader 0.2.0

A Rust library for reading DSD (Direct Stream Digital) audio data from DSF, DFF, or raw sources.
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 = "dsd-reader"
version = "0.2.0"
authors = ["clone206"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for reading DSD (Direct Stream Digital) audio data from DSF, DFF, or raw sources."
readme = "README.md"
keywords = [
    "audio",
    "dsd",
    "dsf",
    "dff",
    "decoder",
]
categories = [
    "multimedia",
    "parsing",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/clone206/dsd-reader"

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

[dependencies.dff-meta]
version = "0.1.4"

[dependencies.dsf-meta]
version = "0.2.6"

[dependencies.id3]
version = "1.16.3"

[dependencies.log]
version = "0.4.28"
features = ["std"]