[package] name = "ez-audi" version = "0.3.0" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/AtmolanderMimi/ez-audi" authors = ["AtmolanderMimi "] description = "A lightweight Linux/WASM compatible audio library based on cpal" categories = ["multimedia", "multimedia::audio"] keywords = ["audio", "wasm", "playback", "abstraction", "easy"] exclude = ["/test_assets", "/src/bin"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cpal = { version = "0.15", features = ["wasm-bindgen"]}