# 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 = "sampsyn" version = "0.1.4" authors = ["Cody Bloemhard "] description = "A simple wavetable synth that takes it's wavetables from samples." readme = "README.md" categories = ["multimedia::audio"] license = "GPL-3.0-only" repository = "https://github.com/codybloemhard/sampsyn" [lib] name = "sampsyn" path = "src/lib.rs" [[bin]] name = "sampsyn" path = "src/bin.rs" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.hound] version = "3.5.1" [dependencies.sdl2] version = "0.36.0" [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.simpleio] version = "0.2.2"