# 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 = "korg-syro" version = "0.2.1" authors = ["Gustaf Lindstedt "] exclude = [".github"] description = "Rust bindings for the KORG SYRO library for interacting with the Volca Sample" documentation = "https://docs.rs/korg-syro" keywords = ["audio", "bindings"] categories = ["multimedia::audio", "api-bindings"] license = "LGPL-3.0-or-later" repository = "https://github.com/glindstedt/korg-syro" [dependencies.array-init] version = "1.0" [dependencies.byteorder] version = "1.3.4" [dependencies.korg-syro-sys] version = "0.2.0" [dependencies.num_enum] version = "0.5" [dependencies.paste] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.wav] version = "0.5" [dev-dependencies.waver] version = "0.1"