# 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 = "midi-msg" version = "0.7.3" authors = ["Alex Charlton"] description = "A (eventually) complete representation of the MIDI 1.0 Detailed Specification and its many extensions and addenda, allowing for the serialization and deserialization of MIDI byte streams to and from a typed representation." homepage = "https://github.com/AlexCharlton/midi-msg" documentation = "https://docs.rs/midi-msg" readme = "readme.md" keywords = [ "midi", "music", "smf", "no_std", ] license = "MIT" repository = "https://github.com/AlexCharlton/midi-msg" [dependencies.bstr] version = "1.0.0" features = ["alloc"] optional = true default-features = false [dependencies.log] version = "0.4" optional = true [dependencies.micromath] version = "1.1.1" [dependencies.strum] version = "0.24.1" features = ["derive"] optional = true [dev-dependencies.midir] version = "0.8.0" [features] default = [ "std", "sysex", "file", ] file = ["sysex"] std = [ "strum", "log", ] sysex = ["bstr"]