# 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 = "fmod-audio-sys" version = "2.220.2" build = "build.rs" include = [ "docs/documentation.rs", "src/*", "build.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "ffi bindings to FMOD and FMOD Studio" readme = "README.md" keywords = [ "gamedev", "audio", "sound", "fmod", ] categories = [ "ffi", "api-bindings", "game-development", "multimedia::audio", ] license = "MPL-2.0" repository = "https://github.com/Speak2Erase/fmod-oxide" [package.metadata.docs.rs] default-target = "x86_64-unknown-linux-gnu" features = ["force-docs-bindings"] targets = [] [lib] name = "fmod_sys" path = "src/lib.rs" [dependencies.num_enum] version = "0.7.2" [build-dependencies.bindgen] version = "0.69.2" [build-dependencies.cc] version = "1.0" [features] force-debug = [] force-docs-bindings = []