6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
9 # target = "i686-pc-windows-msvc"
12 serde = { version = "1.0", features = ["derive"] }
13 ron = "0.8" # Rust object notation, to load configuration files.
23 windows-service = "0.6"
25 # HIDAPI is a library which allows an application to interface with
26 # USB and Bluetooth HID-Class devices.
37 # netcorehost = "0.15"
39 [dependencies.windows]
44 "Win32_Storage_FileSystem",
46 "Win32_System_Services",
47 "Win32_System_LibraryLoader",
48 "Win32_System_Threading",
50 # "Devices_Enumeration",
52 # "Foundation_Collections",