[package] name = "dualshock3" version = "0.1.0" authors = ["Felix hennig "] description = "Sony Dualshock 3 Controller for Rust (using HIDAPI)" edition = "2018" readme = "README.md" repository = "https://github.com/fhennig/dualshock3-rs" license = "MIT" [dependencies] hidapi = { version = "1.2.1", features = ["linux-static-hidraw"], default-features = false } log = "0.4" stoppable_thread = "0.2.1"