[build-dependencies.tauri-build]
version = "2.5.1"
[build-dependencies.tauri-plugin]
features = ["build"]
version = "2.5.1"
[dependencies.serde]
version = "1.0"
[dependencies.tauri]
version = "2.9.2"
[dependencies.thiserror]
version = "2"
[lib]
name = "tauri_plugin_netwait"
path = "src/lib.rs"
[package]
authors = ["BGMA"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "A Tauri plugin for network status monitoring and waiting."
edition = "2021"
exclude = ["/examples", "/dist-js", "/guest-js", "/node_modules"]
license = "MIT"
links = "tauri-plugin-netwait"
name = "tauri-plugin-netwait"
readme = "README.md"
rust-version = "1.77.2"
version = "0.1.0"
[target.'cfg(all(not(target_os = "android"), not(target_os = "ios")))'.dependencies.network-interface]
version = "2.0.3"