ymfm-sys 0.2.0

Rust bindings to the ymfm FM sound chip emulation library
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 = "ymfm-sys"
version = "0.2.0"
authors = ["h1romas4 <h1romas4@gmail.com>"]
build = "build.rs"
exclude = [
    ".github",
    ".gitmodules",
    "Cargo.lock",
    "CMakeLists.txt",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings to the ymfm FM sound chip emulation library"
homepage = "https://github.com/h1romas4/ymfm-sys"
documentation = "https://docs.rs/ymfm-sys"
readme = "README.md"
keywords = [
    "vgm",
    "sound",
    "audio",
]
categories = [
    "emulators",
    "multimedia::audio",
]
license = "BSD-3-Clause"
repository = "https://github.com/h1romas4/ymfm-sys"

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

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

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

[[test]]
name = "handler"
path = "tests/handler.rs"

[[test]]
name = "ymfm"
path = "tests/ymfm.rs"

[dependencies.cxx]
version = "1"

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

[build-dependencies.cxx-build]
version = "1.0.198"