ailake-file 0.0.11

Self-contained AI-Lake file writer/reader — Parquet extended with HNSW footer
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 = "ailake-file"
version = "0.0.11"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Self-contained AI-Lake file writer/reader — Parquet extended with HNSW footer"
readme = false
keywords = [
    "parquet",
    "vector",
    "hnsw",
    "iceberg",
    "lakehouse",
]
categories = [
    "database",
    "encoding",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ThiagoLange/ai-lakehouse"

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

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

[dependencies.ailake-core]
version = "0.0.11"

[dependencies.ailake-index]
version = "0.0.11"

[dependencies.ailake-parquet]
version = "0.0.11"

[dependencies.ailake-vec]
version = "0.0.11"

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

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

[dependencies.bytes]
version = "1"

[dependencies.thiserror]
version = "1"

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

[dev-dependencies.rand]
version = "0.8"

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