notifica 3.0.1

Small, cross-platform Rust crate for sending system notifications
Documentation
[package]
authors = ["Corey Farwell <coreyf@rwell.org>"]
description = "Small, cross-platform Rust crate for sending system notifications"
edition = "2018"
license = "MIT/Apache-2.0"
name = "notifica"
repository = "https://github.com/frewsxcv/rust-notifica"
version = "3.0.1"
[target."cfg(target_os = \"linux\")".dependencies.notify-rust]
version = "3.3"
[target."cfg(target_os = \"macos\")".dependencies.mac-notification-sys]
version = "0.3.0"
[target."cfg(windows)".dependencies.winrt]
features = ["windows-data", "windows-ui"]
version = "0.6.0"