# 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 = "ruffbox_synth" version = "0.11.0" authors = ["nik "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A beatbox-oriented synthesizer library." readme = "README.md" keywords = [ "audio", "synthesizer", "beatbox", "sampler", ] categories = ["multimedia::audio"] license = "MIT" repository = "https://github.com/the-drunk-coder/ruffbox-synth/" [lib] name = "ruffbox_synth" path = "src/lib.rs" [dependencies.chfft] version = "0.3.4" [dependencies.crossbeam] version = "0.8" [dependencies.dashmap] version = "5.2" [dependencies.fastrand] version = "1.8.0" [dependencies.num-complex] version = "0.4" [dependencies.parking_lot] version = "0.11" [dependencies.rubato] version = "0.10.0" [dev-dependencies.assert_approx_eq] version = "1.1.0"