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