tauri-plugin 2.5.3

Build script and runtime Tauri plugin definitions
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 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"
version = "2.5.3"
authors = ["Tauri Programme within The Commons Conservancy"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Build script and runtime Tauri plugin definitions"
homepage = "https://tauri.app/"
readme = false
categories = [
    "gui",
    "web-programming",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/tauri-apps/tauri"

[package.metadata.docs.rs]
features = [
    "build",
    "runtime",
]

[features]
build = [
    "dep:anyhow",
    "dep:serde",
    "dep:serde_json",
    "dep:glob",
    "dep:toml",
    "dep:plist",
    "dep:walkdir",
]
runtime = []

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

[dependencies.anyhow]
version = "1"
optional = true

[dependencies.glob]
version = "0.3"
optional = true

[dependencies.schemars]
version = "0.8.21"
features = ["preserve_order"]

[dependencies.serde]
version = "1"
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.tauri-utils]
version = "2.8.2"
features = ["build"]
default-features = false

[dependencies.toml]
version = "0.9"
optional = true

[dependencies.walkdir]
version = "2"
optional = true

[target.'cfg(target_os = "macos")'.dependencies.plist]
version = "1"
optional = true