lorefs 0.1.0

A lightweight, high-performance Rust native SDK for File-First Agent Memory.
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 = "lorefs"
version = "0.1.0"
authors = ["Gemini CLI <gemini-cli@google.com>"]
build = false
exclude = ["target"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight, high-performance Rust native SDK for File-First Agent Memory."
homepage = "https://github.com/EeroEternal/lorefs"
readme = "README.md"
keywords = [
    "agent",
    "memory",
    "sdk",
    "git",
    "markdown",
]
categories = [
    "development-tools",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/EeroEternal/lorefs"

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

[[example]]
name = "agent_loop"
path = "examples/agent_loop.rs"

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.git2]
version = "0.19"

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.walkdir]
version = "2.5"

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

[dev-dependencies.tokio]
version = "1.37"
features = ["full"]