midi-stream-parser 0.1.1

Parser to convert bytes from a MIDI stream into messages.
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 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"
rust-version = "1.56"
name = "midi-stream-parser"
version = "0.1.1"
authors = ["Oliver Rockstedt <info@sourcebox.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser to convert bytes from a MIDI stream into messages."
readme = "README.md"
keywords = [
    "midi",
    "realtime",
]
categories = [
    "no-std",
    "embedded",
    "parsing",
    "multimedia::encoding",
]
license = "MIT"
repository = "https://github.com/sourcebox/midi-stream-parser-rs"

[lib]
name = "midi_stream_parser"
path = "src/lib.rs"