ruvector-sona 0.1.5

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

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

[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]
name = "ruvector_sona"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.console_error_panic_hook]
version = "0.1"
optional = true

[dependencies.crossbeam]
version = "0.8"

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

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

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

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

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.8"

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

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

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

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

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

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

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

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

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