tauri-plugin-python 0.3.9

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

[features]
default = [
    "venv",
    "pyo3",
]
pyo3 = ["async_py/pyo3"]
rustpython = ["async_py/rustpython"]
venv = []

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

[dependencies.async-trait]
version = "0.1"

[dependencies.async_py]
version = "0.3.2"
default-features = false

[dependencies.dunce]
version = "1.0.5"

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

[dependencies.serde_json]
version = "1.0.136"

[dependencies.tauri]
version = "2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.tauri]
version = "2"
features = ["test"]

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