hsipc 0.1.3

High-performance inter-process communication framework in Rust
Documentation
[[bench]]
harness = false
name = "simple_benchmarks"
path = "benches/simple_benchmarks.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.bincode]
version = "1.3"

[dependencies.dashmap]
version = "5.5"

[dependencies.futures]
version = "0.3"

[dependencies.hsipc-macros]
optional = true
version = "0.1.3"

[dependencies.ipmb]
version = "0.8"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.19"

[dependencies.pin-project]
version = "1.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.type-uuid]
version = "0.1"

[dependencies.uuid]
features = ["v4", "serde"]
version = "1.6"

[dev-dependencies.criterion]
features = ["html_reports", "async_tokio"]
version = "0.5"

[features]
default = ["macros"]
macros = ["hsipc-macros"]
runtime = ["tokio/rt-multi-thread"]

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

[lints.clippy]
empty-line-after-doc-comments = "allow"
mixed-attributes-style = "allow"
type-complexity = "allow"

[package]
authors = ["loyalpartner <lee@yizhisec.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "concurrency", "asynchronous"]
description = "High-performance inter-process communication framework in Rust"
documentation = "https://docs.rs/hsipc"
edition = "2021"
homepage = "https://github.com/loyalpartner/hsipc"
keywords = ["ipc", "rpc", "async", "communication", "framework"]
license = "MIT OR Apache-2.0"
name = "hsipc"
readme = "README.md"
repository = "https://github.com/loyalpartner/hsipc"
rust-version = "1.70"
version = "0.1.3"