phago-rag 1.0.0

Biological RAG — query interface on self-organizing Hebbian knowledge graph
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 = "phago-rag"
version = "1.0.0"
authors = ["Clemens Hoenig"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Biological RAG — query interface on self-organizing Hebbian knowledge graph"
documentation = "https://docs.rs/phago-rag"
readme = "README.md"
keywords = [
    "knowledge-graph",
    "hebbian-learning",
    "rag",
    "agents",
    "biological-computing",
]
categories = [
    "science",
    "data-structures",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/Clemens865/Phago_Project"

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

[dependencies.phago-agents]
version = "1.0.0"

[dependencies.phago-core]
version = "1.0.0"

[dependencies.phago-runtime]
version = "1.0.0"

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

[dependencies.serde_json]
version = "1"