cd-da-reader 0.3.0

CD-DA (audio CD) reading library
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 = "cd-da-reader"
version = "0.3.0"
build = "build.rs"
exclude = [
    "target",
    "Cargo.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CD-DA (audio CD) reading library"
readme = "README.md"
keywords = [
    "audio_CD",
    "CD-DA",
]
license = "MIT"
repository = "https://github.com/Bloomca/rust-cd-da-reader"

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

[[example]]
name = "read_track"
path = "examples/read_track.rs"

[dependencies]

[target.'cfg(any(target_os = "macos",target_os = "linux"))'.dependencies.libc]
version = "0.2.175"

[target.'cfg(target_os = "macos")'.build-dependencies.cc]
version = "1.2.34"

[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
version = "0.60.2"
features = [
    "Win32_Foundation",
    "Win32_Storage_FileSystem",
    "Win32_System_Ioctl",
    "Win32_Security",
    "Win32_System_IO",
    "Win32_Storage_IscsiDisc",
]