[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
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
comfy-table = { workspace = true, features = ["tty"] }
[target.'cfg(target_arch = "wasm32")'.dependencies]
comfy-table.workspace = true