frontmost 1.0.0

A trait-based Rust crate for tracking the currently focused application on macOS via NSWorkspace notifications with thread-safe state management.
# 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 = "frontmost"
version = "1.0.0"
authors = ["Kieran Llarena"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A trait-based Rust crate for tracking the currently focused application on macOS via NSWorkspace notifications with thread-safe state management."
readme = "README.md"
keywords = [
    "macos",
    "objc",
    "trait-based",
    "thread-safe",
    "nsworkspace",
]
categories = [
    "os",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/kllarena07/frontmost"

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

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

[dependencies.objc2]
version = "0.6.2"

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

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