lance-datafusion 1.0.4

Internal utilities used by other lance modules to simplify working with datafusion
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"
name = "lance-datafusion"
version = "1.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal utilities used by other lance modules to simplify working with datafusion"
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]
substrait = ["dep:datafusion-substrait"]

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

[dependencies.arrow]
version = "56.1"
features = [
    "prettyprint",
    "ffi",
]

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

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

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

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

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

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

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

[dependencies.datafusion]
version = "50.0.0"
features = [
    "nested_expressions",
    "regex_expressions",
    "unicode_expressions",
    "crypto_expressions",
    "encoding_expressions",
    "datetime_expressions",
    "string_expressions",
]
default-features = false

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

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

[dependencies.datafusion-physical-expr]
version = "50.0.0"

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

[dependencies.futures]
version = "0.3"

[dependencies.jsonb]
version = "0.5.3"
features = ["databend"]
default-features = false

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

[dependencies.lance-core]
version = "=1.0.4"
features = ["datafusion"]

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

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

[dependencies.log]
version = "0.4"

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

[dependencies.prost]
version = "0.13.2"

[dependencies.snafu]
version = "0.8"

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

[dependencies.tracing]
version = "0.1"

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

[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