tauri-plugin-js 0.1.0

Bring Node/Bun/Deno to Tauri apps with full Type Safety (kkrpc)
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-js"
version = "0.1.0"
authors = ["Huakun"]
build = "build.rs"
links = "tauri-plugin-js"
exclude = [
    "/examples",
    "/dist-js",
    "/guest-js",
    "/node_modules",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bring Node/Bun/Deno to Tauri apps with full Type Safety (kkrpc)"
readme = "README.md"
license = "Apache-2.0"

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

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tauri]
version = "2.10.0"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "process",
    "io-util",
    "sync",
    "rt",
    "time",
]

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