corenn 0.3.1

Billion-scale vector database
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 = "corenn"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Billion-scale vector database"
homepage = "https://github.com/wilsonzlin/corenn"
readme = false
license = "Apache-2.0"
repository = "https://github.com/wilsonzlin/corenn.git"

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

[[bin]]
name = "corenn"
path = "src/main.rs"

[dependencies.ahash]
version = "0.8.11"

[dependencies.axum]
version = "0.7.9"

[dependencies.bitcode]
version = "0.6.3"

[dependencies.bytemuck]
version = "1.20.0"

[dependencies.clap]
version = "4.5.21"
features = ["derive"]

[dependencies.dashmap]
version = "6.1.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.half]
version = "2.4.1"

[dependencies.hnswlib-rs]
version = "0.2.0"

[dependencies.indicatif]
version = "0.17.9"

[dependencies.itertools]
version = "0.13.0"

[dependencies.libcorenn]
version = "0.3.1"

[dependencies.ndarray]
version = "0.15"
features = ["blas"]

[dependencies.num-traits]
version = "0.2.19"

[dependencies.parking_lot]
version = "0.12.3"

[dependencies.rayon]
version = "1.10.0"

[dependencies.rocksdb]
version = "0.22.0"

[dependencies.serde]
version = "1.0.215"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.133"

[dependencies.tikv-jemallocator]
version = "0.6.0"
features = ["unprefixed_malloc_on_supported_platforms"]

[dependencies.tokio]
version = "1.41.1"
features = ["full"]

[dependencies.toml]
version = "0.8.19"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"

[target.'cfg(target_os = "linux")'.dependencies.blas-src]
version = "0.8"
features = ["openblas"]

[target.'cfg(target_os = "linux")'.dependencies.openblas-src]
version = "0.10"
features = ["system"]

[target.'cfg(target_os = "macos")'.dependencies.blas-src]
version = "0.8"
features = ["accelerate"]

[target.'cfg(target_os = "windows")'.dependencies.blas-src]
version = "0.8"
features = ["openblas"]

[target.'cfg(target_os = "windows")'.dependencies.openblas-src]
version = "0.10"
features = ["system"]