# 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 = "midi2" version = "0.6.3" authors = ["Ben Leadbetter "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Ergonomic, versatile, strong types wrapping MIDI 2.0 message data." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/midi2-dev/bl-midi2-rs.git" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "midi2" path = "src/lib.rs" [[example]] name = "handling_messages" path = "examples/handling_messages.rs" [dependencies.derive_more] version = "0.99.17" features = ["from"] default-features = false [dependencies.fixed] version = "1.27.0" [dependencies.midi2_proc] version = "0.6.3" [dependencies.ux] version = "0.1.6" [dev-dependencies.pretty_assertions] version = "1.4.0" [features] channel-voice1 = [] channel-voice2 = [] ci = ["sysex7"] default = [ "std", "channel-voice2", ] flex-data = [] std = [] sysex7 = [] sysex8 = [] system-common = [] ump-stream = [] utility = []