# 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 = "ljud" version = "0.0.5" authors = ["Qichao Lan "] description = "Graph-based music DSP library with a focus on flexibility." readme = "README.md" keywords = [ "audio", "music", "DSP", "synth", "synthesizer", ] license-file = "LICENSE" repository = "https://github.com/chaosprint/ljud.git" [[bench]] name = "fm" harness = false [[bench]] name = "conv" harness = false [dependencies.arrayvec] version = "0.7.2" [dependencies.gnuplot] version = "0.0.37" [dependencies.hashbrown] version = "0.13.2" [dependencies.hound] version = "3.5.0" optional = true [dependencies.libm] version = "0.2.5" optional = true [dependencies.smallvec] version = "1.10.0" [dependencies.tokio] version = "1.28.0" features = ["full"] [dependencies.walkdir] version = "2.3.3" [dev-dependencies.anyhow] version = "1.0.70" [dev-dependencies.cpal] version = "0.15.2" [dev-dependencies.criterion] version = "0.4.0" [features] convolution = [] default = [ "sampler", "convolution", ] no_std = ["libm"] sampler = ["hound"]