# 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 = "lyd" version = "0.0.2" authors = ["Qichao Lan "] description = "Music dsp library written in Rust with a focus on performance and elegancy." readme = "README.md" keywords = [ "audio", "music", "DSP", "synth", "synthesizer", ] license-file = "LICENSE" repository = "https://github.com/chaosprint/lyd.git" [[bench]] name = "sine" harness = false [[bench]] name = "fm" harness = false [dependencies.hashbrown] version = "0.13.2" [dependencies.libm] version = "0.2.5" optional = true [dependencies.smallvec] version = "1.10.0" [dev-dependencies.anyhow] version = "1.0.70" [dev-dependencies.cpal] version = "0.15.2" [dev-dependencies.criterion] version = "0.4.0" [features] default = [] no_std = ["libm"]