fmod-oxide 0.2.2

Zero cost bindings to FMOD and FMOD Studio
# 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 = "fmod-oxide"
version = "0.2.2"
authors = ["Melody Madeline Lyons <melody@melody-is.gay>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero cost bindings to FMOD and FMOD Studio"
readme = "README.md"
categories = [
    "api-bindings",
    "game-development",
    "multimedia::audio",
]
license = "MPL-2.0"
repository = "https://github.com/melody-rs/fmod-oxide"
resolver = "2"

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
targets = []
rustc-args = [
    "--cfg",
    "use_docs_bindings",
]
features = ["fmod-audio-sys/force-docs-bindings"]
cargo-args = [
    "-Zunstable-options",
    "-Zrustdoc-scrape-examples",
]

[features]
default = ["studio"]
studio = ["fmod-audio-sys/studio"]
thread-unsafe = []

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

[dependencies.bitflags]
version = "2.4.2"

[dependencies.document-features]
version = "0.2"

[dependencies.fmod-audio-sys]
version = "0.1.2"

[dependencies.lanyard]
version = "0.1.0"

[dependencies.num_enum]
version = "0.7.2"

[dependencies.thiserror]
version = "2.0.12"