chd-capi 0.3.1

libchdr-compatible C API for a Rust implementation of the CHD File Format
Documentation
[build-dependencies.bindgen]
optional = true
version = "0.71.1"

[build-dependencies.cbindgen]
version = "0.26.0"

[build-dependencies.cmake]
optional = true
version = "0.1.48"

[dependencies.chd]
version = "0.3"

[features]
chd_core_file = ["bindgen", "cmake"]
chd_precache = []
chd_virtio = ["chd_core_file"]
default = []
verify_block_crc = ["chd/verify_block_crc"]

[lib]
crate-type = ["staticlib"]
name = "chd_capi"
path = "src/lib.rs"

[package]
authors = ["Ronny Chan <ronny@ronnychan.ca>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["emulators", "compression", "encoding"]
description = "libchdr-compatible C API for a Rust implementation of the CHD File Format"
edition = "2021"
keywords = ["mame", "chd", "decompression"]
license = "BSD-3-Clause"
name = "chd-capi"
readme = "README.md"
repository = "https://github.com/SnowflakePowered/chd-rs"
version = "0.3.1"

[package.metadata.docs.rs]
features = ["default", "chd_core_file", "chd_virtio", "chd_precache"]
rustdoc-args = ["--cfg", "docsrs"]