[package] name = "cnctd_midi" version = "0.1.4" edition = "2021" authors = ["Connected Dot Inc.", "Kyle Ebner "] description = "APIs to interact with MIDI devices" repository = "https://github.com/Connected-Dot/cnctd_midi" license = "MIT" keywords = ["module"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.79" midir = "0.9.1" serde = { version = "1.0.195", features = ["derive"] } serde_json = "1.0.111" tokio = { version = "1.35.1", features = ["full"] }