# 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 = "volsa2-cli" version = "0.1.0" exclude = [ "test_data", "proptest-regressions", ] description = "Command line tool to manage samples on KORG Volca Sample 2 over ALSA" readme = "README.md" keywords = [ "volca", "sampler", "librarian", ] categories = [ "command-line-utilities", "multimedia::audio", "multimedia::encode", ] license = "MIT" repository = "https://github.com/00nktk/volsa2" [dependencies.alsa] version = "0.7.0" [dependencies.anyhow] version = "1" [dependencies.arrayref] version = "0.3.6" [dependencies.auto_enums] version = "0.8.0" [dependencies.bytemuck] version = "1.13" features = ["derive"] [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.derive_more] version = "0.99" [dependencies.hex-literal] version = "0.3.4" [dependencies.hound] version = "3.5.0" [dependencies.humantime] version = "2.1.0" [dependencies.rubato] version = "0.12.0" features = ["log"] [dependencies.smallvec] version = "1.10" features = ["write"] [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.proptest] version = "1.1.0"