sabre_v2_pro 0.1.0

A CLI tool to read battery and charging status from the Corsair Sabre v2 Pro.
# 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 = "sabre_v2_pro"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool to read battery and charging status from the Corsair Sabre v2 Pro."
documentation = "https://docs.rs/sabre_v2_pro"
readme = "README.md"
keywords = [
    "corsair",
    "sabre",
    "mouse",
    "battery",
    "hid",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/tpdenk/sabre_v2_pro"

[[bin]]
name = "sabre_v2_pro"
path = "src/main.rs"

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

[dependencies.libc]
version = "0.2.186"