# 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 = "2018" name = "pad-motion" version = "0.1.6" authors = ["zduny "] description = "Implementation of Cemuhook gamepad motion protocol. Includes client and server implementations." documentation = "https://docs.rs/pad-motion/" keywords = ["cemu", "cemuhook", "protocol", "gyroscope", "motion"] license = "Apache-2.0" repository = "https://github.com/zduny/pad_motion" [lib] name = "pad_motion" [dependencies.byteorder] version = "1.4.2" [dependencies.crc32fast] version = "1.2.1" [dependencies.crossbeam-queue] version = "0.3.1" [dependencies.rand] version = "0.8.3" [dev-dependencies.ctrlc] version = "3.1.8" [dev-dependencies.gilrs] version = "0.8.0" [dev-dependencies.multiinput] version = "0.1.0"