# 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 = "currawong_interactive" version = "0.5.0" authors = ["Stephen Sherratt "] description = "Interactive tools for currawong software-defined modular synthesizer" homepage = "https://github.com/gridbugs/currawong.git" documentation = "https://docs.rs/currawong_interactive" license = "MIT" repository = "https://github.com/gridbugs/currawong.git" [[example]] name = "saw" [[example]] name = "drone" [[example]] name = "periodic_gate" [[example]] name = "keyboard_and_mouse" [[example]] name = "keyboard_and_mouse_lofi" [[example]] name = "keyboard_and_mouse_monophonic" [[example]] name = "keyboard_and_mouse_chords" [[example]] name = "keyboard_and_mouse_arp" [[example]] name = "keyboard_and_mouse_arp_index_loops" [[example]] name = "keyboard_and_mouse_chords_arp" [[example]] name = "midi_file" [[example]] name = "midi_live" [[example]] name = "midi_live_with_serial" [[example]] name = "midi_live_with_serial_monophonic" [[example]] name = "drum_machine" [[example]] name = "wub_wub" [[example]] name = "drum_sequencer" [[example]] name = "basic_drum_sounds" [[example]] name = "random_notes" [[example]] name = "reverb_test" [[example]] name = "drum_reverb" [[example]] name = "pulse_wave_bass" [dependencies.anyhow] version = "1.0" [dependencies.currawong] version = "0.5" [dependencies.currawong_core] version = "0.5" [dependencies.line_2d] version = "0.5" [dependencies.rgb_int] version = "0.1" [dependencies.sdl2] version = "0.36" [dev-dependencies.clap] version = "4.4" features = ["derive"] [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.rand] version = "0.8" [features] default = ["midi"] midi = ["currawong/midi"]