synfx-dsp-jit 0.6.2

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

[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"