synfx-dsp-jit 0.6.2

DSP JIT (Just In Time compiled) engine for real time audio synthesis and effects for Rust
Documentation
[dependencies.anyhow]
version = "1.0.58"

[dependencies.cranelift]
version = "0.103.0"

[dependencies.cranelift-codegen]
version = "0.103.0"

[dependencies.cranelift-jit]
version = "0.103.0"

[dependencies.cranelift-module]
version = "0.103.0"

[dependencies.cranelift-native]
version = "0.103.0"

[dependencies.ringbuf]
version = "0.2.8"

[dependencies.synfx-dsp]
version = "0.5.6"
[dev-dependencies.cpal]
version = "0.13.5"

[package]
authors = ["Weird Constructor <weirdconstructor@gmail.com>"]
categories = ["multimedia::audio", "multimedia", "algorithms", "mathematics"]
description = "DSP JIT (Just In Time compiled) engine for real time audio synthesis and effects for Rust "
edition = "2021"
keywords = ["audio", "real-time", "synthesis", "jit", "dsp"]
license = "GPL-3.0-or-later"
name = "synfx-dsp-jit"
readme = "README.md"
repository = "https://github.com/WeirdConstructor/synfx-dsp-jit"
version = "0.6.2"