# 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" name = "muzik" version = "1.0.0" exclude = [".DS_Store"] description = "A library for generating chord progressions as MIDI files from string templates" readme = "README.md" keywords = [ "music", "music-theory", "chords", "midi", "jazz", ] categories = [ "multimedia::audio", "parsing", ] license = "MIT" repository = "https://github.com/PauSala/muzik" [[example]] name = "comping" path = "examples/comping.rs" [dependencies.chordparser] version = "1.0.1" [dependencies.midly] version = "0.5.3"