[package]
name = "re_data_source"
authors.workspace = true
description = "Handles loading of Rerun data"
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
[features]
default = []
[dependencies]
re_data_loader.workspace = true
re_error.workspace = true
re_grpc_client.workspace = true
re_log_encoding = { workspace = true, features = [
"decoder",
"stream_from_http",
] }
re_log_types.workspace = true
re_log.workspace = true
re_smart_channel.workspace = true
re_tracing.workspace = true
re_uri.workspace = true
anyhow.workspace = true
itertools.workspace = true
rayon.workspace = true
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
tokio.workspace = true
[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen-futures.workspace = true
[build-dependencies]
re_build_tools.workspace = true