codex-agent-indicator 0.4.8

Low-overhead Codex task status indicator for Logitech G915 G-keys
# 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"
rust-version = "1.91"
name = "codex-agent-indicator"
version = "0.4.8"
build = false
include = [
    "/src/**",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/LICENSE-APACHE",
    "/LICENSE-MIT",
    "/config.example.toml",
    "/integrations/**",
    "/launchd/**",
    "/scripts/**",
]
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-overhead Codex task status indicator for Logitech G915 G-keys"
readme = "README.md"
keywords = [
    "codex",
    "logitech",
    "g915",
    "macos",
    "status-indicator",
]
categories = [
    "command-line-utilities",
    "hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/xicv/codex-agent-indicator"

[[bin]]
name = "codex-agent-indicator"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.104"

[dependencies.hidapi]
version = "2.6.6"
features = ["macos-shared-device"]

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.toml]
version = "1.1.3"

[profile.release]
opt-level = "s"
lto = "thin"
codegen-units = 1
panic = "abort"
strip = true