pytauri 0.2.0

Tauri binding for Python through Pyo3
Documentation
[dependencies.dunce]
default-features = false
optional = true
version = "1"

[dependencies.libc]
optional = true
version = "0.2"

[dependencies.pyo3]
version = "0.23"

[dependencies.pyo3-utils]
version = "0.1.0-beta.0"

[dependencies.pytauri-core]
version = "0.2.0"

[dependencies.tauri]
version = "2.2"

[dependencies.tauri-plugin-pytauri]
version = "0.2.0"

[features]
standalone = ["dep:libc", "dep:dunce"]

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

[package]
authors = ["Sean Wang <126865849+WSH032@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Tauri binding for Python through Pyo3"
edition = "2021"
homepage = "https://github.com/WSH032/pytauri/"
license = "Apache-2.0"
name = "pytauri"
readme = false
repository = "https://github.com/WSH032/pytauri/"
rust-version = "1.81"
version = "0.2.0"

[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]