# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "vsrs" version = "0.2.3" authors = ["Gustaf Lindstedt "] exclude = [".gitattributes", ".github", "contrib", "*.ron"] description = "Command line utility for generating sample streams for the Volca Sample" documentation = "https://docs.rs/vsrs" keywords = ["audio", "cli"] categories = ["multimedia::audio", "command-line-utilities"] license = "LGPL-3.0-or-later" repository = "https://github.com/glindstedt/vsrs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "2.33" [dependencies.korg-syro] version = "0.2.1" [dependencies.log] version = "0.4" [dependencies.ron] version = "0.6" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.shellexpand] version = "2.1" [dependencies.simple_logger] version = "1.11" [dependencies.wav] version = "0.5"