ipfi 0.1.0-rc.2

The inter-planetary function interface: a lightning-fast RPC library that just works.
Documentation
[dependencies.crossbeam-queue]
version = "0.3"

[dependencies.dashmap]
version = "5.4.0"

[dependencies.fxhash]
version = "0.2"

[dependencies.nohash-hasher]
version = "0.2"

[dependencies.rmp]
optional = true
version = "0.8"

[dependencies.rmp-serde]
optional = true
version = "1"

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

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["sync", "io-util", "time", "rt"]
optional = true
version = "1"

[dev-dependencies.once_cell]
version = "1"

[dev-dependencies.tokio]
features = ["macros", "io-std", "rt-multi-thread", "process"]
version = "1"

[features]
async = ["tokio"]
blocking = []
default = ["wire", "serde", "int-u16", "async", "blocking"]
int-u16 = []
int-u32 = []
int-u64 = []
int-u8 = []
serde = ["dep:serde", "rmp-serde", "rmp"]
wire = []

[package]
authors = ["arctic-hen7 <arctic.hen@pm.me>"]
categories = ["encoding", "web-programming"]
description = "The inter-planetary function interface: a lightning-fast RPC library that just works."
edition = "2021"
keywords = ["rpc", "ffi", "ipfi", "concurrent", "ipc"]
license = "MIT"
name = "ipfi"
readme = "README.md"
repository = "https://github.com/framesurge/ipfi"
version = "0.1.0-rc.2"