# 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 = "euphony-dsp" version = "0.1.1" description = "implementation of euphony's signal processing nodes" license = "MIT" resolver = "1" [dependencies.dasp_sample] version = "0.11" [dependencies.euphony-graph] version = "0.1" [dependencies.euphony-node] version = "0.1" [dependencies.euphony-units] version = "0.1" [dependencies.fastapprox] version = "0.3" [dependencies.fundsp] version = "0.9" [dev-dependencies.insta] version = "1"