[build-dependencies.cc]
version = "1.0.17"
[dependencies.dirs-next]
version = "2.0.0"
[dependencies.objc-foundation]
version = "0.1.1"
[dependencies.objc_id]
version = "0.1.1"
[dependencies.time]
version = "0.3"
[lib]
name = "mac_notification_sys"
path = "src/lib.rs"
[package]
authors = ["Felix Döring <development@felixdoering.com>", "Hendrik Sollich <hendrik@hoodie.de>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Thin wrapper around macOS Notifications."
documentation = "https://h4llow3en.github.io/mac-notification-sys/mac_notification_sys/"
edition = "2018"
homepage = "https://github.com/h4llow3En/mac-notification-sys"
include = ["Cargo.toml", "build.rs", "objc/*", "src/*.rs", "tests/*.rs"]
keywords = ["notification", "masOS", "osx", "notify"]
license = "MIT"
name = "mac-notification-sys"
readme = "README.md"
repository = "https://github.com/h4llow3En/mac-notification-sys"
rust-version = "1.56"
version = "0.6.2"
[[test]]
name = "application"
path = "tests/application.rs"
[[test]]
name = "time"
path = "tests/time.rs"