synapse-core 0.8.1

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.8.1"
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"

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

[[test]]
name = "server_test"
path = "tests/server_test.rs"

[[test]]
name = "test_features"
path = "tests/test_features.rs"

[[test]]
name = "test_graph_traversal"
path = "tests/test_graph_traversal.rs"

[[test]]
name = "test_mcp_stdio"
path = "tests/test_mcp_stdio.rs"

[[test]]
name = "test_provenance"
path = "tests/test_provenance.rs"

[[test]]
name = "test_vector_store"
path = "tests/test_vector_store.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.bincode]
version = "1.3"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.csv]
version = "1.3"

[dependencies.dashmap]
version = "5.5"

[dependencies.fastembed]
version = "4"

[dependencies.futures]
version = "0.3"

[dependencies.hnsw]
version = "0.11"

[dependencies.html2text]
version = "0.16.7"

[dependencies.jsonschema]
version = "0.18"

[dependencies.ndarray]
version = "0.15"

[dependencies.ordered-float]
version = "5.1.0"

[dependencies.oxigraph]
version = "0.3"

[dependencies.oxrdf]
version = "0.2"

[dependencies.prost]
version = "0.12"

[dependencies.rand]
version = "0.9.2"

[dependencies.rand_pcg]
version = "0.3"

[dependencies.reasonable]
version = "0.3.2"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.space]
version = "0.17"

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

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

[dependencies.tonic]
version = "0.11"

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

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