[package] name = "minstrel" version = "0.3.2" authors = ["Thomas Freeman "] edition = "2018" description = "A simple and intuitive music library." repository = "https://github.com/thfm/minstrel" readme = "README.md" license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0" arrayvec = "0.5" nom = "5.1" strum = "0.18" strum_macros = "0.18"