nord-cli 0.5.0

Command-line tool for Clavia / Nord keyboards — inspect, edit, verify, and transfer programs, samples, and settings
# 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"
rust-version = "1.87"
name = "nord-cli"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool for Clavia / Nord keyboards — inspect, edit, verify, and transfer programs, samples, and settings"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/jmoo/drawbar"

[features]
fault-injection = ["nord-usb/fault-injection"]
wedge = []

[[bin]]
name = "nord"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.dialoguer]
version = "0.12"
default-features = false

[dependencies.nord-format]
version = "0.5.0"
features = ["bundle"]

[dependencies.nord-usb]
version = "0.5.0"
features = [
    "blocking",
    "replay",
]