tune-cli 0.20.0

Explore musical tunings and create synthesizer tuning files for microtonal scales.
Documentation
[package]
name = "tune-cli"
version = "0.20.0"
authors = ["Woyten <woyten.tielesch@online.de>"]
description = "Explore musical tunings and create synthesizer tuning files for microtonal scales."
repository = "https://github.com/Woyten/tune/tree/master/tune-cli"
readme = "README.md"
keywords = ["microtonal", "midi", "scales", "synthesizer", "tuning"]
license = "MIT"
edition = "2018"
default-run = "tune"

[[bin]]
name = "tune-web"
required-features = ["build-tune-web"]

[dependencies]
midir = "0.7.0"
serde = { version = "1.0.106", features = ["derive"] }
serde_yaml = "0.8.16"
structopt = "0.3.13"
tune = { version = "0.26.0", path = ".." }

wasm-bindgen = { version = "0.2.69", optional = true }
yew = { version = "0.17.3", optional = true }

[features]
build-tune-web = ["wasm-bindgen", "yew"]