moont 0.9.2

Roland CM-32L synthesizer emulator
Documentation
[package]
name = "moont"
description = "Roland CM-32L synthesizer emulator"
version.workspace = true
authors.workspace = true
license.workspace = true
edition.workspace = true
rust-version.workspace = true
repository.workspace = true
keywords = ["midi", "synthesizer", "cm-32l", "mt-32", "audio"]
categories = ["multimedia::audio", "emulators"]
homepage = "https://gitlab.gnome.org/geoffhill/moont"
documentation = "https://docs.rs/moont"
exclude = ["tests/"]

[dependencies]
tracing = { version = "0.1", optional = true }

[dev-dependencies]
mt32emu-sys = { path = "../mt32emu-sys" }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

[features]
default = []
bundle-rom = []
tracing = ["dep:tracing"]