ruvector-gnn 2.0.2

Graph Neural Network layer for Ruvector on HNSW topology
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.77"
name = "ruvector-gnn"
version = "2.0.2"
authors = ["Ruvector Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Graph Neural Network layer for Ruvector on HNSW topology"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ruvnet/ruvector"

[features]
default = [
    "simd",
    "mmap",
]
mmap = [
    "dep:memmap2",
    "dep:page_size",
]
napi = [
    "dep:napi",
    "dep:napi-derive",
]
simd = []
wasm = []

[lib]
name = "ruvector_gnn"
crate-type = ["rlib"]
path = "src/lib.rs"

[[example]]
name = "loss_demo"
path = "examples/loss_demo.rs"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.dashmap]
version = "6.1"

[dependencies.memmap2]
version = "0.9"
optional = true

[dependencies.ndarray]
version = "0.16"
features = ["serde"]

[dependencies.page_size]
version = "0.6"
optional = true

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.8"

[dependencies.rand_distr]
version = "0.4"

[dependencies.rayon]
version = "1.10"

[dependencies.ruvector-core]
version = "2.0.1"
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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

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

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

[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2"

[target.'cfg(target_os = "linux")'.dependencies.napi]
version = "2.16"
features = [
    "napi9",
    "async",
    "tokio_rt",
]
optional = true
default-features = false

[target.'cfg(target_os = "linux")'.dependencies.napi-derive]
version = "2.16"
optional = true