# 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 = "2018" name = "spectrusty-audio" version = "0.4.0" authors = ["Rafal Michalski "] description = """ Components of the SPECTRUSTY library for synthesizing audio samples and native audio playback. """ homepage = "https://royaltm.github.io/spectrusty/" readme = "README.md" license = "LGPL-3.0-or-later" repository = "https://github.com/royaltm/spectrusty" [package.metadata.docs.rs] all-features = true [dependencies.cpal] version = "0.14.2" optional = true [dependencies.log] version = "0.4" [dependencies.sdl2] version = "0.35" optional = true [dependencies.spectrusty-core] version = "0.4.0" [features] default = []