[build-dependencies.tauri-plugin]
features = ["build"]
version = "2.3.0"
[dependencies.log]
version = "0.4"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.serde_repr]
version = "0.1"
[dependencies.tauri]
version = "2.7.0"
[dependencies.thiserror]
version = "2"
[lib]
name = "tauri_plugin_sharekit"
path = "src/lib.rs"
[package]
authors = ["You"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "A Tauri v2 plugin that enables sharing content with native sharing interfaces on Android, iOS, macOS and Windows."
edition = "2021"
exclude = ["/examples", "/dist-js", "/guest-js", "/node_modules"]
license = "MIT"
links = "tauri-plugin-sharekit"
name = "tauri-plugin-sharekit"
readme = "README.md"
repository = "https://github.com/Choochmeque/tauri-plugin-sharekit"
version = "0.2.1"
[target.'cfg(target_os = "macos")'.dependencies.block2]
version = "0.5"
[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6"
[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
features = ["NSSharingService", "NSView", "NSResponder", "NSWindow"]
version = "0.3"
[target.'cfg(target_os = "macos")'.dependencies.objc2-core-foundation]
version = "0.3"
[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
features = ["NSString"]
version = "0.3"
[target.'cfg(target_os = "windows")'.dependencies.windows]
features = ["ApplicationModel_DataTransfer", "Foundation", "Foundation_Collections", "Storage", "Storage_Streams", "Win32_System_WinRT", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging"]
version = "0.61"
[target.'cfg(target_os = "windows")'.dependencies.windows-collections]
version = "0.2"