ruvector-gnn-node 2.0.4

Node.js bindings for Ruvector GNN via NAPI-RS
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-node"
version = "2.0.4"
authors = ["Ruvector Team"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Node.js bindings for Ruvector GNN via NAPI-RS"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ruvnet/ruvector"

[lib]
name = "ruvector_gnn_node"
crate-type = ["cdylib"]
path = "src/lib.rs"

[dependencies.napi]
version = "2.16"
features = [
    "napi9",
    "async",
    "tokio_rt",
]
default-features = false

[dependencies.napi-derive]
version = "2.16"

[dependencies.ruvector-gnn]
version = "2.0"
default-features = false

[dependencies.serde_json]
version = "1.0"

[build-dependencies.napi-build]
version = "2"

[profile.release]
lto = true
strip = true