tauri-plugin-conduit 0.2.0

tauri-plugin-conduit — Tauri v2 plugin for binary IPC over the conduit:// custom protocol.
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 = "2024"
rust-version = "1.85"
name = "tauri-plugin-conduit"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "tauri-plugin-conduit — Tauri v2 plugin for binary IPC over the conduit:// custom protocol."
homepage = "https://github.com/userFRM/tauri-conduit"
readme = "README.md"
keywords = [
    "tauri",
    "ipc",
    "plugin",
    "binary",
]
categories = [
    "gui",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/userFRM/tauri-conduit"

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

[dependencies.conduit-core]
version = "0.2.0"

[dependencies.getrandom]
version = "0.3"

[dependencies.http]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.subtle]
version = "2"

[dependencies.tauri]
version = "2"
features = ["protocol-asset"]

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

[dependencies.url]
version = "2"