tauri-plugin-serialplugin 2.22.0

Access the current process of your Tauri application.
# 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.70"
name = "tauri-plugin-serialplugin"
version = "2.22.0"
authors = ["Tauri Programme within The Commons Conservancy"]
build = "build.rs"
links = "tauri-plugin-serialplugin"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Access the current process of your Tauri application."
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/s00d/tauri-plugin-serialplugin"

[package.metadata.docs.rs]
rustc-args = [
    "--cfg",
    "docsrs",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]
targets = ["x86_64-linux-android"]

[package.metadata.platforms.support.windows]
level = "full"
notes = ""

[package.metadata.platforms.support.linux]
level = "full"
notes = ""

[package.metadata.platforms.support.macos]
level = "full"
notes = ""

[package.metadata.platforms.support.android]
level = "full"
notes = ""

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

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.serialport]
version = "4.8.1"

[dependencies.tauri]
version = "2.6.2"
features = ["test"]

[dependencies.thiserror]
version = "2.0.12"

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

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
panic = "abort"
incremental = false