# 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 = "beatblox_midi" version = "0.3.0" authors = ["Gabriel H. Barnard "] description = "This crate help with parsing data from .mid files and returns a format compatible with netsblox." readme = "README.md" license-file = "license.txt" repository = "https://github.com/gb0808/beatblox_midi" [dependencies.midly] version = "0.5.3" [dependencies.num-traits] version = "0.2"