rsbag/rsbag_arrow/Cargo.toml

21 lines
488 B
TOML
Raw Normal View History

[package]
name = "rsbag_arrow"
version = "0.1.0"
edition = "2018"
rust-version = "1.66"
[dependencies]
arrow2 = { version = "0.15.0", features = ["io_parquet", "io_parquet_compression"] }
color-eyre = "0.5.11"
env_logger = "0.9.0"
eyre = "0.6.5"
log = "0.4.14"
indicatif = { version = "0.16.2", features = ["rayon"] }
rayon = { version = "1.6.1" }
rsbag = { path = "../rsbag" }
nom = "7.0.0"
mkdirp = "1.0.0"
[target.'cfg(not(target_env = "msvc"))'.dependencies]
jemallocator = "0.3.2"