gilrs 0.6.3

Game Input Library for Rust
Documentation
# 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 = "gilrs"
version = "0.6.3"
authors = ["Arvamer <arvamer@gmail.com>"]
exclude = ["controller.svg"]
description = "Game Input Library for Rust"
documentation = "https://docs.rs/gilrs/"
readme = "README.md"
keywords = ["gamepad", "joystick", "input"]
categories = ["game-engines"]
license = "Apache-2.0/MIT"
repository = "https://gitlab.com/gilrs-project/gilrs"
[dependencies.fnv]
version = "1.0"

[dependencies.log]
version = "0.4.1"

[dependencies.uuid]
version = "0.6.0-beta"

[dependencies.vec_map]
version = "0.8"
[dev-dependencies.env_logger]
version = "0.5.3"
[target."cfg(target_os = \"linux\")".dependencies.libc]
version = "0.2"

[target."cfg(target_os = \"linux\")".dependencies.libudev-sys]
version = "0.1"

[target."cfg(target_os = \"linux\")".dependencies.nix]
version = "0.10.0"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = "0.3.4"
features = ["winerror", "xinput"]
[badges.gitlab]
repository = "gilrs-project/gilrs"