fmemory 0.1.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"
name = "fmemory"
version = "0.1.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"
license = "MIT"
repository = "https://github.com/philogroves/fiddlesticks"

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

[dependencies.fchat]
version = "0.1.0"

[dependencies.fcommon]
version = "0.1.0"

[dependencies.fprovider]
version = "0.1.0"

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