lance-core 1.0.4

Lance Columnar Format -- Core Library
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 = "2021"
rust-version = "1.82.0"
name = "lance-core"
version = "1.0.4"
authors = ["Lance Devs <dev@lance.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lance Columnar Format -- Core Library"
readme = "README.md"
keywords = [
    "data-format",
    "data-science",
    "machine-learning",
    "apache-arrow",
    "data-analytics",
]
categories = [
    "database-implementations",
    "data-structures",
    "development-tools",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/lance-format/lance"

[features]
datafusion = [
    "dep:datafusion-common",
    "dep:datafusion-sql",
]

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

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

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

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

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

[dependencies.byteorder]
version = "1.5"

[dependencies.bytes]
version = "1.4"

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

[dependencies.datafusion-common]
version = "50.0.0"
optional = true

[dependencies.datafusion-sql]
version = "50.0.0"
optional = true

[dependencies.deepsize]
version = "0.2.0"

[dependencies.futures]
version = "0.3"

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

[dependencies.libc]
version = "0.2.176"

[dependencies.log]
version = "0.4"

[dependencies.mock_instant]
version = "0.6.0"

[dependencies.moka]
version = "0.12"
features = [
    "future",
    "sync",
]

[dependencies.num_cpus]
version = "1.0"

[dependencies.object_store]
version = "0.12.3"

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

[dependencies.prost]
version = "0.13.2"

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

[dependencies.roaring]
version = "0.10.1"

[dependencies.serde_json]
version = "1"

[dependencies.snafu]
version = "0.8"

[dependencies.tempfile]
version = "3"

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

[dependencies.tokio-stream]
version = "0.1.14"

[dependencies.tokio-util]
version = "0.7.16"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5.7"

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

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

[target.'cfg(all(any(target_arch = "aarch64", target_arch = "loongarch64"), target_os = "linux"))'.dependencies.libc]
version = "0.2"

[lints.clippy]
dbg_macro = "deny"
fallible_impl_from = "deny"
large_futures = "deny"
manual_let_else = "deny"
multiple-crate-versions = "allow"
print_stderr = "deny"
print_stdout = "deny"
redundant_clone = "deny"
redundant_pub_crate = "deny"
single_range_in_vec_init = "allow"
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