[package] name = "synfx-dsp-jit" version = "0.6.2" edition = "2021" authors = ["Weird Constructor "] license = "GPL-3.0-or-later" description = "DSP JIT (Just In Time compiled) engine for real time audio synthesis and effects for Rust " keywords = ["audio", "real-time", "synthesis", "jit", "dsp"] categories = ["multimedia::audio", "multimedia", "algorithms", "mathematics"] repository = "https://github.com/WeirdConstructor/synfx-dsp-jit" readme = "README.md" [dependencies] cranelift = "0.103.0" cranelift-module = "0.103.0" cranelift-jit = "0.103.0" cranelift-codegen = "0.103.0" cranelift-native = "0.103.0" ringbuf = "0.2.8" anyhow = "1.0.58" synfx-dsp = { version = "0.5.6" } #synfx-dsp = { git = "https://github.com/WeirdConstructor/synfx-dsp.git" } [dev-dependencies] cpal = "0.13.5"