# 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 = "hexodsp" version = "0.2.2" authors = ["Weird Constructor "] description = "Comprehensive DSP graph and synthesis library for developing a modular synthesizer in Rust, such as HexoSynth." readme = "README.md" keywords = [ "audio", "real-time", "synthesis", "synthesizer", "dsp", ] categories = [ "multimedia::audio", "multimedia", "algorithms", "mathematics", ] license = "GPL-3.0-or-later" repository = "https://github.com/WeirdConstructor/HexoDSP" [lib] name = "hexodsp" crate-type = ["lib"] path = "src/lib.rs" [dependencies.hound] version = "3.4.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.ringbuf] version = "0.2.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.synfx-dsp] version = "0.5.6" [dependencies.synfx-dsp-jit] version = "0.6.2" optional = true [dependencies.triple_buffer] version = "5.0.6" [dev-dependencies.anyhow] version = "1.0.58" [dev-dependencies.cpal] version = "0.15.2" [dev-dependencies.jack] version = "0.10.0" [dev-dependencies.num-complex] version = "0.2" [dev-dependencies.rustfft] version = "6.0.0" [features] default = ["synfx-dsp-jit"]