# 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 = "opl3-rs" version = "0.2.0" authors = [ "Daniel Balsom", "Nuke.YKT", ] build = "build.rs" description = "Rust bindings for Nuked-OPL3, a Yamaha OPL3 FM-synthesis chip emulation library." readme = "README.md" keywords = [ "OPL", "emulation", "audio", "synthesizer", "retro", ] categories = [ "multimedia::audio", "emulators", ] license = "LGPL-2.1" repository = "https://github.com/dbalsom/opl3-rs" [dependencies.thiserror] version = "1.0" [build-dependencies.bindgen] version = "0.69" [build-dependencies.cc] version = "1.0" [build-dependencies.heck] version = "0.5.0"