# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "multiinput" version = "0.1.0" authors = ["Alex Jones "] description = "A pure rust gamepad/mouse/keyboard input library based off of rawinput for the windows platform\n" homepage = "https://github.com/Jonesey13/multiinput-rust" documentation = "http://jonesey13.github.io/multiinput-rust/doc/multiinput/index.html" readme = "README.md" keywords = ["keyboard", "mouse", "gamepad", "hid"] license = "MIT" repository = "https://github.com/Jonesey13/multiinput-rust" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["winuser", "basetsd", "hidpi", "winnt", "libloaderapi", "fileapi", "hidsdi", "handleapi"]