# 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-oxide" version = "2.2.0-pre.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Zero cost bindings to FMOD and FMOD Studio" readme = "README.md" keywords = [ "gamedev", "audio", "sound", "fmod", ] categories = [ "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 = ["fmod-audio-sys/force-docs-bindings"] rustc-args = [ "--cfg", "use_docs_bindings", ] targets = [] [lib] name = "fmod" path = "src/lib.rs" [dependencies.bitflags] version = "2.4.2" [dependencies.fmod-audio-sys] version = "2.220.2" [dependencies.lanyard] version = "0.1.0" [dependencies.num_enum] version = "0.7.2" [dependencies.once_cell] version = "1.19" optional = true [dependencies.slotmap] version = "1.0.7" optional = true [dev-dependencies.once_cell] version = "1.19" [features] default = ["userdata-abstraction"] userdata-abstraction = [ "once_cell", "slotmap", ]