[dependencies.proc-macro2]
version = "1.0.92"
[dependencies.quote]
version = "1.0.38"
[dependencies.syn]
features = ["full"]
version = "2.0.93"
[lib]
name = "tauri_plugin_async_wrapper"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Mamahuhu(support@mamahuhu.io)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A procedural macro for offloading blocking tasks to background threads in Tauri apps, ensuring smooth and responsive performance."
edition = "2021"
homepage = "https://github.com/mamahuhu-io/tauri-plugin-async-wrapper"
license = "MIT"
name = "tauri-plugin-async-wrapper"
readme = "README.md"
repository = "https://github.com/mamahuhu-io/tauri-plugin-async-wrapper"
version = "0.1.0"