[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"
[dependencies.pytauri-core]
version = "0.4"
[dependencies.tauri]
version = "2.3"
[dependencies.tauri-plugin-pytauri]
version = "0.4"
[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/pytauri/pytauri/"
license = "Apache-2.0"
name = "pytauri"
readme = false
repository = "https://github.com/pytauri/pytauri/"
rust-version = "1.82"
version = "0.4.0"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]