launchy 0.4.0

Low-level bindings and high-level abstractions for the Novation Launchpad MIDI devices
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 = "2018"
name = "launchy"
version = "0.4.0"
authors = ["kangalio <me@kangalio.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level bindings and high-level abstractions for the Novation Launchpad MIDI devices"
readme = "README.md"
keywords = [
    "novation",
    "launchpad",
    "midi",
    "midi-controller",
    "lightshow",
]
categories = [
    "api-bindings",
    "games",
    "graphics",
    "rendering",
    "multimedia::images",
]
license = "MIT"
repository = "https://github.com/kangalio/launchy"

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

[[example]]
name = "minesweeper"
path = "examples/minesweeper/main.rs"

[[example]]
name = "validate-mini-mk3"
path = "examples/validate-mini-mk3/main.rs"

[dependencies.embedded-graphics]
version = "0.7"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.midir]
version = "0.9.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dev-dependencies.env_logger]
version = "0.10"

[dev-dependencies.nanorand]
version = "0.7"

[dev-dependencies.rodio]
version = "0.15.0"