# 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 = "2021" name = "currawong_core" version = "0.5.0" authors = ["Stephen Sherratt "] description = "Core types for currawong software-defined modular synthesizer" homepage = "https://github.com/gridbugs/currawong.git" documentation = "https://docs.rs/currawong_core" license = "MIT" repository = "https://github.com/gridbugs/currawong.git" [dependencies.getrandom] version = "0.2" [dependencies.midly] version = "0.5" optional = true [dependencies.rand] version = "0.8" [features] default = ["midi"] midi = ["midly"] web = ["getrandom/js"]