mac-notification-sys 0.6.12

Thin wrapper around macOS Notifications.
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 = "mac-notification-sys"
version = "0.6.12"
authors = [
    "Felix Döring <development@felixdoering.com>",
    "Hendrik Sollich <hendrik@hoodie.de>",
]
build = "build.rs"
include = [
    "Cargo.toml",
    "build.rs",
    "objc/*",
    "src/*.rs",
    "tests/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Thin wrapper around macOS Notifications."
homepage = "https://github.com/h4llow3En/mac-notification-sys"
documentation = "https://docs.rs/mac-notification-sys/latest/mac_notification_sys/"
readme = "README.md"
keywords = [
    "notification",
    "masOS",
    "osx",
    "notify",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/h4llow3En/mac-notification-sys"

[package.metadata.docs.rs]
targets = ["aarch64-apple-darwin"]

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

[[test]]
name = "application"
path = "tests/application.rs"

[[test]]
name = "time"
path = "tests/time.rs"

[dependencies.objc2]
version = "0.6"

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

[dependencies.time]
version = "0.3"

[build-dependencies.cc]
version = "1.2"