lantern 0.2.3

Local-first, provenance-aware semantic search for agent activity
Documentation
[package]
name = "lantern"
version = "0.2.3"
edition = "2024"
authors = ["Raphael Bitton"]
license = "AGPL-3.0-only"
description = "Local-first, provenance-aware semantic search for agent activity"
homepage = "https://git.skylantix.com/diogenes/lantern"
repository = "https://git.skylantix.com/diogenes/lantern.git"
readme = "README.md"
keywords = ["semantic-search", "agents", "sqlite", "rust"]
categories = ["command-line-utilities"]

[dependencies]
anyhow = "1"
clap = { version = "4.5", features = ["derive"] }
flate2 = "1"
hex = "0.4"
ignore = "0.4"
notify = "6"
reqwest = { version = "0.12", default-features = false, features = ["blocking", "json", "rustls-tls"] }
rmcp = { version = "1.5", features = ["server", "macros", "transport-io", "schemars"] }
rusqlite = { version = "0.32", features = ["bundled"] }
schemars = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10"
sqlite-vec = "0.1.9"
tar = "0.4"
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros", "net", "io-std", "io-util"] }
walkdir = "2"

[patch.crates-io]
sqlite-vec = { path = "vendor/sqlite-vec-0.1.9" }

[dev-dependencies]
flate2 = "1"
tar = "0.4"
tempfile = "3"