# 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" name = "wiimote-rs" version = "0.1.2" authors = ["cesmec"] exclude = ["/.github"] description = "Rust library to communicate with Wii remotes" readme = "README.md" license = "MIT" repository = "https://github.com/cesmec/wiimote-rs" [dependencies.bitflags] version = "2.4" [dependencies.crc32fast] version = "1.3" [dependencies.crossbeam-channel] version = "0.5" [dependencies.once_cell] version = "1.19.0" [target."cfg(target_os = \"linux\")".dependencies.nix] version = "0.28.0" [target."cfg(target_os = \"linux\")".build-dependencies.bindgen] version = "0.69.4" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.54.0" features = [ "Devices_Bluetooth", "Win32_Devices_Bluetooth", "Win32_Devices_DeviceAndDriverInstallation", "Win32_Devices_HumanInterfaceDevice", "Win32_Globalization", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_Threading", ]