# 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" version = "0.5.6" authors = ["Weird Constructor "] description = "DSP real time audio synthesis, effect algorithms and utilities for Rust" readme = "README.md" keywords = [ "audio", "real-time", "synthesis", "dsp", "music", ] categories = [ "multimedia::audio", "multimedia", "algorithms", "mathematics", ] license = "GPL-3.0-or-later" repository = "https://github.com/WeirdConstructor/synfx-dsp" [dependencies.num-traits] version = "0.2.14"