[dependencies.bbx_core]
version = "0.4.3"
[dependencies.midir]
optional = true
version = "0.10.0"
[features]
default = []
streaming = ["dep:midir"]
[lib]
name = "bbx_midi"
path = "src/lib.rs"
[package]
authors = ["Black Box Audio, LLC"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["multimedia::audio", "parser-implementations"]
description = "MIDI message parsing, streaming, and real-time input handling for audio applications"
edition = "2024"
keywords = ["midi", "audio", "music", "realtime", "streaming"]
license = "MIT"
name = "bbx_midi"
readme = "README.md"
repository = "https://github.com/blackboxaudio/bbx_audio"
rust-version = "1.89.0"
version = "0.4.3"