[go: up one dir, main page]

re_data_store 0.3.1

In-memory storage of Rerun log data, indexed for fast fast queries.
Documentation
[package]
name = "re_data_store"
authors.workspace = true
description = "In-memory storage of Rerun log data, indexed for fast fast queries."
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

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


[features]
default = []

## Enable (de)serialization using serde.
serde = ["dep:serde", "re_log_types/serde"]


[dependencies]
re_arrow_store.workspace = true
re_log_types.workspace = true
re_log.workspace = true
re_smart_channel.workspace = true
re_string_interner.workspace = true

ahash = "0.8"
anyhow = "1.0"
document-features = "0.2"
itertools = "0.10"
nohash-hasher = "0.2"
once_cell = "1.15.0"
serde = { version = "1", features = ["derive", "rc"], optional = true }
thiserror = "1.0"

# Native dependencies:
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
puffin.workspace = true


[dev-dependencies]
criterion = "0.4"
mimalloc.workspace = true
rand = "0.8"

[lib]
bench = false