mumuse 0.7.0

Small music theory library written in Rust with MIDI capabilities.
Documentation
[package]
name = "mumuse"
version = "0.7.0"
rust-version = "1.58.0"
edition = "2021"
description = "Small music theory library written in Rust with MIDI capabilities."
license = "GPL-3.0-only"
documentation = "https://docs.rs/mumuse/latest/mumuse/"
repository = "https://github.com/alelouis/mumuse/"
keywords = ["music", "midi"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
midir = "0.7.0"
colored = "2"
itertools = "0.10.3"
rand = "0.8.4"
num = "0.4"
num-derive = "0.3"
num-traits = "0.2"
tokio = { version = "1", features = ["full"] }