[dependencies.vortex-alp]
version = "0.14.0"
[dependencies.vortex-array]
version = "0.14.0"
[dependencies.vortex-buffer]
version = "0.14.0"
[dependencies.vortex-bytebool]
version = "0.14.0"
[dependencies.vortex-datetime-dtype]
version = "0.14.0"
[dependencies.vortex-datetime-parts]
version = "0.14.0"
[dependencies.vortex-dict]
version = "0.14.0"
[dependencies.vortex-dtype]
default-features = true
version = "0.14.0"
[dependencies.vortex-error]
version = "0.14.0"
[dependencies.vortex-expr]
version = "0.14.0"
[dependencies.vortex-fastlanes]
version = "0.14.0"
[dependencies.vortex-flatbuffers]
version = "0.14.0"
[dependencies.vortex-fsst]
version = "0.14.0"
[dependencies.vortex-proto]
version = "0.14.0"
[dependencies.vortex-roaring]
version = "0.14.0"
[dependencies.vortex-runend]
version = "0.14.0"
[dependencies.vortex-runend-bool]
version = "0.14.0"
[dependencies.vortex-sampling-compressor]
version = "0.14.0"
[dependencies.vortex-scalar]
default-features = true
version = "0.14.0"
[dependencies.vortex-schema]
version = "0.14.0"
[dependencies.vortex-serde]
default-features = true
version = "0.14.0"
[dependencies.vortex-zigzag]
version = "0.14.0"
[features]
object_store = ["vortex-serde/object_store"]
parquet = ["vortex-error/parquet"]
python = ["vortex-error/python"]
tokio = ["vortex-serde/tokio"]
[lib]
bench = false
name = "vortex"
path = "src/lib.rs"
[lints.clippy]
as_ptr_cast_mut = "deny"
borrow_as_ptr = "deny"
cognitive_complexity = "deny"
collection_is_never_read = "deny"
debug_assert_with_mut_call = "deny"
derive_partial_eq_without_eq = "deny"
equatable_if_let = "deny"
exit = "deny"
expect_fun_call = "deny"
expect_used = "deny"
fallible_impl_from = "deny"
get_unwrap = "deny"
host_endian_bytes = "deny"
if_then_some_else_none = "deny"
inconsistent_struct_constructor = "deny"
manual_assert = "deny"
manual_is_variant_and = "deny"
many_single_char_names = "deny"
mem_forget = "deny"
multiple_crate_versions = "allow"
or_fun_call = "deny"
panic = "deny"
panic_in_result_fn = "deny"
same_name_method = "deny"
tests_outside_test_module = "deny"
unwrap_in_result = "deny"
unwrap_used = "deny"
use_debug = "deny"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.cargo]
level = "deny"
priority = -1
[lints.rust]
unsafe_op_in_unsafe_fn = "deny"
warnings = "deny"
[package]
authors = ["Vortex Authors <hello@spiraldb.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["database-implementations", "data-structures", "compression"]
description = "Vortex file format with all builtin codecs and a sampling compressor."
edition = "2021"
homepage = "https://github.com/spiraldb/vortex"
include = ["benches/*.rs", "build.rs", "src/**/*.rs", "Cargo.toml", "proto/**/*.proto", "flatbuffers/*.fbs", "README.md"]
keywords = ["vortex"]
license = "Apache-2.0"
name = "vortex-all"
readme = "README.md"
repository = "https://github.com/spiraldb/vortex"
rust-version = "1.81"
version = "0.14.0"