git-lore 0.2.3

Un sistema basado en Git para documentar restricciones (Lore) a nivel de historial y sistema de archivos, con servidor MCP.
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 = "git-lore"
version = "0.2.3"
authors = ["El Equipo de Everfaz"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Un sistema basado en Git para documentar restricciones (Lore) a nivel de historial y sistema de archivos, con servidor MCP."
readme = "README.md"
keywords = [
    "git",
    "mcp",
    "documentation",
    "cli",
    "ai",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/JussMor/git-lore"

[features]
default = []
semantic-search = ["dep:memvid-core"]

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

[[bin]]
name = "git-lore"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "=4.5.20"
features = ["derive"]

[dependencies.flate2]
version = "1"
features = ["rust_backend"]
default-features = false

[dependencies.memvid-core]
version = "2.0"
features = [
    "lex",
    "vec",
]
optional = true

[dependencies.rmcp]
version = "0.16.0"
features = [
    "server",
    "transport-io",
]
default-features = false

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tree-sitter]
version = "=0.20.10"

[dependencies.tree-sitter-javascript]
version = "=0.20.0"

[dependencies.tree-sitter-rust]
version = "=0.20.4"

[dependencies.tree-sitter-typescript]
version = "=0.20.5"

[dependencies.uuid]
version = "=1.10.0"
features = [
    "serde",
    "v4",
]