# 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 = "2018" rust-version = "1.56" name = "mac-notification-sys" version = "0.6.2" authors = [ "Felix Döring ", "Hendrik Sollich ", ] build = "build.rs" include = [ "Cargo.toml", "build.rs", "objc/*", "src/*.rs", "tests/*.rs", ] autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "mac_notification_sys" path = "src/lib.rs" [[test]] name = "application" path = "tests/application.rs" [[test]] name = "time" path = "tests/time.rs" [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" [build-dependencies.cc] version = "1.0.17"