# 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 = "sonant" version = "0.2.0" authors = ["Jay Oster "] description = "A Rust port of the Sonant 4K synth with streaming support." readme = "README.md" keywords = [ "audio", "no_std", "sound", "synth", "synthesizer", ] categories = [ "embedded", "game-engines", "multimedia", "no-std", ] license = "MIT" repository = "https://github.com/parasyte/sonant-rs" [dependencies.arrayvec] version = "0.7" default-features = false [dependencies.byteorder] version = "1" default-features = false [dependencies.libm] version = "0.2" [dependencies.randomize] version = "5" [dependencies.thiserror] version = "1" optional = true [dev-dependencies.colored] version = "2" [dev-dependencies.cpal] version = "0.15" [dev-dependencies.error-iter] version = "0.4" [dev-dependencies.getrandom] version = "0.2" [dev-dependencies.riff-wave] version = "0.1" [features] default = ["std"] std = ["thiserror"]