ruvector-attention 2.1.0

Attention mechanisms for ruvector - geometric, graph, and sparse 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"
version = "2.1.0"
authors = ["Ruvector Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Attention mechanisms for ruvector - geometric, graph, and sparse attention"
readme = "README.md"
keywords = [
    "attention",
    "machine-learning",
    "vector-search",
    "graph-attention",
]
categories = [
    "algorithms",
    "science",
]
license = "MIT"
repository = "https://github.com/ruvnet/ruvector"

[features]
default = ["simd"]
math = ["dep:ruvector-math"]
napi = [
    "dep:napi-derive",
    "dep:napi",
]
sheaf = []
simd = []
wasm = []

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

[[bin]]
name = "bench_runner"
path = "benches/attention_benchmarks.rs"

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

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

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

[dependencies.napi]
version = "2"
optional = true

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

[dependencies.rand]
version = "0.8"

[dependencies.rayon]
version = "1.10"

[dependencies.ruvector-math]
version = "2.0"
optional = true

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

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.approx]
version = "0.5"

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

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