phago 1.0.0

Self-evolving knowledge substrates through biological computing primitives
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"
version = "1.0.0"
authors = ["Clemens Hoenig"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Self-evolving knowledge substrates through biological computing primitives"
documentation = "https://docs.rs/phago"
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"

[features]
default = []
distributed = ["phago-distributed"]
llm = ["phago-llm"]
llm-api = [
    "llm",
    "phago-llm/api",
]
llm-full = [
    "llm",
    "phago-llm/full",
]
llm-local = [
    "llm",
    "phago-llm/local",
]
semantic = [
    "phago-embeddings",
    "phago-agents/semantic",
]
viz = []
wasm = []

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

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

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

[dependencies.phago-distributed]
version = "1.0.0"
optional = true

[dependencies.phago-embeddings]
version = "1.0.0"
optional = true

[dependencies.phago-llm]
version = "1.0.0"
optional = true

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

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