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