# 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 = "chd-capi" version = "0.3.0" authors = ["Ronny Chan "] description = "libchdr-compatible C API for a Rust implementation of the CHD File Format" readme = "README.md" keywords = [ "mame", "chd", "decompression", ] categories = [ "emulators", "compression", "encoding", ] license = "BSD-3-Clause" repository = "https://github.com/SnowflakePowered/chd-rs" [package.metadata.docs.rs] features = [ "default", "chd_core_file", "chd_virtio", "chd_precache", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] crate-type = ["staticlib"] [dependencies.chd] version = "0.3" [build-dependencies.bindgen] version = "0.60.1" optional = true [build-dependencies.cbindgen] version = "0.24.3" [build-dependencies.cmake] version = "0.1.48" optional = true [features] chd_core_file = [ "bindgen", "cmake", ] chd_precache = [] chd_virtio = ["chd_core_file"] default = [] verify_block_crc = ["chd/verify_block_crc"]