[dependencies.anyhow]
version = "1"
[dependencies.blake3]
optional = true
version = "1.5"
[dependencies.cell-macros]
version = "0.1.3"
[dependencies.humantime]
version = "2.1"
[dependencies.lazy_static]
version = "1.4"
[dependencies.rkyv]
features = ["validation"]
version = "0.7"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[features]
build = ["blake3"]
default = []
[lib]
name = "cell_sdk"
path = "src/lib.rs"
[package]
authors = ["Leif Rydenfalk"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "concurrency"]
description = "Zero-copy RPC framework with compile-time schemas (rkyv) and 48 Gbps throughput"
edition = "2021"
keywords = ["rpc", "zero-copy", "rkyv", "fintech", "low-latency"]
license = "MIT OR Apache-2.0"
name = "cell-sdk"
readme = false
repository = "https://github.com/Leif-Rydenfalk/cell"
version = "0.1.4"