taurpc 0.6.0

A type-safe IPC layer for tauri commands
# 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 = "taurpc"
version = "0.6.0"
authors = ["MatsDK"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A type-safe IPC layer for tauri commands"
homepage = "https://github.com/MatsDK/TauRPC"
documentation = "https://docs.rs/taurpc"
readme = "README.md"
categories = []
license = "MIT OR Apache-2.0"
repository = "https://github.com/MatsDK/TauRPC"

[package.metadata."docs.rs"]
all-features = true
rustc-args = [
    "--cfg",
    "docsrs",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.anyhow]
version = "1"

[dependencies.heck]
version = "0"

[dependencies.itertools]
version = "0"

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

[dependencies.serde_json]
version = "1"

[dependencies.specta]
version = "2.0.0-rc.22"
features = [
    "export",
    "function",
]

[dependencies.specta-macros]
version = "2.0.0-rc.18"

[dependencies.specta-serde]
version = "0"
features = []

[dependencies.specta-typescript]
version = "0"
features = ["function"]

[dependencies.tauri]
version = "2"
features = ["specta"]

[dependencies.taurpc-macros]
version = "=0.6.0"

[dependencies.tokio]
version = "1"
features = ["full"]