harness-rs-cortexdb 0.0.20

CortexDB-backed Memory for harness-rs: implements the harness-core Memory trait over CortexDB's MCP server (memory_save / memory_search), giving any harness agent semantic recall + a shared knowledge brain. Optional.
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 = "2024"
rust-version = "1.92"
name = "harness-rs-cortexdb"
version = "0.0.20"
authors = ["liliang"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CortexDB-backed Memory for harness-rs: implements the harness-core Memory trait over CortexDB's MCP server (memory_save / memory_search), giving any harness agent semantic recall + a shared knowledge brain. Optional."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/liliang-cn/harness-rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.harness-context]
version = "0.0.20"
package = "harness-rs-context"

[dependencies.harness-core]
version = "0.0.20"
package = "harness-rs-core"

[dependencies.harness-mcp-client]
version = "0.0.20"
package = "harness-rs-mcp-client"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "fs",
    "process",
    "io-util",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "fs",
    "process",
    "io-util",
    "sync",
    "time",
    "macros",
    "rt-multi-thread",
]