# 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 = "2018" name = "rsynth" version = "0.1.2" authors = [ "Alexander Lozada ", "Pieter Penninckx", ] exclude = [".github/"] autoexamples = false description = "A library for developing audio plugins and applications, with a focus on software synthesis." readme = "README.md" keywords = [ "audio", "real-time", "synthesis", ] categories = ["multimedia::audio"] license = "MIT OR BSD-3-Clause" repository = "https://github.com/PieterPenninckx/rsynth" [package.metadata.docs.rs] features = ["all"] default-target = "x86_64-unknown-linux-gnu" targets = [] [[example]] name = "vst_synth" crate-type = ["cdylib"] [[example]] name = "jack_synth" [dependencies.dasp_sample] version = "0.11.0" optional = true [dependencies.doc-comment] version = "0.3.1" [dependencies.hound] version = "3.4.0" optional = true [dependencies.jack] version = "0.6.2" optional = true [dependencies.log] version = "0.4" [dependencies.midi-consts] version = "0.1.0" [dependencies.num-traits] version = "0.2" [dependencies.vecstorage] version = "0.1.0" [dependencies.vst] version = "0.2.0" optional = true [dev-dependencies.asprim] version = "0.2" [dev-dependencies.rand] version = "0.3" [features] all = [ "backend-jack", "backend-vst", "backend-combined-all", ] backend-combined = [] backend-combined-all = ["backend-combined-hound"] backend-combined-hound = [ "hound", "backend-combined", "dasp_sample", ] backend-jack = ["jack"] backend-vst = ["vst"]