[package]
edition = "2024"
rust-version = "1.85"
name = "moont-render"
version = "0.8.3"
authors = ["Geoff Hill <geoff@geoffhill.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Render Standard MIDI Files through the moont CM-32L synthesizer"
homepage = "https://gitlab.gnome.org/geoffhill/moont"
documentation = "https://docs.rs/moont-render"
readme = "README.md"
keywords = [
"midi",
"synthesizer",
"cm-32l",
"audio",
"smf",
]
categories = ["multimedia::audio"]
license = "LGPL-2.1-or-later"
repository = "https://gitlab.gnome.org/geoffhill/moont"
[features]
bundle-rom = ["moont/bundle-rom"]
default = []
[[bin]]
name = "moont-render"
path = "src/main.rs"
[dependencies.moont]
version = "0.8.3"