[package] name = "currawong_core" version = "0.5.0" edition = "2021" description = "Core types for currawong software-defined modular synthesizer" authors = ["Stephen Sherratt "] license = "MIT" homepage = "https://github.com/gridbugs/currawong.git" repository = "https://github.com/gridbugs/currawong.git" documentation = "https://docs.rs/currawong_core" [features] default = ["midi"] midi = ["midly"] web = ["getrandom/js"] [dependencies] rand = "0.8" getrandom = "0.2" midly = { version = "0.5", optional = true }