libchdman-rs 0.288.1

Rust wrapper around MAME's CHD (Compressed Hunks of Data) core. Supports CD/DVD/HD CHD read+write and ships pre-built static archives via the `prebuilt` feature for fast CI builds.
# 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"
name = "libchdman-rs"
version = "0.288.1"
authors = ["danifunker"]
build = "build.rs"
include = [
    "/src/**/*.rs",
    "/build.rs",
    "/examples/check-prebuilt.rs",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust wrapper around MAME's CHD (Compressed Hunks of Data) core. Supports CD/DVD/HD CHD read+write and ships pre-built static archives via the `prebuilt` feature for fast CI builds."
homepage = "https://github.com/danifunker/libchdman-rs"
documentation = "https://docs.rs/libchdman-rs"
readme = "README.md"
keywords = [
    "chd",
    "mame",
    "cd-rom",
    "rom",
    "disc-image",
]
categories = [
    "multimedia::encoding",
    "filesystem",
    "compression",
]
license = "GPL-2.0-only"
repository = "https://github.com/danifunker/libchdman-rs"

[features]
chdman_compat_tests = []
prebuilt = [
    "dep:ureq",
    "dep:sha2",
    "dep:hex",
]

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

[[example]]
name = "check-prebuilt"
path = "examples/check-prebuilt.rs"

[dependencies.libc]
version = "0.2"

[dependencies.tempfile]
version = "3"

[dev-dependencies.zip]
version = "8"

[build-dependencies.cc]
version = "1.0"
features = ["parallel"]

[build-dependencies.hex]
version = "0.4"
optional = true

[build-dependencies.sha2]
version = "0.10"
optional = true

[build-dependencies.ureq]
version = "2"
features = ["tls"]
optional = true
default-features = false