lance-examples 2.0.0

Lance examples in Rust
# 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-examples"
version = "2.0.0"
authors = ["Lance Devs <dev@lance.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lance examples in Rust"
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"

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

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

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

[[example]]
name = "llm_dataset_creation"
path = "src/llm_dataset_creation.rs"

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

[dependencies.all_asserts]
version = "2.3.1"

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

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

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

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

[dependencies.env_logger]
version = "0.11.7"

[dependencies.futures]
version = "0.3"

[dependencies.hf-hub]
version = "0.4.2"

[dependencies.itertools]
version = "0.13"

[dependencies.lance]
version = "=2.0.0"
features = [
    "aws",
    "azure",
    "gcp",
    "oss",
    "huggingface",
]
default-features = false

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

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

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

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

[dependencies.object_store]
version = "0.12.3"

[dependencies.parquet]
version = "57.1"

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

[dependencies.tempfile]
version = "3"

[dependencies.tokenizers]
version = "0.15.2"

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