vtcode-markdown-store 0.58.4

Markdown-backed storage utilities extracted from VT Code
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.fs2]
version = "0.4"

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

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

[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"

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

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

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

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

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