libcdio-rs 0.1.0

Safe wrapper and Rust port of GNU libcdio.
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"
rust-version = "1.90.0"
name = "libcdio-rs"
version = "0.1.0"
authors = ["Shiva Kiran Koninty <shiva@skran.xyz>"]
build = false
exclude = ["/tests"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe wrapper and Rust port of GNU libcdio."
readme = "README.md"
keywords = [
    "cd",
    "iso9660",
    "mmc",
    "scsi",
    "udf",
]
categories = [
    "api-bindings",
    "multimedia::audio",
    "filesystem",
    "hardware-support",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/libcdio/libcdio-rs"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "-Zunstable-options",
    "--generate-link-to-definition",
    "--cfg",
    "docsrs",
]

[features]
iso9660 = [
    "libcdio-sys/iso9660",
    "dep:file-mode",
    "dep:time",
]
mmc = ["dep:winnow"]
udf = [
    "libcdio-sys/udf",
    "dep:file-mode",
    "dep:time",
]

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

[dependencies.bitflags]
version = "2.2.1"

[dependencies.displaydoc]
version = "0.2.5"

[dependencies.docsplay]
version = "0.1.3"

[dependencies.file-mode]
version = "0.1.0"
optional = true

[dependencies.libcdio-sys]
version = "3.0.0"
default-features = false

[dependencies.num_enum]
version = "0.7.6"
features = ["complex-expressions"]

[dependencies.thiserror]
version = "2.0.0"

[dependencies.time]
version = "0.3.31"
features = ["local-offset"]
optional = true

[dependencies.tracing]
version = "0.1.6"

[dependencies.winnow]
version = "1.0.0"
features = [
    "binary",
    "parser",
    "std",
]
optional = true
default-features = false

[dev-dependencies.test-log]
version = "0.2.21"

[dev-dependencies.time]
version = "0.3.31"
features = ["macros"]