# 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.74" name = "ncc" version = "0.1.2" build = false exclude = [ "*.png", "/tests", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Custom-mode compiler for Novation MIDI devices" documentation = "https://github.com/taylordotfish/ncc" readme = ".misc/package-readme.md" keywords = [ "novation", "launchkey", "launchpad", "components", "compiler", ] categories = [ "compilers", "encoding", "command-line-utilities", ] license = "AGPL-3.0-or-later" repository = "https://github.com/taylordotfish/ncc" [[bin]] name = "ncc" path = "src/main.rs" [[bin]] name = "ncc-alsa-send" path = "src/bin/ncc-alsa-send/main.rs" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.8" features = ["parse"] default-features = false [dev-dependencies.hex-literal] version = "0.4" [dev-dependencies.sha2] version = "0.10.8"