Boomie 0.1.2

Real-time music synthesizer and composition engine written with dynamic playback control and advanced audio effects. Designed for on the fly compositing.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"