# 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.82.0" name = "firefly-audio" version = "0.2.0" authors = ["Firefly Zero team"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tree-based generator and processor for sound. Powers audio in Firefly Zero." homepage = "https://fireflyzero.com/" readme = "README.md" keywords = [ "gamedev", "audio", "sound", "dsp", "firefly-zero", ] categories = [ "multimedia::audio", "game-development", "no-std", "wasm", ] license = "MIT" repository = "https://github.com/firefly-zero/firefly-audio" [lib] name = "firefly_audio" path = "src/lib.rs" [dependencies.embedded-io] version = "0.6.1" [dependencies.micromath] version = "2.1.0" [dependencies.wide] version = "0.7.28" default-features = false