lance-namespace-datafusion 4.0.0

Lance namespace integration with Apache DataFusion catalogs and schemas
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.91.0"
name = "lance-namespace-datafusion"
version = "4.0.0"
authors = ["Lance Devs <dev@lance.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lance namespace integration with Apache DataFusion catalogs and schemas"
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"

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

[[test]]
name = "sql"
path = "tests/sql.rs"

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

[dependencies.dashmap]
version = "6"

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

[dependencies.lance]
version = "=4.0.0"
default-features = false

[dependencies.lance-namespace]
version = "=4.0.0"

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

[dev-dependencies.arrow]
version = "57.0.0"
features = ["prettyprint"]

[dev-dependencies.arrow-array]
version = "57.0.0"

[dev-dependencies.arrow-schema]
version = "57.0.0"

[dev-dependencies.datafusion-sql]
version = "52.1.0"

[dev-dependencies.lance-namespace-impls]
version = "=4.0.0"

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

[lints.clippy]
dbg_macro = "deny"
disallowed_macros = "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"
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

[lints.rust]
unsafe_op_in_unsafe_fn = "allow"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage,coverage_nightly)"]