# 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 = "libopenmpt-sys" version = "0.3.0" authors = [ "Mika Attila ", "Austin Baugh ", ] build = "build.rs" links = "openmpt" autobins = false autoexamples = false autotests = false autobenches = false description = "Raw bindings for libopenmpt" readme = "README.md" keywords = [ "music", "mod", "module", ] license = "BSD-3-Clause" repository = "https://github.com/aubaugh/libopenmpt-sys" [lib] name = "libopenmpt_sys" path = "src/lib.rs" [[bin]] name = "regenerate_bindings" path = "src/bin/regenerate_bindings.rs" [[example]] name = "play" path = "examples/play.rs" [dev-dependencies.cpal] version = "0.15" [build-dependencies.bindgen] version = "0.69.4" optional = true [build-dependencies.pkg-config] version = "0.3.30" [features] generate-bindings = ["bindgen"]