sia 0.0.3

distributed systems library for making communications through the network easier
Documentation
[dependencies.async-std]
features = ["unstable"]
optional = true
version = "1"

[dependencies.bincode]
version = "1"

[dependencies.camino]
version = "1"

[dependencies.compact_str]
features = ["serde"]
version = "0.2"

[dependencies.dashmap]
version = "5"

[dependencies.derive_more]
version = "0.99"

[dependencies.igcp]
version = "0.0.2"

[dependencies.once_cell]
version = "1"

[dependencies.rand]
version = "0.8"

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

[dependencies.sia-macro]
version = "0.0.2"

[dependencies.snow]
version = "0.8.0"

[dependencies.tokio]
features = ["rt-multi-thread", "macros", "time"]
optional = true
version = "1"

[dependencies.tracing]
version = "0.1"

[features]
default = ["rt-async-std"]
rt-async-std = ["async-std"]
rt-tokio = ["tokio"]

[lib]
doctest = false

[package]
description = "distributed systems library for making communications through the network easier"
edition = "2021"
keywords = ["rpc", "async", "network", "microservices", "api"]
license = "MIT"
name = "sia"
repository = "https://github.com/znx3p0/sia"
version = "0.0.3"