arrow-view-state 0.1.0

High-performance columnar permutation index and filter engine for Apache Arrow
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.94"
name = "arrow-view-state"
version = "0.1.0"
authors = ["KoVal177 <58688524+KoVal177@users.noreply.github.com>"]
build = false
exclude = [
    ".github/",
    ".llm_instructions/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance columnar permutation index and filter engine for Apache Arrow"
homepage = "https://github.com/KoVal177/arrow-view-state"
documentation = "https://docs.rs/arrow-view-state"
readme = "README.md"
keywords = [
    "arrow",
    "sort",
    "index",
    "columnar",
    "permutation",
]
categories = [
    "data-structures",
    "science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/KoVal177/arrow-view-state"

[features]
default = ["parallel"]
evaluate = ["dep:arrow-ord"]
full = [
    "parallel",
    "evaluate",
    "hash-index",
    "inverted-index",
    "persist",
]
hash-index = ["dep:ordered-float"]
inverted-index = []
mmap = [
    "dep:memmap2",
    "dep:tempfile",
]
parallel = ["dep:rayon"]
persist = ["mmap"]

[lib]
name = "arrow_view_state"
path = "src/lib.rs"

[dependencies.arrow-array]
version = "58"
default-features = false

[dependencies.arrow-ord]
version = "58"
optional = true
default-features = false

[dependencies.arrow-row]
version = "58"
default-features = false

[dependencies.arrow-schema]
version = "58"
default-features = false

[dependencies.memmap2]
version = "0.9"
optional = true

[dependencies.ordered-float]
version = "5"
optional = true

[dependencies.rayon]
version = "1"
optional = true

[dependencies.roaring]
version = "0.10"

[dependencies.tempfile]
version = "3"
optional = true

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"
default-features = false

[dev-dependencies.arrow-cast]
version = "58"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.tempfile]
version = "3"

[lints.clippy]
must_use_candidate = "allow"
panic = "deny"
unwrap_used = "deny"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"