moont-web 0.9.2

WebAssembly wrapper for the moont CM-32L synthesizer
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"
rust-version = "1.85"
name = "moont-web"
version = "0.9.2"
authors = ["Geoff Hill <geoff@geoffhill.org>"]
build = false
exclude = ["demo/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebAssembly wrapper for the moont CM-32L synthesizer"
homepage = "https://gitlab.gnome.org/geoffhill/moont"
documentation = "https://docs.rs/moont-web"
readme = "README.md"
keywords = [
    "midi",
    "synthesizer",
    "cm-32l",
    "wasm",
    "web-audio",
]
categories = [
    "multimedia::audio",
    "wasm",
]
license = "LGPL-2.1-or-later"
repository = "https://gitlab.gnome.org/geoffhill/moont"

[package.metadata.docs.rs]
default-target = "wasm32-unknown-unknown"

[features]
bundle-rom = ["moont/bundle-rom"]
default = []

[lib]
name = "moont_web"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"

[dependencies.moont]
version = "=0.9.2"

[dependencies.wasm-bindgen]
version = "0.2.114"

[dependencies.web-sys]
version = "0.3"
features = [
    "AudioBuffer",
    "AudioContext",
    "AudioContextOptions",
    "AudioDestinationNode",
    "AudioNode",
    "AudioProcessingEvent",
    "ScriptProcessorNode",
]

[dev-dependencies.moont]
version = "=0.9.2"
features = ["bundle-rom"]