re_smart_channel 0.20.1

A channel that keeps track of latency and queue length.
Documentation
[package]
name = "re_smart_channel"
authors.workspace = true
description = "A channel that keeps track of latency and queue length."
edition.workspace = true
homepage.workspace = true
include.workspace = true
license.workspace = true
publish = true
readme = "README.md"
repository.workspace = true
rust-version.workspace = true
version.workspace = true

[lints]
workspace = true

[package.metadata.docs.rs]
all-features = true

[dependencies]
re_tracing.workspace = true

crossbeam.workspace = true
parking_lot.workspace = true
serde.workspace = true
web-time.workspace = true