tauri-plugin-tcpclient 0.2.1

A Tauri plugin for TCP client connections
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.77.2"
name = "tauri-plugin-tcpclient"
version = "0.2.1"
authors = ["x93008"]
build = "build.rs"
links = "tauri-plugin-tcpclient"
exclude = [
    "/examples",
    "/dist-js",
    "/guest-js",
    "/node_modules",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Tauri plugin for TCP client connections"
readme = "README.md"
keywords = [
    "tauri",
    "tcp",
    "client",
    "network",
    "plugin",
]
license = "MIT"
repository = "https://github.com/x93008/tauri-plugin-tcpclient"

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

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.socket2]
version = "0.5"
features = ["all"]

[dependencies.tauri]
version = "2"
default-features = false

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "net",
    "io-util",
    "sync",
    "rt-multi-thread",
    "macros",
    "time",
]

[build-dependencies.tauri-plugin]
version = "2"
features = ["build"]