tauri-plugin-python 0.3.5

A tauri 2 plugin to use python code in the backend.
[build-dependencies.tauri-plugin]
features = ["build"]
version = "2"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.pyo3]
features = ["auto-initialize", "abi3-py39", "generate-import-lib"]
optional = true
version = "0.23.3"

[dependencies.rustpython-pylib]
version = "0.4.0"

[dependencies.rustpython-stdlib]
features = ["threading"]
version = "0.4.0"

[dependencies.rustpython-vm]
features = ["importlib", "serde", "threading"]
version = "0.4.0"

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

[dependencies.serde_json]
version = "1.0.136"

[dependencies.tauri]
version = "2"

[dependencies.thiserror]
version = "2"

[features]
default = ["venv"]
pyo3 = ["dep:pyo3"]
venv = []

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

[package]
authors = ["Marco Mengelkoch"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "A tauri 2 plugin to use python code in the backend."
edition = "2021"
exclude = ["/examples", "/webview-dist", "/webview-src", "/node_modules"]
homepage = "https://github.com/marcomq/tauri-plugin-python"
keywords = ["rust", "python", "tauri", "gui"]
license = "MIT"
links = "tauri-plugin-python"
name = "tauri-plugin-python"
readme = "README.md"
repository = "https://github.com/marcomq/tauri-plugin-python"
rust-version = "1.77.2"
version = "0.3.5"