# 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 = "input-actions" version = "0.1.1" authors = ["Dustin Yost "] description = "An input system for binding PC & Gamepad inputs to application actions" readme = "README.md" keywords = ["input", "game-dev", "gamepad", "joystick"] categories = ["game-engines"] license-file = "LICENSE" repository = "https://github.com/temportalflux/input-actions/" [dependencies.gilrs] version = "0.8" [dependencies.log] version = "0.4" features = ["std"] optional = true [dependencies.winit] version = "0.26" optional = true [features] default = ["log", "winit"]