hubrt 0.1.2

sync/async data hub
Documentation
[dependencies.async-channel]
optional = true
version = "2.2.0"

[dependencies.crossbeam]
optional = true
version = "0.8.4"

[dependencies.parking_lot]
version = "0.12.1"

[dependencies.tokio]
features = ["rt", "time"]
optional = true
version = "1.36.0"

[dependencies.tracing]
version = "0.1.40"

[features]
async = ["tokio", "async-channel"]
default = ["sync"]
sync = ["crossbeam"]

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

[package]
authors = ["Serhij S. <div@altertech.com>"]
description = "sync/async data hub"
edition = "2021"
license = "Apache-2.0"
name = "hubrt"
readme = "README.md"
version = "0.1.2"

[package.metadata.docs.rs]
features = ["sync", "async"]

[package.metadata.playground]
features = ["sync", "async"]