hxcfe-sys 0.2.0

Bindings for libhxcfe https://github.com/jfdelnero/HxCFloppyEmulator/. Unfinished work, contributions are welcomed.
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"
name = "hxcfe-sys"
version = "0.2.0"
authors = ["Romain Giot <giot.romain@gmail.com>"]
build = "build.rs"
links = "hxcfe"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings for libhxcfe https://github.com/jfdelnero/HxCFloppyEmulator/. Unfinished work, contributions are welcomed."
readme = "Readme.md"
license = "GPL-3.0-only"
repository = "https://github.com/cpcsdk/hxcfe_rs"
resolver = "2"

[features]
default = []
usb = []

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

[build-dependencies.bindgen]
version = "0.72.1"

[build-dependencies.cc]
version = "1"

[build-dependencies.copy_dir]
version = "0.1.3"

[build-dependencies.dunce]
version = "1.0.5"

[build-dependencies.fs-err]
version = "3.0"

[build-dependencies.make-cmd]
version = "0.1.0"

[build-dependencies.regex]
version = "1"

[build-dependencies.walkdir]
version = "2"