cortex-mem-rig 2.5.0

Rig framework integration for Cortex Memory V2
# 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"
name = "cortex-mem-rig"
version = "2.5.0"
authors = ["Sopaco"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rig framework integration for Cortex Memory V2"
readme = "README.md"
license = "MIT"
repository = "https://github.com/sopaco/cortex-mem"
resolver = "2"

[features]
default = []

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.cortex-mem-core]
version = "2.5.0"

[dependencies.cortex-mem-tools]
version = "2.5.0"

[dependencies.rig-core]
version = "0.31"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"