notifica 1.0.2

Small, cross-platform Rust crate for sending system notifications
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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