# 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 = "chord-composer" version = "0.3.1" authors = ["cj "] autobenches = true description = "A music composition tool for structuring chord progressions and patterns.\n" readme = "README.md" keywords = ["music", "composing", "chords"] categories = ["multimedia::audio"] license = "MIT" repository = "https://github.com/unsignedbytebite/chord-composer" [dependencies.ghakuf] version = "0.5.4" [dependencies.music-timer] version = "0.1.6" [dependencies.rand] version = "0.7.3" [dependencies.rodio] version = "0.10.0" optional = true [dependencies.serde] version = "1.0.104" [dependencies.serde_derive] version = "1.0.104" [dependencies.serde_yaml] version = "0.8.11" [dependencies.stopwatch] version = "0.0.7" [features] default = ["with-sound"] with-sound = ["rodio"]