[package]
name = "vortex-runend"
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]
arbitrary = { workspace = true, optional = true }
arrow-array = { workspace = true, optional = true }
itertools = { workspace = true }
num-traits = { workspace = true }
prost = { workspace = true }
vortex-array = { workspace = true }
vortex-buffer = { workspace = true }
vortex-error = { workspace = true }
vortex-mask = { workspace = true }
vortex-session = { workspace = true }
[lints]
workspace = true
[dev-dependencies]
arrow-array = { workspace = true }
arrow-schema = { workspace = true }
divan = { workspace = true }
itertools = { workspace = true }
rand = { workspace = true }
rstest = { workspace = true }
vortex-array = { workspace = true, features = ["_test-harness"] }
[features]
arbitrary = ["dep:arbitrary", "vortex-array/arbitrary"]
arrow = ["dep:arrow-array"]
[[bench]]
name = "run_end_null_count"
harness = false
[[bench]]
name = "run_end_compress"
harness = false
[[bench]]
name = "run_end_decode"
harness = false
[[bench]]
name = "run_end_take"
harness = false
[[bench]]
name = "run_end_filter"
harness = false