lance-table 1.0.3

Utilities for the Lance table format
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-table"
version = "1.0.3"
authors = ["Lance Devs <dev@lance.org>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for the Lance table format"
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"

[package.metadata.docs.rs]
features = ["protoc"]

[features]
dynamodb = [
    "dep:aws-sdk-dynamodb",
    "dep:aws-credential-types",
    "lance-io/aws",
]
protoc = ["dep:protobuf-src"]

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

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

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

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

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

[dependencies.arrow-ipc]
version = "56.1"
features = ["zstd"]

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

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

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

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

[dependencies.byteorder]
version = "1.5"

[dependencies.bytes]
version = "1.4"

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

[dependencies.deepsize]
version = "0.2.0"

[dependencies.futures]
version = "0.3"

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

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

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

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

[dependencies.log]
version = "0.4"

[dependencies.object_store]
version = "0.12.3"

[dependencies.prost]
version = "0.13.2"

[dependencies.prost-types]
version = "0.13.2"

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

[dependencies.rangemap]
version = "1.0"

[dependencies.roaring]
version = "0.10.1"

[dependencies.semver]
version = "1.0"

[dependencies.serde]
version = "^1"

[dependencies.serde_json]
version = "1"

[dependencies.snafu]
version = "0.8"

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

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5.7"

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

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

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

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

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

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

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

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

[build-dependencies.protobuf-src]
version = "2.1"
optional = true

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

[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