# 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 = "phonon-fmod" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "FMOD integration for the unofficial Steam Audio Rust rewrite" documentation = "https://docs.rs/phonon-fmod" readme = "README.md" categories = ["multimedia::audio"] license = "Apache-2.0" repository = "https://github.com/GitGhillie/phonon_rs" [lib] name = "phonon_fmod" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [[example]] name = "create_dsp" path = "examples/create_dsp.rs" [[example]] name = "manual_registration" path = "examples/manual_registration.rs" [dependencies.glam] version = "0.27" [dependencies.libfmod] version = "~2.222.4" [dependencies.phonon] version = "0.2" [dependencies.strum] version = "0.26" features = ["derive"]