[package] name = "midi-control" version = "0.2.2" authors = ["Hubert Figuière "] edition = "2018" license = "LGPL-3.0-or-later" homepage = "https://gitlab.com/hfiguiere/midi-control" repository = "https://gitlab.com/hfiguiere/midi-control" description = "Communicate with MIDI controllers" readme = "README.md" keywords = ["midi", "device", "music", "audio"] [features] default = ["transport"] transport = ["midir"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] midir = { version = "0.9.1", optional = true } [[example]] name = "arturia-blink" required-features = ["transport"]