gdevd 0.2.1

Daemon to control background LEDs of Logitech gaming devices
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 = "2018"
name = "gdevd"
version = "0.2.1"
authors = ["Richard Liebscher <r1tschy@posteo.de>"]
build = false
exclude = [".*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Daemon to control background LEDs of Logitech gaming devices"
readme = "README.md"
keywords = [
    "logitech",
    "led",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/R1tschY/gdevd"

[package.metadata.release]
allow-branch = ["master"]
pre-release-commit-message = "Release"
tag-message = "Release {{version}}"

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

[[bin]]
name = "gdevctl"
path = "src/bin/gdevctl.rs"

[[bin]]
name = "gdevd"
path = "src/bin/gdevd.rs"

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

[dependencies.dbus]
version = "0.9.10"

[dependencies.dbus-tree]
version = "0.9.2"

[dependencies.hex]
version = "0.4.3"

[dependencies.log]
version = "0.4.29"

[dependencies.quick-error]
version = "2.0.1"

[dependencies.rusb]
version = "0.9.4"

[dependencies.rust-ini]
version = "0.21.3"

[dependencies.signal-hook]
version = "0.4.3"
features = ["iterator"]

[dependencies.simple_logger]
version = "5.2.0"
default-features = false

[profile.release]
lto = "fat"
panic = "abort"