[package] name = "streamdeck-hid-rs" version = "0.1.1" edition = "2021" authors = ["Nathan Hüsken "] description = "HID Interface for Elgato Streamdeck devices" license = "MIT" homepage = "https://github.com/RudolfVonKrugstein/streamdeck-hid-rs" repository = "https://github.com/RudolfVonKrugstein/streamdeck-hid-rs" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hidapi = "~1" image = "~0" imageproc = "~0" log = "~0" mockall = "~0"