ruvector-attention-node 2.0.4

Node.js bindings for ruvector-attention
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 = "ruvector-attention-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-attention"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ruvnet/ruvector"

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

[dependencies.napi]
version = "2"
features = [
    "napi9",
    "async",
    "serde-json",
]
default-features = false

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

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1"
features = ["rt-multi-thread"]

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

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true