[package] name = "negicon-util" version = "0.1.3" edition = "2021" description = "Utility to interact with Negicon v3 controllers" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.5.1", features = ["derive"] } hidapi = "2.6.1" negicon-protocol = "0.3.2" ux = "0.1.5"