# 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" rust-version = "1.67.0" name = "bevy_mod_kira" version = "0.2.0" description = "A plugin that integrates the Kira audio library for use in the Bevy game engine" readme = "README.md" keywords = [ "game", "bevy", "kira", "audio", "sound", ] categories = [ "game-engines", "multimedia::audio", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jakerr/bevy_mod_kira" [dependencies.anyhow] version = "1.0.69" [dependencies.bevy] version = "0.12.0" [dependencies.kira] version = "0.8.5" [dependencies.thiserror] version = "1.0.50" [dev-dependencies.bevy_egui] version = "0.23.0" [dev-dependencies.egui_extras] version = "0.23.0" [dev-dependencies.egui_plot] version = "0.23.0" [dev-dependencies.ringbuf] version = "0.3.2" [features] default = ["ogg"] flac = ["kira/flac"] mp3 = ["kira/mp3"] ogg = ["kira/ogg"] wav = ["kira/wav"]