# 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" rust-version = "1.70" name = "tune-cli" version = "0.28.0" authors = ["Woyten "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Explore musical tunings and create synthesizer tuning files for microtonal scales." readme = "README.md" keywords = [ "microtonal", "midi", "scales", "synthesizer", "tuning", ] license = "MIT" repository = "https://github.com/Woyten/tune/tree/main/tune-cli" [lib] name = "tune_cli" path = "src/lib.rs" [[bin]] name = "tune" path = "src/bin/tune.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.async-std] version = "1.12.0" [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.flume] version = "0.11.0" [dependencies.futures] version = "0.3.0" [dependencies.midir] version = "0.10.0" [dependencies.serde] version = "1.0.106" features = ["derive"] [dependencies.serde_yaml] version = "0.8.16" [dependencies.tune] version = "0.35.0"