steam-controller-dsu 0.1.4

DSU (CemuHook) server for the Gyro on Steam Controller (2026)
# 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 = "2024"
name = "steam-controller-dsu"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DSU (CemuHook) server for the Gyro on Steam Controller (2026)"
homepage = "https://github.com/njanke96/steam-controller-dsu"
documentation = "https://github.com/njanke96/steam-controller-dsu"
readme = "README.md"
keywords = [
    "steam",
    "controller",
    "cemuhook",
    "dsu",
    "hid",
]
license = "MIT"
repository = "https://github.com/njanke96/steam-controller-dsu"

[[bin]]
name = "steam-controller-dsu"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.ctrlc]
version = "3"
features = ["termination"]

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.scdsu-core]
version = "=0.1.4"