# 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.0" name = "tune" version = "0.35.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/" [profile.dev.package."*"] opt-level = 3 [lib] name = "tune" path = "src/lib.rs" [[example]] name = "hex_keyboard" path = "examples/hex_keyboard.rs" [dependencies] [dev-dependencies.assert_approx_eq] version = "1.1.0"