hodaun 0.2.2

Audio IO and synthesis
Documentation
[dependencies.cpal]
optional = true
version = "0.15.2"

[dependencies.hound]
optional = true
version = "3.5.0"

[dependencies.parking_lot]
version = "0.12.1"

[dependencies.rand]
default-features = false
features = ["small_rng"]
optional = true
version = "0.8.5"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1"

[dependencies.thiserror]
optional = true
version = "1"

[features]
default = ["input", "output", "noise", "notes", "wav"]
input = ["cpal", "thiserror"]
noise = ["rand"]
notes = []
output = ["cpal", "thiserror"]
wav = ["hound"]

[package]
authors = ["Kai Schmidt <kaikaliischmidt@gmail.com>"]
categories = ["multimedia::audio"]
description = "Audio IO and synthesis"
documentation = "https://docs.rs/hodaun"
edition = "2021"
homepage = "https://github.com/kaikalii/hodaun"
keywords = ["audio", "music", "synthesizer", "sound"]
license = "MIT"
name = "hodaun"
readme = "readme.md"
version = "0.2.2"