synapse-core 0.2.0

A neuro-symbolic semantic engine for OpenClaw, combining graph databases with vector operations.
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 = "synapse-core"
version = "0.2.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A neuro-symbolic semantic engine for OpenClaw, combining graph databases with vector operations."
readme = "README.md"
keywords = [
    "semantic",
    "graph",
    "ai",
    "openclaw",
]
categories = [
    "database",
    "science",
]
license = "MIT"
repository = "https://github.com/pmaojo/synapse-engine"

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

[[bin]]
name = "synapse"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.bincode]
version = "1.3"

[dependencies.futures]
version = "0.3"

[dependencies.oxigraph]
version = "0.3"

[dependencies.prost]
version = "0.12"

[dependencies.reasonable]
version = "0.3.2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-util]
version = "0.7"
features = ["codec"]

[dependencies.tonic]
version = "0.11"

[build-dependencies.tonic-build]
version = "0.11"