# 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 = "midiboard" version = "0.3.3" description = "CLI tool to trigger arbitrary commands using any MIDI 1.0 compatible device." homepage = "https://github.com/aordano/midiboard" documentation = "https://github.com/aordano/midiboard/tree/master/docs" readme = "README.md" license = "MIT" repository = "https://github.com/aordano/midiboard" [dependencies.anyhow] version = "1.0.64" [dependencies.chrono] version = "0.4.22" [dependencies.clap] version = "4.0.18" [dependencies.colored] version = "2.0.0" [dependencies.config] version = "0.13.1" [dependencies.home] version = "0.5.3" [dependencies.midir] version = "0.8.0" [dependencies.rust-embed] version = "6.4.0" [dependencies.serde] version = "1.0.39" [dev-dependencies.tempfile] version = "3.3.0"