[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"]
version = "0.23.3"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.tauri]
version = "2"
[dependencies.thiserror]
version = "2"
[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.2.1"