# 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 = "2018" name = "midly" version = "0.5.3" authors = ["negamartin"] include = [ "/src/*", "/Cargo.toml", ] description = "Fast MIDI decoder and encoder both for .mid files and real-time MIDI events" readme = "README.md" keywords = [ "midi", "no_std", "audio", "parser", ] categories = [ "multimedia::audio", "multimedia::encoding", "multimedia", ] license = "Unlicense" repository = "https://github.com/negamartin/midly" [dependencies.rayon] version = "1" optional = true [features] alloc = [] default = [ "alloc", "std", "parallel", ] parallel = [ "std", "rayon", ] std = ["alloc"] strict = []