# 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 = "dualsense-rs" version = "0.6.0" exclude = [".vscode/*"] description = "Rust programmatic wrapper over HID messages sent and received by the PS5 DualSense controller." readme = "README.md" keywords = ["gamepad"] license = "MIT" repository = "https://github.com/radu781/dualsense-rs" [lib] name = "dualsense_rs" path = "src/lib.rs" [[example]] name = "log_all" path = "examples/log.rs" [[example]] name = "triggers" path = "examples/triggers.rs" [[example]] name = "sensors" path = "examples/sensors.rs" [[example]] name = "light" path = "examples/light.rs" [[example]] name = "state" path = "examples/state.rs" [[example]] name = "combo" path = "examples/combo.rs" [dependencies.hidapi] version = "2.4.1"