[dependencies.arrow2]
version = "0.17"
[dependencies.comfy-table]
default-features = false
version = "6.1"
[dependencies.re_tuid]
default-features = false
features = ["arrow"]
version = "=0.10.1-rc.1"
[package]
authors = ["rerun.io <opensource@rerun.io>"]
description = "Miscellaneous tools to format and parse numbers, durations, etc."
edition = "2021"
homepage = "https://rerun.io"
include = ["../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml"]
license = "MIT OR Apache-2.0"
name = "re_format"
publish = true
readme = "README.md"
repository = "https://github.com/rerun-io/rerun"
rust-version = "1.72"
version = "0.10.1-rc.1"
[package.metadata.docs.rs]
all-features = true