chdlady 0.1.0

High-level facade API for reading and creating CHD files
# 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 = "2021"
rust-version = "1.77"
name = "chdlady"
version = "0.1.0"
authors = ["NeverAnswers <colby.harold106@anglernook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level facade API for reading and creating CHD files"
homepage = "https://codeberg.org/NeverAnswers/chdlady"
readme = "README.md"
keywords = [
    "chd",
    "chdman",
    "mame",
    "emulation",
    "compression",
]
categories = [
    "emulators",
    "compression",
    "multimedia",
]
license = "AGPL-3.0-or-later"
repository = "https://codeberg.org/NeverAnswers/chdlady"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
cd = [
    "cd-read",
    "cd-write",
]
cd-read = ["chdlady-core/flac-read"]
cd-write = ["chdlady-core/flac-write"]
default = ["full"]
dvd = []
flac = [
    "cd-read",
    "cd-write",
]
full = [
    "cd",
    "dvd",
    "gdrom",
    "hd",
    "ld",
    "zlib",
    "lzma",
    "flac",
    "rayon",
    "zstd",
]
gdrom = ["cd"]
hd = []
ld = [
    "chdlady-core/avhu",
    "dep:chdlady-av",
    "chdlady-disc/ld",
]
lzma = ["chdlady-core/lzma"]
rayon = ["chdlady-core/rayon"]
zlib = ["chdlady-core/zlib"]
zstd = ["chdlady-core/zstd"]

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

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

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

[[test]]
name = "differential"
path = "tests/differential/main.rs"

[[bench]]
name = "benchmark"
path = "benches/main.rs"
harness = false

[dependencies.chdlady-av]
version = "0.1.0"
optional = true

[dependencies.chdlady-core]
version = "0.1.0"
default-features = false

[dependencies.chdlady-disc]
version = "0.1.0"
default-features = false

[dependencies.chdlady-huffman]
version = "0.1.0"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.flate2]
version = "1.0"
features = ["rust_backend"]
default-features = false

[dev-dependencies.sha1]
version = "0.10"