midi-controller 0.4.0

Generic MIDI controller engine: button/encoder input processing, LED rendering, preset management, and MIDI-CI Property Exchange framing. #![no_std] compatible.
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 = "midi-controller"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generic MIDI controller engine: button/encoder input processing, LED rendering, preset management, and MIDI-CI Property Exchange framing. #![no_std] compatible."
readme = "README.md"
keywords = [
    "midi",
    "controller",
    "no-std",
    "embedded",
    "midi-ci",
]
categories = [
    "no-std",
    "embedded",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pedalboard/midi-controller"

[features]
default = []

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

[dependencies.heapless]
version = "0.9.3"
features = ["serde"]

[dependencies.led-ring]
version = "0.1.0"

[dependencies.postcard]
version = "1.1.1"
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]
default-features = false