openlogi-cli 0.1.1

Implementation library for the OpenLogi CLI (the `openlogi` binary).
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 = "2024"
rust-version = "1.85"
name = "openlogi-cli"
version = "0.1.1"
authors = ["AprilNEA <dev@aprilnea.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation library for the OpenLogi CLI (the `openlogi` binary)."
readme = false
keywords = [
    "logitech",
    "hidpp",
    "hid",
    "mouse",
    "cli",
]
categories = [
    "command-line-utilities",
    "hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/AprilNEA/OpenLogi"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.openlogi-assets]
version = "0.1.1"

[dependencies.openlogi-core]
version = "0.1.1"

[dependencies.openlogi-hid]
version = "0.1.1"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "sync",
    "time",
    "rt",
    "macros",
    "sync",
    "time",
]
default-features = false

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "fmt",
    "env-filter",
]
default-features = false

[lints.clippy]
doc_markdown = "allow"
expect_used = "warn"
missing_errors_doc = "allow"
unwrap_used = "warn"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "deny"