# 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 = "firewheel-cpal" version = "0.1.0" authors = ["Billy Messenger <60663878+BillyDM@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "cpal backend for Firewheel" homepage = "https://github.com/BillyDM/firewheel/blob/main/crates/firewheel-cpal" readme = "README.md" keywords = [ "game", "audio", ] categories = [ "game-development", "multimedia::audio", ] license = "MIT" [lib] name = "firewheel_cpal" path = "src/lib.rs" [dependencies.cpal] version = "0.15.3" [dependencies.firewheel-core] version = "0.1" [dependencies.firewheel-graph] version = "0.1" [dependencies.log] version = "0.4.22" [dependencies.rtrb] version = "0.3.1" [dependencies.thiserror] version = "1.0.64"