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