[dependencies.log]
version = "0.4.21"
[dependencies.rand]
version = "0.8.5"
[dependencies.vortex-alp]
version = "0.4.12"
[dependencies.vortex-array]
version = "0.4.12"
[dependencies.vortex-datetime-parts]
version = "0.4.12"
[dependencies.vortex-dict]
version = "0.4.12"
[dependencies.vortex-dtype]
default-features = false
version = "0.4.12"
[dependencies.vortex-error]
version = "0.4.12"
[dependencies.vortex-fastlanes]
version = "0.4.12"
[dependencies.vortex-roaring]
version = "0.4.12"
[dependencies.vortex-runend]
version = "0.4.12"
[dependencies.vortex-zigzag]
version = "0.4.12"
[dev-dependencies.chrono]
version = "0.4.38"
[lib]
name = "vortex_sampling_compressor"
path = "src/lib.rs"
[lints.clippy]
or_fun_call = "deny"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.rust]
warnings = "deny"
[package]
authors = ["Robert Kruszewski <robert@spiraldb.com>, Nicholas Gates <nick@spiraldb.com>, Will Manning <will@spiraldb.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Vortex compressor that uses statistical sampling"
edition = "2021"
homepage = "https://github.com/spiraldb/vortex"
include = ["benches/*.rs", "build.rs", "src/**/*.rs", "Cargo.toml", "proto/**/*.proto", "flatbuffers/*.fbs"]
keywords = ["vortex"]
license = "Apache-2.0"
name = "vortex-sampling-compressor"
readme = false
repository = "https://github.com/spiraldb/vortex"
rust-version = "1.76"
version = "0.4.12"