[package]
edition = "2024"
name = "Boomie"
version = "0.1.2"
authors = ["Servus Altissimi"]
build = false
exclude = [
"target/*",
"temp",
"song.bmi",
"melody.mel",
".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Real-time music synthesizer and composition engine written with dynamic playback control and advanced audio effects. Designed for on the fly compositing."
readme = "README.md"
keywords = [
"audio",
"music",
"synthesizer",
]
categories = ["multimedia::audio"]
license = "MIT"
repository = "https://github.com/Servus-Altissimi/Boomie"
[lib]
name = "boomie"
path = "src/lib.rs"
[dependencies.cpal]
version = "0.16.0"
[dependencies.fastrand]
version = "2.3.0"
[dependencies.hound]
version = "3.5.1"