midly 0.1.3

A Rusty ultra-fast, safe, easy to use MIDI parsing library designed for multi-MB files
Documentation
# 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]
name = "midly"
version = "0.1.3"
authors = ["negamartin"]
include = ["/src/*", "/Cargo.toml"]
description = "A Rusty ultra-fast, safe, easy to use MIDI parsing library designed for multi-MB files"
readme = "README.md"
keywords = ["parser", "audio"]
categories = ["multimedia", "multimedia::audio", "multimedia::encoding"]
license = "Unlicense"
repository = "https://github.com/negamartin/midly"
[dependencies.bit]
version = "0.1"

[dependencies.error-chain]
version = "0.11"

[dependencies.rayon]
version = "0.9"