vortex-layout 0.56.0

Vortex layouts provide a way to perform lazy push-down scans over abstract storage
Documentation
[package]
name = "vortex-layout"
authors = { workspace = true }
categories = { workspace = true }
description = "Vortex layouts provide a way to perform lazy push-down scans over abstract storage"
edition = { workspace = true }
homepage = { workspace = true }
include = { workspace = true }
keywords = { workspace = true }
license = { workspace = true }
readme = { workspace = true }
repository = { workspace = true }
rust-version = { workspace = true }
version = { workspace = true }

[package.metadata.docs.rs]
all-features = true

[dependencies]
arcref = { workspace = true }
arrow-buffer = { workspace = true }
async-stream = { workspace = true }
async-trait = { workspace = true }
flatbuffers = { workspace = true }
futures = { workspace = true, features = ["alloc", "async-await", "executor"] }
itertools = { workspace = true }
kanal = { workspace = true }
log = { workspace = true }
moka = { workspace = true, features = ["future"] }
once_cell = { workspace = true, features = ["parking_lot"] }
oneshot = { workspace = true }
parking_lot = { workspace = true }
paste = { workspace = true }
pco = { workspace = true }
pin-project-lite = { workspace = true }
prost = { workspace = true }
rustc-hash = { workspace = true }
termtree = { workspace = true }
tokio = { workspace = true, features = ["rt"], optional = true }
uuid = { workspace = true }
vortex-array = { workspace = true }
vortex-btrblocks = { workspace = true }
vortex-buffer = { workspace = true }
vortex-decimal-byte-parts = { workspace = true }
vortex-dtype = { workspace = true }
vortex-error = { workspace = true }
vortex-flatbuffers = { workspace = true, features = ["layout"] }
vortex-io = { workspace = true }
vortex-mask = { workspace = true }
vortex-metrics = { workspace = true }
vortex-pco = { workspace = true }
vortex-scalar = { workspace = true }
vortex-sequence = { workspace = true }
vortex-session = { workspace = true }
vortex-utils = { workspace = true, features = ["dashmap"] }
vortex-zstd = { workspace = true, optional = true }

[target.'cfg(gpu_unstable)'.dependencies]
cudarc = { workspace = true }
vortex-gpu = { workspace = true, features = ["cuda"] }

[dev-dependencies]
futures = { workspace = true, features = ["executor"] }
rstest = { workspace = true }
tokio = { workspace = true, features = ["rt", "macros"] }
vortex-array = { path = "../vortex-array", features = ["test-harness"] }
vortex-io = { path = "../vortex-io", features = ["tokio"] }

[features]
test-harness = []
tokio = ["dep:tokio", "vortex-error/tokio"]
zstd = ["dep:vortex-zstd"]

[lints]
workspace = true