ruvector-sona 0.1.4

Self-Optimizing Neural Architecture - Runtime-adaptive learning for LLM routers with two-tier LoRA, EWC++, and ReasoningBank
Documentation
[dependencies.console_error_panic_hook]
optional = true
version = "0.1"

[dependencies.crossbeam]
version = "0.8"

[dependencies.getrandom]
features = ["js"]
optional = true
version = "0.2"

[dependencies.js-sys]
optional = true
version = "0.3"

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

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

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
optional = true
version = "1.0"

[dependencies.wasm-bindgen]
optional = true
version = "0.2"

[dependencies.wasm-bindgen-futures]
optional = true
version = "0.4"

[dependencies.web-sys]
features = ["console", "Performance", "Window"]
optional = true
version = "0.3"

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

[dev-dependencies.once_cell]
version = "1.19"

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

[features]
default = ["serde-support"]
napi = ["dep:napi", "dep:napi-derive", "serde-support"]
serde-support = ["serde", "serde_json"]
wasm = ["wasm-bindgen", "wasm-bindgen-futures", "console_error_panic_hook", "js-sys", "web-sys", "getrandom", "serde-support"]

[lib]
crate-type = ["cdylib", "rlib"]
name = "ruvector_sona"
path = "src/lib.rs"

[package]
authors = ["RuVector Team <team@ruvector.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "algorithms", "wasm"]
description = "Self-Optimizing Neural Architecture - Runtime-adaptive learning for LLM routers with two-tier LoRA, EWC++, and ReasoningBank"
documentation = "https://docs.rs/sona"
edition = "2021"
homepage = "https://github.com/ruvnet/ruvector/tree/main/crates/sona"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE-MIT", "LICENSE-APACHE"]
keywords = ["neural", "learning", "lora", "llm", "adaptive"]
license = "MIT OR Apache-2.0"
name = "ruvector-sona"
readme = "README.md"
repository = "https://github.com/ruvnet/ruvector"
rust-version = "1.70"
version = "0.1.4"

[package.metadata.wasm-pack.profile.release]
wasm-opt = false

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
features = ["js"]
version = "0.2"