[package] name = "chuniio-yubideck" version = "0.1.0" edition = "2021" [lib] crate-type = ["cdylib"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] chusan = [] [dependencies] anyhow = { workspace = true } cfg-if = "1.0.0" lazy_static = { workspace = true } log = { workspace = true } rusb = "0.9.3" shared_memory = { workspace = true } yubideck-common = { path = "../common" } winapi = { workspace = true, features = ["minwindef", "winnt", "winerror", "winbase", "winuser"] } [build-dependencies] cfg_aliases = "0.2.0"