[package] name = "midi-codec" description = "Tools for encoding and decoding a stream of MIDI messages." version = "0.4.0" edition = "2021" repository = "https://gitlab.com/tcnj/dlive-rs" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] alloc = [] std = ["alloc", "thiserror", "tracing/std"] default = ["std"] [dependencies] thiserror = { version = "1.0.50", optional = true } tracing = { version = "0.1.40", default-features = false }