ragdrift 0.1.3

Five-dimensional drift detection for production RAG systems. Re-export of ragdrift-core.
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.80"
name = "ragdrift"
version = "0.1.3"
authors = ["Mukunda Katta <mukunda.vjcs6@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Five-dimensional drift detection for production RAG systems. Re-export of ragdrift-core."
homepage = "https://github.com/MukundaKatta/ragdrift"
documentation = "https://docs.rs/ragdrift"
readme = "README.md"
keywords = [
    "rag",
    "drift",
    "embeddings",
    "monitoring",
    "llm",
]
categories = [
    "science",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MukundaKatta/ragdrift"

[lib]
name = "ragdrift"
path = "src/lib.rs"

[dependencies.ragdrift-core]
version = "=0.1.3"

[dev-dependencies.ndarray]
version = "0.16"
features = [
    "serde",
    "rayon",
]