midi2 0.11.1

Ergonomic, versatile, strong types wrapping MIDI 2.0 message data.
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"
name = "midi2"
version = "0.11.1"
authors = ["Ben Leadbetter <ben.leadbetter@hotmail.com>"]
build = false
autolib = 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",
]

[features]
channel-voice1 = []
channel-voice2 = []
ci = ["sysex7"]
default = [
    "std",
    "channel-voice2",
]
flex-data = []
std = []
sysex7 = []
sysex8 = []
system-common = []
ump-stream = []
utility = []

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

[dependencies.derive_more]
version = "2.1.1"
features = [
    "from",
    "deref",
]
default-features = false

[dependencies.fixed]
version = "1.28.0"

[dependencies.midi2_proc]
version = "0.11.1"

[dependencies.ux]
version = "0.1.6"

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[dev-dependencies.static_assertions]
version = "1.1.0"

[lints.clippy]
manual_div_ceil = "allow"