roma-memory 0.1.0

File-backed hierarchical (L0-L4) memory store with path-traversal guard for Roma Agent
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 = "roma-memory"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "File-backed hierarchical (L0-L4) memory store with path-traversal guard for Roma Agent"
readme = "README.md"
keywords = [
    "agent",
    "llm",
    "memory",
]
categories = ["filesystem"]
license = "MIT"
resolver = "2"

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

[[test]]
name = "l0_to_l4_flow"
path = "tests/l0_to_l4_flow.rs"

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1.40"
features = ["fs"]
default-features = false

[dependencies.tracing]
version = "0.1"

[dev-dependencies.roma-core]
version = "0.1.0"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1.40"
features = [
    "test-util",
    "macros",
    "rt-multi-thread",
]
default-features = false

[lints.clippy]
dbg_macro = "warn"
expect_used = "warn"
todo = "warn"
unwrap_used = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"