# 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" version = "0.1.0" authors = ["Billy Messenger <60663878+BillyDM@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Flexible, high-performance, and libre audio engine for games (WIP)" homepage = "https://github.com/BillyDM/firewheel" readme = "README.md" keywords = [ "game", "audio", ] categories = [ "game-development", "multimedia::audio", ] license = "MIT" [lib] name = "firewheel" path = "src/lib.rs" [dependencies.firewheel-core] version = "0.1" [dependencies.firewheel-cpal] version = "0.1" optional = true [dependencies.firewheel-graph] version = "0.1" [features] cpal = ["dep:firewheel-cpal"] default = ["cpal"]