litra 3.2.0

Control Logitech Litra lights from the command line, Model Context Protocol (MCP) clients and Rust applications
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 = "litra"
version = "3.2.0"
authors = ["Tim Rogers <timrogers@github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Control Logitech Litra lights from the command line, Model Context Protocol (MCP) clients and Rust applications"
readme = "README.md"
keywords = [
    "logitech",
    "litra",
    "glow",
    "beam",
    "light",
]
categories = [
    "hardware-support",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/timrogers/litra-rs"

[features]
cli = [
    "dep:clap",
    "dep:tabled",
]
default = [
    "cli",
    "mcp",
]
mcp = [
    "cli",
    "dep:rmcp",
    "dep:tokio",
    "dep:tracing",
    "dep:tracing-subscriber",
    "dep:schemars",
]

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

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

[dependencies.clap]
version = "4.5.54"
features = ["derive"]
optional = true

[dependencies.hidapi]
version = "2.6.4"

[dependencies.rmcp]
version = "0.13.0"
features = [
    "server",
    "transport-io",
    "macros",
]
optional = true

[dependencies.schemars]
version = "1.2"
features = ["derive"]
optional = true

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tabled]
version = "0.20"
optional = true

[dependencies.tokio]
version = "1.49"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
]
optional = true

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]
optional = true