# 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 = "2021" rust-version = "1.77.2" name = "tauri-plugin-notification" version = "2.0.1" authors = ["Tauri Programme within The Commons Conservancy"] build = "build.rs" links = "tauri-plugin-notification" autobins = false autoexamples = false autotests = false autobenches = false description = "Send desktop and mobile notifications on your Tauri application." readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/tauri-apps/plugins-workspace" [package.metadata.docs.rs] rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] targets = [ "x86_64-unknown-linux-gnu", "x86_64-linux-android", ] [package.metadata.platforms.support.android] level = "full" notes = "" [package.metadata.platforms.support.ios] level = "full" notes = "" [package.metadata.platforms.support.linux] level = "full" notes = "" [package.metadata.platforms.support.macos] level = "full" notes = "" [package.metadata.platforms.support.windows] level = "full" notes = "" [lib] name = "tauri_plugin_notification" path = "src/lib.rs" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_repr] version = "0.1" [dependencies.tauri] version = "2.0.1" default-features = false [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3" features = [ "serde", "parsing", "formatting", ] [dependencies.url] version = "2" features = ["serde"] [dev-dependencies.color-backtrace] version = "0.6" [dev-dependencies.ctor] version = "0.2" [dev-dependencies.maplit] version = "1" [build-dependencies.tauri-plugin] version = "2.0.1" features = ["build"] [features] windows7-compat = [ "win7-notifications", "windows-version", ] [target.'cfg(any(target_os = "macos", windows, target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies.notify-rust] version = "4.11" [target.'cfg(target_os = "ios")'.dependencies.tauri] version = "2.0.1" features = ["wry"] default-features = false [target."cfg(windows)".dependencies.win7-notifications] version = "0.4.5" optional = true [target."cfg(windows)".dependencies.windows-version] version = "0.1" optional = true