ruvector-tiny-dancer-core 2.0.4

Production-grade AI agent routing system with FastGRNN neural inference
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-tiny-dancer-core"
version = "2.0.4"
authors = ["Ruvector Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Production-grade AI agent routing system with FastGRNN neural inference"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ruvnet/ruvector"

[lib]
name = "ruvector_tiny_dancer_core"
crate-type = [
    "lib",
    "staticlib",
]
path = "src/lib.rs"

[[example]]
name = "admin-server"
path = "examples/admin-server.rs"

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

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

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

[[example]]
name = "train-model"
path = "examples/train-model.rs"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.bytemuck]
version = "1.18"

[dependencies.chrono]
version = "0.4"

[dependencies.crossbeam]
version = "0.8"

[dependencies.dashmap]
version = "6.1"

[dependencies.memmap2]
version = "0.9"

[dependencies.ndarray]
version = "0.16"

[dependencies.once_cell]
version = "1.20"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.8"

[dependencies.rand_distr]
version = "0.4"

[dependencies.rayon]
version = "1.10"

[dependencies.redb]
version = "2.1"

[dependencies.rusqlite]
version = "0.32"
features = [
    "bundled",
    "modern_sqlite",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.simsimd]
version = "5.9"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.11"
features = [
    "v4",
    "serde",
    "js",
]

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

[dev-dependencies.proptest]
version = "1.5"

[dev-dependencies.tempfile]
version = "3.12"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]