stickup 0.2.9

A modular input device abstraction layer with HID and virtual device support.
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 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"
name = "stickup"
version = "0.2.9"
authors = ["Belegrade Studio <belegrade@belegrades.gg>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modular input device abstraction layer with HID and virtual device support."
readme = "README.md"
keywords = [
    "input",
    "game-dev",
    "hid",
    "virtual",
    "bindings",
]
categories = [
    "game-development",
    "hardware-support",
    "gui",
    "visualization",
]
license-file = "LICENSE"
repository = "https://gitlab.com/belegrades/stickup-rs"

[features]
default = [
    "hid",
    "virtual",
]
hid = []
virtual = []

[lib]
name = "stickup"
path = "src/lib.rs"

[[example]]
name = "poll"
path = "examples/poll.rs"

[[example]]
name = "virtual_demo"
path = "examples/virtual_demo.rs"

[dependencies.hidapi]
version = "2"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.toml]
version = "0.8"