vortex-all 0.14.0

Vortex file format with all builtin codecs and a sampling compressor.
Documentation
[package]
name = "vortex-all"
description = "Vortex file format with all builtin codecs and a sampling compressor."
version = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
keywords = { workspace = true }
include = { workspace = true }
edition = { workspace = true }
rust-version = { workspace = true }
categories = { workspace = true }
readme = { workspace = true }

[lib]
name = "vortex"
path = "src/lib.rs"
bench = false

[lints]
workspace = true

[dependencies]
vortex-alp = { workspace = true }
vortex-array = { workspace = true }
vortex-buffer = { workspace = true }
vortex-bytebool = { workspace = true }
vortex-datetime-dtype = { workspace = true }
vortex-datetime-parts = { workspace = true }
vortex-dict = { workspace = true }
vortex-dtype = { workspace = true, default-features = true }
vortex-error = { workspace = true }
vortex-expr = { workspace = true }
vortex-fastlanes = { workspace = true }
vortex-flatbuffers = { workspace = true }
vortex-fsst = { workspace = true }
vortex-proto = { workspace = true }
vortex-roaring = { workspace = true }
vortex-runend = { workspace = true }
vortex-runend-bool = { workspace = true }
vortex-sampling-compressor = { workspace = true }
vortex-scalar = { workspace = true, default-features = true }
vortex-schema = { workspace = true }
vortex-serde = { workspace = true, default-features = true }
vortex-zigzag = { workspace = true }

[features]
tokio = ["vortex-serde/tokio"]
object_store = ["vortex-serde/object_store"]
parquet = ["vortex-error/parquet"]
python = ["vortex-error/python"]