# 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 = "glicol_synth" version = "0.13.5" authors = ["Qichao Lan "] description = "A graph-based music DSP library written in Rust" readme = "README.md" keywords = [ "audio", "music", "DSP", "synth", "synthesizer", ] license-file = "LICENSE" repository = "https://github.com/chaosprint/glicol.git" resolver = "1" [[bench]] name = "next_block" harness = false [[bench]] name = "fm" harness = false [dependencies.arrayvec] version = "0.7.2" [dependencies.dasp_interpolate] version = "0.11.0" features = [ "linear", "sinc", ] [dependencies.dasp_ring_buffer] version = "0.11.0" [dependencies.dasp_signal] version = "0.11.0" [dependencies.dasp_slice] version = "0.11.0" features = ["std"] optional = true default-features = false [dependencies.fasteval] version = "0.2.4" [dependencies.hashbrown] version = "0.14.3" [dependencies.petgraph] version = "0.6" features = ["stable_graph"] [dependencies.rhai] version = "1.12.0" features = [ "sync", "f32_float", "only_i32", ] optional = true default-features = false [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.gnuplot] version = "0.0.37" [features] default = [ "node-boxed", "node-pass", "node-sum", ] node-boxed = [] node-dynamic = ["rhai"] node-pass = [] node-sampling = [] node-sum = ["dasp_slice"] use-meta = ["node-dynamic"] use-samples = ["node-sampling"]