lance 0.19.2

A columnar data format that is 100x faster than Parquet for random access.
Documentation
[[bench]]
harness = false
name = "ivf_pq"
path = "benches/ivf_pq.rs"

[[bench]]
harness = false
name = "scalar_index"
path = "benches/scalar_index.rs"

[[bench]]
harness = false
name = "scan"
path = "benches/scan.rs"

[[bench]]
harness = false
name = "take"
path = "benches/take.rs"

[[bench]]
harness = false
name = "vector_index"
path = "benches/vector_index.rs"

[[bin]]
name = "lq"
path = "src/bin/lq.rs"
required-features = ["cli"]

[build-dependencies.prost-build]
version = "0.12.2"

[dependencies.arrow]
features = ["prettyprint"]
version = "52.2"

[dependencies.arrow-arith]
version = "52.2"

[dependencies.arrow-array]
version = "52.2"

[dependencies.arrow-buffer]
version = "52.2"

[dependencies.arrow-ord]
version = "52.2"

[dependencies.arrow-row]
version = "52.2"

[dependencies.arrow-schema]
version = "52.2"

[dependencies.arrow-select]
version = "52.2"

[dependencies.async-recursion]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.async_cell]
version = "0.2.2"

[dependencies.aws-credential-types]
version = "1.2.0"

[dependencies.aws-sdk-dynamodb]
optional = true
version = "1.38.0"

[dependencies.byteorder]
version = "1.5"

[dependencies.bytes]
version = "1.4"

[dependencies.chrono]
default-features = false
features = ["std", "now"]
version = "0.4.25"

[dependencies.clap]
features = ["derive"]
optional = true
version = "4.1.1"

[dependencies.dashmap]
version = "5"

[dependencies.datafusion]
default-features = false
features = ["nested_expressions", "regex_expressions", "unicode_expressions"]
version = "41.0"

[dependencies.datafusion-functions]
features = ["regex_expressions"]
version = "41.0"

[dependencies.datafusion-physical-expr]
features = ["regex_expressions"]
version = "41.0"

[dependencies.deepsize]
version = "0.2.0"

[dependencies.futures]
version = "0.3"

[dependencies.half]
default-features = false
features = ["num-traits", "std"]
version = "2.4.1"

[dependencies.itertools]
version = "0.12"

[dependencies.lance-arrow]
version = "=0.19.2"

[dependencies.lance-core]
version = "=0.19.2"

[dependencies.lance-datafusion]
version = "=0.19.2"

[dependencies.lance-encoding]
version = "=0.19.2"

[dependencies.lance-file]
version = "=0.19.2"

[dependencies.lance-index]
version = "=0.19.2"

[dependencies.lance-io]
version = "=0.19.2"

[dependencies.lance-linalg]
version = "=0.19.2"

[dependencies.lance-table]
version = "=0.19.2"

[dependencies.lapack]
optional = true
version = "0.19.0"

[dependencies.lazy_static]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.moka]
features = ["future"]
version = "0.11"

[dependencies.object_store]
features = ["aws", "gcp", "azure"]
version = "0.10.2"

[dependencies.permutation]
version = "0.4.0"

[dependencies.pin-project]
version = "1.0"

[dependencies.prost]
version = "0.12.2"

[dependencies.rand]
features = ["small_rng"]
version = "0.8.3"

[dependencies.roaring]
version = "0.10.1"

[dependencies.serde]
version = "^1"

[dependencies.serde_json]
version = "1"

[dependencies.snafu]
version = "0.7.5"

[dependencies.tantivy]
features = ["stopwords"]
version = "0.22.0"

[dependencies.tempfile]
version = "3"

[dependencies.tfrecord]
features = ["async"]
optional = true
version = "0.15.0"

[dependencies.tokio]
features = ["rt-multi-thread", "macros", "fs", "sync"]
version = "1.23"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.3"

[dependencies.uuid]
features = ["v4", "serde"]
version = "1.2"

[dev-dependencies.all_asserts]
version = "2.3.1"

[dev-dependencies.approx]
version = "0.5.1"

[dev-dependencies.clap]
features = ["derive", "derive"]
version = "4"

[dev-dependencies.criterion]
features = ["async", "async_tokio", "html_reports"]
version = "0.5"

[dev-dependencies.dirs]
version = "5.0.0"

[dev-dependencies.env_logger]
version = "0.10.0"

[dev-dependencies.lance-datagen]
version = "=0.19.2"

[dev-dependencies.lance-test-macros]
version = "=0.19.2"

[dev-dependencies.lance-testing]
version = "=0.19.2"

[dev-dependencies.mock_instant]
features = ["sync"]
version = "0.3.1"

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[dev-dependencies.random_word]
features = ["en"]
version = "0.4.3"

[dev-dependencies.rstest]
version = "0.19.0"

[dev-dependencies.tracing-chrome]
version = "0.7.1"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.17"

[[example]]
name = "full_text_search"
path = "examples/full_text_search.rs"

[[example]]
name = "hnsw"
path = "examples/hnsw.rs"

[[example]]
name = "ivf_hnsw"
path = "examples/ivf_hnsw.rs"

[[example]]
name = "write_read_ds"
path = "examples/write_read_ds.rs"

[features]
cli = ["clap", "lzma-sys/static"]
dynamodb = ["lance-table/dynamodb", "aws-sdk-dynamodb"]
dynamodb_tests = ["dynamodb"]
fp16kernels = ["lance-linalg/fp16kernels"]
substrait = ["lance-datafusion/substrait"]
tensorflow = ["tfrecord"]

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

[lints.clippy]
dbg_macro = "deny"
fallible_impl_from = "deny"
manual_let_else = "deny"
multiple-crate-versions = "allow"
print_stderr = "deny"
print_stdout = "deny"
redundant_clone = "deny"
redundant_pub_crate = "deny"
string_add = "deny"
string_add_assign = "deny"
string_lit_as_bytes = "deny"
string_to_string = "deny"
trait_duplication_in_bounds = "deny"
use_self = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.cargo]
level = "deny"
priority = -1

[lints.clippy.style]
level = "deny"
priority = -1

[package]
authors = ["Lance Devs <dev@lancedb.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["database-implementations", "data-structures", "development-tools", "science"]
description = "A columnar data format that is 100x faster than Parquet for random access."
edition = "2021"
keywords = ["data-format", "data-science", "machine-learning", "apache-arrow", "data-analytics"]
license = "Apache-2.0"
name = "lance"
readme = "README.md"
repository = "https://github.com/lancedb/lance"
rust-version = "1.78"
version = "0.19.2"

[package.metadata.docs.rs]
features = []
no-default-features = true

[target.'cfg(target_os = "linux")'.dev-dependencies.lzma-sys]
version = "0.1"

[target.'cfg(target_os = "linux")'.dev-dependencies.pprof]
features = ["flamegraph", "criterion"]
version = "0.13"