vtcode-markdown-store 0.70.1

Markdown-backed storage utilities extracted from VT Code
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 = "vtcode-markdown-store"
version = "0.70.1"
authors = ["vinhnx <vinhnx@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Markdown-backed storage utilities extracted from VT Code"
homepage = "https://github.com/vinhnx/vtcode"
documentation = "https://docs.rs/vtcode-markdown-store"
readme = "README.md"
keywords = [
    "vt",
    "markdown",
    "storage",
    "agent",
    "encoding",
]
categories = [
    "data-structures",
    "encoding",
]
license = "MIT"
repository = "https://github.com/vinhnx/vtcode"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
cache = []
default = [
    "projects",
    "kv",
    "cache",
]
kv = []
projects = []

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.fs2]
version = "0.4"

[dependencies.indexmap]
version = "2.12"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dev-dependencies.serial_test]
version = "3.1"

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