[badges.is-it-maintained-issue-resolution]
repository = "libcala/stick"
[badges.is-it-maintained-open-issues]
repository = "libcala/stick"
[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
repository = "libcala/stick"
[build-dependencies.serde]
version = "1.0"
[build-dependencies.serde_derive]
version = "1.0"
[build-dependencies.toml]
version = "0.5"
[dev-dependencies.pasts]
version = "0.4"
[features]
default = []
docs-rs = []
padfont = []
[package]
authors = ["Jeron Aldaron Lau <jeronlau@plopgrizzly.com>"]
categories = ["hardware-support", "asynchronous", "game-development"]
description = "Platform-agnostic asynchronous gamepad library for Rust"
documentation = "https://docs.rs/stick"
edition = "2018"
homepage = "https://github.com/libcala/stick/blob/master/CHANGELOG.md"
include = ["pad_db/", "build.rs", "Cargo.toml", "README.md", "LICENSE-ZLIB", "LICENSE-APACHE", "src/"]
keywords = ["ux", "joystick", "gamepad", "platform-agnostic", "controller"]
license = "Apache-2.0 OR Zlib"
name = "stick"
readme = "README.md"
repository = "https://github.com/libcala/stick"
version = "0.10.0"
[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"
[target."cfg(all(not(target_arch=\"wasm32\"),target_os=\"linux\"))".dependencies.smelling_salts]
version = "0.1"