[package]
edition = "2024"
rust-version = "1.85"
name = "moont"
version = "0.9.2"
authors = ["Geoff Hill <geoff@geoffhill.org>"]
build = "build.rs"
exclude = ["tests/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Roland CM-32L synthesizer emulator"
homepage = "https://gitlab.gnome.org/geoffhill/moont"
documentation = "https://docs.rs/moont"
readme = "README.md"
keywords = [
"midi",
"synthesizer",
"cm-32l",
"mt-32",
"audio",
]
categories = [
"multimedia::audio",
"emulators",
]
license = "LGPL-2.1-or-later"
repository = "https://gitlab.gnome.org/geoffhill/moont"
[features]
bundle-rom = []
default = []
tracing = ["dep:tracing"]
[lib]
name = "moont"
path = "src/lib.rs"
[dependencies.tracing]
version = "0.1"
optional = true
[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]