[package]
name = "vortex-sequence"
authors = { workspace = true }
categories = { workspace = true }
description = "Vortex run end encoded array"
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 }
[dependencies]
arcref = { workspace = true }
num-traits = { workspace = true }
prost = { workspace = true }
vortex-array = { workspace = true }
vortex-buffer = { workspace = true }
vortex-dtype = { workspace = true }
vortex-error = { workspace = true }
vortex-mask = { workspace = true }
vortex-proto = { workspace = true }
vortex-scalar = { workspace = true }
[dev-dependencies]
rstest = { workspace = true }
tokio = { workspace = true, features = ["full"] }
vortex-array = { path = "../../vortex-array", features = ["test-harness"] }
vortex-expr = { path = "../../vortex-expr" }
vortex-file = { path = "../../vortex-file", features = ["tokio"] }
vortex-layout = { path = "../../vortex-layout" }
[lints]
workspace = true