fmemory 3.0.0

Memory library for the fiddlesticks agent harness framework
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.93"
name = "fmemory"
version = "3.0.0"
authors = ["Philo Groves <philogroves@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Memory library for the fiddlesticks agent harness framework"
readme = "README.md"
keywords = [
    "ai",
    "memory",
    "transcript",
    "persistence",
    "state",
]
categories = [
    "asynchronous",
    "database",
]
license = "MIT"
repository = "https://github.com/philogroves/fiddlesticks"

[lib]
name = "fmemory"
path = "src/lib.rs"
doctest = true

[dependencies.fchat]
version = "3.0.0"

[dependencies.fcommon]
version = "3.0.0"

[dependencies.fprovider]
version = "3.0.0"

[dependencies.rusqlite]
version = "0.33.0"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "=1.48.0"
features = [
    "rt",
    "sync",
    "net",
]

[dependencies.tokio-postgres]
version = "0.7"
features = ["with-serde_json-1"]

[dev-dependencies.tokio]
version = "=1.48.0"
features = [
    "macros",
    "rt-multi-thread",
]