# 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 = "helgoboss-midi" version = "0.4.0" authors = ["Benjamin Klum "] description = "Interfaces, data structures and utilities for dealing with MIDI messages according to the MIDI 1.0 specification" readme = "README.md" keywords = ["midi"] categories = [ "data-structures", "multimedia", "embedded", "no-std", ] license = "MIT" repository = "https://github.com/helgoboss/helgoboss-midi" [dependencies.derive_more] version = "0.99.11" [dependencies.doc-comment] version = "0.3.3" [dependencies.num_enum] version = "0.5.1" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_repr] version = "0.1.6" optional = true [dev-dependencies.version-sync] version = "0.9.2" [features] default = ["std"] std = []