# 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" rust-version = "1.60" name = "tauri-plugin-gamepad" version = "0.0.4" authors = ["Eugene Hauptmann"] links = "tauri-plugin-gamepad" exclude = [ "/examples", "/webview-dist", "/webview-src", "node_modules", ] description = "A plugin for Tauri that provides a polyfill for Gamepad Web API that works on most common platforms." homepage = "https://developermindset.com/tauri-plugin-gamepad/" readme = "README.md" keywords = [ "polyfill", "gamepad", "gilrs", "tauri", "joystick", ] categories = [ "api-bindings", "web-programming", "simulation", "os", "game-development", ] license-file = "LICENSE" repository = "https://github.com/DeveloperMindset-com/tauri-plugin-gamepad" [dependencies.enum-iterator] version = "2.1.0" [dependencies.gilrs] version = "0.10.4" features = ["serde-serialize"] [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tauri] version = "2.0.0-rc" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "1.6.1" [build-dependencies.tauri-plugin] version = "2.0.0-rc" features = ["build"]