# 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-kira" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Kira integration for the unofficial Steam Audio Rust rewrite" documentation = "https://docs.rs/phonon-kira" readme = "README.md" categories = ["multimedia::audio"] license = "Apache-2.0" repository = "https://github.com/GitGhillie/phonon_rs" [lib] name = "phonon_kira" path = "src/lib.rs" [[example]] name = "direct_effect" path = "examples/direct_effect.rs" [[example]] name = "eq_effect" path = "examples/eq_effect.rs" [[example]] name = "reverb_effect" path = "examples/reverb_effect.rs" [dependencies.kira] version = "0.9" features = ["serde"] [dependencies.phonon] version = "0.2" [dev-dependencies.eframe] version = "0.27"