tauri-plugin-quicklook 0.1.0

A Tauri plugin providing APIs to display and manage the macOS QuickLookUI Preview Pane.
# 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-quicklook"
version = "0.1.0"
authors = ["Justin Harrell"]
build = "build.rs"
links = "tauri-plugin-quicklook"
exclude = [
    "/examples",
    "/dist-js",
    "/guest-js",
    "/node_modules",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Tauri plugin providing APIs to display and manage the macOS QuickLookUI Preview Pane."
readme = "README.md"
keywords = [
    "tauri",
    "macos",
    "appkit",
    "quicklook-ui",
    "apple",
]
categories = [
    "os::macos-apis",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jaydevelopsstuff/tauri-plugin-quicklook"

[lib]
name = "tauri_plugin_quicklook"
path = "src/lib.rs"

[dependencies.quicklook]
version = "0.2"
features = ["serde"]

[dependencies.serde]
version = "1.0"

[dependencies.tauri]
version = "2.11"

[dependencies.thiserror]
version = "2"

[build-dependencies.tauri-plugin]
version = "2.6"
features = ["build"]