frontmost 0.1.0

A Rust crate for detecting the currently focused application on macOS using NSWorkspace notifications.
[dependencies.objc2]
version = "0.6.2"

[dependencies.objc2-app-kit]
version = "0.3.1"

[dependencies.objc2-foundation]
version = "0.3.1"

[[example]]
name = "print"
path = "examples/print.rs"

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

[package]
authors = ["Kieran Llarena"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["os", "api-bindings"]
description = "A Rust crate for detecting the currently focused application on macOS using NSWorkspace notifications."
edition = "2021"
keywords = ["macos", "objc"]
license = "MIT"
name = "frontmost"
readme = "README.md"
repository = "https://github.com/kllarena07/frontmost"
version = "0.1.0"