# 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.3.1" authors = ["kangalio "] build = 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/kangalioo/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.midir] version = "0.9.1" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.nanorand] version = "0.7" [dev-dependencies.rodio] version = "0.15.0"