devsper-memory 0.1.0

Distributed AI Swarm Runtime
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 = "devsper-memory"
version = "0.1.0"
authors = ["devsper contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Distributed AI Swarm Runtime"
homepage = "https://devsper.com"
documentation = "https://docs.devsper.com"
readme = false
license = "GPL-3.0-or-later"
repository = "https://github.com/devsper-com/runtime"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.chrono]
version = "0.4.44"

[dependencies.devsper-core]
version = "0.1.0"

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "macros",
    "rt",
]

[dependencies.tracing]
version = "0.1"