[package]
name = "mac-notification-sys"
version = "0.3.0"
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"]
description = "Thin wrapper around macOS Notifications."
homepage = "https://github.com/h4llow3En/mac-notification-sys"
documentation = "https://h4llow3en.github.io/mac-notification-sys/mac_notification_sys/"
readme = "README.md"
keywords = ["notification", "masOS", "osx", "notify"]
license = "MIT"
repository = "https://github.com/h4llow3En/mac-notification-sys"
[dependencies.chrono]
version = "0.4.0"
[dependencies.dirs]
version = "1.0"
[dependencies.objc-foundation]
version = "0.1.1"
[build-dependencies.cc]
version = "1.0.17"