openlogi-hook 0.1.1

OS-level mouse-event hook for OpenLogi. macOS via CGEventTap; Linux/Windows are stubs.
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-hook"
version = "0.1.1"
authors = ["AprilNEA <dev@aprilnea.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OS-level mouse-event hook for OpenLogi. macOS via CGEventTap; Linux/Windows are stubs."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/AprilNEA/OpenLogi"

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

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

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[target.'cfg(target_os = "macos")'.dependencies.cocoa]
version = "0.26"

[target.'cfg(target_os = "macos")'.dependencies.core-foundation]
version = "0.10"
features = ["link"]
default-features = false

[target.'cfg(target_os = "macos")'.dependencies.core-graphics]
version = "0.25"
features = ["link"]
default-features = false

[target.'cfg(target_os = "macos")'.dependencies.objc]
version = "0.2"

[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 = "allow"

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
check-cfg = []