# 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" rust-version = "1.60.0" name = "twang" version = "0.9.0" include = [ "README.md", "Cargo.toml", "src/*", "build.rs", ] description = "Library for pure Rust advanced audio synthesis." homepage = "https://aldaronlau.github.io/twang" documentation = "https://docs.rs/twang" readme = "README.md" keywords = [ "audio", "synth", "synthesizer", "wave", "sound", ] categories = [ "multimedia::audio", "multimedia", "algorithms", "mathematics", "no-std", ] license = "Apache-2.0 OR BSL-1.0 OR MIT" repository = "https://github.com/AldaronLau/twang" [dependencies.fon] version = "0.6" [dependencies.libm] version = "0.2" [dev-dependencies.splotch] version = "0.0.1"