caw_utils 0.5.1

Utilities for building synthesizers with caw
Documentation
[dependencies.caw_builder_proc_macros]
version = "0.2"

[dependencies.caw_core]
version = "0.6"

[dependencies.caw_persist]
version = "0.1"

[dependencies.getrandom]
version = "0.3"

[dependencies.itertools]
version = "0.14"

[dependencies.rand]
version = "0.9"

[dependencies.serde]
features = ["serde_derive"]
version = "1.0"

[features]
web = ["getrandom/wasm_js"]

[lib]
name = "caw_utils"
path = "src/lib.rs"

[package]
authors = ["Stephen Sherratt <stephen@sherra.tt>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Utilities for building synthesizers with caw"
documentation = "https://docs.rs/caw_utils"
edition = "2024"
homepage = "https://github.com/gridbugs/caw.git"
license = "MIT"
name = "caw_utils"
readme = "README.md"
repository = "https://github.com/gridbugs/caw.git"
resolver = "2"
version = "0.5.1"