# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bevy_retrograde_audio" version = "0.2.0" authors = ["Katharos Technology LLC."] description = "A simple Bevy plugin for playing sounds" documentation = "https://docs.rs/bevy_retrograde_audio" readme = "../../README.md" keywords = ["bevy", "2D", "bevy_retrograde", "pixel-perfect", "audio"] categories = ["game-development", "multimedia::audio"] license-file = "LICENSE.md" repository = "https://github.com/katharostech/bevy_retrograde" [dependencies.anyhow] version = "1.0.37" [dependencies.bevy] version = "0.5" default-features = false [dependencies.kira] version = "0.5.2" default-features = false [dependencies.thiserror] version = "1.0.23" [dependencies.uuid] version = "0.8.2" features = ["v4"] [features] default = ["flac", "ogg", "wav"] flac = ["kira/flac"] mp3 = ["kira/mp3"] ogg = ["kira/ogg"] wav = ["kira/wav"]