# 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 = "midi_fundsp" version = "0.6.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Enables creation of live MIDI synthesizer software." homepage = "https://github.com/gjf2a/midi_fundsp" readme = "README.md" keywords = [ "music", "midi", "synthesizer", "synth", "audio", ] categories = [ "hardware-support", "multimedia::audio", ] license = "MIT OR Apache-2.0" repository = "https://github.com/gjf2a/midi_fundsp" [lib] name = "midi_fundsp" path = "src/lib.rs" [[example]] name = "basic_demo" path = "examples/basic_demo.rs" [[example]] name = "choice_demo" path = "examples/choice_demo.rs" [[example]] name = "midi_only_demo" path = "examples/midi_only_demo.rs" [[example]] name = "msg_view_demo" path = "examples/msg_view_demo.rs" [[example]] name = "note_velocity_demo" path = "examples/note_velocity_demo.rs" [[example]] name = "show_sound_values" path = "examples/show_sound_values.rs" [[example]] name = "stereo_demo" path = "examples/stereo_demo.rs" [dependencies.anyhow] version = "1" [dependencies.bare_metal_modulo] version = "1" [dependencies.cpal] version = "0.15" [dependencies.crossbeam-queue] version = "0.3" [dependencies.crossbeam-utils] version = "0.8" [dependencies.fundsp] version = "0.20.0" default-features = false [dependencies.midi-msg] version = "0.7" [dependencies.midir] version = "0.10" [dependencies.read_input] version = "0.8"