re_format_arrow 0.20.1

Format arrow data.
Documentation
[package]
name = "re_format_arrow"
authors.workspace = true
description = "Format arrow 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


[dependencies]
arrow2.workspace = true
re_tuid.workspace = true
re_types_core.workspace = true # tuid serialization

# native dependencies:
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
comfy-table = { workspace = true, features = ["tty"] }

# web dependencies:
[target.'cfg(target_arch = "wasm32")'.dependencies]
comfy-table.workspace = true